Class: AWSCDK::BedrockAgentCore::IAMAuthorizer

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

Overview

AWS IAM authorizer configuration implementation.

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeIAMAuthorizer

Returns a new instance of IAMAuthorizer.



9
10
11
# File 'bedrock_agent_core/iam_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/iam_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/iam_authorizer.rb', line 22

def authorizer_type()
  jsii_get_property("authorizerType")
end