Skip to content

Bedrock Agentcore Control  >  Unions  >  ResourceLocation

ResourceLocation

Union Type

ResourceLocation module-attribute

ResourceLocation = Union[ResourceLocationS3 | ResourceLocationUnknown]

The location of a resource.

Union Member Types

ResourceLocationS3 dataclass

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

Attributes

value instance-attribute
value: S3Location

ResourceLocationUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str