Class ClouddeployAutomationRulesAdvanceRolloutRuleOutputReference

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

      • ClouddeployAutomationRulesAdvanceRolloutRuleOutputReference

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

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

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

      • resetSourcePhases

        @Stability(Stable)
        public void resetSourcePhases()
      • resetWait

        @Stability(Stable)
        public void resetWait()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getSourcePhasesInput

        @Stability(Stable)
        @Nullable
        public List<String> getSourcePhasesInput()
      • getWaitInput

        @Stability(Stable)
        @Nullable
        public String getWaitInput()
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getSourcePhases

        @Stability(Stable)
        @NotNull
        public List<String> getSourcePhases()
      • setSourcePhases

        @Stability(Stable)
        public void setSourcePhases​(@NotNull
                                    List<String> value)
      • getWait

        @Stability(Stable)
        @NotNull
        public String getWait()
      • setWait

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