Show / Hide Table of Contents

Class TimeBoardState

Inheritance
System.Object
InputArgs
ResourceArgs
TimeBoardState
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 TimeBoardState : ResourceArgs

Constructors

View Source

TimeBoardState()

Declaration
public TimeBoardState()

Properties

View Source

Description

A description of the dashboard's content.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Graphs

A list of graph definitions.

Declaration
public InputList<TimeBoardGraphGetArgs> Graphs { get; set; }
Property Value
Type Description
InputList<TimeBoardGraphGetArgs>
View Source

ReadOnly

Declaration
public Input<bool> ReadOnly { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

TemplateVariables

A list of template variables for using Dashboard templating.

Declaration
public InputList<TimeBoardTemplateVariableGetArgs> TemplateVariables { get; set; }
Property Value
Type Description
InputList<TimeBoardTemplateVariableGetArgs>
View Source

Title

The name of the dashboard.

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