public static interface CfnApplicationReferenceDataSourceV2.RecordColumnProperty
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 java.lang.String |
getMapping()
A reference to the data element in the streaming input or the reference data source.
|
java.lang.String |
getName()
The name of the column that is created in the in-application input stream or reference table.
|
java.lang.String |
getSqlType()
The type of column created in the in-application input stream or reference table.
|
java.lang.String getName()
java.lang.String getSqlType()
default java.lang.String getMapping()