@Stability(value=Stable)
public static interface CfnDeliveryStream.CopyCommandProperty
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.kinesisfirehose.*;
CopyCommandProperty copyCommandProperty = CopyCommandProperty.builder()
.dataTableName("dataTableName")
// the properties below are optional
.copyOptions("copyOptions")
.dataTableColumns("dataTableColumns")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.CopyCommandProperty.Builder
A builder for
CfnDeliveryStream.CopyCommandProperty |
static class |
CfnDeliveryStream.CopyCommandProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.CopyCommandProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.CopyCommandProperty.Builder |
builder() |
default String |
getCopyOptions()
Parameters to use with the Amazon Redshift `COPY` command.
|
default String |
getDataTableColumns()
A comma-separated list of column names.
|
String |
getDataTableName()
The name of the target table.
|
@Stability(value=Stable) @NotNull String getDataTableName()
The table must already exist in the database.
@Stability(value=Stable) @Nullable default String getCopyOptions()
For examples, see the CopyOptions content for the CopyCommand data type in the Amazon Kinesis Data Firehose API Reference .
@Stability(value=Stable) @Nullable default String getDataTableColumns()
@Stability(value=Stable) static CfnDeliveryStream.CopyCommandProperty.Builder builder()
Copyright © 2022. All rights reserved.