interface GutterStyleProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnTheme.GutterStyleProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnTheme.GutterStyleProperty | 
|  Python | aws_cdk.aws_quicksight.CfnTheme.GutterStyleProperty | 
|  TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const gutterStyleProperty: quicksight.CfnTheme.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.
