Dashboard

The dashboard is a real-time data analysis platform provided by the log service. You can display frequently used query and analysis statements in the form of charts and save statistical charts to the dashboard. Refer to details.

NOTE: Available in 1.86.0

Create a Dashboard Resource

def Dashboard(resource_name, opts=None, char_list=None, dashboard_name=None, display_name=None, project_name=None, __props__=None);
func NewDashboard(ctx *Context, name string, args DashboardArgs, opts ...ResourceOption) (*Dashboard, error)
public Dashboard(string name, DashboardArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args DashboardArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args DashboardArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args DashboardArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Dashboard Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The Dashboard resource accepts the following input properties:

CharList string

Configuration of charts in the dashboard.

DashboardName string

The name of the Log Dashboard.

ProjectName string

The name of the log project. It is the only in one Alicloud account.

DisplayName string

Dashboard alias.

CharList string

Configuration of charts in the dashboard.

DashboardName string

The name of the Log Dashboard.

ProjectName string

The name of the log project. It is the only in one Alicloud account.

DisplayName string

Dashboard alias.

charList string

Configuration of charts in the dashboard.

dashboardName string

The name of the Log Dashboard.

projectName string

The name of the log project. It is the only in one Alicloud account.

displayName string

Dashboard alias.

char_list str

Configuration of charts in the dashboard.

dashboard_name str

The name of the Log Dashboard.

project_name str

The name of the log project. It is the only in one Alicloud account.

display_name str

Dashboard alias.

Outputs

All input properties are implicitly available as output properties. Additionally, the Dashboard resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

Look up an Existing Dashboard Resource

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

public static get(name: string, id: Input<ID>, state?: DashboardState, opts?: CustomResourceOptions): Dashboard
static get(resource_name, id, opts=None, char_list=None, dashboard_name=None, display_name=None, project_name=None, __props__=None);
func GetDashboard(ctx *Context, name string, id IDInput, state *DashboardState, opts ...ResourceOption) (*Dashboard, error)
public static Dashboard Get(string name, Input<string> id, DashboardState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

CharList string

Configuration of charts in the dashboard.

DashboardName string

The name of the Log Dashboard.

DisplayName string

Dashboard alias.

ProjectName string

The name of the log project. It is the only in one Alicloud account.

CharList string

Configuration of charts in the dashboard.

DashboardName string

The name of the Log Dashboard.

DisplayName string

Dashboard alias.

ProjectName string

The name of the log project. It is the only in one Alicloud account.

charList string

Configuration of charts in the dashboard.

dashboardName string

The name of the Log Dashboard.

displayName string

Dashboard alias.

projectName string

The name of the log project. It is the only in one Alicloud account.

char_list str

Configuration of charts in the dashboard.

dashboard_name str

The name of the Log Dashboard.

display_name str

Dashboard alias.

project_name str

The name of the log project. It is the only in one Alicloud account.

Package Details

Repository
https://github.com/pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.