Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IAnalysisDefaultsProperty

The configuration for default analysis settings.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-analysisdefaults.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 analysisDefaultsProperty = new AnalysisDefaultsProperty {
                 DefaultNewSheetConfiguration = new DefaultNewSheetConfigurationProperty {
                     InteractiveLayoutConfiguration = new DefaultInteractiveLayoutConfigurationProperty {
                         FreeForm = new DefaultFreeFormLayoutConfigurationProperty {
                             CanvasSizeOptions = new FreeFormLayoutCanvasSizeOptionsProperty {
                                 ScreenCanvasSizeOptions = new FreeFormLayoutScreenCanvasSizeOptionsProperty {
                                     OptimizedViewPortWidth = "optimizedViewPortWidth"
                                 }
                             }
                         },
                         Grid = new DefaultGridLayoutConfigurationProperty {
                             CanvasSizeOptions = new GridLayoutCanvasSizeOptionsProperty {
                                 ScreenCanvasSizeOptions = new GridLayoutScreenCanvasSizeOptionsProperty {
                                     OptimizedViewPortWidth = "optimizedViewPortWidth",
                                     ResizeOption = "resizeOption"
                                 }
                             }
                         }
                     },
                     PaginatedLayoutConfiguration = new DefaultPaginatedLayoutConfigurationProperty {
                         SectionBased = new DefaultSectionBasedLayoutConfigurationProperty {
                             CanvasSizeOptions = new SectionBasedLayoutCanvasSizeOptionsProperty {
                                 PaperCanvasSizeOptions = new SectionBasedLayoutPaperCanvasSizeOptionsProperty {
                                     PaperMargin = new SpacingProperty {
                                         Bottom = "bottom",
                                         Left = "left",
                                         Right = "right",
                                         Top = "top"
                                     },
                                     PaperOrientation = "paperOrientation",
                                     PaperSize = "paperSize"
                                 }
                             }
                         }
                     },
                     SheetContentType = "sheetContentType"
                 }
             };

Synopsis

Properties

DefaultNewSheetConfiguration

The configuration for default new sheet settings.

Properties

DefaultNewSheetConfiguration

The configuration for default new sheet settings.

object? DefaultNewSheetConfiguration { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IDefaultNewSheetConfigurationProperty

Back to top Generated by DocFX