Class DashboardListState
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.Datadog
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class DashboardListState : ResourceArgs
Constructors
View SourceDashboardListState()
Declaration
public DashboardListState()
Properties
View SourceDashItems
An individual dashboard object to add to this Dashboard List. If present, must contain the following:
Declaration
public InputList<DashboardListDashItemGetArgs> DashItems { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DashboardListDashItemGetArgs> |
Name
The name of this Dashbaord List.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |