Class: AWSCDK::BedrockAgentCore::NoAuthAuthorizer

Inherits:
Jsii::Object
  • Object
show all
Includes:
IGatewayAuthorizerConfig
Defined in:
bedrock_agent_core/no_auth_authorizer.rb

Overview

No authorization configuration implementation.

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNoAuthAuthorizer

Returns a new instance of NoAuthAuthorizer.



9
10
11
# File 'bedrock_agent_core/no_auth_authorizer.rb', line 9

def initialize
  Jsii::Object.instance_method(:initialize).bind(self).call
end

Class Method Details

.jsii_overridable_methodsObject



13
14
15
16
17
# File 'bedrock_agent_core/no_auth_authorizer.rb', line 13

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.



22
23
24
# File 'bedrock_agent_core/no_auth_authorizer.rb', line 22

def authorizer_type()
  jsii_get_property("authorizerType")
end