Add-VSGluePartitionOrder
Add-VSGluePartitionOrder
SYNOPSIS
Adds an AWS::Glue::Partition.Order resource property to the template. Specifies the sort order of a sorted column.
SYNTAX
Add-VSGluePartitionOrder [-Column] <Object> [[-SortOrder] <Object>] [<CommonParameters>]
DESCRIPTION
Adds an AWS::Glue::Partition.Order resource property to the template. Specifies the sort order of a sorted column.
PARAMETERS
-Column
The name of the column.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-order.html#cfn-glue-partition-order-column PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SortOrder
Indicates that the column is sorted in ascending order == 1, or in descending order ==0.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-partition-order.html#cfn-glue-partition-order-sortorder PrimitiveType: Integer UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.