Class DashboardState
Inherited Members
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 SourceDashboardState()
Declaration
public DashboardState()
Properties
View SourceDashboardArn
The Amazon Resource Name (ARN) of the dashboard.
Declaration
public Input<string> DashboardArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
DashboardName
The name of the dashboard.
Declaration
public Input<string> DashboardName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |