Class LoggingMetricMetricDescriptorOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.logging_metric.LoggingMetricMetricDescriptorOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.849Z") @Stability(Stable) public class LoggingMetricMetricDescriptorOutputReference 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 LoggingMetricMetricDescriptorOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedLoggingMetricMetricDescriptorOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedLoggingMetricMetricDescriptorOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetDisplayNameInput()LoggingMetricMetricDescriptorgetInternalValue()LoggingMetricMetricDescriptorLabelsListgetLabels()ObjectgetLabelsInput()StringgetMetricKind()StringgetMetricKindInput()StringgetUnit()StringgetUnitInput()StringgetValueType()StringgetValueTypeInput()voidputLabels(Object value)voidresetDisplayName()voidresetLabels()voidresetUnit()voidsetDisplayName(String value)voidsetInternalValue(LoggingMetricMetricDescriptor value)voidsetMetricKind(String value)voidsetUnit(String value)voidsetValueType(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
-
LoggingMetricMetricDescriptorOutputReference
protected LoggingMetricMetricDescriptorOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
LoggingMetricMetricDescriptorOutputReference
protected LoggingMetricMetricDescriptorOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
LoggingMetricMetricDescriptorOutputReference
@Stability(Stable) public LoggingMetricMetricDescriptorOutputReference(@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
-
putLabels
@Stability(Stable) public void putLabels(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetDisplayName
@Stability(Stable) public void resetDisplayName()
-
resetLabels
@Stability(Stable) public void resetLabels()
-
resetUnit
@Stability(Stable) public void resetUnit()
-
getLabels
@Stability(Stable) @NotNull public LoggingMetricMetricDescriptorLabelsList getLabels()
-
getDisplayNameInput
@Stability(Stable) @Nullable public String getDisplayNameInput()
-
getLabelsInput
@Stability(Stable) @Nullable public Object getLabelsInput()
-
getMetricKindInput
@Stability(Stable) @Nullable public String getMetricKindInput()
-
getUnitInput
@Stability(Stable) @Nullable public String getUnitInput()
-
getValueTypeInput
@Stability(Stable) @Nullable public String getValueTypeInput()
-
getDisplayName
@Stability(Stable) @NotNull public String getDisplayName()
-
setDisplayName
@Stability(Stable) public void setDisplayName(@NotNull String value)
-
getMetricKind
@Stability(Stable) @NotNull public String getMetricKind()
-
setMetricKind
@Stability(Stable) public void setMetricKind(@NotNull String value)
-
getUnit
@Stability(Stable) @NotNull public String getUnit()
-
setUnit
@Stability(Stable) public void setUnit(@NotNull String value)
-
getValueType
@Stability(Stable) @NotNull public String getValueType()
-
setValueType
@Stability(Stable) public void setValueType(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public LoggingMetricMetricDescriptor getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable LoggingMetricMetricDescriptor value)
-
-