interface GatewayProtocolConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnGateway.GatewayProtocolConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnGateway_GatewayProtocolConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnGateway.GatewayProtocolConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnGateway.GatewayProtocolConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnGateway » GatewayProtocolConfigurationProperty |
The protocol configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const gatewayProtocolConfigurationProperty: bedrockagentcore.CfnGateway.GatewayProtocolConfigurationProperty = {
mcp: {
instructions: 'instructions',
searchType: 'searchType',
supportedVersions: ['supportedVersions'],
},
};
Properties
| Name | Type | Description |
|---|---|---|
| mcp | IResolvable | MCPGateway | The gateway protocol configuration for MCP. |
mcp
Type:
IResolvable | MCPGateway
The gateway protocol configuration for MCP.

.NET
Go
Java
Python
TypeScript