Show / Hide Table of Contents

Class DashboardListState

Inheritance
System.Object
InputArgs
ResourceArgs
DashboardListState
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.Datadog
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class DashboardListState : ResourceArgs

Constructors

View Source

DashboardListState()

Declaration
public DashboardListState()

Properties

View Source

DashItems

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>
View Source

Name

The name of this Dashbaord List.

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