Class TimeBoardState
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 TimeBoardState : ResourceArgs
Constructors
View SourceTimeBoardState()
Declaration
public TimeBoardState()
Properties
View SourceDescription
A description of the dashboard's content.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Graphs
A list of graph definitions.
Declaration
public InputList<TimeBoardGraphGetArgs> Graphs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TimeBoardGraphGetArgs> |
ReadOnly
Declaration
public Input<bool> ReadOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TemplateVariables
A list of template variables for using Dashboard templating.
Declaration
public InputList<TimeBoardTemplateVariableGetArgs> TemplateVariables { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TimeBoardTemplateVariableGetArgs> |
Title
The name of the dashboard.
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |