interface GatewayProtocolConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins.CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrockagentcore/mixins#CfnGatewayPropsMixin_GatewayProtocolConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrockagentcore.mixins.CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrockagentcore » mixins » 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 { mixins as bedrockagentcore_mixins } from '@aws-cdk/mixins-preview/aws-bedrockagentcore';
const gatewayProtocolConfigurationProperty: bedrockagentcore_mixins.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