Show / Hide Table of Contents

Class DashboardArgs

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

Constructors

View Source

DashboardArgs()

Declaration
public DashboardArgs()

Properties

View Source

Description

The description of the dashboard.

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

IsReadOnly

Whether this dashboard is read-only.

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

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>
View Source

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>
View Source

TemplateVariablePresets

The list of selectable template variable presets for this dashboard.

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

TemplateVariables

The list of template variables for this dashboard.

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

Title

The title of the dashboard.

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

Widgets

The list of widgets to display on the dashboard.

Declaration
public InputList<DashboardWidgetArgs> Widgets { get; set; }
Property Value
Type Description
InputList<DashboardWidgetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.