Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IDefaultGridLayoutConfigurationProperty

The options that determine the default settings for a grid layout configuration.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IDefaultGridLayoutConfigurationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IDefaultGridLayoutConfigurationProperty
Remarks

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

             var defaultGridLayoutConfigurationProperty = new DefaultGridLayoutConfigurationProperty {
                 CanvasSizeOptions = new GridLayoutCanvasSizeOptionsProperty {
                     ScreenCanvasSizeOptions = new GridLayoutScreenCanvasSizeOptionsProperty {
                         OptimizedViewPortWidth = "optimizedViewPortWidth",
                         ResizeOption = "resizeOption"
                     }
                 }
             };

Synopsis

Properties

CanvasSizeOptions

Determines the screen canvas size options for a grid layout.

Properties

CanvasSizeOptions

Determines the screen canvas size options for a grid layout.

object? CanvasSizeOptions { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IGridLayoutCanvasSizeOptionsProperty

Back to top Generated by DocFX