Class CloudbuildTriggerBuildOutputReference

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

      • CloudbuildTriggerBuildOutputReference

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

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

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

      • putArtifacts

        @Stability(Stable)
        public void putArtifacts​(@NotNull
                                 CloudbuildTriggerBuildArtifacts value)
        Parameters:
        value - This parameter is required.
      • putOptions

        @Stability(Stable)
        public void putOptions​(@NotNull
                               CloudbuildTriggerBuildOptions value)
        Parameters:
        value - This parameter is required.
      • putSecret

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

        @Stability(Stable)
        public void putSource​(@NotNull
                              CloudbuildTriggerBuildSource value)
        Parameters:
        value - This parameter is required.
      • putStep

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

        @Stability(Stable)
        public void resetArtifacts()
      • resetAvailableSecrets

        @Stability(Stable)
        public void resetAvailableSecrets()
      • resetImages

        @Stability(Stable)
        public void resetImages()
      • resetLogsBucket

        @Stability(Stable)
        public void resetLogsBucket()
      • resetOptions

        @Stability(Stable)
        public void resetOptions()
      • resetQueueTtl

        @Stability(Stable)
        public void resetQueueTtl()
      • resetSecret

        @Stability(Stable)
        public void resetSecret()
      • resetSource

        @Stability(Stable)
        public void resetSource()
      • resetSubstitutions

        @Stability(Stable)
        public void resetSubstitutions()
      • resetTags

        @Stability(Stable)
        public void resetTags()
      • resetTimeout

        @Stability(Stable)
        public void resetTimeout()
      • getImagesInput

        @Stability(Stable)
        @Nullable
        public List<String> getImagesInput()
      • getLogsBucketInput

        @Stability(Stable)
        @Nullable
        public String getLogsBucketInput()
      • getQueueTtlInput

        @Stability(Stable)
        @Nullable
        public String getQueueTtlInput()
      • getSecretInput

        @Stability(Stable)
        @Nullable
        public Object getSecretInput()
      • getStepInput

        @Stability(Stable)
        @Nullable
        public Object getStepInput()
      • getSubstitutionsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getSubstitutionsInput()
      • getTagsInput

        @Stability(Stable)
        @Nullable
        public List<String> getTagsInput()
      • getTimeoutInput

        @Stability(Stable)
        @Nullable
        public String getTimeoutInput()
      • getImages

        @Stability(Stable)
        @NotNull
        public List<String> getImages()
      • setImages

        @Stability(Stable)
        public void setImages​(@NotNull
                              List<String> value)
      • getLogsBucket

        @Stability(Stable)
        @NotNull
        public String getLogsBucket()
      • setLogsBucket

        @Stability(Stable)
        public void setLogsBucket​(@NotNull
                                  String value)
      • getQueueTtl

        @Stability(Stable)
        @NotNull
        public String getQueueTtl()
      • setQueueTtl

        @Stability(Stable)
        public void setQueueTtl​(@NotNull
                                String value)
      • getSubstitutions

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getSubstitutions()
      • setSubstitutions

        @Stability(Stable)
        public void setSubstitutions​(@NotNull
                                     Map<String,​String> value)
      • getTags

        @Stability(Stable)
        @NotNull
        public List<String> getTags()
      • setTags

        @Stability(Stable)
        public void setTags​(@NotNull
                            List<String> value)
      • getTimeout

        @Stability(Stable)
        @NotNull
        public String getTimeout()
      • setTimeout

        @Stability(Stable)
        public void setTimeout​(@NotNull
                               String value)
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     CloudbuildTriggerBuild value)