public static final class CfnWorkspaceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWorkspaceProps
CfnWorkspaceProps
CfnWorkspaceProps.Builder, CfnWorkspaceProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAlertManagerDefinition()
The alert manager definition for the workspace, as a string.
|
java.lang.String |
getAlias()
An alias that you assign to this workspace to help you identify it.
|
java.util.List<CfnTag> |
getTags()
A list of tag keys and values to associate with the workspace.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAlertManagerDefinition()
CfnWorkspaceProps
For more information, see Alert manager and templating .
getAlertManagerDefinition
in interface CfnWorkspaceProps
public final java.lang.String getAlias()
CfnWorkspaceProps
It does not need to be unique.
The alias can be as many as 100 characters and can include any type of characters. Amazon Managed Service for Prometheus automatically strips any blank spaces from the beginning and end of the alias that you specify.
getAlias
in interface CfnWorkspaceProps
public final java.util.List<CfnTag> getTags()
CfnWorkspaceProps
getTags
in interface CfnWorkspaceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()