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 ApiGatewayTargetConfiguration
The configuration for an Amazon API Gateway target.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ApiGatewayToolConfiguration" :ApiGatewayToolConfiguration, "RestApiId" :String, "Stage" :String}
YAML
ApiGatewayToolConfiguration:ApiGatewayToolConfigurationRestApiId:StringStage:String
Properties
ApiGatewayToolConfiguration-
The configuration for defining REST API tool filters and overrides for the gateway target.
Required: Yes
Type: ApiGatewayToolConfiguration
Update requires: No interruption
RestApiId-
The ID of the API Gateway REST API.
Required: Yes
Type: String
Update requires: No interruption
Stage-
The ID of the stage of the REST API to add as a target.
Required: Yes
Type: String
Update requires: No interruption