Class DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference
-
- 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:20.817Z") @Stability(Stable) public class DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference 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 DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAutoDeleteTime()StringgetAutoDeleteTimeInput()StringgetAutoDeleteTtl()StringgetAutoDeleteTtlInput()StringgetIdleDeleteTtl()StringgetIdleDeleteTtlInput()StringgetIdleStartTime()DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfiggetInternalValue()voidresetAutoDeleteTime()voidresetAutoDeleteTtl()voidresetIdleDeleteTtl()voidsetAutoDeleteTime(String value)voidsetAutoDeleteTtl(String value)voidsetIdleDeleteTtl(String value)voidsetInternalValue(DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig 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
-
DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference
protected DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference
protected DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference
@Stability(Stable) public DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfigOutputReference(@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
-
resetAutoDeleteTime
@Stability(Stable) public void resetAutoDeleteTime()
-
resetAutoDeleteTtl
@Stability(Stable) public void resetAutoDeleteTtl()
-
resetIdleDeleteTtl
@Stability(Stable) public void resetIdleDeleteTtl()
-
getIdleStartTime
@Stability(Stable) @NotNull public String getIdleStartTime()
-
getAutoDeleteTimeInput
@Stability(Stable) @Nullable public String getAutoDeleteTimeInput()
-
getAutoDeleteTtlInput
@Stability(Stable) @Nullable public String getAutoDeleteTtlInput()
-
getIdleDeleteTtlInput
@Stability(Stable) @Nullable public String getIdleDeleteTtlInput()
-
getAutoDeleteTime
@Stability(Stable) @NotNull public String getAutoDeleteTime()
-
setAutoDeleteTime
@Stability(Stable) public void setAutoDeleteTime(@NotNull String value)
-
getAutoDeleteTtl
@Stability(Stable) @NotNull public String getAutoDeleteTtl()
-
setAutoDeleteTtl
@Stability(Stable) public void setAutoDeleteTtl(@NotNull String value)
-
getIdleDeleteTtl
@Stability(Stable) @NotNull public String getIdleDeleteTtl()
-
setIdleDeleteTtl
@Stability(Stable) public void setIdleDeleteTtl(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataprocWorkflowTemplatePlacementManagedClusterConfigLifecycleConfig value)
-
-