Class CloudbuildTriggerRepositoryEventConfigPushOutputReference

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

      • CloudbuildTriggerRepositoryEventConfigPushOutputReference

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

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

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

      • resetBranch

        @Stability(Stable)
        public void resetBranch()
      • resetInvertRegex

        @Stability(Stable)
        public void resetInvertRegex()
      • resetTag

        @Stability(Stable)
        public void resetTag()
      • getBranchInput

        @Stability(Stable)
        @Nullable
        public String getBranchInput()
      • getInvertRegexInput

        @Stability(Stable)
        @Nullable
        public Object getInvertRegexInput()
      • getTagInput

        @Stability(Stable)
        @Nullable
        public String getTagInput()
      • getBranch

        @Stability(Stable)
        @NotNull
        public String getBranch()
      • setBranch

        @Stability(Stable)
        public void setBranch​(@NotNull
                              String value)
      • getInvertRegex

        @Stability(Stable)
        @NotNull
        public Object getInvertRegex()
      • setInvertRegex

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

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

        @Stability(Stable)
        @NotNull
        public String getTag()
      • setTag

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