@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.517Z") @Stability(value=Stable) public interface CfnDashboardProps extends software.amazon.jsii.JsiiSerializable
| 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 |
getDashboardDefinition()
`AWS::IoTSiteWise::Dashboard.DashboardDefinition`.
|
String |
getDashboardDescription()
`AWS::IoTSiteWise::Dashboard.DashboardDescription`.
|
String |
getDashboardName()
`AWS::IoTSiteWise::Dashboard.DashboardName`.
|
default String |
getProjectId()
`AWS::IoTSiteWise::Dashboard.ProjectId`.
|
default List<CfnTag> |
getTags()
`AWS::IoTSiteWise::Dashboard.Tags`.
|
@Stability(value=Stable) @NotNull String getDashboardDefinition()
@Stability(value=Stable) @NotNull String getDashboardDescription()
@Stability(value=Stable) @NotNull String getDashboardName()
@Stability(value=Stable) @Nullable default String getProjectId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDashboardProps.Builder builder()
CfnDashboardProps.Builder of CfnDashboardPropsCopyright © 2021. All rights reserved.