aws-cdk-lib.aws_quicksight.CfnTheme.TileLayoutStyleProperty

interface TileLayoutStyleProperty

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

The display options for the layout of 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 tileLayoutStyleProperty: quicksight.CfnTheme.TileLayoutStyleProperty = {
  gutter: {
    show: false,
  },
  margin: {
    show: false,
  },
};

Properties

NameTypeDescription
gutter?IResolvable | GutterStylePropertyThe gutter settings that apply between tiles.
margin?IResolvable | MarginStylePropertyThe margin settings that apply around the outside edge of sheets.

gutter?

Type: IResolvable | GutterStyleProperty (optional)

The gutter settings that apply between tiles.


margin?

Type: IResolvable | MarginStyleProperty (optional)

The margin settings that apply around the outside edge of sheets.