S3

data class S3(val value: S3Location) : ResourceLocation

The Amazon S3 location of the resource. Use this when the resource is stored in an Amazon S3 bucket.

Constructors

Link copied to clipboard
constructor(value: S3Location)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this ResourceLocation as a S3 and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.S3Location value. Throws an exception if the ResourceLocation is not a S3.

Link copied to clipboard

Casts this ResourceLocation as a S3 and retrieves its aws.sdk.kotlin.services.bedrockagentcore.model.S3Location value. Returns null if the ResourceLocation is not a S3.