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 ConnectorTargetConfiguration
Configuration for a connector integration target. Connectors provide pre-built integrations with AWS services and third-party tools.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Configurations" :[ ConnectorConfiguration, ... ], "Enabled" :[ String, ... ], "Source" :ConnectorSource}
YAML
Configurations:- ConnectorConfigurationEnabled:- StringSource: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:
1Maximum:
50Update requires: No interruption
Source-
The source configuration identifying which connector to use.
Required: Yes
Type: ConnectorSource
Update requires: No interruption