Show / Hide Table of Contents

Class AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters

Inheritance
System.Object
AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters
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 AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParameters

Fields

View Source

Csv

Mapping information when the record format uses delimiters. See CSV Mapping Parameters below for more details.

Declaration
public readonly AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv Csv
Field Value
Type Description
AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsv
View Source

Json

Mapping information when JSON is the record format on the streaming source. See JSON Mapping Parameters below for more details.

Declaration
public readonly AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson Json
Field Value
Type Description
AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJson
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.