Show / Hide Table of Contents

Interface CfnDashboard.IGridLayoutScreenCanvasSizeOptionsProperty

The options that determine the sizing of the canvas used in a grid layout.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IGridLayoutScreenCanvasSizeOptionsProperty
Syntax (vb)
Public Interface CfnDashboard.IGridLayoutScreenCanvasSizeOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions.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 gridLayoutScreenCanvasSizeOptionsProperty = new GridLayoutScreenCanvasSizeOptionsProperty {
                 ResizeOption = "resizeOption",

                 // the properties below are optional
                 OptimizedViewPortWidth = "optimizedViewPortWidth"
             };

Synopsis

Properties

OptimizedViewPortWidth

The width that the view port will be optimized for when the layout renders.

ResizeOption

This value determines the layout behavior when the viewport is resized.

Properties

OptimizedViewPortWidth

The width that the view port will be optimized for when the layout renders.

string? OptimizedViewPortWidth { get; }
Property Value

string

Remarks

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

ResizeOption

This value determines the layout behavior when the viewport is resized.

string ResizeOption { get; }
Property Value

string

Remarks

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

    Back to top Generated by DocFX