ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift

data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesRedshift(val bucketName: String, val bucketPrefix: String? = null, val clusterIdentifier: String? = null, val dataApiRoleArn: String? = null, val databaseName: String? = null, val databaseUrl: String? = null, val roleArn: String)

Constructors

constructor(bucketName: String, bucketPrefix: String? = null, clusterIdentifier: String? = null, dataApiRoleArn: String? = null, databaseName: String? = null, databaseUrl: String? = null, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A name for the associated Amazon S3 bucket.

Link copied to clipboard
val bucketPrefix: String? = null

The object key for the destination bucket in which Amazon AppFlow places the files.

Link copied to clipboard

The unique ID that's assigned to an Amazon Redshift cluster.

Link copied to clipboard
val dataApiRoleArn: String? = null

ARN of the IAM role that permits AppFlow to access the database through Data API.

Link copied to clipboard
val databaseName: String? = null

The name of an Amazon Redshift database.

Link copied to clipboard
val databaseUrl: String? = null

The JDBC URL of the Amazon Redshift cluster.

Link copied to clipboard

ARN of the IAM role.