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
new Dashboard(name: string, args: DashboardArgs, opts?: CustomResourceOptions);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:
- Char
List string Configuration of charts in the dashboard.
- Dashboard
Name string The name of the Log Dashboard.
- Project
Name string The name of the log project. It is the only in one Alicloud account.
- Display
Name string Dashboard alias.
- Char
List string Configuration of charts in the dashboard.
- Dashboard
Name string The name of the Log Dashboard.
- Project
Name string The name of the log project. It is the only in one Alicloud account.
- Display
Name string Dashboard alias.
- char
List string Configuration of charts in the dashboard.
- dashboard
Name string The name of the Log Dashboard.
- project
Name string The name of the log project. It is the only in one Alicloud account.
- display
Name 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:
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): Dashboardstatic 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:
- Char
List string Configuration of charts in the dashboard.
- Dashboard
Name string The name of the Log Dashboard.
- Display
Name string Dashboard alias.
- Project
Name string The name of the log project. It is the only in one Alicloud account.
- Char
List string Configuration of charts in the dashboard.
- Dashboard
Name string The name of the Log Dashboard.
- Display
Name string Dashboard alias.
- Project
Name string The name of the log project. It is the only in one Alicloud account.
- char
List string Configuration of charts in the dashboard.
- dashboard
Name string The name of the Log Dashboard.
- display
Name string Dashboard alias.
- project
Name 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
alicloudTerraform Provider.