Show / Hide Table of Contents

Class CfnDashboardPropsMixin.VisualAxisSortOptionProperty

The axis sort options for a visual.

Inheritance
object
CfnDashboardPropsMixin.VisualAxisSortOptionProperty
Implements
CfnDashboardPropsMixin.IVisualAxisSortOptionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.VisualAxisSortOptionProperty : CfnDashboardPropsMixin.IVisualAxisSortOptionProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.VisualAxisSortOptionProperty Implements CfnDashboardPropsMixin.IVisualAxisSortOptionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visualaxissortoption.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;

             var visualAxisSortOptionProperty = new VisualAxisSortOptionProperty {
                 AvailabilityStatus = "availabilityStatus"
             };

Synopsis

Constructors

VisualAxisSortOptionProperty()

The axis sort options for a visual.

Properties

AvailabilityStatus

The availaiblity status of a visual's axis sort options.

Constructors

VisualAxisSortOptionProperty()

The axis sort options for a visual.

public VisualAxisSortOptionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visualaxissortoption.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;

             var visualAxisSortOptionProperty = new VisualAxisSortOptionProperty {
                 AvailabilityStatus = "availabilityStatus"
             };

Properties

AvailabilityStatus

The availaiblity status of a visual's axis sort options.

public string? AvailabilityStatus { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visualaxissortoption.html#cfn-quicksight-dashboard-visualaxissortoption-availabilitystatus

Implements

CfnDashboardPropsMixin.IVisualAxisSortOptionProperty
Back to top Generated by DocFX