Skip to content

Bedrock Agentcore Control  >  Unions  >  AuthorizerConfiguration

AuthorizerConfiguration

Union Type

AuthorizerConfiguration module-attribute

Represents inbound authorization configuration options used to authenticate incoming requests.

Union Member Types

AuthorizerConfigurationCustomJWTAuthorizer dataclass

The inbound JWT-based authorization, specifying how incoming requests should be authenticated.

Attributes

value instance-attribute

AuthorizerConfigurationUnknown 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