Interface CloudbuildTriggerBuild

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    CloudbuildTriggerBuild.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.063Z")
    @Stability(Stable)
    public interface CloudbuildTriggerBuild
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getStep

        @Stability(Stable)
        @NotNull
        Object getStep()
        step block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#step CloudbuildTrigger#step}

      • getArtifacts

        @Stability(Stable)
        @Nullable
        default CloudbuildTriggerBuildArtifacts getArtifacts()
        artifacts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#artifacts CloudbuildTrigger#artifacts}

      • getAvailableSecrets

        @Stability(Stable)
        @Nullable
        default CloudbuildTriggerBuildAvailableSecrets getAvailableSecrets()
        available_secrets block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#available_secrets CloudbuildTrigger#available_secrets}

      • getImages

        @Stability(Stable)
        @Nullable
        default List<String> getImages()
        A list of images to be pushed upon the successful completion of all build steps.

        The images are pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build status is marked FAILURE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#images CloudbuildTrigger#images}

      • getLogsBucket

        @Stability(Stable)
        @Nullable
        default String getLogsBucket()
        Google Cloud Storage bucket where logs should be written. Logs file names will be of the format ${logsBucket}/log-${build_id}.txt.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#logs_bucket CloudbuildTrigger#logs_bucket}

      • getOptions

        @Stability(Stable)
        @Nullable
        default CloudbuildTriggerBuildOptions getOptions()
        options block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#options CloudbuildTrigger#options}

      • getQueueTtl

        @Stability(Stable)
        @Nullable
        default String getQueueTtl()
        TTL in queue for this build.

        If provided and the build is enqueued longer than this value, the build will expire and the build status will be EXPIRED. The TTL starts ticking from createTime. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#queue_ttl CloudbuildTrigger#queue_ttl}

      • getSecret

        @Stability(Stable)
        @Nullable
        default Object getSecret()
        secret block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#secret CloudbuildTrigger#secret}

      • getSource

        @Stability(Stable)
        @Nullable
        default CloudbuildTriggerBuildSource getSource()
        source block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#source CloudbuildTrigger#source}

      • getSubstitutions

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getSubstitutions()
        Substitutions data for Build resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#substitutions CloudbuildTrigger#substitutions}

      • getTags

        @Stability(Stable)
        @Nullable
        default List<String> getTags()
        Tags for annotation of a Build. These are not docker tags.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#tags CloudbuildTrigger#tags}

      • getTimeout

        @Stability(Stable)
        @Nullable
        default String getTimeout()
        Amount of time that this build should be allowed to run, to second granularity.

        If this amount of time elapses, work on the build will cease and the build status will be TIMEOUT. This timeout must be equal to or greater than the sum of the timeouts for build steps within the build. The expected format is the number of seconds followed by s. Default time is ten minutes (600s). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#timeout CloudbuildTrigger#timeout}