Class CfnMetricMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnMetricMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMetricMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMetricMixinProps
@Stability(Stable)
@Internal
public static final class CfnMetricMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMetricMixinProps
An implementation for
CfnMetricMixinProps-
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.connect.CfnMetricMixinProps
CfnMetricMixinProps.Builder, CfnMetricMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMetricMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMetricMixinProps.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 StringThe description of the custom metric.final StringThe identifier of the Amazon Connect instance.final ObjectThe calculation configuration for the metric.final StringgetName()The name of the custom metric.final StringIndicates how to classify a positive trend in metric data on the UI.final StringThe status of the custom metric.getTags()One or more tags.final StringgetUnit()Display unit for the metric data.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 theCfnMetricMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnMetricMixinPropsThe description of the custom metric.- Specified by:
getDescriptionin interfaceCfnMetricMixinProps- See Also:
-
getInstanceArn
Description copied from interface:CfnMetricMixinPropsThe identifier of the Amazon Connect instance.- Specified by:
getInstanceArnin interfaceCfnMetricMixinProps- See Also:
-
getMetricCalculation
Description copied from interface:CfnMetricMixinPropsThe calculation configuration for the metric.Returns union: either
IResolvableorCfnMetricPropsMixin.MetricCalculationProperty- Specified by:
getMetricCalculationin interfaceCfnMetricMixinProps- See Also:
-
getName
Description copied from interface:CfnMetricMixinPropsThe name of the custom metric.- Specified by:
getNamein interfaceCfnMetricMixinProps- See Also:
-
getPositiveTrendIndicator
Description copied from interface:CfnMetricMixinPropsIndicates how to classify a positive trend in metric data on the UI.- Specified by:
getPositiveTrendIndicatorin interfaceCfnMetricMixinProps- See Also:
-
getStatus
Description copied from interface:CfnMetricMixinPropsThe status of the custom metric.- Specified by:
getStatusin interfaceCfnMetricMixinProps- See Also:
-
getTags
Description copied from interface:CfnMetricMixinPropsOne or more tags.- Specified by:
getTagsin interfaceCfnMetricMixinProps- See Also:
-
getUnit
Description copied from interface:CfnMetricMixinPropsDisplay unit for the metric data.- Specified by:
getUnitin interfaceCfnMetricMixinProps- 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()
-