Class 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
    • 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)