Module: AWSCDK::BedrockAgentCore::IGatewayProtocolConfig

Included in:
McpProtocolConfiguration
Defined in:
bedrock_agent_core/i_gateway_protocol_config.rb

Overview

Abstract interface for gateway protocol 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_protocol_config.rb', line 14

def self.jsii_overridable_methods
  {
    :protocol_type => { kind: :property, name: "protocolType", is_optional: false },
  }
end

Instance Method Details

#protocol_typeString

The protocol type.

Returns:

  • (String)


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

def protocol_type()
  jsii_get_property("protocolType")
end