AWS::AppFlow::ConnectorProfileResource Type definition for AWS::AppFlow::ConnectorProfile
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectionMode | string | Required |
ConnectorProfileName | string | RequiredCreate-only |
ConnectorType | string | RequiredCreate-only |
ConnectorLabel | string | Create-only |
ConnectorProfileConfig | ConnectorProfileConfig | Write-only |
KMSArn | string | Write-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ConnectorProfileArn | string | Unique identifier for connector profile resources |
CredentialsArn | string | A unique Arn for Connector-Profile resource |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AppFlow::ConnectorProfile
Resources:
MyResource:
Type: AWS::AppFlow::ConnectorProfile
Properties:
ConnectorProfileName: "my-connectorprofilename"
ConnectionMode: "Public"
ConnectorType: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
appflow:CreateConnectorProfilekms:ListKeyskms:DescribeKeykms:ListAliaseskms:CreateGrantkms:ListGrantsiam:PassRolesecretsmanager:CreateSecretappflow:DeleteConnectorProfileappflow:DescribeConnectorProfilesappflow:DescribeConnectorProfilesappflow:UpdateConnectorProfilekms:ListKeyskms:DescribeKeykms:ListAliaseskms:CreateGrantkms:ListGrantsiam:PassRolesecretsmanager:CreateSecretOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterConnectorProfileNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConnectorProfileNameConnectorTypeConnectorLabel