Class: AWSCDK::BedrockAgentCore::NoAuthAuthorizer
- Inherits:
-
Jsii::Object
- Object
- Jsii::Object
- AWSCDK::BedrockAgentCore::NoAuthAuthorizer
- Includes:
- IGatewayAuthorizerConfig
- Defined in:
- bedrock_agent_core/no_auth_authorizer.rb
Overview
No authorization configuration implementation.
Class Method Summary collapse
Instance Method Summary collapse
-
#authorizer_type ⇒ AWSCDK::BedrockAgentCore::GatewayAuthorizerType
The authorizer type.
-
#initialize ⇒ NoAuthAuthorizer
constructor
A new instance of NoAuthAuthorizer.
Constructor Details
#initialize ⇒ NoAuthAuthorizer
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_methods ⇒ Object
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_type ⇒ AWSCDK::BedrockAgentCore::GatewayAuthorizerType
The authorizer type.
22 23 24 |
# File 'bedrock_agent_core/no_auth_authorizer.rb', line 22 def () jsii_get_property("authorizerType") end |