Skip to content

Bedrock Agentcore  >  Unions  >  ResourceLocation

ResourceLocation

Union Type

ResourceLocation module-attribute

ResourceLocation = Union[ResourceLocationS3 | ResourceLocationUnknown]

The location of the browser extension.

Union Member Types

ResourceLocationS3 dataclass

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

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