@Stability(value=Stable)
public static interface CfnApplicationReferenceDataSourceV2.RecordColumnProperty
extends software.amazon.jsii.JsiiSerializable
Also used to describe the format of the reference data source.
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.kinesisanalytics.*;
RecordColumnProperty recordColumnProperty = RecordColumnProperty.builder()
.name("name")
.sqlType("sqlType")
// the properties below are optional
.mapping("mapping")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder
A builder for
CfnApplicationReferenceDataSourceV2.RecordColumnProperty |
static class |
CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Jsii$Proxy
An implementation for
CfnApplicationReferenceDataSourceV2.RecordColumnProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder |
builder() |
default String |
getMapping()
A reference to the data element in the streaming input or the reference data source.
|
String |
getName()
The name of the column that is created in the in-application input stream or reference table.
|
String |
getSqlType()
The type of column created in the in-application input stream or reference table.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getSqlType()
@Stability(value=Stable) @Nullable default String getMapping()
@Stability(value=Stable) static CfnApplicationReferenceDataSourceV2.RecordColumnProperty.Builder builder()
Copyright © 2022. All rights reserved.