Show / Hide Table of Contents

Class CfnDashboard.SheetLayoutElementMaximizationOptionProperty

The sheet layout maximization options of a dashbaord.

Inheritance
object
CfnDashboard.SheetLayoutElementMaximizationOptionProperty
Implements
CfnDashboard.ISheetLayoutElementMaximizationOptionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.SheetLayoutElementMaximizationOptionProperty : CfnDashboard.ISheetLayoutElementMaximizationOptionProperty
Syntax (vb)
Public Class CfnDashboard.SheetLayoutElementMaximizationOptionProperty Implements CfnDashboard.ISheetLayoutElementMaximizationOptionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetlayoutelementmaximizationoption.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.AWS.QuickSight;

             var sheetLayoutElementMaximizationOptionProperty = new SheetLayoutElementMaximizationOptionProperty {
                 AvailabilityStatus = "availabilityStatus"
             };

Synopsis

Constructors

SheetLayoutElementMaximizationOptionProperty()

The sheet layout maximization options of a dashbaord.

Properties

AvailabilityStatus

The status of the sheet layout maximization options of a dashbaord.

Constructors

SheetLayoutElementMaximizationOptionProperty()

The sheet layout maximization options of a dashbaord.

public SheetLayoutElementMaximizationOptionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetlayoutelementmaximizationoption.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.AWS.QuickSight;

             var sheetLayoutElementMaximizationOptionProperty = new SheetLayoutElementMaximizationOptionProperty {
                 AvailabilityStatus = "availabilityStatus"
             };

Properties

AvailabilityStatus

The status of the sheet layout maximization options of a dashbaord.

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

string

Remarks

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

Implements

CfnDashboard.ISheetLayoutElementMaximizationOptionProperty
Back to top Generated by DocFX