Class DashboardArgs
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 DashboardArgs : ResourceArgs
Constructors
View SourceDashboardArgs()
Declaration
public DashboardArgs()
Properties
View SourceDashboardBody
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> |