Class DashboardArgs
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 DashboardArgs : ResourceArgs
Constructors
View SourceDashboardArgs()
Declaration
public DashboardArgs()
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<DashboardTemplateVariablePresetArgs> TemplateVariablePresets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DashboardTemplateVariablePresetArgs> |
TemplateVariables
The list of template variables for this dashboard.
Declaration
public InputList<DashboardTemplateVariableArgs> TemplateVariables { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DashboardTemplateVariableArgs> |
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<DashboardWidgetArgs> Widgets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DashboardWidgetArgs> |