Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.run/v2.getJob
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets information about a Job.
Using getJob
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getJob(args: GetJobArgs, opts?: InvokeOptions): Promise<GetJobResult>
function getJobOutput(args: GetJobOutputArgs, opts?: InvokeOptions): Output<GetJobResult>
def get_job(job_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetJobResult
def get_job_output(job_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetJobResult]
func LookupJob(ctx *Context, args *LookupJobArgs, opts ...InvokeOption) (*LookupJobResult, error)
func LookupJobOutput(ctx *Context, args *LookupJobOutputArgs, opts ...InvokeOption) LookupJobResultOutput
> Note: This function is named LookupJob
in the Go SDK.
public static class GetJob
{
public static Task<GetJobResult> InvokeAsync(GetJobArgs args, InvokeOptions? opts = null)
public static Output<GetJobResult> Invoke(GetJobInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
public static Output<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
fn::invoke:
function: google-native:run/v2:getJob
arguments:
# arguments dictionary
The following arguments are supported:
getJob Result
The following output properties are available:
- Annotations Dictionary<string, string>
- Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected on new resources. All system annotations in v1 now have a corresponding field in v2 Job. This field follows Kubernetes annotations' namespacing, limits, and rules. - Pulumi.
Google Native. Run. V2. Outputs. Google Cloud Run V2Binary Authorization Response - Settings for the Binary Authorization feature.
- Client string
- Arbitrary identifier for the API client.
- Client
Version string - Arbitrary version identifier for the API client.
- Conditions
List<Pulumi.
Google Native. Run. V2. Outputs. Google Cloud Run V2Condition Response> - The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - Create
Time string - The creation time.
- Creator string
- Email address of the authenticated creator.
- Delete
Time string - The deletion time.
- Etag string
- A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- Execution
Count int - Number of executions created for this job.
- Expire
Time string - For a deleted resource, the time after which it will be permamently deleted.
- Generation string
- A number that monotonically increases every time the user modifies the desired state.
- Labels Dictionary<string, string>
- Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 Job. - Last
Modifier string - Email address of the last authenticated modifier.
- Latest
Created Pulumi.Execution Google Native. Run. V2. Outputs. Google Cloud Run V2Execution Reference Response - Name of the last created execution.
- Launch
Stage string - The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output. - Name string
- The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- Observed
Generation string - The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - Reconciling bool
- Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
. - Satisfies
Pzs bool - Reserved for future use.
- Template
Pulumi.
Google Native. Run. V2. Outputs. Google Cloud Run V2Execution Template Response - The template used to create executions for this Job.
- Terminal
Condition Pulumi.Google Native. Run. V2. Outputs. Google Cloud Run V2Condition Response - The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- Uid string
- Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- Update
Time string - The last-modified time.
- Annotations map[string]string
- Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected on new resources. All system annotations in v1 now have a corresponding field in v2 Job. This field follows Kubernetes annotations' namespacing, limits, and rules. - Google
Cloud Run V2Binary Authorization Response - Settings for the Binary Authorization feature.
- Client string
- Arbitrary identifier for the API client.
- Client
Version string - Arbitrary version identifier for the API client.
- Conditions
[]Google
Cloud Run V2Condition Response - The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - Create
Time string - The creation time.
- Creator string
- Email address of the authenticated creator.
- Delete
Time string - The deletion time.
- Etag string
- A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- Execution
Count int - Number of executions created for this job.
- Expire
Time string - For a deleted resource, the time after which it will be permamently deleted.
- Generation string
- A number that monotonically increases every time the user modifies the desired state.
- Labels map[string]string
- Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 Job. - Last
Modifier string - Email address of the last authenticated modifier.
- Latest
Created GoogleExecution Cloud Run V2Execution Reference Response - Name of the last created execution.
- Launch
Stage string - The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output. - Name string
- The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- Observed
Generation string - The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - Reconciling bool
- Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
. - Satisfies
Pzs bool - Reserved for future use.
- Template
Google
Cloud Run V2Execution Template Response - The template used to create executions for this Job.
- Terminal
Condition GoogleCloud Run V2Condition Response - The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- Uid string
- Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- Update
Time string - The last-modified time.
- annotations Map<String,String>
- Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected on new resources. All system annotations in v1 now have a corresponding field in v2 Job. This field follows Kubernetes annotations' namespacing, limits, and rules. - Google
Cloud Run V2Binary Authorization Response - Settings for the Binary Authorization feature.
- client String
- Arbitrary identifier for the API client.
- client
Version String - Arbitrary version identifier for the API client.
- conditions
List<Google
Cloud Run V2Condition Response> - The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - create
Time String - The creation time.
- creator String
- Email address of the authenticated creator.
- delete
Time String - The deletion time.
- etag String
- A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- execution
Count Integer - Number of executions created for this job.
- expire
Time String - For a deleted resource, the time after which it will be permamently deleted.
- generation String
- A number that monotonically increases every time the user modifies the desired state.
- labels Map<String,String>
- Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 Job. - last
Modifier String - Email address of the last authenticated modifier.
- latest
Created GoogleExecution Cloud Run V2Execution Reference Response - Name of the last created execution.
- launch
Stage String - The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output. - name String
- The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- observed
Generation String - The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - reconciling Boolean
- Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
. - satisfies
Pzs Boolean - Reserved for future use.
- template
Google
Cloud Run V2Execution Template Response - The template used to create executions for this Job.
- terminal
Condition GoogleCloud Run V2Condition Response - The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- uid String
- Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- update
Time String - The last-modified time.
- annotations {[key: string]: string}
- Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected on new resources. All system annotations in v1 now have a corresponding field in v2 Job. This field follows Kubernetes annotations' namespacing, limits, and rules. - Google
Cloud Run V2Binary Authorization Response - Settings for the Binary Authorization feature.
- client string
- Arbitrary identifier for the API client.
- client
Version string - Arbitrary version identifier for the API client.
- conditions
Google
Cloud Run V2Condition Response[] - The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - create
Time string - The creation time.
- creator string
- Email address of the authenticated creator.
- delete
Time string - The deletion time.
- etag string
- A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- execution
Count number - Number of executions created for this job.
- expire
Time string - For a deleted resource, the time after which it will be permamently deleted.
- generation string
- A number that monotonically increases every time the user modifies the desired state.
- labels {[key: string]: string}
- Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 Job. - last
Modifier string - Email address of the last authenticated modifier.
- latest
Created GoogleExecution Cloud Run V2Execution Reference Response - Name of the last created execution.
- launch
Stage string - The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output. - name string
- The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- observed
Generation string - The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - reconciling boolean
- Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
. - satisfies
Pzs boolean - Reserved for future use.
- template
Google
Cloud Run V2Execution Template Response - The template used to create executions for this Job.
- terminal
Condition GoogleCloud Run V2Condition Response - The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- uid string
- Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- update
Time string - The last-modified time.
- annotations Mapping[str, str]
- Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected on new resources. All system annotations in v1 now have a corresponding field in v2 Job. This field follows Kubernetes annotations' namespacing, limits, and rules. - Google
Cloud Run V2Binary Authorization Response - Settings for the Binary Authorization feature.
- client str
- Arbitrary identifier for the API client.
- client_
version str - Arbitrary version identifier for the API client.
- conditions
Sequence[Google
Cloud Run V2Condition Response] - The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - create_
time str - The creation time.
- creator str
- Email address of the authenticated creator.
- delete_
time str - The deletion time.
- etag str
- A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- execution_
count int - Number of executions created for this job.
- expire_
time str - For a deleted resource, the time after which it will be permamently deleted.
- generation str
- A number that monotonically increases every time the user modifies the desired state.
- labels Mapping[str, str]
- Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 Job. - last_
modifier str - Email address of the last authenticated modifier.
- latest_
created_ Googleexecution Cloud Run V2Execution Reference Response - Name of the last created execution.
- launch_
stage str - The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output. - name str
- The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- observed_
generation str - The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - reconciling bool
- Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
. - satisfies_
pzs bool - Reserved for future use.
- template
Google
Cloud Run V2Execution Template Response - The template used to create executions for this Job.
- terminal_
condition GoogleCloud Run V2Condition Response - The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- uid str
- Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- update_
time str - The last-modified time.
- annotations Map<String>
- Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected on new resources. All system annotations in v1 now have a corresponding field in v2 Job. This field follows Kubernetes annotations' namespacing, limits, and rules. - Property Map
- Settings for the Binary Authorization feature.
- client String
- Arbitrary identifier for the API client.
- client
Version String - Arbitrary version identifier for the API client.
- conditions List<Property Map>
- The Conditions of all other associated sub-resources. They contain additional diagnostics information in case the Job does not reach its desired state. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - create
Time String - The creation time.
- creator String
- Email address of the authenticated creator.
- delete
Time String - The deletion time.
- etag String
- A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
- execution
Count Number - Number of executions created for this job.
- expire
Time String - For a deleted resource, the time after which it will be permamently deleted.
- generation String
- A number that monotonically increases every time the user modifies the desired state.
- labels Map<String>
- Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 Job. - last
Modifier String - Email address of the last authenticated modifier.
- latest
Created Property MapExecution - Name of the last created execution.
- launch
Stage String - The launch stage as defined by Google Cloud Platform Launch Stages. Cloud Run supports
ALPHA
,BETA
, andGA
. If no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features. For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output. - name String
- The fully qualified name of this Job. Format: projects/{project}/locations/{location}/jobs/{job}
- observed
Generation String - The generation of this Job. See comments in
reconciling
for additional information on reconciliation process in Cloud Run. - reconciling Boolean
- Returns true if the Job is currently being acted upon by the system to bring it into the desired state. When a new Job is created, or an existing one is updated, Cloud Run will asynchronously perform all necessary steps to bring the Job to the desired state. This process is called reconciliation. While reconciliation is in process,
observed_generation
andlatest_succeeded_execution
, will have transient values that might mismatch the intended state: Once reconciliation is over (and this field is false), there are two possible outcomes: reconciliation succeeded and the state matches the Job, or there was an error, and reconciliation failed. This state can be found interminal_condition.state
. If reconciliation succeeded, the following fields will match:observed_generation
andgeneration
,latest_succeeded_execution
andlatest_created_execution
. If reconciliation failed,observed_generation
andlatest_succeeded_execution
will have the state of the last succeeded execution or empty for newly created Job. Additional information on the failure can be found interminal_condition
andconditions
. - satisfies
Pzs Boolean - Reserved for future use.
- template Property Map
- The template used to create executions for this Job.
- terminal
Condition Property Map - The Condition of this Job, containing its readiness status, and detailed error information in case it did not reach the desired state.
- uid String
- Server assigned unique identifier for the Execution. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
- update
Time String - The last-modified time.
Supporting Types
GoogleCloudRunV2BinaryAuthorizationResponse
- Breakglass
Justification This property is required. string - If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- Use
Default This property is required. bool - If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
- Breakglass
Justification This property is required. string - If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- Use
Default This property is required. bool - If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
- breakglass
Justification This property is required. String - If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- use
Default This property is required. Boolean - If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
- breakglass
Justification This property is required. string - If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- use
Default This property is required. boolean - If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
- breakglass_
justification This property is required. str - If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- use_
default This property is required. bool - If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
- breakglass
Justification This property is required. String - If present, indicates to use Breakglass using this justification. If use_default is False, then it must be empty. For more information on breakglass, see https://cloud.google.com/binary-authorization/docs/using-breakglass
- use
Default This property is required. Boolean - If True, indicates to use the default project's binary authorization policy. If False, binary authorization will be disabled.
GoogleCloudRunV2CloudSqlInstanceResponse
- Instances
This property is required. List<string> - The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
- Instances
This property is required. []string - The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
- instances
This property is required. List<String> - The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
- instances
This property is required. string[] - The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
- instances
This property is required. Sequence[str] - The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
- instances
This property is required. List<String> - The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
GoogleCloudRunV2ConditionResponse
- Execution
Reason This property is required. string - A reason for the execution condition.
- Last
Transition Time This property is required. string - Last time the condition transitioned from one status to another.
- Message
This property is required. string - Human readable message indicating details about the current status.
- Reason
This property is required. string - A common (service-level) reason for this condition.
- Revision
Reason This property is required. string - A reason for the revision condition.
- Severity
This property is required. string - How to interpret failures of this condition, one of Error, Warning, Info
- State
This property is required. string - State of the condition.
- Type
This property is required. string - type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
- Execution
Reason This property is required. string - A reason for the execution condition.
- Last
Transition Time This property is required. string - Last time the condition transitioned from one status to another.
- Message
This property is required. string - Human readable message indicating details about the current status.
- Reason
This property is required. string - A common (service-level) reason for this condition.
- Revision
Reason This property is required. string - A reason for the revision condition.
- Severity
This property is required. string - How to interpret failures of this condition, one of Error, Warning, Info
- State
This property is required. string - State of the condition.
- Type
This property is required. string - type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
- execution
Reason This property is required. String - A reason for the execution condition.
- last
Transition Time This property is required. String - Last time the condition transitioned from one status to another.
- message
This property is required. String - Human readable message indicating details about the current status.
- reason
This property is required. String - A common (service-level) reason for this condition.
- revision
Reason This property is required. String - A reason for the revision condition.
- severity
This property is required. String - How to interpret failures of this condition, one of Error, Warning, Info
- state
This property is required. String - State of the condition.
- type
This property is required. String - type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
- execution
Reason This property is required. string - A reason for the execution condition.
- last
Transition Time This property is required. string - Last time the condition transitioned from one status to another.
- message
This property is required. string - Human readable message indicating details about the current status.
- reason
This property is required. string - A common (service-level) reason for this condition.
- revision
Reason This property is required. string - A reason for the revision condition.
- severity
This property is required. string - How to interpret failures of this condition, one of Error, Warning, Info
- state
This property is required. string - State of the condition.
- type
This property is required. string - type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
- execution_
reason This property is required. str - A reason for the execution condition.
- last_
transition_ time This property is required. str - Last time the condition transitioned from one status to another.
- message
This property is required. str - Human readable message indicating details about the current status.
- reason
This property is required. str - A common (service-level) reason for this condition.
- revision_
reason This property is required. str - A reason for the revision condition.
- severity
This property is required. str - How to interpret failures of this condition, one of Error, Warning, Info
- state
This property is required. str - State of the condition.
- type
This property is required. str - type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
- execution
Reason This property is required. String - A reason for the execution condition.
- last
Transition Time This property is required. String - Last time the condition transitioned from one status to another.
- message
This property is required. String - Human readable message indicating details about the current status.
- reason
This property is required. String - A common (service-level) reason for this condition.
- revision
Reason This property is required. String - A reason for the revision condition.
- severity
This property is required. String - How to interpret failures of this condition, one of Error, Warning, Info
- state
This property is required. String - State of the condition.
- type
This property is required. String - type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include: * "Ready": True when the Resource is ready.
GoogleCloudRunV2ContainerPortResponse
- Container
Port This property is required. int - Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- Name
This property is required. string - If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- Container
Port This property is required. int - Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- Name
This property is required. string - If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- container
Port This property is required. Integer - Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- name
This property is required. String - If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- container
Port This property is required. number - Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- name
This property is required. string - If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- container_
port This property is required. int - Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- name
This property is required. str - If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
- container
Port This property is required. Number - Port number the container listens on. This must be a valid TCP port number, 0 < container_port < 65536.
- name
This property is required. String - If specified, used to specify which protocol to use. Allowed values are "http1" and "h2c".
GoogleCloudRunV2ContainerResponse
- Args
This property is required. List<string> - Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- Command
This property is required. List<string> - Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- Depends
On This property is required. List<string> - Names of the containers that must start before this container.
- Env
This property is required. List<Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Env Var Response> - List of environment variables to set in the container.
- Image
This property is required. string - Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed.
- Liveness
Probe This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Probe Response - Periodic probe of container liveness. Container will be restarted if the probe fails.
- Name
This property is required. string - Name of the container specified as a DNS_LABEL (RFC 1123).
- Ports
This property is required. List<Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Container Port Response> - List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- Resources
This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Resource Requirements Response - Compute Resource requirements by this container.
- Startup
Probe This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Probe Response - Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails.
- Volume
Mounts This property is required. List<Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Volume Mount Response> - Volume to mount into the container's filesystem.
- Working
Dir This property is required. string - Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
- Args
This property is required. []string - Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- Command
This property is required. []string - Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- Depends
On This property is required. []string - Names of the containers that must start before this container.
- Env
This property is required. []GoogleCloud Run V2Env Var Response - List of environment variables to set in the container.
- Image
This property is required. string - Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed.
- Liveness
Probe This property is required. GoogleCloud Run V2Probe Response - Periodic probe of container liveness. Container will be restarted if the probe fails.
- Name
This property is required. string - Name of the container specified as a DNS_LABEL (RFC 1123).
- Ports
This property is required. []GoogleCloud Run V2Container Port Response - List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- Resources
This property is required. GoogleCloud Run V2Resource Requirements Response - Compute Resource requirements by this container.
- Startup
Probe This property is required. GoogleCloud Run V2Probe Response - Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails.
- Volume
Mounts This property is required. []GoogleCloud Run V2Volume Mount Response - Volume to mount into the container's filesystem.
- Working
Dir This property is required. string - Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
- args
This property is required. List<String> - Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- command
This property is required. List<String> - Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- depends
On This property is required. List<String> - Names of the containers that must start before this container.
- env
This property is required. List<GoogleCloud Run V2Env Var Response> - List of environment variables to set in the container.
- image
This property is required. String - Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed.
- liveness
Probe This property is required. GoogleCloud Run V2Probe Response - Periodic probe of container liveness. Container will be restarted if the probe fails.
- name
This property is required. String - Name of the container specified as a DNS_LABEL (RFC 1123).
- ports
This property is required. List<GoogleCloud Run V2Container Port Response> - List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- resources
This property is required. GoogleCloud Run V2Resource Requirements Response - Compute Resource requirements by this container.
- startup
Probe This property is required. GoogleCloud Run V2Probe Response - Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails.
- volume
Mounts This property is required. List<GoogleCloud Run V2Volume Mount Response> - Volume to mount into the container's filesystem.
- working
Dir This property is required. String - Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
- args
This property is required. string[] - Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- command
This property is required. string[] - Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- depends
On This property is required. string[] - Names of the containers that must start before this container.
- env
This property is required. GoogleCloud Run V2Env Var Response[] - List of environment variables to set in the container.
- image
This property is required. string - Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed.
- liveness
Probe This property is required. GoogleCloud Run V2Probe Response - Periodic probe of container liveness. Container will be restarted if the probe fails.
- name
This property is required. string - Name of the container specified as a DNS_LABEL (RFC 1123).
- ports
This property is required. GoogleCloud Run V2Container Port Response[] - List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- resources
This property is required. GoogleCloud Run V2Resource Requirements Response - Compute Resource requirements by this container.
- startup
Probe This property is required. GoogleCloud Run V2Probe Response - Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails.
- volume
Mounts This property is required. GoogleCloud Run V2Volume Mount Response[] - Volume to mount into the container's filesystem.
- working
Dir This property is required. string - Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
- args
This property is required. Sequence[str] - Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- command
This property is required. Sequence[str] - Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- depends_
on This property is required. Sequence[str] - Names of the containers that must start before this container.
- env
This property is required. Sequence[GoogleCloud Run V2Env Var Response] - List of environment variables to set in the container.
- image
This property is required. str - Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed.
- liveness_
probe This property is required. GoogleCloud Run V2Probe Response - Periodic probe of container liveness. Container will be restarted if the probe fails.
- name
This property is required. str - Name of the container specified as a DNS_LABEL (RFC 1123).
- ports
This property is required. Sequence[GoogleCloud Run V2Container Port Response] - List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- resources
This property is required. GoogleCloud Run V2Resource Requirements Response - Compute Resource requirements by this container.
- startup_
probe This property is required. GoogleCloud Run V2Probe Response - Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails.
- volume_
mounts This property is required. Sequence[GoogleCloud Run V2Volume Mount Response] - Volume to mount into the container's filesystem.
- working_
dir This property is required. str - Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
- args
This property is required. List<String> - Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
- command
This property is required. List<String> - Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
- depends
On This property is required. List<String> - Names of the containers that must start before this container.
- env
This property is required. List<Property Map> - List of environment variables to set in the container.
- image
This property is required. String - Name of the container image in Dockerhub, Google Artifact Registry, or Google Container Registry. If the host is not provided, Dockerhub is assumed.
- liveness
Probe This property is required. Property Map - Periodic probe of container liveness. Container will be restarted if the probe fails.
- name
This property is required. String - Name of the container specified as a DNS_LABEL (RFC 1123).
- ports
This property is required. List<Property Map> - List of ports to expose from the container. Only a single port can be specified. The specified ports must be listening on all interfaces (0.0.0.0) within the container to be accessible. If omitted, a port number will be chosen and passed to the container through the PORT environment variable for the container to listen on.
- resources
This property is required. Property Map - Compute Resource requirements by this container.
- startup
Probe This property is required. Property Map - Startup probe of application within the container. All other probes are disabled if a startup probe is provided, until it succeeds. Container will not be added to service endpoints if the probe fails.
- volume
Mounts This property is required. List<Property Map> - Volume to mount into the container's filesystem.
- working
Dir This property is required. String - Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image.
GoogleCloudRunV2EmptyDirVolumeSourceResponse
- Medium
This property is required. string - The medium on which the data is stored. Acceptable values today is only MEMORY or none. When none, the default will currently be backed by memory but could change over time. +optional
- Size
Limit This property is required. string - Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers. The default is nil which means that the limit is undefined. More info: https://cloud.google.com/run/docs/configuring/in-memory-volumes#configure-volume. Info in Kubernetes: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir
- Medium
This property is required. string - The medium on which the data is stored. Acceptable values today is only MEMORY or none. When none, the default will currently be backed by memory but could change over time. +optional
- Size
Limit This property is required. string - Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers. The default is nil which means that the limit is undefined. More info: https://cloud.google.com/run/docs/configuring/in-memory-volumes#configure-volume. Info in Kubernetes: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir
- medium
This property is required. String - The medium on which the data is stored. Acceptable values today is only MEMORY or none. When none, the default will currently be backed by memory but could change over time. +optional
- size
Limit This property is required. String - Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers. The default is nil which means that the limit is undefined. More info: https://cloud.google.com/run/docs/configuring/in-memory-volumes#configure-volume. Info in Kubernetes: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir
- medium
This property is required. string - The medium on which the data is stored. Acceptable values today is only MEMORY or none. When none, the default will currently be backed by memory but could change over time. +optional
- size
Limit This property is required. string - Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers. The default is nil which means that the limit is undefined. More info: https://cloud.google.com/run/docs/configuring/in-memory-volumes#configure-volume. Info in Kubernetes: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir
- medium
This property is required. str - The medium on which the data is stored. Acceptable values today is only MEMORY or none. When none, the default will currently be backed by memory but could change over time. +optional
- size_
limit This property is required. str - Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers. The default is nil which means that the limit is undefined. More info: https://cloud.google.com/run/docs/configuring/in-memory-volumes#configure-volume. Info in Kubernetes: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir
- medium
This property is required. String - The medium on which the data is stored. Acceptable values today is only MEMORY or none. When none, the default will currently be backed by memory but could change over time. +optional
- size
Limit This property is required. String - Limit on the storage usable by this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers. The default is nil which means that the limit is undefined. More info: https://cloud.google.com/run/docs/configuring/in-memory-volumes#configure-volume. Info in Kubernetes: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir
GoogleCloudRunV2EnvVarResponse
- Name
This property is required. string - Name of the environment variable. Must not exceed 32768 characters.
- Value
This property is required. string - Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- Value
Source This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Env Var Source Response - Source for the environment variable's value.
- Name
This property is required. string - Name of the environment variable. Must not exceed 32768 characters.
- Value
This property is required. string - Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- Value
Source This property is required. GoogleCloud Run V2Env Var Source Response - Source for the environment variable's value.
- name
This property is required. String - Name of the environment variable. Must not exceed 32768 characters.
- value
This property is required. String - Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- value
Source This property is required. GoogleCloud Run V2Env Var Source Response - Source for the environment variable's value.
- name
This property is required. string - Name of the environment variable. Must not exceed 32768 characters.
- value
This property is required. string - Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- value
Source This property is required. GoogleCloud Run V2Env Var Source Response - Source for the environment variable's value.
- name
This property is required. str - Name of the environment variable. Must not exceed 32768 characters.
- value
This property is required. str - Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- value_
source This property is required. GoogleCloud Run V2Env Var Source Response - Source for the environment variable's value.
- name
This property is required. String - Name of the environment variable. Must not exceed 32768 characters.
- value
This property is required. String - Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any route environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "", and the maximum length is 32768 bytes.
- value
Source This property is required. Property Map - Source for the environment variable's value.
GoogleCloudRunV2EnvVarSourceResponse
- Secret
Key Ref This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Secret Key Selector Response - Selects a secret and a specific version from Cloud Secret Manager.
- Secret
Key Ref This property is required. GoogleCloud Run V2Secret Key Selector Response - Selects a secret and a specific version from Cloud Secret Manager.
- secret
Key Ref This property is required. GoogleCloud Run V2Secret Key Selector Response - Selects a secret and a specific version from Cloud Secret Manager.
- secret
Key Ref This property is required. GoogleCloud Run V2Secret Key Selector Response - Selects a secret and a specific version from Cloud Secret Manager.
- secret_
key_ ref This property is required. GoogleCloud Run V2Secret Key Selector Response - Selects a secret and a specific version from Cloud Secret Manager.
- secret
Key Ref This property is required. Property Map - Selects a secret and a specific version from Cloud Secret Manager.
GoogleCloudRunV2ExecutionReferenceResponse
- Completion
Time This property is required. string - Creation timestamp of the execution.
- Create
Time This property is required. string - Creation timestamp of the execution.
- Name
This property is required. string - Name of the execution.
- Completion
Time This property is required. string - Creation timestamp of the execution.
- Create
Time This property is required. string - Creation timestamp of the execution.
- Name
This property is required. string - Name of the execution.
- completion
Time This property is required. String - Creation timestamp of the execution.
- create
Time This property is required. String - Creation timestamp of the execution.
- name
This property is required. String - Name of the execution.
- completion
Time This property is required. string - Creation timestamp of the execution.
- create
Time This property is required. string - Creation timestamp of the execution.
- name
This property is required. string - Name of the execution.
- completion_
time This property is required. str - Creation timestamp of the execution.
- create_
time This property is required. str - Creation timestamp of the execution.
- name
This property is required. str - Name of the execution.
- completion
Time This property is required. String - Creation timestamp of the execution.
- create
Time This property is required. String - Creation timestamp of the execution.
- name
This property is required. String - Name of the execution.
GoogleCloudRunV2ExecutionTemplateResponse
- Annotations
This property is required. Dictionary<string, string> - Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now have a corresponding field in v2 ExecutionTemplate. This field follows Kubernetes annotations' namespacing, limits, and rules. - Labels
This property is required. Dictionary<string, string> - Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 ExecutionTemplate. - Parallelism
This property is required. int - Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- Task
Count This property is required. int - Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
- Template
This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Task Template Response - Describes the task(s) that will be created when executing an execution.
- Annotations
This property is required. map[string]string - Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now have a corresponding field in v2 ExecutionTemplate. This field follows Kubernetes annotations' namespacing, limits, and rules. - Labels
This property is required. map[string]string - Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 ExecutionTemplate. - Parallelism
This property is required. int - Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- Task
Count This property is required. int - Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
- Template
This property is required. GoogleCloud Run V2Task Template Response - Describes the task(s) that will be created when executing an execution.
- annotations
This property is required. Map<String,String> - Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now have a corresponding field in v2 ExecutionTemplate. This field follows Kubernetes annotations' namespacing, limits, and rules. - labels
This property is required. Map<String,String> - Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 ExecutionTemplate. - parallelism
This property is required. Integer - Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- task
Count This property is required. Integer - Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
- template
This property is required. GoogleCloud Run V2Task Template Response - Describes the task(s) that will be created when executing an execution.
- annotations
This property is required. {[key: string]: string} - Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now have a corresponding field in v2 ExecutionTemplate. This field follows Kubernetes annotations' namespacing, limits, and rules. - labels
This property is required. {[key: string]: string} - Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 ExecutionTemplate. - parallelism
This property is required. number - Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- task
Count This property is required. number - Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
- template
This property is required. GoogleCloud Run V2Task Template Response - Describes the task(s) that will be created when executing an execution.
- annotations
This property is required. Mapping[str, str] - Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now have a corresponding field in v2 ExecutionTemplate. This field follows Kubernetes annotations' namespacing, limits, and rules. - labels
This property is required. Mapping[str, str] - Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 ExecutionTemplate. - parallelism
This property is required. int - Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- task_
count This property is required. int - Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
- template
This property is required. GoogleCloud Run V2Task Template Response - Describes the task(s) that will be created when executing an execution.
- annotations
This property is required. Map<String> - Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects. Cloud Run API v2 does not support annotations with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now have a corresponding field in v2 ExecutionTemplate. This field follows Kubernetes annotations' namespacing, limits, and rules. - labels
This property is required. Map<String> - Unstructured key value map that can be used to organize and categorize objects. User-provided labels are shared with Google's billing system, so they can be used to filter, or break down billing charges by team, component, environment, state, etc. For more information, visit https://cloud.google.com/resource-manager/docs/creating-managing-labels or https://cloud.google.com/run/docs/configuring/labels. Cloud Run API v2 does not support labels with
run.googleapis.com
,cloud.googleapis.com
,serving.knative.dev
, orautoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a corresponding field in v2 ExecutionTemplate. - parallelism
This property is required. Number - Specifies the maximum desired number of tasks the execution should run at given time. Must be <= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed remaining, i.e. when the work left to do is less than max parallelism.
- task
Count This property is required. Number - Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
- template
This property is required. Property Map - Describes the task(s) that will be created when executing an execution.
GoogleCloudRunV2GRPCActionResponse
- Port
This property is required. int - Port number of the gRPC service. Number must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- Service
This property is required. string - Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md ). If this is not specified, the default behavior is defined by gRPC.
- Port
This property is required. int - Port number of the gRPC service. Number must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- Service
This property is required. string - Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md ). If this is not specified, the default behavior is defined by gRPC.
- port
This property is required. Integer - Port number of the gRPC service. Number must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- service
This property is required. String - Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md ). If this is not specified, the default behavior is defined by gRPC.
- port
This property is required. number - Port number of the gRPC service. Number must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- service
This property is required. string - Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md ). If this is not specified, the default behavior is defined by gRPC.
- port
This property is required. int - Port number of the gRPC service. Number must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- service
This property is required. str - Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md ). If this is not specified, the default behavior is defined by gRPC.
- port
This property is required. Number - Port number of the gRPC service. Number must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- service
This property is required. String - Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md ). If this is not specified, the default behavior is defined by gRPC.
GoogleCloudRunV2HTTPGetActionResponse
- Http
Headers This property is required. List<Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2HTTPHeader Response> - Custom headers to set in the request. HTTP allows repeated headers.
- Path
This property is required. string - Path to access on the HTTP server. Defaults to '/'.
- Port
This property is required. int - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- Http
Headers This property is required. []GoogleCloud Run V2HTTPHeader Response - Custom headers to set in the request. HTTP allows repeated headers.
- Path
This property is required. string - Path to access on the HTTP server. Defaults to '/'.
- Port
This property is required. int - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- http
Headers This property is required. List<GoogleCloud Run V2HTTPHeader Response> - Custom headers to set in the request. HTTP allows repeated headers.
- path
This property is required. String - Path to access on the HTTP server. Defaults to '/'.
- port
This property is required. Integer - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- http
Headers This property is required. GoogleCloud Run V2HTTPHeader Response[] - Custom headers to set in the request. HTTP allows repeated headers.
- path
This property is required. string - Path to access on the HTTP server. Defaults to '/'.
- port
This property is required. number - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- http_
headers This property is required. Sequence[GoogleCloud Run V2HTTPHeader Response] - Custom headers to set in the request. HTTP allows repeated headers.
- path
This property is required. str - Path to access on the HTTP server. Defaults to '/'.
- port
This property is required. int - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- http
Headers This property is required. List<Property Map> - Custom headers to set in the request. HTTP allows repeated headers.
- path
This property is required. String - Path to access on the HTTP server. Defaults to '/'.
- port
This property is required. Number - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
GoogleCloudRunV2HTTPHeaderResponse
GoogleCloudRunV2NetworkInterfaceResponse
- Network
This property is required. string - The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
- Subnetwork
This property is required. string - The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
This property is required. List<string>- Network tags applied to this Cloud Run resource.
- Network
This property is required. string - The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
- Subnetwork
This property is required. string - The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
This property is required. []string- Network tags applied to this Cloud Run resource.
- network
This property is required. String - The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
- subnetwork
This property is required. String - The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
This property is required. List<String>- Network tags applied to this Cloud Run resource.
- network
This property is required. string - The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
- subnetwork
This property is required. string - The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
This property is required. string[]- Network tags applied to this Cloud Run resource.
- network
This property is required. str - The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
- subnetwork
This property is required. str - The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
This property is required. Sequence[str]- Network tags applied to this Cloud Run resource.
- network
This property is required. String - The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
- subnetwork
This property is required. String - The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
This property is required. List<String>- Network tags applied to this Cloud Run resource.
GoogleCloudRunV2ProbeResponse
- Failure
Threshold This property is required. int - Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- Grpc
This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2GRPCAction Response - GRPC specifies an action involving a gRPC port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- Http
Get This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2HTTPGet Action Response - HTTPGet specifies the http request to perform. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- Initial
Delay Seconds This property is required. int - Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240.
- Period
Seconds This property is required. int - How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- Tcp
Socket This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2TCPSocket Action Response - TCPSocket specifies an action involving a TCP port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- Timeout
Seconds This property is required. int - Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds.
- Failure
Threshold This property is required. int - Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- Grpc
This property is required. GoogleCloud Run V2GRPCAction Response - GRPC specifies an action involving a gRPC port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- Http
Get This property is required. GoogleCloud Run V2HTTPGet Action Response - HTTPGet specifies the http request to perform. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- Initial
Delay Seconds This property is required. int - Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240.
- Period
Seconds This property is required. int - How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- Tcp
Socket This property is required. GoogleCloud Run V2TCPSocket Action Response - TCPSocket specifies an action involving a TCP port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- Timeout
Seconds This property is required. int - Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds.
- failure
Threshold This property is required. Integer - Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- grpc
This property is required. GoogleCloud Run V2GRPCAction Response - GRPC specifies an action involving a gRPC port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- http
Get This property is required. GoogleCloud Run V2HTTPGet Action Response - HTTPGet specifies the http request to perform. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- initial
Delay Seconds This property is required. Integer - Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240.
- period
Seconds This property is required. Integer - How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- tcp
Socket This property is required. GoogleCloud Run V2TCPSocket Action Response - TCPSocket specifies an action involving a TCP port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- timeout
Seconds This property is required. Integer - Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds.
- failure
Threshold This property is required. number - Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- grpc
This property is required. GoogleCloud Run V2GRPCAction Response - GRPC specifies an action involving a gRPC port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- http
Get This property is required. GoogleCloud Run V2HTTPGet Action Response - HTTPGet specifies the http request to perform. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- initial
Delay Seconds This property is required. number - Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240.
- period
Seconds This property is required. number - How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- tcp
Socket This property is required. GoogleCloud Run V2TCPSocket Action Response - TCPSocket specifies an action involving a TCP port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- timeout
Seconds This property is required. number - Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds.
- failure_
threshold This property is required. int - Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- grpc
This property is required. GoogleCloud Run V2GRPCAction Response - GRPC specifies an action involving a gRPC port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- http_
get This property is required. GoogleCloud Run V2HTTPGet Action Response - HTTPGet specifies the http request to perform. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- initial_
delay_ seconds This property is required. int - Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240.
- period_
seconds This property is required. int - How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- tcp_
socket This property is required. GoogleCloud Run V2TCPSocket Action Response - TCPSocket specifies an action involving a TCP port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- timeout_
seconds This property is required. int - Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds.
- failure
Threshold This property is required. Number - Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
- grpc
This property is required. Property Map - GRPC specifies an action involving a gRPC port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- http
Get This property is required. Property Map - HTTPGet specifies the http request to perform. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- initial
Delay Seconds This property is required. Number - Number of seconds after the container has started before the probe is initiated. Defaults to 0 seconds. Minimum value is 0. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240.
- period
Seconds This property is required. Number - How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Maximum value for liveness probe is 3600. Maximum value for startup probe is 240. Must be greater or equal than timeout_seconds.
- tcp
Socket This property is required. Property Map - TCPSocket specifies an action involving a TCP port. Exactly one of httpGet, tcpSocket, or grpc must be specified.
- timeout
Seconds This property is required. Number - Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. Maximum value is 3600. Must be smaller than period_seconds.
GoogleCloudRunV2ResourceRequirementsResponse
- Cpu
Idle This property is required. bool - Determines whether CPU should be throttled or not outside of requests.
- Limits
This property is required. Dictionary<string, string> - Only ´memory´ and 'cpu' are supported. Notes: * The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
- Startup
Cpu Boost This property is required. bool - Determines whether CPU should be boosted on startup of a new container instance above the requested CPU threshold, this can help reduce cold-start latency.
- Cpu
Idle This property is required. bool - Determines whether CPU should be throttled or not outside of requests.
- Limits
This property is required. map[string]string - Only ´memory´ and 'cpu' are supported. Notes: * The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
- Startup
Cpu Boost This property is required. bool - Determines whether CPU should be boosted on startup of a new container instance above the requested CPU threshold, this can help reduce cold-start latency.
- cpu
Idle This property is required. Boolean - Determines whether CPU should be throttled or not outside of requests.
- limits
This property is required. Map<String,String> - Only ´memory´ and 'cpu' are supported. Notes: * The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
- startup
Cpu Boost This property is required. Boolean - Determines whether CPU should be boosted on startup of a new container instance above the requested CPU threshold, this can help reduce cold-start latency.
- cpu
Idle This property is required. boolean - Determines whether CPU should be throttled or not outside of requests.
- limits
This property is required. {[key: string]: string} - Only ´memory´ and 'cpu' are supported. Notes: * The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
- startup
Cpu Boost This property is required. boolean - Determines whether CPU should be boosted on startup of a new container instance above the requested CPU threshold, this can help reduce cold-start latency.
- cpu_
idle This property is required. bool - Determines whether CPU should be throttled or not outside of requests.
- limits
This property is required. Mapping[str, str] - Only ´memory´ and 'cpu' are supported. Notes: * The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
- startup_
cpu_ boost This property is required. bool - Determines whether CPU should be boosted on startup of a new container instance above the requested CPU threshold, this can help reduce cold-start latency.
- cpu
Idle This property is required. Boolean - Determines whether CPU should be throttled or not outside of requests.
- limits
This property is required. Map<String> - Only ´memory´ and 'cpu' are supported. Notes: * The only supported values for CPU are '1', '2', '4', and '8'. Setting 4 CPU requires at least 2Gi of memory. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
- startup
Cpu Boost This property is required. Boolean - Determines whether CPU should be boosted on startup of a new container instance above the requested CPU threshold, this can help reduce cold-start latency.
GoogleCloudRunV2SecretKeySelectorResponse
- Secret
This property is required. string - The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- Version
This property is required. string - The Cloud Secret Manager secret version. Can be 'latest' for the latest version, an integer for a specific version, or a version alias.
- Secret
This property is required. string - The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- Version
This property is required. string - The Cloud Secret Manager secret version. Can be 'latest' for the latest version, an integer for a specific version, or a version alias.
- secret
This property is required. String - The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- version
This property is required. String - The Cloud Secret Manager secret version. Can be 'latest' for the latest version, an integer for a specific version, or a version alias.
- secret
This property is required. string - The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- version
This property is required. string - The Cloud Secret Manager secret version. Can be 'latest' for the latest version, an integer for a specific version, or a version alias.
- secret
This property is required. str - The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- version
This property is required. str - The Cloud Secret Manager secret version. Can be 'latest' for the latest version, an integer for a specific version, or a version alias.
- secret
This property is required. String - The name of the secret in Cloud Secret Manager. Format: {secret_name} if the secret is in the same project. projects/{project}/secrets/{secret_name} if the secret is in a different project.
- version
This property is required. String - The Cloud Secret Manager secret version. Can be 'latest' for the latest version, an integer for a specific version, or a version alias.
GoogleCloudRunV2SecretVolumeSourceResponse
- Default
Mode This property is required. int - Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- Items
This property is required. List<Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Version To Path Response> - If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- Secret
This property is required. string - The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
- Default
Mode This property is required. int - Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- Items
This property is required. []GoogleCloud Run V2Version To Path Response - If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- Secret
This property is required. string - The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
- default
Mode This property is required. Integer - Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- items
This property is required. List<GoogleCloud Run V2Version To Path Response> - If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- secret
This property is required. String - The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
- default
Mode This property is required. number - Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- items
This property is required. GoogleCloud Run V2Version To Path Response[] - If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- secret
This property is required. string - The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
- default_
mode This property is required. int - Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- items
This property is required. Sequence[GoogleCloud Run V2Version To Path Response] - If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- secret
This property is required. str - The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
- default
Mode This property is required. Number - Integer representation of mode bits to use on created files by default. Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. This might be in conflict with other options that affect the file mode, like fsGroup, and as a result, other mode bits could be set.
- items
This property is required. List<Property Map> - If unspecified, the volume will expose a file whose name is the secret, relative to VolumeMount.mount_path. If specified, the key will be used as the version to fetch from Cloud Secret Manager and the path will be the name of the file exposed in the volume. When items are defined, they must specify a path and a version.
- secret
This property is required. String - The name of the secret in Cloud Secret Manager. Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project.
GoogleCloudRunV2TCPSocketActionResponse
- Port
This property is required. int - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- Port
This property is required. int - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- port
This property is required. Integer - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- port
This property is required. number - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- port
This property is required. int - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
- port
This property is required. Number - Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.
GoogleCloudRunV2TaskTemplateResponse
- Containers
This property is required. List<Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Container Response> - Holds the single container that defines the unit of execution for this task.
- Encryption
Key This property is required. string - A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- Execution
Environment This property is required. string - The execution environment being used to host this Task.
- Max
Retries This property is required. int - Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
- Service
Account This property is required. string - Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- Timeout
This property is required. string - Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
- Volumes
This property is required. List<Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Volume Response> - A list of Volumes to make available to containers.
- Vpc
Access This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Vpc Access Response - VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
- Containers
This property is required. []GoogleCloud Run V2Container Response - Holds the single container that defines the unit of execution for this task.
- Encryption
Key This property is required. string - A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- Execution
Environment This property is required. string - The execution environment being used to host this Task.
- Max
Retries This property is required. int - Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
- Service
Account This property is required. string - Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- Timeout
This property is required. string - Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
- Volumes
This property is required. []GoogleCloud Run V2Volume Response - A list of Volumes to make available to containers.
- Vpc
Access This property is required. GoogleCloud Run V2Vpc Access Response - VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
- containers
This property is required. List<GoogleCloud Run V2Container Response> - Holds the single container that defines the unit of execution for this task.
- encryption
Key This property is required. String - A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- execution
Environment This property is required. String - The execution environment being used to host this Task.
- max
Retries This property is required. Integer - Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
- service
Account This property is required. String - Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- timeout
This property is required. String - Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
- volumes
This property is required. List<GoogleCloud Run V2Volume Response> - A list of Volumes to make available to containers.
- vpc
Access This property is required. GoogleCloud Run V2Vpc Access Response - VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
- containers
This property is required. GoogleCloud Run V2Container Response[] - Holds the single container that defines the unit of execution for this task.
- encryption
Key This property is required. string - A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- execution
Environment This property is required. string - The execution environment being used to host this Task.
- max
Retries This property is required. number - Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
- service
Account This property is required. string - Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- timeout
This property is required. string - Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
- volumes
This property is required. GoogleCloud Run V2Volume Response[] - A list of Volumes to make available to containers.
- vpc
Access This property is required. GoogleCloud Run V2Vpc Access Response - VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
- containers
This property is required. Sequence[GoogleCloud Run V2Container Response] - Holds the single container that defines the unit of execution for this task.
- encryption_
key This property is required. str - A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- execution_
environment This property is required. str - The execution environment being used to host this Task.
- max_
retries This property is required. int - Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
- service_
account This property is required. str - Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- timeout
This property is required. str - Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
- volumes
This property is required. Sequence[GoogleCloud Run V2Volume Response] - A list of Volumes to make available to containers.
- vpc_
access This property is required. GoogleCloud Run V2Vpc Access Response - VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
- containers
This property is required. List<Property Map> - Holds the single container that defines the unit of execution for this task.
- encryption
Key This property is required. String - A reference to a customer managed encryption key (CMEK) to use to encrypt this container image. For more information, go to https://cloud.google.com/run/docs/securing/using-cmek
- execution
Environment This property is required. String - The execution environment being used to host this Task.
- max
Retries This property is required. Number - Number of retries allowed per Task, before marking this Task failed. Defaults to 3.
- service
Account This property is required. String - Email address of the IAM service account associated with the Task of a Job. The service account represents the identity of the running task, and determines what permissions the task has. If not provided, the task will use the project's default service account.
- timeout
This property is required. String - Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers. This applies per attempt of a task, meaning each retry can run for the full timeout. Defaults to 600 seconds.
- volumes
This property is required. List<Property Map> - A list of Volumes to make available to containers.
- vpc
Access This property is required. Property Map - VPC Access configuration to use for this Task. For more information, visit https://cloud.google.com/run/docs/configuring/connecting-vpc.
GoogleCloudRunV2VersionToPathResponse
- Mode
This property is required. int - Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Path
This property is required. string - The relative path of the secret in the container.
- Version
This property is required. string - The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version.
- Mode
This property is required. int - Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- Path
This property is required. string - The relative path of the secret in the container.
- Version
This property is required. string - The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version.
- mode
This property is required. Integer - Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- path
This property is required. String - The relative path of the secret in the container.
- version
This property is required. String - The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version.
- mode
This property is required. number - Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- path
This property is required. string - The relative path of the secret in the container.
- version
This property is required. string - The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version.
- mode
This property is required. int - Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- path
This property is required. str - The relative path of the secret in the container.
- version
This property is required. str - The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version.
- mode
This property is required. Number - Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal). If 0 or not set, the Volume's default mode will be used. Notes * Internally, a umask of 0222 will be applied to any non-zero value. * This is an integer representation of the mode bits. So, the octal integer value should look exactly as the chmod numeric notation with a leading zero. Some examples: for chmod 777 (a=rwx), set to 0777 (octal) or 511 (base-10). For chmod 640 (u=rw,g=r), set to 0640 (octal) or 416 (base-10). For chmod 755 (u=rwx,g=rx,o=rx), set to 0755 (octal) or 493 (base-10). * This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
- path
This property is required. String - The relative path of the secret in the container.
- version
This property is required. String - The Cloud Secret Manager secret version. Can be 'latest' for the latest value, or an integer or a secret alias for a specific version.
GoogleCloudRunV2VolumeMountResponse
- Mount
Path This property is required. string - Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run - Name
This property is required. string - This must match the Name of a Volume.
- Mount
Path This property is required. string - Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run - Name
This property is required. string - This must match the Name of a Volume.
- mount
Path This property is required. String - Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run - name
This property is required. String - This must match the Name of a Volume.
- mount
Path This property is required. string - Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run - name
This property is required. string - This must match the Name of a Volume.
- mount_
path This property is required. str - Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run - name
This property is required. str - This must match the Name of a Volume.
- mount
Path This property is required. String - Path within the container at which the volume should be mounted. Must not contain ':'. For Cloud SQL volumes, it can be left empty, or must otherwise be
/cloudsql
. All instances defined in the Volume will be available as/cloudsql/[instance]
. For more information on Cloud SQL volumes, visit https://cloud.google.com/sql/docs/mysql/connect-run - name
This property is required. String - This must match the Name of a Volume.
GoogleCloudRunV2VolumeResponse
- Cloud
Sql Instance This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Cloud Sql Instance Response - For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- Empty
Dir This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Empty Dir Volume Source Response - Ephemeral storage used as a shared volume.
- Name
This property is required. string - Volume's name.
- Secret
This property is required. Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Secret Volume Source Response - Secret represents a secret that should populate this volume.
- Cloud
Sql Instance This property is required. GoogleCloud Run V2Cloud Sql Instance Response - For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- Empty
Dir This property is required. GoogleCloud Run V2Empty Dir Volume Source Response - Ephemeral storage used as a shared volume.
- Name
This property is required. string - Volume's name.
- Secret
This property is required. GoogleCloud Run V2Secret Volume Source Response - Secret represents a secret that should populate this volume.
- cloud
Sql Instance This property is required. GoogleCloud Run V2Cloud Sql Instance Response - For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- empty
Dir This property is required. GoogleCloud Run V2Empty Dir Volume Source Response - Ephemeral storage used as a shared volume.
- name
This property is required. String - Volume's name.
- secret
This property is required. GoogleCloud Run V2Secret Volume Source Response - Secret represents a secret that should populate this volume.
- cloud
Sql Instance This property is required. GoogleCloud Run V2Cloud Sql Instance Response - For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- empty
Dir This property is required. GoogleCloud Run V2Empty Dir Volume Source Response - Ephemeral storage used as a shared volume.
- name
This property is required. string - Volume's name.
- secret
This property is required. GoogleCloud Run V2Secret Volume Source Response - Secret represents a secret that should populate this volume.
- cloud_
sql_ instance This property is required. GoogleCloud Run V2Cloud Sql Instance Response - For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- empty_
dir This property is required. GoogleCloud Run V2Empty Dir Volume Source Response - Ephemeral storage used as a shared volume.
- name
This property is required. str - Volume's name.
- secret
This property is required. GoogleCloud Run V2Secret Volume Source Response - Secret represents a secret that should populate this volume.
- cloud
Sql Instance This property is required. Property Map - For Cloud SQL volumes, contains the specific instances that should be mounted. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run.
- empty
Dir This property is required. Property Map - Ephemeral storage used as a shared volume.
- name
This property is required. String - Volume's name.
- secret
This property is required. Property Map - Secret represents a secret that should populate this volume.
GoogleCloudRunV2VpcAccessResponse
- Connector
This property is required. string - VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number. For more information on sending traffic to a VPC network via a connector, visit https://cloud.google.com/run/docs/configuring/vpc-connectors.
- Egress
This property is required. string - Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
- Network
Interfaces This property is required. List<Pulumi.Google Native. Run. V2. Inputs. Google Cloud Run V2Network Interface Response> - Direct VPC egress settings. Currently only single network interface is supported.
- Connector
This property is required. string - VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number. For more information on sending traffic to a VPC network via a connector, visit https://cloud.google.com/run/docs/configuring/vpc-connectors.
- Egress
This property is required. string - Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
- Network
Interfaces This property is required. []GoogleCloud Run V2Network Interface Response - Direct VPC egress settings. Currently only single network interface is supported.
- connector
This property is required. String - VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number. For more information on sending traffic to a VPC network via a connector, visit https://cloud.google.com/run/docs/configuring/vpc-connectors.
- egress
This property is required. String - Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
- network
Interfaces This property is required. List<GoogleCloud Run V2Network Interface Response> - Direct VPC egress settings. Currently only single network interface is supported.
- connector
This property is required. string - VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number. For more information on sending traffic to a VPC network via a connector, visit https://cloud.google.com/run/docs/configuring/vpc-connectors.
- egress
This property is required. string - Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
- network
Interfaces This property is required. GoogleCloud Run V2Network Interface Response[] - Direct VPC egress settings. Currently only single network interface is supported.
- connector
This property is required. str - VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number. For more information on sending traffic to a VPC network via a connector, visit https://cloud.google.com/run/docs/configuring/vpc-connectors.
- egress
This property is required. str - Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
- network_
interfaces This property is required. Sequence[GoogleCloud Run V2Network Interface Response] - Direct VPC egress settings. Currently only single network interface is supported.
- connector
This property is required. String - VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number. For more information on sending traffic to a VPC network via a connector, visit https://cloud.google.com/run/docs/configuring/vpc-connectors.
- egress
This property is required. String - Traffic VPC egress settings. If not provided, it defaults to PRIVATE_RANGES_ONLY.
- network
Interfaces This property is required. List<Property Map> - Direct VPC egress settings. Currently only single network interface is supported.
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.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi