interface MCPGatewayConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrockagentcore.CfnGateway.MCPGatewayConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnGateway_MCPGatewayConfigurationProperty |
![]() | software.amazon.awscdk.services.bedrockagentcore.CfnGateway.MCPGatewayConfigurationProperty |
![]() | aws_cdk.aws_bedrockagentcore.CfnGateway.MCPGatewayConfigurationProperty |
![]() | aws-cdk-lib » aws_bedrockagentcore » CfnGateway » 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 { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const mCPGatewayConfigurationProperty: bedrockagentcore.CfnGateway.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.