Class Dashboard
Inherited Members
Namespace: Pulumi.Datadog
Assembly: Pulumi.Datadog.dll
Syntax
public class Dashboard : CustomResource
Constructors
View SourceDashboard(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 SourceDescription
The description of the dashboard.
Declaration
public Output<string> Description { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
IsReadOnly
Whether this dashboard is read-only.
Declaration
public Output<bool?> IsReadOnly { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Boolean>> |
LayoutType
The layout type of the dashboard, either 'free' or 'ordered'.
Declaration
public Output<string> LayoutType { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
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>> |
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>> |
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>> |
Title
The title of the dashboard.
Declaration
public Output<string> Title { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
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 SourceGet(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 |