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

Class Method Details

.jsii_overridable_methodsObject



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_typeAWSCDK::BedrockAgentCore::GatewayAuthorizerType

The authorizer type.



10
11
12
# File 'bedrock_agent_core/i_gateway_authorizer_config.rb', line 10

def authorizer_type()
  jsii_get_property("authorizerType")
end