Class EdgecontainerClusterMaintenancePolicyOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.edgecontainer_cluster.EdgecontainerClusterMaintenancePolicyOutputReference
-
- 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.133Z") @Stability(Stable) public class EdgecontainerClusterMaintenancePolicyOutputReference 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 EdgecontainerClusterMaintenancePolicyOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedEdgecontainerClusterMaintenancePolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedEdgecontainerClusterMaintenancePolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdgecontainerClusterMaintenancePolicygetInternalValue()EdgecontainerClusterMaintenancePolicyMaintenanceExclusionsListgetMaintenanceExclusions()ObjectgetMaintenanceExclusionsInput()EdgecontainerClusterMaintenancePolicyWindowOutputReferencegetWindow()EdgecontainerClusterMaintenancePolicyWindowgetWindowInput()voidputMaintenanceExclusions(Object value)voidputWindow(EdgecontainerClusterMaintenancePolicyWindow value)voidresetMaintenanceExclusions()voidsetInternalValue(EdgecontainerClusterMaintenancePolicy 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
-
EdgecontainerClusterMaintenancePolicyOutputReference
protected EdgecontainerClusterMaintenancePolicyOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
EdgecontainerClusterMaintenancePolicyOutputReference
protected EdgecontainerClusterMaintenancePolicyOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
EdgecontainerClusterMaintenancePolicyOutputReference
@Stability(Stable) public EdgecontainerClusterMaintenancePolicyOutputReference(@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
-
putMaintenanceExclusions
@Stability(Stable) public void putMaintenanceExclusions(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putWindow
@Stability(Stable) public void putWindow(@NotNull EdgecontainerClusterMaintenancePolicyWindow value)- Parameters:
value- This parameter is required.
-
resetMaintenanceExclusions
@Stability(Stable) public void resetMaintenanceExclusions()
-
getMaintenanceExclusions
@Stability(Stable) @NotNull public EdgecontainerClusterMaintenancePolicyMaintenanceExclusionsList getMaintenanceExclusions()
-
getWindow
@Stability(Stable) @NotNull public EdgecontainerClusterMaintenancePolicyWindowOutputReference getWindow()
-
getMaintenanceExclusionsInput
@Stability(Stable) @Nullable public Object getMaintenanceExclusionsInput()
-
getWindowInput
@Stability(Stable) @Nullable public EdgecontainerClusterMaintenancePolicyWindow getWindowInput()
-
getInternalValue
@Stability(Stable) @Nullable public EdgecontainerClusterMaintenancePolicy getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable EdgecontainerClusterMaintenancePolicy value)
-
-