Class ScreenBoardArgs
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 ScreenBoardArgs : ResourceArgs
Constructors
View SourceScreenBoardArgs()
Declaration
public ScreenBoardArgs()
Properties
View SourceHeight
Height of the screenboard
Declaration
public Input<string> Height { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReadOnly
Declaration
public Input<bool> ReadOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Shared
Whether the screenboard is shared or not
Declaration
public Input<bool> Shared { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
TemplateVariables
A list of template variables for using Dashboard templating.
Declaration
public InputList<ScreenBoardTemplateVariableArgs> TemplateVariables { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ScreenBoardTemplateVariableArgs> |
Title
Name of the screenboard
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Widgets
A list of widget definitions.
Declaration
public InputList<ScreenBoardWidgetArgs> Widgets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ScreenBoardWidgetArgs> |
Width
Width of the screenboard
Declaration
public Input<string> Width { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |