Class AnalyticsApplicationInputsSchemaRecordFormatMappingParametersGetArgs
Inheritance
System.Object
AnalyticsApplicationInputsSchemaRecordFormatMappingParametersGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AnalyticsApplicationInputsSchemaRecordFormatMappingParametersGetArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationInputsSchemaRecordFormatMappingParametersGetArgs()
Declaration
public AnalyticsApplicationInputsSchemaRecordFormatMappingParametersGetArgs()
Properties
View SourceCsv
Mapping information when the record format uses delimiters. See CSV Mapping Parameters below for more details.
Declaration
public Input<AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsvGetArgs> Csv { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationInputsSchemaRecordFormatMappingParametersCsvGetArgs> |
Json
Mapping information when JSON is the record format on the streaming source. See JSON Mapping Parameters below for more details.
Declaration
public Input<AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJsonGetArgs> Json { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationInputsSchemaRecordFormatMappingParametersJsonGetArgs> |