Uses of Class
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSourceV2.Builder
Packages that use CfnApplicationReferenceDataSourceV2.Builder
Package
Description
Amazon Kinesis Data Analytics Construct Library
-
Uses of CfnApplicationReferenceDataSourceV2.Builder in software.amazon.awscdk.services.kinesisanalytics
Methods in software.amazon.awscdk.services.kinesisanalytics that return CfnApplicationReferenceDataSourceV2.BuilderModifier and TypeMethodDescriptionCfnApplicationReferenceDataSourceV2.Builder.applicationName
(String applicationName) The name of the application.CfnApplicationReferenceDataSourceV2.Builder.referenceDataSource
(IResolvable 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.CfnApplicationReferenceDataSourceV2.Builder.referenceDataSource
(CfnApplicationReferenceDataSourceV2.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.