Class TimeBoardArgs
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 TimeBoardArgs : ResourceArgs
Constructors
View SourceTimeBoardArgs()
Declaration
public TimeBoardArgs()
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<TimeBoardGraphArgs> Graphs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TimeBoardGraphArgs> |
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<TimeBoardTemplateVariableArgs> TemplateVariables { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TimeBoardTemplateVariableArgs> |
Title
The name of the dashboard.
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |