@Stability(value=Stable)
public static interface CfnFlow.UpsolverDestinationPropertiesProperty
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.*;
UpsolverDestinationPropertiesProperty upsolverDestinationPropertiesProperty = UpsolverDestinationPropertiesProperty.builder()
.bucketName("bucketName")
.s3OutputFormatConfig(UpsolverS3OutputFormatConfigProperty.builder()
.prefixConfig(PrefixConfigProperty.builder()
.prefixFormat("prefixFormat")
.prefixType("prefixType")
.build())
// the properties below are optional
.aggregationConfig(AggregationConfigProperty.builder()
.aggregationType("aggregationType")
.build())
.fileType("fileType")
.build())
// the properties below are optional
.bucketPrefix("bucketPrefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.UpsolverDestinationPropertiesProperty.Builder
A builder for
CfnFlow.UpsolverDestinationPropertiesProperty |
static class |
CfnFlow.UpsolverDestinationPropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.UpsolverDestinationPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.UpsolverDestinationPropertiesProperty.Builder |
builder() |
String |
getBucketName()
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
|
default String |
getBucketPrefix()
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
|
Object |
getS3OutputFormatConfig()
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
|
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @NotNull Object getS3OutputFormatConfig()
@Stability(value=Stable) @Nullable default String getBucketPrefix()
@Stability(value=Stable) static CfnFlow.UpsolverDestinationPropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.