aws-cdk-lib.aws_cloudwatch.SpacerProps

interface SpacerProps

LanguageType name
.NETAmazon.CDK.AWS.CloudWatch.SpacerProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscloudwatch#SpacerProps
Javasoftware.amazon.awscdk.services.cloudwatch.SpacerProps
Pythonaws_cdk.aws_cloudwatch.SpacerProps
TypeScript (source)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

NameTypeDescription
height?numberHeight of the spacer.
width?numberWidth of the spacer.

height?

Type: number (optional, default: : 1)

Height of the spacer.


width?

Type: number (optional, default: 1)

Width of the spacer.