Class ClouddeployTargetExecutionConfigs.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getArtifactStorage

        public final String getArtifactStorage()
        Description copied from interface: ClouddeployTargetExecutionConfigs
        Optional.

        Cloud Storage location in which to store execution outputs. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#artifact_storage ClouddeployTarget#artifact_storage}

        Specified by:
        getArtifactStorage in interface ClouddeployTargetExecutionConfigs
      • getExecutionTimeout

        public final String getExecutionTimeout()
        Description copied from interface: ClouddeployTargetExecutionConfigs
        Optional.

        Execution timeout for a Cloud Build Execution. This must be between 10m and 24h in seconds format. If unspecified, a default timeout of 1h is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#execution_timeout ClouddeployTarget#execution_timeout}

        Specified by:
        getExecutionTimeout in interface ClouddeployTargetExecutionConfigs
      • getServiceAccount

        public final String getServiceAccount()
        Description copied from interface: ClouddeployTargetExecutionConfigs
        Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#service_account ClouddeployTarget#service_account}

        Specified by:
        getServiceAccount in interface ClouddeployTargetExecutionConfigs
      • getVerbose

        public final Object getVerbose()
        Description copied from interface: ClouddeployTargetExecutionConfigs
        Optional. If true, additional logging will be enabled when running builds in this execution environment.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#verbose ClouddeployTarget#verbose}

        Specified by:
        getVerbose in interface ClouddeployTargetExecutionConfigs
      • getWorkerPool

        public final String getWorkerPool()
        Description copied from interface: ClouddeployTargetExecutionConfigs
        Optional.

        The resource name of the `WorkerPool`, with the format `projects/{project}/locations/{location}/workerPools/{worker_pool}`. If this optional field is unspecified, the default Cloud Build pool will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#worker_pool ClouddeployTarget#worker_pool}

        Specified by:
        getWorkerPool in interface ClouddeployTargetExecutionConfigs
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object