ResourceLocation

sealed class ResourceLocation

The location of a resource.

Inheritors

Types

Link copied to clipboard
data class S3(val value: S3Location) : ResourceLocation

The Amazon S3 location for storing data. This structure defines where in Amazon S3 data is stored.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this ResourceLocation as a S3 and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.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.bedrockagentcorecontrol.model.S3Location value. Returns null if the ResourceLocation is not a S3.