Class DashboardState
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 DashboardState : ResourceArgs
Constructors
View SourceDashboardState()
Declaration
public DashboardState()
Properties
View SourceDescription
The description of the dashboard.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IsReadOnly
Whether this dashboard is read-only.
Declaration
public Input<bool> IsReadOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
LayoutType
The layout type of the dashboard, either 'free' or 'ordered'.
Declaration
public Input<string> LayoutType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotifyLists
The list of handles of users to notify when changes are made to this dashboard.
Declaration
public InputList<string> NotifyLists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
TemplateVariablePresets
The list of selectable template variable presets for this dashboard.
Declaration
public InputList<DashboardTemplateVariablePresetGetArgs> TemplateVariablePresets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DashboardTemplateVariablePresetGetArgs> |
TemplateVariables
The list of template variables for this dashboard.
Declaration
public InputList<DashboardTemplateVariableGetArgs> TemplateVariables { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DashboardTemplateVariableGetArgs> |
Title
The title of the dashboard.
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Widgets
The list of widgets to display on the dashboard.
Declaration
public InputList<DashboardWidgetGetArgs> Widgets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DashboardWidgetGetArgs> |