Show / Hide Table of Contents

Class Dashboard

Inheritance
System.Object
Resource
CustomResource
Dashboard
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class Dashboard : CustomResource

Constructors

View Source

Dashboard(String, DashboardArgs, CustomResourceOptions)

Create a Dashboard resource with the given unique name, arguments, and options.

Declaration
public Dashboard(string name, DashboardArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

DashboardArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

Description

The description of the dashboard.

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

IsReadOnly

Whether this dashboard is read-only.

Declaration
public Output<bool?> IsReadOnly { get; }
Property Value
Type Description
Output<System.Nullable<System.Boolean>>
View Source

LayoutType

The layout type of the dashboard, either 'free' or 'ordered'.

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

NotifyLists

The list of handles of users to notify when changes are made to this dashboard.

Declaration
public Output<ImmutableArray<string>> NotifyLists { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

TemplateVariablePresets

The list of selectable template variable presets for this dashboard.

Declaration
public Output<ImmutableArray<DashboardTemplateVariablePreset>> TemplateVariablePresets { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<DashboardTemplateVariablePreset>>
View Source

TemplateVariables

The list of template variables for this dashboard.

Declaration
public Output<ImmutableArray<DashboardTemplateVariable>> TemplateVariables { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<DashboardTemplateVariable>>
View Source

Title

The title of the dashboard.

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

Widgets

The list of widgets to display on the dashboard.

Declaration
public Output<ImmutableArray<DashboardWidget>> Widgets { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<DashboardWidget>>

Methods

View Source

Get(String, Input<String>, DashboardState, CustomResourceOptions)

Get an existing Dashboard resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static Dashboard Get(string name, Input<string> id, DashboardState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

DashboardState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
Dashboard
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.