CustomClaimOperator

class aws_cdk.aws_bedrock_agentcore_alpha.CustomClaimOperator(*values)

Bases: Enum

(deprecated) Custom claim match operator.

Shared by Runtime and Gateway custom claim implementations.

Deprecated:

Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.

Stability:

deprecated

Attributes

CONTAINS

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

Checks if the claim array contains a specific string value.

Stability:

deprecated

CONTAINS_ANY

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

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

Stability:

deprecated

EQUALS

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

Stability:

deprecated