Show / Hide Table of Contents

Class AnalyticsApplicationInputsSchemaRecordFormatGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AnalyticsApplicationInputsSchemaRecordFormatGetArgs
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 AnalyticsApplicationInputsSchemaRecordFormatGetArgs : ResourceArgs

Constructors

View Source

AnalyticsApplicationInputsSchemaRecordFormatGetArgs()

Declaration
public AnalyticsApplicationInputsSchemaRecordFormatGetArgs()

Properties

View Source

MappingParameters

The Mapping Information for the record format. See Mapping Parameters below for more details.

Declaration
public Input<AnalyticsApplicationInputsSchemaRecordFormatMappingParametersGetArgs> MappingParameters { get; set; }
Property Value
Type Description
Input<AnalyticsApplicationInputsSchemaRecordFormatMappingParametersGetArgs>
View Source

RecordFormatType

The type of Record Format. Can be CSV or JSON.

Declaration
public Input<string> RecordFormatType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.