Class CloudbuildTriggerGithubOutputReference

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

      • CloudbuildTriggerGithubOutputReference

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

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

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

      • putPush

        @Stability(Stable)
        public void putPush​(@NotNull
                            CloudbuildTriggerGithubPush value)
        Parameters:
        value - This parameter is required.
      • resetEnterpriseConfigResourceName

        @Stability(Stable)
        public void resetEnterpriseConfigResourceName()
      • resetName

        @Stability(Stable)
        public void resetName()
      • resetOwner

        @Stability(Stable)
        public void resetOwner()
      • resetPullRequest

        @Stability(Stable)
        public void resetPullRequest()
      • resetPush

        @Stability(Stable)
        public void resetPush()
      • getEnterpriseConfigResourceNameInput

        @Stability(Stable)
        @Nullable
        public String getEnterpriseConfigResourceNameInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getOwnerInput

        @Stability(Stable)
        @Nullable
        public String getOwnerInput()
      • getEnterpriseConfigResourceName

        @Stability(Stable)
        @NotNull
        public String getEnterpriseConfigResourceName()
      • setEnterpriseConfigResourceName

        @Stability(Stable)
        public void setEnterpriseConfigResourceName​(@NotNull
                                                    String value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getOwner

        @Stability(Stable)
        @NotNull
        public String getOwner()
      • setOwner

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