Class AnalyticsApplicationReferenceDataSourcesSchema
Inheritance
System.Object
AnalyticsApplicationReferenceDataSourcesSchema
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 AnalyticsApplicationReferenceDataSourcesSchema
Fields
View SourceRecordColumns
The Record Column mapping for the streaming source data element. See Record Columns below for more details.
Declaration
public readonly ImmutableArray<AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn> RecordColumns
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<AnalyticsApplicationReferenceDataSourcesSchemaRecordColumn> |
RecordEncoding
The Encoding of the record in the streaming source.
Declaration
public readonly string RecordEncoding
Field Value
| Type | Description |
|---|---|
| System.String |
RecordFormat
The Record Format and mapping information to schematize a record. See Record Format below for more details.
Declaration
public readonly AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat RecordFormat
Field Value
| Type | Description |
|---|---|
| AnalyticsApplicationReferenceDataSourcesSchemaRecordFormat |