View a markdown version of this page

AWS::BedrockAgentCore::GatewayTarget ConnectorTargetConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::BedrockAgentCore::GatewayTarget ConnectorTargetConfiguration

Configuration for a connector integration target. Connectors provide pre-built integrations with Amazon services and third-party tools.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Configurations" : [ ConnectorConfiguration, ... ], "Enabled" : [ String, ... ], "Source" : ConnectorSource }

Properties

Configurations

A list of per-tool configurations for the connector.

Required: No

Type: Array of ConnectorConfiguration

Update requires: No interruption

Enabled

A list of tool names to enable from this connector. If absent, all tools provided by the connector are enabled.

Required: No

Type: Array of String

Minimum: 1

Maximum: 50

Update requires: No interruption

Source

The source configuration identifying which connector to use.

Required: Yes

Type: ConnectorSource

Update requires: No interruption