interface MCPGatewayConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins.CfnGatewayPropsMixin.MCPGatewayConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrockagentcore/mixins#CfnGatewayPropsMixin_MCPGatewayConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrockagentcore.mixins.CfnGatewayPropsMixin.MCPGatewayConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnGatewayPropsMixin.MCPGatewayConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrockagentcore » mixins » CfnGatewayPropsMixin » MCPGatewayConfigurationProperty |
The gateway configuration for MCP.
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 mCPGatewayConfigurationProperty: bedrockagentcore_mixins.CfnGatewayPropsMixin.MCPGatewayConfigurationProperty = {
instructions: 'instructions',
searchType: 'searchType',
supportedVersions: ['supportedVersions'],
};
Properties
| Name | Type | Description |
|---|---|---|
| instructions? | string | |
| search | string | The MCP gateway configuration search type. |
| supported | string[] | The supported versions for the MCP configuration for the gateway target. |
instructions?
Type:
string
(optional)
searchType?
Type:
string
(optional)
The MCP gateway configuration search type.
supportedVersions?
Type:
string[]
(optional)
The supported versions for the MCP configuration for the gateway target.

.NET
Go
Java
Python
TypeScript