Skip to content

Bedrock Agentcore Control  >  Unions  >  MatchPrincipalEntry

MatchPrincipalEntry

Union Type

MatchPrincipalEntry module-attribute

Union for principal matching. Currently supports IAM principal ARN glob matching.

Union Member Types

MatchPrincipalEntryIamPrincipal dataclass

An IAM principal to match against, specified by ARN.

Attributes

value instance-attribute
value: IamPrincipal

MatchPrincipalEntryUnknown 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