AnalyticsApplicationReferenceDataSourcesArgs

data class AnalyticsApplicationReferenceDataSourcesArgs(val id: Output<String>? = null, val s3: Output<AnalyticsApplicationReferenceDataSourcesS3Args>, val schema: Output<AnalyticsApplicationReferenceDataSourcesSchemaArgs>, val tableName: Output<String>) : ConvertibleToJava<AnalyticsApplicationReferenceDataSourcesArgs>

Constructors

constructor(id: Output<String>? = null, s3: Output<AnalyticsApplicationReferenceDataSourcesS3Args>, schema: Output<AnalyticsApplicationReferenceDataSourcesSchemaArgs>, tableName: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>? = null

The ARN of the Kinesis Analytics Application.

Link copied to clipboard

The S3 configuration for the reference data source. See S3 Reference below for more details.

Link copied to clipboard

The Schema format of the data in the streaming source. See Source Schema below for more details.

Link copied to clipboard
val tableName: Output<String>

The in-application Table Name.

Functions

Link copied to clipboard
open override fun toJava(): AnalyticsApplicationReferenceDataSourcesArgs