Class: SupplementalDataStorageLocation
April 14, 2025 ยท View on GitHub
@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / SupplementalDataStorageLocation
Class: SupplementalDataStorageLocation
Represents a supplemental data storage location for images extracted from multimodal documents in your data source.
Constructors
Constructor
new SupplementalDataStorageLocation(
type,locationConfig):SupplementalDataStorageLocation
Creates a new SupplementalDataStorageLocation
Parameters
type
The type of the storage location
locationConfig
SupplementalDataStorageS3Config
The configuration for the storage location
Returns
SupplementalDataStorageLocation
Properties
locationConfig
readonlylocationConfig:SupplementalDataStorageS3Config
The configuration for the storage location
type
readonlytype:S3
The type of the storage location
Methods
__render()
__render():
SupplementalDataStorageLocationProperty
Internal
Renders as Cfn Property This is an internal core function and should not be called directly.
Returns
SupplementalDataStorageLocationProperty
s3()
statics3(config):SupplementalDataStorageLocation
Creates a new S3 supplemental data storage location
Parameters
config
SupplementalDataStorageS3Config
The configuration for the storage location
Returns
SupplementalDataStorageLocation
A new SupplementalDataStorageLocation instance