Show / Hide Table of Contents

Class TimeBoardArgs

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

Constructors

View Source

TimeBoardArgs()

Declaration
public TimeBoardArgs()

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<TimeBoardGraphArgs> Graphs { get; set; }
Property Value
Type Description
InputList<TimeBoardGraphArgs>
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<TimeBoardTemplateVariableArgs> TemplateVariables { get; set; }
Property Value
Type Description
InputList<TimeBoardTemplateVariableArgs>
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.