Show / Hide Table of Contents

Class DashboardState

Inheritance
System.Object
InputArgs
ResourceArgs
DashboardState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudWatch
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DashboardState : ResourceArgs

Constructors

View Source

DashboardState()

Declaration
public DashboardState()

Properties

View Source

DashboardArn

The Amazon Resource Name (ARN) of the dashboard.

Declaration
public Input<string> DashboardArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DashboardBody

The detailed information about the dashboard, including what widgets are included and their location on the dashboard. You can read more about the body structure in the documentation.

Declaration
public Input<string> DashboardBody { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DashboardName

The name of the dashboard.

Declaration
public Input<string> DashboardName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.