generative-ai-cdk-constructs

@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

S3

The type of the storage location

locationConfig

SupplementalDataStorageS3Config

The configuration for the storage location

Returns

SupplementalDataStorageLocation

Properties

locationConfig

readonly locationConfig: SupplementalDataStorageS3Config

The configuration for the storage location


type

readonly type: 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()

static s3(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