Show / Hide Table of Contents

Class AnalyticsApplicationReferenceDataSources

Inheritance
System.Object
AnalyticsApplicationReferenceDataSources
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Kinesis.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AnalyticsApplicationReferenceDataSources

Fields

View Source

Id

The ARN of the Kinesis Analytics Application.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

S3

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

Declaration
public readonly AnalyticsApplicationReferenceDataSourcesS3 S3
Field Value
Type Description
AnalyticsApplicationReferenceDataSourcesS3
View Source

Schema

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

Declaration
public readonly AnalyticsApplicationReferenceDataSourcesSchema Schema
Field Value
Type Description
AnalyticsApplicationReferenceDataSourcesSchema
View Source

TableName

The in-application Table Name.

Declaration
public readonly string TableName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.