This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "Lambda" :
McpLambdaTargetConfiguration
, "OpenApiSchema" :ApiSchemaConfiguration
, "SmithyModel" :ApiSchemaConfiguration
}
YAML
Lambda:
McpLambdaTargetConfiguration
OpenApiSchema:ApiSchemaConfiguration
SmithyModel:ApiSchemaConfiguration
Properties
Lambda
-
The Lambda MCP configuration for the gateway target.
Required: No
Type: McpLambdaTargetConfiguration
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