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