interface SpacerProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudWatch.SpacerProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudwatch#SpacerProps |
![]() | software.amazon.awscdk.services.cloudwatch.SpacerProps |
![]() | aws_cdk.aws_cloudwatch.SpacerProps |
![]() | aws-cdk-lib » aws_cloudwatch » SpacerProps |
Props of the spacer.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudwatch as cloudwatch } from 'aws-cdk-lib';
const spacerProps: cloudwatch.SpacerProps = {
height: 123,
width: 123,
};
Properties
Name | Type | Description |
---|---|---|
height? | number | Height of the spacer. |
width? | number | Width of the spacer. |
height?
Type:
number
(optional, default: : 1)
Height of the spacer.
width?
Type:
number
(optional, default: 1)
Width of the spacer.