Module: AWSCDK::BedrockAgentCore::IGatewayAuthorizerConfig
- Included in:
- CustomJwtAuthorizer, IAMAuthorizer, NoAuthAuthorizer
- Defined in:
- bedrock_agent_core/i_gateway_authorizer_config.rb
Overview
Abstract interface for gateway authorizer configuration.
Class Method Summary collapse
Instance Method Summary collapse
-
#authorizer_type ⇒ AWSCDK::BedrockAgentCore::GatewayAuthorizerType
The authorizer type.
Class Method Details
.jsii_overridable_methods ⇒ Object
14 15 16 17 18 |
# File 'bedrock_agent_core/i_gateway_authorizer_config.rb', line 14 def self.jsii_overridable_methods { :authorizer_type => { kind: :property, name: "authorizerType", is_optional: false }, } end |
Instance Method Details
#authorizer_type ⇒ AWSCDK::BedrockAgentCore::GatewayAuthorizerType
The authorizer type.
10 11 12 |
# File 'bedrock_agent_core/i_gateway_authorizer_config.rb', line 10 def () jsii_get_property("authorizerType") end |