Class EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.evidently_launch.EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.038Z") @Stability(Stable) public class EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedEvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedEvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityIdKey()StringgetEntityIdKeyInput()StringgetEventPattern()StringgetEventPatternInput()EvidentlyLaunchMetricMonitorsMetricDefinitiongetInternalValue()StringgetName()StringgetNameInput()StringgetUnitLabel()StringgetUnitLabelInput()StringgetValueKey()StringgetValueKeyInput()voidresetEventPattern()voidresetUnitLabel()voidsetEntityIdKey(String value)voidsetEventPattern(String value)voidsetInternalValue(EvidentlyLaunchMetricMonitorsMetricDefinition value)voidsetName(String value)voidsetUnitLabel(String value)voidsetValueKey(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference
protected EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference
protected EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference
@Stability(Stable) public EvidentlyLaunchMetricMonitorsMetricDefinitionOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetEventPattern
@Stability(Stable) public void resetEventPattern()
-
resetUnitLabel
@Stability(Stable) public void resetUnitLabel()
-
getEntityIdKeyInput
@Stability(Stable) @Nullable public String getEntityIdKeyInput()
-
getEventPatternInput
@Stability(Stable) @Nullable public String getEventPatternInput()
-
getNameInput
@Stability(Stable) @Nullable public String getNameInput()
-
getUnitLabelInput
@Stability(Stable) @Nullable public String getUnitLabelInput()
-
getValueKeyInput
@Stability(Stable) @Nullable public String getValueKeyInput()
-
getEntityIdKey
@Stability(Stable) @NotNull public String getEntityIdKey()
-
setEntityIdKey
@Stability(Stable) public void setEntityIdKey(@NotNull String value)
-
getEventPattern
@Stability(Stable) @NotNull public String getEventPattern()
-
setEventPattern
@Stability(Stable) public void setEventPattern(@NotNull String value)
-
getName
@Stability(Stable) @NotNull public String getName()
-
setName
@Stability(Stable) public void setName(@NotNull String value)
-
getUnitLabel
@Stability(Stable) @NotNull public String getUnitLabel()
-
setUnitLabel
@Stability(Stable) public void setUnitLabel(@NotNull String value)
-
getValueKey
@Stability(Stable) @NotNull public String getValueKey()
-
setValueKey
@Stability(Stable) public void setValueKey(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public EvidentlyLaunchMetricMonitorsMetricDefinition getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable EvidentlyLaunchMetricMonitorsMetricDefinition value)
-
-