AWS::AppFlow::ConnectorResource schema for AWS::AppFlow::Connector
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectorProvisioningConfig | ConnectorProvisioningConfig | Required |
ConnectorProvisioningType | string | Required |
ConnectorLabel | string | Create-only |
Description | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ConnectorArn | string | The arn of the connector. The arn is unique for each ConnectorRegistration in your AWS account. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppFlow::Connector
Resources:
MyResource:
Type: AWS::AppFlow::Connector
Properties:
ConnectorProvisioningType: "value"
ConnectorProvisioningConfig: "value"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
appflow:RegisterConnectorlambda:InvokeFunctionappflow:DescribeConnectorappflow:UnRegisterConnectorappflow:ListConnectorsappflow:UpdateConnectorRegistrationlambda:InvokeFunctionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterConnectorLabelThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConnectorLabel