interface McpServerTargetConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnGatewayTargetPropsMixin.McpServerTargetConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnGatewayTargetPropsMixin_McpServerTargetConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.McpServerTargetConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnGatewayTargetPropsMixin.McpServerTargetConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnGatewayTargetPropsMixin » McpServerTargetConfigurationProperty |
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 mcpServerTargetConfigurationProperty: bedrockagentcore.CfnGatewayTargetPropsMixin.McpServerTargetConfigurationProperty = {
endpoint: 'endpoint',
listingMode: 'listingMode',
mcpToolSchema: {
inlinePayload: 'inlinePayload',
s3: {
bucketOwnerAccountId: 'bucketOwnerAccountId',
uri: 'uri',
},
},
resourcePriority: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| endpoint? | string | |
| listing | string | |
| mcp | IResolvable | Mcp | |
| resource | number |
endpoint?
Type:
string
(optional)
listingMode?
Type:
string
(optional)
mcpToolSchema?
Type:
IResolvable | Mcp
(optional)
resourcePriority?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript