AWS::AppFlow::Connector

Creates a new connector profile associated with your AWS account. There is a soft quota of 100 connector profiles per AWS account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector profile that you create, you can provide the credentials and properties for only one connector.

Syntax

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

JSON

{ "Type" : "AWS::AppFlow::Connector", "Properties" : { "ConnectorLabel" : String, "ConnectorProvisioningConfig" : ConnectorProvisioningConfig, "ConnectorProvisioningType" : String, "Description" : String } }

YAML

Type: AWS::AppFlow::Connector Properties: ConnectorLabel: String ConnectorProvisioningConfig: ConnectorProvisioningConfig ConnectorProvisioningType: String Description: String

Properties

ConnectorLabel

The label used for registering the connector.

Required: No

Type: String

Maximum: 256

Pattern: [a-zA-Z0-9][\w!@#.-]+

Update requires: Replacement

ConnectorProvisioningConfig

The configuration required for registering the connector.

Required: Yes

Type: ConnectorProvisioningConfig

Update requires: No interruption

ConnectorProvisioningType

The provisioning type used to register the connector.

Required: Yes

Type: String

Allowed values: LAMBDA

Update requires: No interruption

Description

A description about the connector runtime setting.

Required: No

Type: String

Maximum: 1024

Pattern: [\s\w/!@#+=.-]*

Update requires: No interruption

Return values

Ref

Fn::GetAtt

ConnectorArn

Property description not available.