aws-cdk-lib.aws_quicksight.CfnAnalysis.DefaultFreeFormLayoutConfigurationProperty

interface DefaultFreeFormLayoutConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.DefaultFreeFormLayoutConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_DefaultFreeFormLayoutConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.DefaultFreeFormLayoutConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.DefaultFreeFormLayoutConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » DefaultFreeFormLayoutConfigurationProperty

The options that determine the default settings of a free-form layout configuration.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const defaultFreeFormLayoutConfigurationProperty: quicksight.CfnAnalysis.DefaultFreeFormLayoutConfigurationProperty = {
  canvasSizeOptions: {
    screenCanvasSizeOptions: {
      optimizedViewPortWidth: 'optimizedViewPortWidth',
    },
  },
};

Properties

NameTypeDescription
canvasSizeOptionsIResolvable | FreeFormLayoutCanvasSizeOptionsPropertyDetermines the screen canvas size options for a free-form layout.

canvasSizeOptions

Type: IResolvable | FreeFormLayoutCanvasSizeOptionsProperty

Determines the screen canvas size options for a free-form layout.