Adds a reference data source to an existing SQL-based Kinesis Data Analytics application. Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in an Amazon S3 object maps to columns in the resulting in-application table.
import { CfnApplicationReferenceDataSourceV2 } from 'aws-cdk-lib/aws-kinesisanalytics';Or use the module namespace:
import * as kinesisanalytics from 'aws-cdk-lib/aws-kinesisanalytics';
// kinesisanalytics.CfnApplicationReferenceDataSourceV2Configuration passed to the constructor as CfnApplicationReferenceDataSourceV2Props.
applicationNameRequiredstringThe name of the application.
referenceDataSourceRequiredIResolvable | ReferenceDataSourcePropertyFor 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.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-kinesisanalytics