View a markdown version of this page

AWS::BedrockAgentCore::GatewayTarget HttpConnectorTargetConfiguration - AWS CloudFormation

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" : {Key: Value, ...}, "Source" : HttpConnectorSource }

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: 1

Maximum: 1024

Update requires: No interruption

Source

The source configuration identifying which HTTP connector to use.

Required: Yes

Type: HttpConnectorSource

Update requires: No interruption