@Stability(value=Stable)
public static interface CfnFlow.RedshiftDestinationPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
RedshiftDestinationPropertiesProperty redshiftDestinationPropertiesProperty = RedshiftDestinationPropertiesProperty.builder()
.intermediateBucketName("intermediateBucketName")
.object("object")
// the properties below are optional
.bucketPrefix("bucketPrefix")
.errorHandlingConfig(ErrorHandlingConfigProperty.builder()
.bucketName("bucketName")
.bucketPrefix("bucketPrefix")
.failOnFirstError(false)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.RedshiftDestinationPropertiesProperty.Builder
A builder for
CfnFlow.RedshiftDestinationPropertiesProperty |
static class |
CfnFlow.RedshiftDestinationPropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.RedshiftDestinationPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.RedshiftDestinationPropertiesProperty.Builder |
builder() |
default String |
getBucketPrefix()
`CfnFlow.RedshiftDestinationPropertiesProperty.BucketPrefix`.
|
default Object |
getErrorHandlingConfig()
`CfnFlow.RedshiftDestinationPropertiesProperty.ErrorHandlingConfig`.
|
String |
getIntermediateBucketName()
`CfnFlow.RedshiftDestinationPropertiesProperty.IntermediateBucketName`.
|
String |
getObject()
`CfnFlow.RedshiftDestinationPropertiesProperty.Object`.
|
@Stability(value=Stable) @Nullable default String getBucketPrefix()
@Stability(value=Stable) @Nullable default Object getErrorHandlingConfig()
@Stability(value=Stable) @NotNull String getIntermediateBucketName()
@Stability(value=Stable) @NotNull String getObject()
@Stability(value=Stable) static CfnFlow.RedshiftDestinationPropertiesProperty.Builder builder()
Copyright © 2021. All rights reserved.