Uses of Interface
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
Packages that use CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
Package
Description
Amazon Kinesis Data Analytics Construct Library
-
Uses of CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty in software.amazon.awscdk.services.kinesisanalytics
Classes in software.amazon.awscdk.services.kinesisanalytics that implement CfnApplicationReferenceDataSourceV2.ReferenceDataSourcePropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty
Methods in software.amazon.awscdk.services.kinesisanalytics that return CfnApplicationReferenceDataSourceV2.ReferenceDataSourcePropertyModifier and TypeMethodDescriptionCfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.kinesisanalytics with parameters of type CfnApplicationReferenceDataSourceV2.ReferenceDataSourcePropertyModifier and TypeMethodDescriptionCfnApplicationReferenceDataSourceV2.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.CfnApplicationReferenceDataSourceV2Props.Builder.referenceDataSource
(CfnApplicationReferenceDataSourceV2.ReferenceDataSourceProperty referenceDataSource) Sets the value ofCfnApplicationReferenceDataSourceV2Props.getReferenceDataSource()
void
CfnApplicationReferenceDataSourceV2.setReferenceDataSource
(CfnApplicationReferenceDataSourceV2.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.