interface GutterStyleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnThemePropsMixin.GutterStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnThemePropsMixin_GutterStyleProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnThemePropsMixin.GutterStyleProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnThemePropsMixin.GutterStyleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnThemePropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const gutterStyleProperty: quicksight_mixins.CfnThemePropsMixin.GutterStyleProperty = {
show: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| show? | boolean | IResolvable | This 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.

.NET
Go
Java
Python
TypeScript