@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.278Z") @Stability(value=Experimental) public class Dashboard extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
Dashboard.Builder
(experimental) A fluent builder for
Dashboard. |
software.amazon.jsii.JsiiObject.InitializationModeIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
Dashboard(software.constructs.Construct scope,
String id) |
|
Dashboard(software.constructs.Construct scope,
String id,
DashboardProps props) |
protected |
Dashboard(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Dashboard(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addWidgets(IWidget... widgets)
(experimental) Add a widget to the dashboard.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Dashboard(software.amazon.jsii.JsiiObjectRef objRef)
protected Dashboard(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Dashboard(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
DashboardProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public Dashboard(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental)
public void addWidgets(@NotNull
IWidget... widgets)
Widgets given in multiple calls to add() will be laid out stacked on top of each other.
Multiple widgets added in the same call to add() will be laid out next to each other.
widgets - This parameter is required.Copyright © 2021. All rights reserved.