| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesisanalyticsv2 |
AWS::KinesisAnalyticsV2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationReferenceDataSource.Builder |
CfnApplicationReferenceDataSource.Builder.applicationName(String applicationName)
The name of the application.
|
static CfnApplicationReferenceDataSource.Builder |
CfnApplicationReferenceDataSource.Builder.create(software.constructs.Construct scope,
String id) |
CfnApplicationReferenceDataSource.Builder |
CfnApplicationReferenceDataSource.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.
|
CfnApplicationReferenceDataSource.Builder |
CfnApplicationReferenceDataSource.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.
|
Copyright © 2022. All rights reserved.