Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.clouddeploy/v1.Target
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new Target in a given project and location.
Create Target Resource
new Target(name: string, args: TargetArgs, opts?: CustomResourceOptions);
@overload
def Target(resource_name: str,
opts: Optional[ResourceOptions] = None,
annotations: Optional[Mapping[str, str]] = None,
anthos_cluster: Optional[AnthosClusterArgs] = None,
description: Optional[str] = None,
etag: Optional[str] = None,
execution_configs: Optional[Sequence[ExecutionConfigArgs]] = None,
gke: Optional[GkeClusterArgs] = None,
labels: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
multi_target: Optional[MultiTargetArgs] = None,
name: Optional[str] = None,
project: Optional[str] = None,
request_id: Optional[str] = None,
require_approval: Optional[bool] = None,
run: Optional[CloudRunLocationArgs] = None,
target_id: Optional[str] = None)
@overload
def Target(resource_name: str,
args: TargetArgs,
opts: Optional[ResourceOptions] = None)
func NewTarget(ctx *Context, name string, args TargetArgs, opts ...ResourceOption) (*Target, error)
public Target(string name, TargetArgs args, CustomResourceOptions? opts = null)
public Target(String name, TargetArgs args)
public Target(String name, TargetArgs args, CustomResourceOptions options)
type: google-native:clouddeploy/v1:Target
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TargetArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TargetArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TargetArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Target Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Target resource accepts the following input properties:
- Target
Id string Required. ID of the
Target
.- Annotations Dictionary<string, string>
Optional. User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- Anthos
Cluster Pulumi.Google Native. Cloud Deploy. V1. Inputs. Anthos Cluster Information specifying an Anthos Cluster.
- Description string
Optional. Description of the
Target
. Max length is 255 characters.- Etag string
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- Execution
Configs List<Pulumi.Google Native. Cloud Deploy. V1. Inputs. Execution Config> Configurations for all execution that relates to this
Target
. EachExecutionEnvironmentUsage
value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include theRENDER
andDEPLOY
ExecutionEnvironmentUsage
values. When no configurations are specified, execution will use the default specified inDefaultPool
.- Gke
Pulumi.
Google Native. Cloud Deploy. V1. Inputs. Gke Cluster Information specifying a GKE Cluster.
- Labels Dictionary<string, string>
Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- Location string
- Multi
Target Pulumi.Google Native. Cloud Deploy. V1. Inputs. Multi Target Information specifying a multiTarget.
- Name string
Optional. Name of the
Target
. Format is projects/{project}/locations/{location}/targets/a-z{0,62}.- Project string
- Request
Id string Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- Require
Approval bool Optional. Whether or not the
Target
requires approval.- Run
Pulumi.
Google Native. Cloud Deploy. V1. Inputs. Cloud Run Location Information specifying a Cloud Run deployment target.
- Target
Id string Required. ID of the
Target
.- Annotations map[string]string
Optional. User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- Anthos
Cluster AnthosCluster Args Information specifying an Anthos Cluster.
- Description string
Optional. Description of the
Target
. Max length is 255 characters.- Etag string
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- Execution
Configs []ExecutionConfig Args Configurations for all execution that relates to this
Target
. EachExecutionEnvironmentUsage
value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include theRENDER
andDEPLOY
ExecutionEnvironmentUsage
values. When no configurations are specified, execution will use the default specified inDefaultPool
.- Gke
Gke
Cluster Args Information specifying a GKE Cluster.
- Labels map[string]string
Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- Location string
- Multi
Target MultiTarget Args Information specifying a multiTarget.
- Name string
Optional. Name of the
Target
. Format is projects/{project}/locations/{location}/targets/a-z{0,62}.- Project string
- Request
Id string Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- Require
Approval bool Optional. Whether or not the
Target
requires approval.- Run
Cloud
Run Location Args Information specifying a Cloud Run deployment target.
- target
Id String Required. ID of the
Target
.- annotations Map<String,String>
Optional. User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- anthos
Cluster AnthosCluster Information specifying an Anthos Cluster.
- description String
Optional. Description of the
Target
. Max length is 255 characters.- etag String
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- execution
Configs List<ExecutionConfig> Configurations for all execution that relates to this
Target
. EachExecutionEnvironmentUsage
value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include theRENDER
andDEPLOY
ExecutionEnvironmentUsage
values. When no configurations are specified, execution will use the default specified inDefaultPool
.- gke
Gke
Cluster Information specifying a GKE Cluster.
- labels Map<String,String>
Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- location String
- multi
Target MultiTarget Information specifying a multiTarget.
- name String
Optional. Name of the
Target
. Format is projects/{project}/locations/{location}/targets/a-z{0,62}.- project String
- request
Id String Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- require
Approval Boolean Optional. Whether or not the
Target
requires approval.- run
Cloud
Run Location Information specifying a Cloud Run deployment target.
- target
Id string Required. ID of the
Target
.- annotations {[key: string]: string}
Optional. User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- anthos
Cluster AnthosCluster Information specifying an Anthos Cluster.
- description string
Optional. Description of the
Target
. Max length is 255 characters.- etag string
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- execution
Configs ExecutionConfig[] Configurations for all execution that relates to this
Target
. EachExecutionEnvironmentUsage
value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include theRENDER
andDEPLOY
ExecutionEnvironmentUsage
values. When no configurations are specified, execution will use the default specified inDefaultPool
.- gke
Gke
Cluster Information specifying a GKE Cluster.
- labels {[key: string]: string}
Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- location string
- multi
Target MultiTarget Information specifying a multiTarget.
- name string
Optional. Name of the
Target
. Format is projects/{project}/locations/{location}/targets/a-z{0,62}.- project string
- request
Id string Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- require
Approval boolean Optional. Whether or not the
Target
requires approval.- run
Cloud
Run Location Information specifying a Cloud Run deployment target.
- target_
id str Required. ID of the
Target
.- annotations Mapping[str, str]
Optional. User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- anthos_
cluster AnthosCluster Args Information specifying an Anthos Cluster.
- description str
Optional. Description of the
Target
. Max length is 255 characters.- etag str
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- execution_
configs Sequence[ExecutionConfig Args] Configurations for all execution that relates to this
Target
. EachExecutionEnvironmentUsage
value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include theRENDER
andDEPLOY
ExecutionEnvironmentUsage
values. When no configurations are specified, execution will use the default specified inDefaultPool
.- gke
Gke
Cluster Args Information specifying a GKE Cluster.
- labels Mapping[str, str]
Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- location str
- multi_
target MultiTarget Args Information specifying a multiTarget.
- name str
Optional. Name of the
Target
. Format is projects/{project}/locations/{location}/targets/a-z{0,62}.- project str
- request_
id str Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- require_
approval bool Optional. Whether or not the
Target
requires approval.- run
Cloud
Run Location Args Information specifying a Cloud Run deployment target.
- target
Id String Required. ID of the
Target
.- annotations Map<String>
Optional. User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
- anthos
Cluster Property Map Information specifying an Anthos Cluster.
- description String
Optional. Description of the
Target
. Max length is 255 characters.- etag String
Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
- execution
Configs List<Property Map> Configurations for all execution that relates to this
Target
. EachExecutionEnvironmentUsage
value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include theRENDER
andDEPLOY
ExecutionEnvironmentUsage
values. When no configurations are specified, execution will use the default specified inDefaultPool
.- gke Property Map
Information specifying a GKE Cluster.
- labels Map<String>
Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
- location String
- multi
Target Property Map Information specifying a multiTarget.
- name String
Optional. Name of the
Target
. Format is projects/{project}/locations/{location}/targets/a-z{0,62}.- project String
- request
Id String Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
- require
Approval Boolean Optional. Whether or not the
Target
requires approval.- run Property Map
Information specifying a Cloud Run deployment target.
Outputs
All input properties are implicitly available as output properties. Additionally, the Target resource produces the following output properties:
- Create
Time string Time at which the
Target
was created.- Id string
The provider-assigned unique ID for this managed resource.
- Uid string
Unique identifier of the
Target
.- Update
Time string Most recent time at which the
Target
was updated.
- Create
Time string Time at which the
Target
was created.- Id string
The provider-assigned unique ID for this managed resource.
- Uid string
Unique identifier of the
Target
.- Update
Time string Most recent time at which the
Target
was updated.
- create
Time String Time at which the
Target
was created.- id String
The provider-assigned unique ID for this managed resource.
- uid String
Unique identifier of the
Target
.- update
Time String Most recent time at which the
Target
was updated.
- create
Time string Time at which the
Target
was created.- id string
The provider-assigned unique ID for this managed resource.
- uid string
Unique identifier of the
Target
.- update
Time string Most recent time at which the
Target
was updated.
- create_
time str Time at which the
Target
was created.- id str
The provider-assigned unique ID for this managed resource.
- uid str
Unique identifier of the
Target
.- update_
time str Most recent time at which the
Target
was updated.
- create
Time String Time at which the
Target
was created.- id String
The provider-assigned unique ID for this managed resource.
- uid String
Unique identifier of the
Target
.- update
Time String Most recent time at which the
Target
was updated.
Supporting Types
AnthosCluster, AnthosClusterArgs
- Membership string
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
- Membership string
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
- membership String
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
- membership string
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
- membership str
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
- membership String
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
AnthosClusterResponse, AnthosClusterResponseArgs
- Membership string
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
- Membership string
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
- membership String
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
- membership string
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
- membership str
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
- membership String
Membership of the GKE Hub-registered cluster to which to apply the Skaffold configuration. Format is
projects/{project}/locations/{location}/memberships/{membership_name}
.
CloudRunLocation, CloudRunLocationArgs
- Location string
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
- Location string
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
- location String
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
- location string
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
- location str
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
- location String
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
CloudRunLocationResponse, CloudRunLocationResponseArgs
- Location string
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
- Location string
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
- location String
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
- location string
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
- location str
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
- location String
The location for the Cloud Run Service. Format must be
projects/{project}/locations/{location}
.
DefaultPool, DefaultPoolArgs
- Artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- Artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- artifact
Storage String Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- artifact_
storage str Optional. Cloud Storage location where execution outputs should be stored. 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.
- service_
account str Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- artifact
Storage String Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
DefaultPoolResponse, DefaultPoolResponseArgs
- Artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- Artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- artifact
Storage String Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- artifact_
storage str Optional. Cloud Storage location where execution outputs should be stored. 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.
- service_
account str Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- artifact
Storage String Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
ExecutionConfig, ExecutionConfigArgs
- Usages
List<Pulumi.
Google Native. Cloud Deploy. V1. Execution Config Usages Item> Usages when this configuration should be applied.
- Artifact
Storage string 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.
- Default
Pool Pulumi.Google Native. Cloud Deploy. V1. Inputs. Default Pool Optional. Use default Cloud Build pool.
- Execution
Timeout string 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.
- Private
Pool Pulumi.Google Native. Cloud Deploy. V1. Inputs. Private Pool Optional. Use private Cloud Build pool.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- Worker
Pool string Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
- Usages
[]Execution
Config Usages Item Usages when this configuration should be applied.
- Artifact
Storage string 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.
- Default
Pool DefaultPool Optional. Use default Cloud Build pool.
- Execution
Timeout string 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.
- Private
Pool PrivatePool Optional. Use private Cloud Build pool.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- Worker
Pool string Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
- usages
List<Execution
Config Usages Item> Usages when this configuration should be applied.
- artifact
Storage String 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.
- default
Pool DefaultPool Optional. Use default Cloud Build pool.
- execution
Timeout String 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.
- private
Pool PrivatePool Optional. Use private Cloud Build pool.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- worker
Pool String Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
- usages
Execution
Config Usages Item[] Usages when this configuration should be applied.
- artifact
Storage string 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.
- default
Pool DefaultPool Optional. Use default Cloud Build pool.
- execution
Timeout string 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.
- private
Pool PrivatePool Optional. Use private Cloud Build pool.
- service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- worker
Pool string Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
- usages
Sequence[Execution
Config Usages Item] Usages when this configuration should be applied.
- artifact_
storage str 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.
- default_
pool DefaultPool Optional. Use default Cloud Build pool.
- execution_
timeout str 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.
- private_
pool PrivatePool Optional. Use private Cloud Build pool.
- service_
account str Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- worker_
pool str Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
- usages List<"EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED" | "RENDER" | "DEPLOY" | "VERIFY">
Usages when this configuration should be applied.
- artifact
Storage String 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.
- default
Pool Property Map Optional. Use default Cloud Build pool.
- execution
Timeout String 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.
- private
Pool Property Map Optional. Use private Cloud Build pool.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- worker
Pool String Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
ExecutionConfigResponse, ExecutionConfigResponseArgs
- Artifact
Storage string 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.
- Default
Pool Pulumi.Google Native. Cloud Deploy. V1. Inputs. Default Pool Response Optional. Use default Cloud Build pool.
- Execution
Timeout string 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.
- Private
Pool Pulumi.Google Native. Cloud Deploy. V1. Inputs. Private Pool Response Optional. Use private Cloud Build pool.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- Usages List<string>
Usages when this configuration should be applied.
- Worker
Pool string Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
- Artifact
Storage string 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.
- Default
Pool DefaultPool Response Optional. Use default Cloud Build pool.
- Execution
Timeout string 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.
- Private
Pool PrivatePool Response Optional. Use private Cloud Build pool.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- Usages []string
Usages when this configuration should be applied.
- Worker
Pool string Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
- artifact
Storage String 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.
- default
Pool DefaultPool Response Optional. Use default Cloud Build pool.
- execution
Timeout String 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.
- private
Pool PrivatePool Response Optional. Use private Cloud Build pool.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- usages List<String>
Usages when this configuration should be applied.
- worker
Pool String Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
- artifact
Storage string 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.
- default
Pool DefaultPool Response Optional. Use default Cloud Build pool.
- execution
Timeout string 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.
- private
Pool PrivatePool Response Optional. Use private Cloud Build pool.
- service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- usages string[]
Usages when this configuration should be applied.
- worker
Pool string Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
- artifact_
storage str 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.
- default_
pool DefaultPool Response Optional. Use default Cloud Build pool.
- execution_
timeout str 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.
- private_
pool PrivatePool Response Optional. Use private Cloud Build pool.
- service_
account str Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- usages Sequence[str]
Usages when this configuration should be applied.
- worker_
pool str Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
- artifact
Storage String 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.
- default
Pool Property Map Optional. Use default Cloud Build pool.
- execution
Timeout String 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.
- private
Pool Property Map Optional. Use private Cloud Build pool.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) is used.
- usages List<String>
Usages when this configuration should be applied.
- worker
Pool String Optional. The resource name of the
WorkerPool
, with the formatprojects/{project}/locations/{location}/workerPools/{worker_pool}
. If this optional field is unspecified, the default Cloud Build pool will be used.
ExecutionConfigUsagesItem, ExecutionConfigUsagesItemArgs
- Execution
Environment Usage Unspecified - EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED
Default value. This value is unused.
- Render
- RENDER
Use for rendering.
- Deploy
- DEPLOY
Use for deploying and deployment hooks.
- Verify
- VERIFY
Use for deployment verification.
- Execution
Config Usages Item Execution Environment Usage Unspecified - EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED
Default value. This value is unused.
- Execution
Config Usages Item Render - RENDER
Use for rendering.
- Execution
Config Usages Item Deploy - DEPLOY
Use for deploying and deployment hooks.
- Execution
Config Usages Item Verify - VERIFY
Use for deployment verification.
- Execution
Environment Usage Unspecified - EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED
Default value. This value is unused.
- Render
- RENDER
Use for rendering.
- Deploy
- DEPLOY
Use for deploying and deployment hooks.
- Verify
- VERIFY
Use for deployment verification.
- Execution
Environment Usage Unspecified - EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED
Default value. This value is unused.
- Render
- RENDER
Use for rendering.
- Deploy
- DEPLOY
Use for deploying and deployment hooks.
- Verify
- VERIFY
Use for deployment verification.
- EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED
- EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED
Default value. This value is unused.
- RENDER
- RENDER
Use for rendering.
- DEPLOY
- DEPLOY
Use for deploying and deployment hooks.
- VERIFY
- VERIFY
Use for deployment verification.
- "EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED"
- EXECUTION_ENVIRONMENT_USAGE_UNSPECIFIED
Default value. This value is unused.
- "RENDER"
- RENDER
Use for rendering.
- "DEPLOY"
- DEPLOY
Use for deploying and deployment hooks.
- "VERIFY"
- VERIFY
Use for deployment verification.
GkeCluster, GkeClusterArgs
- Cluster string
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- Internal
Ip bool Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
- Cluster string
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- Internal
Ip bool Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
- cluster String
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- internal
Ip Boolean Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
- cluster string
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- internal
Ip boolean Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
- cluster str
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- internal_
ip bool Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
- cluster String
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- internal
Ip Boolean Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
GkeClusterResponse, GkeClusterResponseArgs
- Cluster string
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- Internal
Ip bool Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
- Cluster string
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- Internal
Ip bool Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
- cluster String
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- internal
Ip Boolean Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
- cluster string
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- internal
Ip boolean Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
- cluster str
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- internal_
ip bool Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
- cluster String
Information specifying a GKE Cluster. Format is `projects/{project_id}/locations/{location_id}/clusters/{cluster_id}.
- internal
Ip Boolean Optional. If true,
cluster
is accessed using the private IP address of the control plane endpoint. Otherwise, the default IP address of the control plane endpoint is used. The default IP address is the private IP address for clusters with private control-plane endpoints and the public IP address otherwise. Only specify this option whencluster
is a private GKE cluster.
MultiTarget, MultiTargetArgs
- Target
Ids List<string> The target_ids of this multiTarget.
- Target
Ids []string The target_ids of this multiTarget.
- target
Ids List<String> The target_ids of this multiTarget.
- target
Ids string[] The target_ids of this multiTarget.
- target_
ids Sequence[str] The target_ids of this multiTarget.
- target
Ids List<String> The target_ids of this multiTarget.
MultiTargetResponse, MultiTargetResponseArgs
- Target
Ids List<string> The target_ids of this multiTarget.
- Target
Ids []string The target_ids of this multiTarget.
- target
Ids List<String> The target_ids of this multiTarget.
- target
Ids string[] The target_ids of this multiTarget.
- target_
ids Sequence[str] The target_ids of this multiTarget.
- target
Ids List<String> The target_ids of this multiTarget.
PrivatePool, PrivatePoolArgs
- Worker
Pool string Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.- Artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- Worker
Pool string Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.- Artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- worker
Pool String Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.- artifact
Storage String Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- worker
Pool string Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.- artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- worker_
pool str Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.- artifact_
storage str Optional. Cloud Storage location where execution outputs should be stored. 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.
- service_
account str Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- worker
Pool String Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.- artifact
Storage String Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
PrivatePoolResponse, PrivatePoolResponseArgs
- Artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- Worker
Pool string Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.
- Artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- Service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- Worker
Pool string Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.
- artifact
Storage String Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- worker
Pool String Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.
- artifact
Storage string Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account string Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- worker
Pool string Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.
- artifact_
storage str Optional. Cloud Storage location where execution outputs should be stored. 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.
- service_
account str Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- worker_
pool str Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.
- artifact
Storage String Optional. Cloud Storage location where execution outputs should be stored. 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.
- service
Account String Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
- worker
Pool String Resource name of the Cloud Build worker pool to use. The format is
projects/{project}/locations/{location}/workerPools/{pool}
.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.