Show / Hide Table of Contents

Class CatalogTableStorageDescriptorSortColumnArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CatalogTableStorageDescriptorSortColumnArgs
Inherited Members
ResourceArgs.Empty
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.Glue.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CatalogTableStorageDescriptorSortColumnArgs : ResourceArgs

Constructors

View Source

CatalogTableStorageDescriptorSortColumnArgs()

Declaration
public CatalogTableStorageDescriptorSortColumnArgs()

Properties

View Source

Column

The name of the column.

Declaration
public Input<string> Column { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SortOrder

Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).

Declaration
public Input<int> SortOrder { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.