Class ClouddeployCustomTargetTypeCustomActionsOutputReference

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

      • ClouddeployCustomTargetTypeCustomActionsOutputReference

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

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

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

      • putIncludeSkaffoldModules

        @Stability(Stable)
        public void putIncludeSkaffoldModules​(@NotNull
                                              Object value)
        Parameters:
        value - This parameter is required.
      • resetIncludeSkaffoldModules

        @Stability(Stable)
        public void resetIncludeSkaffoldModules()
      • resetRenderAction

        @Stability(Stable)
        public void resetRenderAction()
      • getDeployActionInput

        @Stability(Stable)
        @Nullable
        public String getDeployActionInput()
      • getIncludeSkaffoldModulesInput

        @Stability(Stable)
        @Nullable
        public Object getIncludeSkaffoldModulesInput()
      • getRenderActionInput

        @Stability(Stable)
        @Nullable
        public String getRenderActionInput()
      • getDeployAction

        @Stability(Stable)
        @NotNull
        public String getDeployAction()
      • setDeployAction

        @Stability(Stable)
        public void setDeployAction​(@NotNull
                                    String value)
      • getRenderAction

        @Stability(Stable)
        @NotNull
        public String getRenderAction()
      • setRenderAction

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