| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.clone() |
RedshiftConnectorProfileProperties |
ConnectorProfileProperties.getRedshift()
The connector-specific properties required by Amazon Redshift.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withBucketName(String bucketName)
A name for the associated Amazon S3 bucket.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withBucketPrefix(String bucketPrefix)
The object key for the destination bucket in which Amazon AppFlow places the files.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withClusterIdentifier(String clusterIdentifier)
The unique ID that's assigned to an Amazon Redshift cluster.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withDataApiRoleArn(String dataApiRoleArn)
The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift database
through the Data API.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withDatabaseName(String databaseName)
The name of an Amazon Redshift database.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withDatabaseUrl(String databaseUrl)
The JDBC URL of the Amazon Redshift cluster.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withIsRedshiftServerless(Boolean isRedshiftServerless)
Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3.
|
RedshiftConnectorProfileProperties |
RedshiftConnectorProfileProperties.withWorkgroupName(String workgroupName)
The name of an Amazon Redshift workgroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorProfileProperties.setRedshift(RedshiftConnectorProfileProperties redshift)
The connector-specific properties required by Amazon Redshift.
|
ConnectorProfileProperties |
ConnectorProfileProperties.withRedshift(RedshiftConnectorProfileProperties redshift)
The connector-specific properties required by Amazon Redshift.
|
Copyright © 2022. All rights reserved.