@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.240Z") @Stability(value=Stable) public interface CfnDashboardProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudwatch.*;
CfnDashboardProps cfnDashboardProps = CfnDashboardProps.builder()
.dashboardBody("dashboardBody")
// the properties below are optional
.dashboardName("dashboardName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDashboardProps.Builder
A builder for
CfnDashboardProps |
static class |
CfnDashboardProps.Jsii$Proxy
An implementation for
CfnDashboardProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDashboardProps.Builder |
builder() |
String |
getDashboardBody()
The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard.
|
default String |
getDashboardName()
The name of the dashboard.
|
@Stability(value=Stable) @NotNull String getDashboardBody()
This parameter is required.
For more information about the syntax, see Dashboard Body Structure and Syntax .
@Stability(value=Stable) @Nullable default String getDashboardName()
The name must be between 1 and 255 characters. If you do not specify a name, one will be generated automatically.
@Stability(value=Stable) static CfnDashboardProps.Builder builder()
CfnDashboardProps.Builder of CfnDashboardPropsCopyright © 2022. All rights reserved.