aws-cdk-lib.aws_quicksight.CfnTheme.MarginStyleProperty

interface MarginStyleProperty

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

The display options for margins around the outside edge of sheets.

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

Properties

NameTypeDescription
show?boolean | IResolvableThis Boolean value controls whether to display sheet margins.

show?

Type: boolean | IResolvable (optional)

This Boolean value controls whether to display sheet margins.