public static final class CfnApplicationV2.MonitoringConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationV2.MonitoringConfigurationProperty
CfnApplicationV2.MonitoringConfigurationProperty
CfnApplicationV2.MonitoringConfigurationProperty.Builder, CfnApplicationV2.MonitoringConfigurationProperty.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 |
getConfigurationType()
Describes whether to use the default CloudWatch logging configuration for an application.
|
java.lang.String |
getLogLevel()
Describes the verbosity of the CloudWatch Logs for an application.
|
java.lang.String |
getMetricsLevel()
Describes the granularity of the CloudWatch Logs for an application.
|
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 getConfigurationType()
CfnApplicationV2.MonitoringConfigurationProperty
You must set this property to CUSTOM
in order to set the LogLevel
or MetricsLevel
parameters.
getConfigurationType
in interface CfnApplicationV2.MonitoringConfigurationProperty
public final java.lang.String getLogLevel()
CfnApplicationV2.MonitoringConfigurationProperty
getLogLevel
in interface CfnApplicationV2.MonitoringConfigurationProperty
public final java.lang.String getMetricsLevel()
CfnApplicationV2.MonitoringConfigurationProperty
The Parallelism
level is not recommended for applications with a Parallelism over 64 due to excessive costs.
getMetricsLevel
in interface CfnApplicationV2.MonitoringConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()