Class ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGitOutputReference

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

      • ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGitOutputReference

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

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

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

      • resetPath

        @Stability(Stable)
        public void resetPath()
      • resetRef

        @Stability(Stable)
        public void resetRef()
      • getPathInput

        @Stability(Stable)
        @Nullable
        public String getPathInput()
      • getRefInput

        @Stability(Stable)
        @Nullable
        public String getRefInput()
      • getRepoInput

        @Stability(Stable)
        @Nullable
        public String getRepoInput()
      • getPath

        @Stability(Stable)
        @NotNull
        public String getPath()
      • setPath

        @Stability(Stable)
        public void setPath​(@NotNull
                            String value)
      • getRef

        @Stability(Stable)
        @NotNull
        public String getRef()
      • setRef

        @Stability(Stable)
        public void setRef​(@NotNull
                           String value)
      • getRepo

        @Stability(Stable)
        @NotNull
        public String getRepo()
      • setRepo

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