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',
};
Properties
| Name | Type | Description |
|---|---|---|
| endpoint? | string | |
| listing | string |
endpoint?
Type:
string
(optional)
listingMode?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript