interface SpacingProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.SpacingProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.SpacingProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.SpacingProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const spacingProperty: quicksight.CfnAnalysis.SpacingProperty = {
bottom: 'bottom',
left: 'left',
right: 'right',
top: 'top',
};
Properties
Name | Type | Description |
---|---|---|
bottom? | string | Define the bottom spacing. |
left? | string | Define the left spacing. |
right? | string | Define the right spacing. |
top? | string | Define 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.