Show / Hide Table of Contents

Class Dashboard

A CloudWatch dashboard.

Inheritance
System.Object
Construct
Resource
Dashboard
Implements
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public class Dashboard : Resource, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class Dashboard
    Inherits Resource
    Implements IResource, IConstruct, IConstruct, IDependable

Synopsis

Constructors

Dashboard(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

Dashboard(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Dashboard(Construct, String, IDashboardProps)

Methods

AddWidgets(IWidget[])

Add a widget to the dashboard.

Constructors

Dashboard(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected Dashboard(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

Dashboard(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected Dashboard(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Dashboard(Construct, String, IDashboardProps)

public Dashboard(Construct scope, string id, IDashboardProps props = null)
Parameters
scope Constructs.Construct
id System.String
props IDashboardProps

Methods

AddWidgets(IWidget[])

Add a widget to the dashboard.

public virtual void AddWidgets(params IWidget[] widgets)
Parameters
widgets IWidget[]
Remarks

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.

Implements

IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX