Dashboard

class Dashboard : KotlinCustomResource

Creates a new custom dashboard. For examples on how you can use this API to create dashboards, see Managing dashboards by API (https://cloud.google.com/monitoring/dashboards/api-dashboard). This method requires the monitoring.dashboards.create permission on the specified project. For more information about permissions, see Cloud Identity and Access Management (https://cloud.google.com/iam).

Properties

Link copied to clipboard

The content is divided into equally spaced columns and the widgets are arranged vertically.

Link copied to clipboard

Filters to reduce the amount of data charted based on the filter criteria.

Link copied to clipboard
val displayName: Output<String>

The mutable, human-readable name.

Link copied to clipboard
val etag: Output<String>

etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. An etag is returned in the response to GetDashboard, and users are expected to put that etag in the request to UpdateDashboard to ensure that their change will be applied to the same version of the Dashboard configuration. The field should not be passed during dashboard creation.

Link copied to clipboard

Content is arranged with a basic layout that re-flows a simple list of informational elements like widgets or tiles.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Labels applied to the dashboard

Link copied to clipboard

The content is arranged as a grid of tiles, with each content widget occupying one or more grid blocks.

Link copied to clipboard
val name: Output<String>

Immutable. The resource name of the dashboard.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The content is divided into equally spaced rows and the widgets are arranged horizontally.

Link copied to clipboard
val urn: Output<String>