AWS::AppFlow::ConnectorProfile RedshiftConnectorProfileProperties
The connector-specific profile properties when using Amazon Redshift.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BucketName" :String, "BucketPrefix" :String, "ClusterIdentifier" :String, "DataApiRoleArn" :String, "DatabaseName" :String, "DatabaseUrl" :String, "IsRedshiftServerless" :Boolean, "RoleArn" :String, "WorkgroupName" :String}
YAML
BucketName:StringBucketPrefix:StringClusterIdentifier:StringDataApiRoleArn:StringDatabaseName:StringDatabaseUrl:StringIsRedshiftServerless:BooleanRoleArn:StringWorkgroupName:String
Properties
BucketName-
A name for the associated Amazon S3 bucket.
Required: Yes
Type: String
Minimum:
3Maximum:
63Pattern:
\S+Update requires: No interruption
BucketPrefix-
The object key for the destination bucket in which Amazon AppFlow places the files.
Required: No
Type: String
Maximum:
512Pattern:
.*Update requires: No interruption
ClusterIdentifierProperty description not available.
Required: No
Type: String
Update requires: No interruption
DataApiRoleArnProperty description not available.
Required: No
Type: String
Update requires: No interruption
DatabaseNameProperty description not available.
Required: No
Type: String
Update requires: No interruption
DatabaseUrl-
The JDBC URL of the Amazon Redshift cluster.
Required: No
Type: String
Maximum:
512Pattern:
\S+Update requires: No interruption
IsRedshiftServerlessProperty description not available.
Required: No
Type: Boolean
Update requires: No interruption
RoleArn-
The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3. For more information, and for the polices that you attach to this role, see Allow Amazon Redshift to access your Amazon AppFlow data in Amazon S3.
Required: Yes
Type: String
Maximum:
512Pattern:
arn:aws:iam:.*:[0-9]+:.*Update requires: No interruption
WorkgroupNameProperty description not available.
Required: No
Type: String
Update requires: No interruption
See also
-
RedshiftConnectorProfileProperties in the Amazon AppFlow API Reference.