Class AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatGetArgs
Inheritance
System.Object
AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatGetArgs
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 AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatGetArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationReferenceDataSourcesSchemaRecordFormatGetArgs()
Declaration
public AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatGetArgs()
Properties
View SourceMappingParameters
The Mapping Information for the record format. See Mapping Parameters below for more details.
Declaration
public Input<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersGetArgs> MappingParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersGetArgs> |
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> |