Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IFreeFormLayoutCanvasSizeOptionsProperty

Configuration options for the canvas of a free-form layout.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-freeformlayoutcanvassizeoptions.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 freeFormLayoutCanvasSizeOptionsProperty = new FreeFormLayoutCanvasSizeOptionsProperty {
                 ScreenCanvasSizeOptions = new FreeFormLayoutScreenCanvasSizeOptionsProperty {
                     OptimizedViewPortWidth = "optimizedViewPortWidth"
                 }
             };

Synopsis

Properties

ScreenCanvasSizeOptions

The options that determine the sizing of the canvas used in a free-form layout.

Properties

ScreenCanvasSizeOptions

The options that determine the sizing of the canvas used in a free-form layout.

object? ScreenCanvasSizeOptions { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IFreeFormLayoutScreenCanvasSizeOptionsProperty

Back to top Generated by DocFX