interface IGatewayProtocolConfig
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.IGatewayProtocolConfig |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#IGatewayProtocolConfig |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.IGatewayProtocolConfig |
Python | aws_cdk.aws_bedrock_agentcore_alpha.IGatewayProtocolConfig |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha » IGatewayProtocolConfig |
Implemented by
Mcp
Obtainable from
Gateway.mcp()
Abstract interface for gateway protocol configuration.
Properties
| Name | Type | Description |
|---|---|---|
| protocol | string | The protocol type. |
protocolType
Type:
string
The protocol type.

.NET
Go
Java
Python
TypeScript (