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 SourceId
The ARN of the Kinesis Analytics Application.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
TableName
The in-application Table Name.
Declaration
public readonly string TableName
Field Value
| Type | Description |
|---|---|
| System.String |