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 HttpConnectorTargetConfiguration
The configuration for an HTTP connector target. Use this configuration when you want to route HTTP requests through a managed connector.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Parameters" :{, "Source" :Key:Value, ...}HttpConnectorSource}
YAML
Parameters:Source:Key:ValueHttpConnectorSource
Properties
Parameters-
The resource parameters for this connector (for example,
memoryId). The service validates these parameters against the request path at runtime.Required: No
Type: Object of String
Pattern:
^[a-zA-Z][a-zA-Z0-9_-]*$Minimum:
1Maximum:
1024Update requires: No interruption
Source-
The source configuration identifying which HTTP connector to use.
Required: Yes
Type: HttpConnectorSource
Update requires: No interruption