@Stability(value=Stable)
public static interface CfnTable.InputFormatOptionsProperty
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.dynamodb.*;
InputFormatOptionsProperty inputFormatOptionsProperty = InputFormatOptionsProperty.builder()
.csv(CsvProperty.builder()
.delimiter("delimiter")
.headerList(List.of("headerList"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.InputFormatOptionsProperty.Builder
A builder for
CfnTable.InputFormatOptionsProperty |
static class |
CfnTable.InputFormatOptionsProperty.Jsii$Proxy
An implementation for
CfnTable.InputFormatOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.InputFormatOptionsProperty.Builder |
builder() |
default Object |
getCsv()
`CfnTable.InputFormatOptionsProperty.Csv`.
|
@Stability(value=Stable) @Nullable default Object getCsv()
@Stability(value=Stable) static CfnTable.InputFormatOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.