AWS::AppFlow::ConnectorProfile RedshiftConnectorProfileProperties

The connector-specific profile properties when using Amazon Redshift.

Syntax

To declare this entity in your AWS 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: String BucketPrefix: String ClusterIdentifier: String DataApiRoleArn: String DatabaseName: String DatabaseUrl: String IsRedshiftServerless: Boolean RoleArn: String WorkgroupName: String

Properties

BucketName

A name for the associated Amazon S3 bucket.

Required: Yes

Type: String

Minimum: 3

Maximum: 63

Pattern: \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: 512

Pattern: .*

Update requires: No interruption

ClusterIdentifier

Property description not available.

Required: No

Type: String

Update requires: No interruption

DataApiRoleArn

Property description not available.

Required: No

Type: String

Update requires: No interruption

DatabaseName

Property 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: 512

Pattern: \S+

Update requires: No interruption

IsRedshiftServerless

Property 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: 512

Pattern: arn:aws:iam:.*:[0-9]+:.*

Update requires: No interruption

WorkgroupName

Property description not available.

Required: No

Type: String

Update requires: No interruption

See also