CustomClaimOperator

class aws_cdk.aws_bedrock_agentcore_alpha.CustomClaimOperator(*values)

Bases: Enum

(experimental) Custom claim match operator.

Shared by Runtime and Gateway custom claim implementations.

Stability:

experimental

Attributes

CONTAINS

(experimental) Contains operator - used for STRING_ARRAY type claims.

Checks if the claim array contains a specific string value.

Stability:

experimental

CONTAINS_ANY

(experimental) ContainsAny operator - used for STRING_ARRAY type claims.

Checks if the claim array contains any of the provided string values.

Stability:

experimental

EQUALS

(experimental) Equals operator - used for STRING type claims.

Stability:

experimental