Module: AWSCDK::BedrockAgentCore::GatewayAuthorizerType
- Defined in:
- bedrock_agent_core/gateway_authorizer_type.rb
Overview
Gateway authorizer type.
Constant Summary collapse
- CUSTOM_JWT =
Deprecated.Note:
Default:
Custom JWT authorizer type.
Jsii::Enum.new("aws-cdk-lib.aws_bedrockagentcore.GatewayAuthorizerType", "CUSTOM_JWT")
- AWS_IAM =
Deprecated.Note:
Default:
AWS IAM authorizer type.
Jsii::Enum.new("aws-cdk-lib.aws_bedrockagentcore.GatewayAuthorizerType", "AWS_IAM")
- NONE =
Deprecated.Note:
Default:
No authorization type.
Jsii::Enum.new("aws-cdk-lib.aws_bedrockagentcore.GatewayAuthorizerType", "NONE")