This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BedrockAgentCore::GatewayTarget McpTargetConfiguration
The MCP target configuration for the gateway target.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Lambda" :McpLambdaTargetConfiguration, "McpServer" :McpServerTargetConfiguration, "OpenApiSchema" :ApiSchemaConfiguration, "SmithyModel" :ApiSchemaConfiguration}
YAML
Lambda:McpLambdaTargetConfigurationMcpServer:McpServerTargetConfigurationOpenApiSchema:ApiSchemaConfigurationSmithyModel:ApiSchemaConfiguration
Properties
Lambda-
The Lambda MCP configuration for the gateway target.
Required: No
Type: McpLambdaTargetConfiguration
Update requires: No interruption
McpServerProperty description not available.
Required: No
Type: McpServerTargetConfiguration
Update requires: No interruption
OpenApiSchema-
The OpenApi schema for the gateway target MCP configuration.
Required: No
Type: ApiSchemaConfiguration
Update requires: No interruption
SmithyModel-
The target configuration for the Smithy model target.
Required: No
Type: ApiSchemaConfiguration
Update requires: No interruption