Class EvidentlyLaunchMetricMonitorsMetricDefinition.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.evidently_launch.EvidentlyLaunchMetricMonitorsMetricDefinition.Jsii$Proxy
-
- All Implemented Interfaces:
EvidentlyLaunchMetricMonitorsMetricDefinition,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EvidentlyLaunchMetricMonitorsMetricDefinition
@Stability(Stable) @Internal public static final class EvidentlyLaunchMetricMonitorsMetricDefinition.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EvidentlyLaunchMetricMonitorsMetricDefinition
An implementation forEvidentlyLaunchMetricMonitorsMetricDefinition
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.evidently_launch.EvidentlyLaunchMetricMonitorsMetricDefinition
EvidentlyLaunchMetricMonitorsMetricDefinition.Builder, EvidentlyLaunchMetricMonitorsMetricDefinition.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EvidentlyLaunchMetricMonitorsMetricDefinition.Builder builder)Constructor that initializes the object based on literal property values passed by theEvidentlyLaunchMetricMonitorsMetricDefinition.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetEntityIdKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#entity_id_key EvidentlyLaunch#entity_id_key}.StringgetEventPattern()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#event_pattern EvidentlyLaunch#event_pattern}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#name EvidentlyLaunch#name}.StringgetUnitLabel()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#unit_label EvidentlyLaunch#unit_label}.StringgetValueKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#value_key EvidentlyLaunch#value_key}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(EvidentlyLaunchMetricMonitorsMetricDefinition.Builder builder)
Constructor that initializes the object based on literal property values passed by theEvidentlyLaunchMetricMonitorsMetricDefinition.Builder.
-
-
Method Detail
-
getEntityIdKey
public final String getEntityIdKey()
Description copied from interface:EvidentlyLaunchMetricMonitorsMetricDefinitionDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#entity_id_key EvidentlyLaunch#entity_id_key}.- Specified by:
getEntityIdKeyin interfaceEvidentlyLaunchMetricMonitorsMetricDefinition
-
getName
public final String getName()
Description copied from interface:EvidentlyLaunchMetricMonitorsMetricDefinitionDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#name EvidentlyLaunch#name}.- Specified by:
getNamein interfaceEvidentlyLaunchMetricMonitorsMetricDefinition
-
getValueKey
public final String getValueKey()
Description copied from interface:EvidentlyLaunchMetricMonitorsMetricDefinitionDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#value_key EvidentlyLaunch#value_key}.- Specified by:
getValueKeyin interfaceEvidentlyLaunchMetricMonitorsMetricDefinition
-
getEventPattern
public final String getEventPattern()
Description copied from interface:EvidentlyLaunchMetricMonitorsMetricDefinitionDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#event_pattern EvidentlyLaunch#event_pattern}.- Specified by:
getEventPatternin interfaceEvidentlyLaunchMetricMonitorsMetricDefinition
-
getUnitLabel
public final String getUnitLabel()
Description copied from interface:EvidentlyLaunchMetricMonitorsMetricDefinitionDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/evidently_launch#unit_label EvidentlyLaunch#unit_label}.- Specified by:
getUnitLabelin interfaceEvidentlyLaunchMetricMonitorsMetricDefinition
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-