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