Class CfnLaunch.MetricDefinitionObjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.evidently.CfnLaunch.MetricDefinitionObjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunch.MetricDefinitionObjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLaunch.MetricDefinitionObjectProperty
@Stability(Stable)
@Internal
public static final class CfnLaunch.MetricDefinitionObjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunch.MetricDefinitionObjectProperty
An implementation for
CfnLaunch.MetricDefinitionObjectProperty-
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.services.evidently.CfnLaunch.MetricDefinitionObjectProperty
CfnLaunch.MetricDefinitionObjectProperty.Builder, CfnLaunch.MetricDefinitionObjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunch.MetricDefinitionObjectProperty.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 entity, such as a user or session, that does an action that causes a metric value to be recorded.final StringThe EventBridge event pattern that defines how the metric is recorded.final StringA name for the metric.final StringA label for the units that the metric is measuring.final StringThe value that is tracked to produce the metric.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 theCfnLaunch.MetricDefinitionObjectProperty.Builder.
-
-
Method Details
-
getEntityIdKey
Description copied from interface:CfnLaunch.MetricDefinitionObjectPropertyThe entity, such as a user or session, that does an action that causes a metric value to be recorded.An example is
userDetails.userID.- Specified by:
getEntityIdKeyin interfaceCfnLaunch.MetricDefinitionObjectProperty
-
getMetricName
Description copied from interface:CfnLaunch.MetricDefinitionObjectPropertyA name for the metric.It can include up to 255 characters.
- Specified by:
getMetricNamein interfaceCfnLaunch.MetricDefinitionObjectProperty
-
getValueKey
Description copied from interface:CfnLaunch.MetricDefinitionObjectPropertyThe value that is tracked to produce the metric.- Specified by:
getValueKeyin interfaceCfnLaunch.MetricDefinitionObjectProperty
-
getEventPattern
Description copied from interface:CfnLaunch.MetricDefinitionObjectPropertyThe EventBridge event pattern that defines how the metric is recorded.For more information about EventBridge event patterns, see Amazon EventBridge event patterns .
- Specified by:
getEventPatternin interfaceCfnLaunch.MetricDefinitionObjectProperty
-
getUnitLabel
Description copied from interface:CfnLaunch.MetricDefinitionObjectPropertyA label for the units that the metric is measuring.- Specified by:
getUnitLabelin interfaceCfnLaunch.MetricDefinitionObjectProperty
-
$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()
-