@Stability(value=Stable)
public static interface CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getBucketName()
A name for the associated Amazon S3 bucket.
|
default String |
getBucketPrefix()
The object key for the destination bucket in which Amazon AppFlow places the files.
|
String |
getDatabaseUrl()
The JDBC URL of the Amazon Redshift cluster.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role.
|
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @NotNull String getDatabaseUrl()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default String getBucketPrefix()
@Stability(value=Stable) static CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.