Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IFreeFormLayoutCanvasSizeOptionsProperty

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

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

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

             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-template-freeformlayoutcanvassizeoptions.html#cfn-quicksight-template-freeformlayoutcanvassizeoptions-screencanvassizeoptions

Type union: either IResolvable or CfnTemplatePropsMixin.IFreeFormLayoutScreenCanvasSizeOptionsProperty

Back to top Generated by DocFX