Class DataplexTaskTriggerSpecOutputReference

  • 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.658Z")
    @Stability(Stable)
    public class DataplexTaskTriggerSpecOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DataplexTaskTriggerSpecOutputReference

        protected DataplexTaskTriggerSpecOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • DataplexTaskTriggerSpecOutputReference

        protected DataplexTaskTriggerSpecOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DataplexTaskTriggerSpecOutputReference

        @Stability(Stable)
        public DataplexTaskTriggerSpecOutputReference​(@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

      • resetDisabled

        @Stability(Stable)
        public void resetDisabled()
      • resetMaxRetries

        @Stability(Stable)
        public void resetMaxRetries()
      • resetSchedule

        @Stability(Stable)
        public void resetSchedule()
      • resetStartTime

        @Stability(Stable)
        public void resetStartTime()
      • getDisabledInput

        @Stability(Stable)
        @Nullable
        public Object getDisabledInput()
      • getMaxRetriesInput

        @Stability(Stable)
        @Nullable
        public Number getMaxRetriesInput()
      • getScheduleInput

        @Stability(Stable)
        @Nullable
        public String getScheduleInput()
      • getStartTimeInput

        @Stability(Stable)
        @Nullable
        public String getStartTimeInput()
      • getTypeInput

        @Stability(Stable)
        @Nullable
        public String getTypeInput()
      • getDisabled

        @Stability(Stable)
        @NotNull
        public Object getDisabled()
      • setDisabled

        @Stability(Stable)
        public void setDisabled​(@NotNull
                                Boolean value)
      • setDisabled

        @Stability(Stable)
        public void setDisabled​(@NotNull
                                com.hashicorp.cdktf.IResolvable value)
      • getMaxRetries

        @Stability(Stable)
        @NotNull
        public Number getMaxRetries()
      • setMaxRetries

        @Stability(Stable)
        public void setMaxRetries​(@NotNull
                                  Number value)
      • getSchedule

        @Stability(Stable)
        @NotNull
        public String getSchedule()
      • setSchedule

        @Stability(Stable)
        public void setSchedule​(@NotNull
                                String value)
      • getStartTime

        @Stability(Stable)
        @NotNull
        public String getStartTime()
      • setStartTime

        @Stability(Stable)
        public void setStartTime​(@NotNull
                                 String value)
      • getType

        @Stability(Stable)
        @NotNull
        public String getType()
      • setType

        @Stability(Stable)
        public void setType​(@NotNull
                            String value)