Show / Hide Table of Contents

Interface CfnDashboard.IFreeFormLayoutConfigurationProperty

The configuration of a free-form layout.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-freeformlayoutconfiguration.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 freeFormLayoutConfigurationProperty = new FreeFormLayoutConfigurationProperty {
                 Elements = new [] { new FreeFormLayoutElementProperty {
                     ElementId = "elementId",
                     ElementType = "elementType",
                     Height = "height",
                     Width = "width",
                     XAxisLocation = "xAxisLocation",
                     YAxisLocation = "yAxisLocation",

                     // the properties below are optional
                     BackgroundStyle = new FreeFormLayoutElementBackgroundStyleProperty {
                         Color = "color",
                         Visibility = "visibility"
                     },
                     BorderStyle = new FreeFormLayoutElementBorderStyleProperty {
                         Color = "color",
                         Visibility = "visibility"
                     },
                     LoadingAnimation = new LoadingAnimationProperty {
                         Visibility = "visibility"
                     },
                     RenderingRules = new [] { new SheetElementRenderingRuleProperty {
                         ConfigurationOverrides = new SheetElementConfigurationOverridesProperty {
                             Visibility = "visibility"
                         },
                         Expression = "expression"
                     } },
                     SelectedBorderStyle = new FreeFormLayoutElementBorderStyleProperty {
                         Color = "color",
                         Visibility = "visibility"
                     },
                     Visibility = "visibility"
                 } },

                 // the properties below are optional
                 CanvasSizeOptions = new FreeFormLayoutCanvasSizeOptionsProperty {
                     ScreenCanvasSizeOptions = new FreeFormLayoutScreenCanvasSizeOptionsProperty {
                         OptimizedViewPortWidth = "optimizedViewPortWidth"
                     }
                 }
             };

Synopsis

Properties

CanvasSizeOptions

The configuration of a free-form layout.

Elements

The elements that are included in a free-form layout.

Properties

CanvasSizeOptions

The configuration of a free-form layout.

object? CanvasSizeOptions { get; }
Property Value

object

Remarks

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

Elements

The elements that are included in a free-form layout.

object Elements { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX