Show / Hide Table of Contents

Class AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersArgs : ResourceArgs

Constructors

View Source

AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersArgs()

Declaration
public AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersArgs()

Properties

View Source

Csv

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

Declaration
public Input<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs> Csv { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs>
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 Input<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJsonArgs> Json { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersJsonArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.