Class AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvGetArgs
Inheritance
System.Object
AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvGetArgs
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 AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvGetArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvGetArgs()
Declaration
public AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvGetArgs()
Properties
View SourceRecordColumnDelimiter
The Column Delimiter.
Declaration
public Input<string> RecordColumnDelimiter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecordRowDelimiter
The Row Delimiter.
Declaration
public Input<string> RecordRowDelimiter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |