aws-cdk-lib.aws_quicksight.CfnTheme.GutterStyleProperty

interface GutterStyleProperty

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

The display options for gutter spacing between tiles on a sheet.

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 gutterStyleProperty: quicksight.CfnTheme.GutterStyleProperty = {
  show: false,
};

Properties

NameTypeDescription
show?boolean | IResolvableThis Boolean value controls whether to display a gutter space between sheet tiles.

show?

Type: boolean | IResolvable (optional)

This Boolean value controls whether to display a gutter space between sheet tiles.