Class ApphubWorkloadAttributesOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.apphub_workload.ApphubWorkloadAttributesOutputReference
-
- 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:17.518Z") @Stability(Stable) public class ApphubWorkloadAttributesOutputReference 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 ApphubWorkloadAttributesOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedApphubWorkloadAttributesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedApphubWorkloadAttributesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
ApphubWorkloadAttributesOutputReference
protected ApphubWorkloadAttributesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ApphubWorkloadAttributesOutputReference
protected ApphubWorkloadAttributesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ApphubWorkloadAttributesOutputReference
@Stability(Stable) public ApphubWorkloadAttributesOutputReference(@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
-
putBusinessOwners
@Stability(Stable) public void putBusinessOwners(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putCriticality
@Stability(Stable) public void putCriticality(@NotNull ApphubWorkloadAttributesCriticality value)- Parameters:
value- This parameter is required.
-
putDeveloperOwners
@Stability(Stable) public void putDeveloperOwners(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putEnvironment
@Stability(Stable) public void putEnvironment(@NotNull ApphubWorkloadAttributesEnvironment value)- Parameters:
value- This parameter is required.
-
putOperatorOwners
@Stability(Stable) public void putOperatorOwners(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetBusinessOwners
@Stability(Stable) public void resetBusinessOwners()
-
resetCriticality
@Stability(Stable) public void resetCriticality()
-
resetDeveloperOwners
@Stability(Stable) public void resetDeveloperOwners()
-
resetEnvironment
@Stability(Stable) public void resetEnvironment()
-
resetOperatorOwners
@Stability(Stable) public void resetOperatorOwners()
-
getBusinessOwners
@Stability(Stable) @NotNull public ApphubWorkloadAttributesBusinessOwnersList getBusinessOwners()
-
getCriticality
@Stability(Stable) @NotNull public ApphubWorkloadAttributesCriticalityOutputReference getCriticality()
-
getDeveloperOwners
@Stability(Stable) @NotNull public ApphubWorkloadAttributesDeveloperOwnersList getDeveloperOwners()
-
getEnvironment
@Stability(Stable) @NotNull public ApphubWorkloadAttributesEnvironmentOutputReference getEnvironment()
-
getOperatorOwners
@Stability(Stable) @NotNull public ApphubWorkloadAttributesOperatorOwnersList getOperatorOwners()
-
getBusinessOwnersInput
@Stability(Stable) @Nullable public Object getBusinessOwnersInput()
-
getCriticalityInput
@Stability(Stable) @Nullable public ApphubWorkloadAttributesCriticality getCriticalityInput()
-
getDeveloperOwnersInput
@Stability(Stable) @Nullable public Object getDeveloperOwnersInput()
-
getEnvironmentInput
@Stability(Stable) @Nullable public ApphubWorkloadAttributesEnvironment getEnvironmentInput()
-
getOperatorOwnersInput
@Stability(Stable) @Nullable public Object getOperatorOwnersInput()
-
getInternalValue
@Stability(Stable) @Nullable public ApphubWorkloadAttributes getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ApphubWorkloadAttributes value)
-
-