Class CfnApplicationPropsMixin.MonitoringConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationPropsMixin.MonitoringConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.MonitoringConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.MonitoringConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationPropsMixin.MonitoringConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationPropsMixin.MonitoringConfigurationProperty
An implementation for
CfnApplicationPropsMixin.MonitoringConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationPropsMixin.MonitoringConfigurationProperty
CfnApplicationPropsMixin.MonitoringConfigurationProperty.Builder, CfnApplicationPropsMixin.MonitoringConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.MonitoringConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringDescribes whether to use the default CloudWatch logging configuration for an application.final StringDescribes the verbosity of the CloudWatch Logs for an application.final StringDescribes the granularity of the CloudWatch Logs for an application.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.MonitoringConfigurationProperty.Builder.
-
-
Method Details
-
getConfigurationType
Description copied from interface:CfnApplicationPropsMixin.MonitoringConfigurationPropertyDescribes whether to use the default CloudWatch logging configuration for an application.You must set this property to
CUSTOMin order to set theLogLevelorMetricsLevelparameters.- Specified by:
getConfigurationTypein interfaceCfnApplicationPropsMixin.MonitoringConfigurationProperty- See Also:
-
getLogLevel
Description copied from interface:CfnApplicationPropsMixin.MonitoringConfigurationPropertyDescribes the verbosity of the CloudWatch Logs for an application.- Specified by:
getLogLevelin interfaceCfnApplicationPropsMixin.MonitoringConfigurationProperty- See Also:
-
getMetricsLevel
Description copied from interface:CfnApplicationPropsMixin.MonitoringConfigurationPropertyDescribes the granularity of the CloudWatch Logs for an application.The
Parallelismlevel is not recommended for applications with a Parallelism over 64 due to excessive costs.- Specified by:
getMetricsLevelin interfaceCfnApplicationPropsMixin.MonitoringConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-