@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / SupplementalDataStorageLocation
Represents a supplemental data storage location for images extracted from multimodal documents in your data source.
new SupplementalDataStorageLocation(
type
,locationConfig
):SupplementalDataStorageLocation
Creates a new SupplementalDataStorageLocation
The type of the storage location
SupplementalDataStorageS3Config
The configuration for the storage location
SupplementalDataStorageLocation
readonly
locationConfig:SupplementalDataStorageS3Config
The configuration for the storage location
readonly
type:S3
The type of the storage location
__render():
SupplementalDataStorageLocationProperty
Internal
Renders as Cfn Property This is an internal core function and should not be called directly.
SupplementalDataStorageLocationProperty
static
s3(config
):SupplementalDataStorageLocation
Creates a new S3 supplemental data storage location
SupplementalDataStorageS3Config
The configuration for the storage location
SupplementalDataStorageLocation
A new SupplementalDataStorageLocation instance