Class AnalyticsApplicationOutputSchemaArgs
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 AnalyticsApplicationOutputSchemaArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationOutputSchemaArgs()
Declaration
public AnalyticsApplicationOutputSchemaArgs()
Properties
View SourceRecordFormatType
The Format Type of the records on the output stream. Can be CSV or JSON.
Declaration
public Input<string> RecordFormatType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |