@Stability(value=Stable)
public static interface CfnFlow.S3InputFormatConfigProperty
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.*;
S3InputFormatConfigProperty s3InputFormatConfigProperty = S3InputFormatConfigProperty.builder()
.s3InputFileType("s3InputFileType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.S3InputFormatConfigProperty.Builder
A builder for
CfnFlow.S3InputFormatConfigProperty |
static class |
CfnFlow.S3InputFormatConfigProperty.Jsii$Proxy
An implementation for
CfnFlow.S3InputFormatConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.S3InputFormatConfigProperty.Builder |
builder() |
default String |
getS3InputFileType()
The file type that Amazon AppFlow gets from your Amazon S3 bucket.
|
@Stability(value=Stable) @Nullable default String getS3InputFileType()
@Stability(value=Stable) static CfnFlow.S3InputFormatConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.