Show / Hide Table of Contents

Class CfnTemplatePropsMixin.DefaultGridLayoutConfigurationProperty

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

Inheritance
object
CfnTemplatePropsMixin.DefaultGridLayoutConfigurationProperty
Implements
CfnTemplatePropsMixin.IDefaultGridLayoutConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.DefaultGridLayoutConfigurationProperty : CfnTemplatePropsMixin.IDefaultGridLayoutConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.DefaultGridLayoutConfigurationProperty Implements CfnTemplatePropsMixin.IDefaultGridLayoutConfigurationProperty
Remarks

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

Constructors

DefaultGridLayoutConfigurationProperty()

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

Properties

CanvasSizeOptions

Determines the screen canvas size options for a grid layout.

Constructors

DefaultGridLayoutConfigurationProperty()

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

public DefaultGridLayoutConfigurationProperty()
Remarks

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

Properties

CanvasSizeOptions

Determines the screen canvas size options for a grid layout.

public object? CanvasSizeOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IGridLayoutCanvasSizeOptionsProperty

Implements

CfnTemplatePropsMixin.IDefaultGridLayoutConfigurationProperty
Back to top Generated by DocFX