Show / Hide Table of Contents

Class ScreenBoardState

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

Constructors

View Source

ScreenBoardState()

Declaration
public ScreenBoardState()

Properties

View Source

Height

Height of the screenboard

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

ReadOnly

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

Shared

Whether the screenboard is shared or not

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

TemplateVariables

A list of template variables for using Dashboard templating.

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

Title

Name of the screenboard

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

Widgets

A list of widget definitions.

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

Width

Width of the screenboard

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