@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:58:11.753Z") @Stability(value=Experimental) public interface DashboardProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DashboardProps.Builder
A builder for
DashboardProps |
static class |
DashboardProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static DashboardProps.Builder |
builder() |
String |
getDashboardName()
Name of the dashboard.
|
String |
getEnd()
The end of the time range to use for each widget on the dashboard when the dashboard loads.
|
PeriodOverride |
getPeriodOverride()
Use this field to specify the period for the graphs when the dashboard loads.
|
String |
getStart()
The start of the time range to use for each widget on the dashboard.
|
List<List<IWidget>> |
getWidgets()
Initial set of widgets on the dashboard.
|
@Stability(value=Experimental) String getDashboardName()
@Stability(value=Experimental) String getEnd()
@Stability(value=Experimental) PeriodOverride getPeriodOverride()
@Stability(value=Experimental) String getStart()
@Stability(value=Experimental) List<List<IWidget>> getWidgets()
@Stability(value=Experimental) static DashboardProps.Builder builder()
DashboardProps.Builder of DashboardPropsCopyright © 2019. All rights reserved.