Class AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs
Inheritance
System.Object
AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs
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 AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs()
Declaration
public AnalyticsApplicationReferenceDataSourcesSchemaRecordFormatMappingParametersCsvArgs()
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> |