interface GatewayProtocolConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnGatewayPropsMixin_GatewayProtocolConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnGatewayPropsMixin » 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/cfn-property-mixins';
const gatewayProtocolConfigurationProperty: bedrockagentcore.CfnGatewayPropsMixin.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
(optional)
The gateway protocol configuration for MCP.

.NET
Go
Java
Python
TypeScript