All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.cdklabs.cdkmonitoringconstructs.DashboardRenderingPreference Maven / Gradle / Ivy

There is a newer version: 9.1.0
Show newest version
package io.github.cdklabs.cdkmonitoringconstructs;

/**
 * (experimental) Preferred way of rendering dashboard widgets.
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.103.1 (build bef2dea)", date = "2024-09-24T17:32:51.890Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = io.github.cdklabs.cdkmonitoringconstructs.$Module.class, fqn = "cdk-monitoring-constructs.DashboardRenderingPreference")
public enum DashboardRenderingPreference {
    /**
     * (experimental) Create standard set of dashboards with interactive widgets only.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
    INTERACTIVE_ONLY,
    /**
     * (experimental) Create standard set of dashboards with bitmap widgets only.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
    BITMAP_ONLY,
    /**
     * (experimental) Create a two sets of dashboards: standard set (interactive) and a copy (bitmap).
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
    INTERACTIVE_AND_BITMAP,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy