Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationReferenceDataSourcePropsMixin.Builder
Packages that use CfnApplicationReferenceDataSourcePropsMixin.Builder
-
Uses of CfnApplicationReferenceDataSourcePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2
Methods in software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2 that return CfnApplicationReferenceDataSourcePropsMixin.BuilderModifier and TypeMethodDescriptionCfnApplicationReferenceDataSourcePropsMixin.Builder.applicationName(String applicationName) The name of the application.CfnApplicationReferenceDataSourcePropsMixin.Builder.create()CfnApplicationReferenceDataSourcePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnApplicationReferenceDataSourcePropsMixin.Builder.referenceDataSource(CfnApplicationReferenceDataSourcePropsMixin.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.CfnApplicationReferenceDataSourcePropsMixin.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.