public static interface CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appflow.*; RedshiftConnectorProfilePropertiesProperty redshiftConnectorProfilePropertiesProperty = RedshiftConnectorProfilePropertiesProperty.builder() .bucketName("bucketName") .databaseUrl("databaseUrl") .roleArn("roleArn") // the properties below are optional .bucketPrefix("bucketPrefix") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder
|
static class |
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder |
builder() |
java.lang.String |
getBucketName()
A name for the associated Amazon S3 bucket.
|
default java.lang.String |
getBucketPrefix()
The object key for the destination bucket in which Amazon AppFlow places the files.
|
java.lang.String |
getDatabaseUrl()
The JDBC URL of the Amazon Redshift cluster.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role.
|
java.lang.String getBucketName()
java.lang.String getDatabaseUrl()
java.lang.String getRoleArn()
default java.lang.String getBucketPrefix()