Class AnalyticsApplicationInputsSchemaRecordColumnArgs
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 AnalyticsApplicationInputsSchemaRecordColumnArgs : ResourceArgs
Constructors
View SourceAnalyticsApplicationInputsSchemaRecordColumnArgs()
Declaration
public AnalyticsApplicationInputsSchemaRecordColumnArgs()
Properties
View SourceMapping
The Mapping reference to the data element.
Declaration
public Input<string> Mapping { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the column.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SqlType
The SQL Type of the column.
Declaration
public Input<string> SqlType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |