aws-cdk-lib.aws_quicksight.CfnTemplate.SpacingProperty

interface SpacingProperty

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

The configuration of spacing (often a margin or padding).

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 spacingProperty: quicksight.CfnTemplate.SpacingProperty = {
  bottom: 'bottom',
  left: 'left',
  right: 'right',
  top: 'top',
};

Properties

NameTypeDescription
bottom?stringDefine the bottom spacing.
left?stringDefine the left spacing.
right?stringDefine the right spacing.
top?stringDefine the top spacing.

bottom?

Type: string (optional)

Define the bottom spacing.


left?

Type: string (optional)

Define the left spacing.


right?

Type: string (optional)

Define the right spacing.


top?

Type: string (optional)

Define the top spacing.