Uses of Interface
software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplicationReferenceDataSource.ReferenceDataSourceProperty
Package
Description
AWS::KinesisAnalyticsV2 Construct Library
-
Uses of CfnApplicationReferenceDataSource.ReferenceDataSourceProperty in software.amazon.awscdk.services.kinesisanalyticsv2
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnApplicationReferenceDataSource.ReferenceDataSourceProperty
Modifier and TypeMethodDescriptionCfnApplicationReferenceDataSource.ReferenceDataSourceProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnApplicationReferenceDataSource.Builder.referenceDataSource
(CfnApplicationReferenceDataSource.ReferenceDataSourceProperty referenceDataSource) For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.CfnApplicationReferenceDataSourceProps.Builder.referenceDataSource
(CfnApplicationReferenceDataSource.ReferenceDataSourceProperty referenceDataSource) Sets the value ofCfnApplicationReferenceDataSourceProps.getReferenceDataSource()
void
CfnApplicationReferenceDataSource.setReferenceDataSource
(CfnApplicationReferenceDataSource.ReferenceDataSourceProperty value) For a SQL-based Kinesis Data Analytics application, describes the reference data source by providing the source information (Amazon S3 bucket name and object key name), the resulting in-application table name that is created, and the necessary schema to map the data elements in the Amazon S3 object to the in-application table.