Class TargetExecutionConfigArgs


  • public final class TargetExecutionConfigArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • artifactStorage

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> artifactStorage()
        Returns:
        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.
      • executionTimeout

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> executionTimeout()
        Returns:
        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.
      • serviceAccount

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> serviceAccount()
        Returns:
        Optional. Google service account to use for execution. If unspecified, the project execution service account ([email protected]) is used.
      • usages

        public com.pulumi.core.Output<java.util.List<java.lang.String>> usages()
        Returns:
        Required. Usages when this configuration should be applied.
      • workerPool

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> workerPool()
        Returns:
        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.