ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getCodeEngineApp
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a code_engine_app. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const codeEngineApp = ibm.getCodeEngineApp({
name: ibm_code_engine_app.code_engine_app_instance.name,
projectId: ibm_code_engine_app.code_engine_app_instance.project_id,
});
import pulumi
import pulumi_ibm as ibm
code_engine_app = ibm.get_code_engine_app(name=ibm_code_engine_app["code_engine_app_instance"]["name"],
project_id=ibm_code_engine_app["code_engine_app_instance"]["project_id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupCodeEngineApp(ctx, &ibm.LookupCodeEngineAppArgs{
Name: ibm_code_engine_app.Code_engine_app_instance.Name,
ProjectId: ibm_code_engine_app.Code_engine_app_instance.Project_id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var codeEngineApp = Ibm.GetCodeEngineApp.Invoke(new()
{
Name = ibm_code_engine_app.Code_engine_app_instance.Name,
ProjectId = ibm_code_engine_app.Code_engine_app_instance.Project_id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetCodeEngineAppArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var codeEngineApp = IbmFunctions.getCodeEngineApp(GetCodeEngineAppArgs.builder()
.name(ibm_code_engine_app.code_engine_app_instance().name())
.projectId(ibm_code_engine_app.code_engine_app_instance().project_id())
.build());
}
}
variables:
codeEngineApp:
fn::invoke:
function: ibm:getCodeEngineApp
arguments:
name: ${ibm_code_engine_app.code_engine_app_instance.name}
projectId: ${ibm_code_engine_app.code_engine_app_instance.project_id}
Using getCodeEngineApp
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 getCodeEngineApp(args: GetCodeEngineAppArgs, opts?: InvokeOptions): Promise<GetCodeEngineAppResult>
function getCodeEngineAppOutput(args: GetCodeEngineAppOutputArgs, opts?: InvokeOptions): Output<GetCodeEngineAppResult>
def get_code_engine_app(id: Optional[str] = None,
name: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCodeEngineAppResult
def get_code_engine_app_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCodeEngineAppResult]
func LookupCodeEngineApp(ctx *Context, args *LookupCodeEngineAppArgs, opts ...InvokeOption) (*LookupCodeEngineAppResult, error)
func LookupCodeEngineAppOutput(ctx *Context, args *LookupCodeEngineAppOutputArgs, opts ...InvokeOption) LookupCodeEngineAppResultOutput
> Note: This function is named LookupCodeEngineApp
in the Go SDK.
public static class GetCodeEngineApp
{
public static Task<GetCodeEngineAppResult> InvokeAsync(GetCodeEngineAppArgs args, InvokeOptions? opts = null)
public static Output<GetCodeEngineAppResult> Invoke(GetCodeEngineAppInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCodeEngineAppResult> getCodeEngineApp(GetCodeEngineAppArgs args, InvokeOptions options)
public static Output<GetCodeEngineAppResult> getCodeEngineApp(GetCodeEngineAppArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getCodeEngineApp:getCodeEngineApp
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- Project
Id string - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Id string
- The unique identifier of the code_engine_app.
- Name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- Project
Id string - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Id string
- The unique identifier of the code_engine_app.
- name String
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- project
Id String - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- id String
- The unique identifier of the code_engine_app.
- name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- project
Id string - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- id string
- The unique identifier of the code_engine_app.
- name str
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- project_
id str - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- id str
- The unique identifier of the code_engine_app.
- name String
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- project
Id String - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- id String
- The unique identifier of the code_engine_app.
getCodeEngineApp Result
The following output properties are available:
- App
Id string - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Build string
- (String) Reference to a build that is associated with the application.
- Build
Run string - (String) Reference to a build run that is associated with the application.
- Computed
Env List<GetVariables Code Engine App Computed Env Variable> - (List) References to config maps, secrets or literal values, which are defined and set by Code Engine and are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for computed_env_variables:
- Constraints: The maximum length is
- Created
At string - (String) The timestamp when the resource was created.
- Endpoint string
- (String) Optional URL to invoke the app. Depending on visibility, this is accessible publicly or in the private network only. Empty in case 'managed_domain_mappings' is set to 'local'.
- Endpoint
Internal string - (String) The URL to the app that is only visible within the project.
- Entity
Tag string - (String) The version of the app instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- Href string
- (String) When you provision a new app, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- The unique identifier of the code_engine_app.
- Image
Port double - (Integer) Optional port the app listens on. While the app will always be exposed via port
443
for end users, this port is used to connect to the port that is exposed by the container image.- Constraints: The default value is
8080
.
- Constraints: The default value is
- Image
Reference string - (String) The name of the image that is used for this app. The format is
REGISTRY/NAMESPACE/REPOSITORY:TAG
whereREGISTRY
andTAG
are optional. IfREGISTRY
is not specified, the default isdocker.io
. IfTAG
is not specified, the default islatest
. If the image reference points to a registry that requires authentication, make sure to also specify the propertyimage_secret
.- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^([a-z0-9][a-z0-9\\-_.]+[a-z0-9][\/])?([a-z0-9][a-z0-9\\-_]+[a-z0-9][\/])?[a-z0-9][a-z0-9\\-_.\/]+a-z0-9?(@sha256:[a-fA-F0-9]{64})?$/
.
- Constraints: The maximum length is
- Image
Secret string - (String) Optional name of the image registry access secret. The image registry access secret is used to authenticate with a private registry when you download the container image. If the image reference points to a registry that requires authentication, the app will be created but cannot reach the ready status, until this property is provided, too.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Managed
Domain stringMappings - (String) Optional value controlling which of the system managed domain mappings will be setup for the application. Valid values are 'local_public', 'local_private' and 'local'. Visibility can only be 'local_private' if the project supports application private visibility.
- Constraints: The default value is
local_public
. Allowable values are:local
,local_private
,local_public
.
- Constraints: The default value is
- Name string
- (String) The name of the mount.
- Constraints: The maximum length is
63
characters. The minimum length is0
characters. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- Probe
Livenesses List<GetCode Engine App Probe Liveness> - (List) Response model for probes. Nested schema for probe_liveness:
- Probe
Readinesses List<GetCode Engine App Probe Readiness> - (List) Response model for probes. Nested schema for probe_readiness:
- Project
Id string - Region string
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- Resource
Type string - (String) The type of the app.
- Constraints: Allowable values are:
app_v2
.
- Constraints: Allowable values are:
- Run
Arguments List<string> - (List) Optional arguments for the app that are passed to start the container. If not specified an empty string array will be applied and the arguments specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Run
As doubleUser - (Integer) Optional user ID (UID) to run the app.
- Constraints: The default value is
0
.
- Constraints: The default value is
- Run
Commands List<string> - (List) Optional commands for the app that are passed to start the container. If not specified an empty string array will be applied and the command specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Run
Env List<GetVariables Code Engine App Run Env Variable> - (List) References to config maps, secrets or literal values, which are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_env_variables:
- Constraints: The maximum length is
- Run
Service stringAccount - (String) Optional name of the service account. For built-in service accounts, you can use the shortened names
manager
,none
,reader
, andwriter
.- Constraints: The default value is
default
. Allowable values are:default
,manager
,reader
,writer
,none
. The minimum length is0
characters. The value must match regular expression/^(manager|reader|writer|none|default)$/
.
- Constraints: The default value is
- Run
Volume List<GetMounts Code Engine App Run Volume Mount> - (List) Mounts of config maps or secrets.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_volume_mounts:
- Constraints: The maximum length is
- Scale
Concurrency double - (Integer) Optional maximum number of requests that can be processed concurrently per instance.
- Constraints: The default value is
100
.
- Constraints: The default value is
- Scale
Concurrency doubleTarget - (Integer) Optional threshold of concurrent requests per instance at which one or more additional instances are created. Use this value to scale up instances based on concurrent number of requests. This option defaults to the value of the
scale_concurrency
option, if not specified.- Constraints: The default value is
100
. The maximum value is1000
. The minimum value is1
.
- Constraints: The default value is
- Scale
Cpu stringLimit - (String) Optional number of CPU set for the instance of the app. For valid values see Supported memory and CPU combinations.
- Constraints: The default value is
1
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- Scale
Down doubleDelay - (Integer) Optional amount of time in seconds that delays the scale-down behavior for an app instance.
- Constraints: The default value is
0
. The maximum value is3600
. The minimum value is0
.
- Constraints: The default value is
- Scale
Ephemeral stringStorage Limit - (String) Optional amount of ephemeral storage to set for the instance of the app. The amount specified as ephemeral storage, must not exceed the amount of
scale_memory_limit
. The units for specifying ephemeral storage are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.- Constraints: The default value is
400M
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- Scale
Initial doubleInstances - (Integer) Optional initial number of instances that are created upon app creation or app update.
- Constraints: The default value is
1
.
- Constraints: The default value is
- Scale
Max doubleInstances - (Integer) Optional maximum number of instances for this app. If you set this value to
0
, this property does not set a upper scaling limit. However, the app scaling is still limited by the project quota for instances. See Limits and quotas for Code Engine.- Constraints: The default value is
10
.
- Constraints: The default value is
- Scale
Memory stringLimit - (String) Optional amount of memory set for the instance of the app. For valid values see Supported memory and CPU combinations. The units for specifying memory are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.
- Constraints: The default value is
4G
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- Scale
Min doubleInstances - (Integer) Optional minimum number of instances for this app. If you set this value to
0
, the app will scale down to zero, if not hit by any request for some time.- Constraints: The default value is
0
.
- Constraints: The default value is
- Scale
Request doubleTimeout - (Integer) Optional amount of time in seconds that is allowed for a running app to respond to a request.
- Constraints: The default value is
300
.
- Constraints: The default value is
- Status string
- (String) The current status of the app.
- Constraints: Allowable values are:
ready
,deploying
,failed
,warning
.
- Constraints: Allowable values are:
- Status
Details List<GetCode Engine App Status Detail> - (List) The detailed status of the application. Nested schema for status_details:
- App
Id string - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Build string
- (String) Reference to a build that is associated with the application.
- Build
Run string - (String) Reference to a build run that is associated with the application.
- Computed
Env []GetVariables Code Engine App Computed Env Variable - (List) References to config maps, secrets or literal values, which are defined and set by Code Engine and are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for computed_env_variables:
- Constraints: The maximum length is
- Created
At string - (String) The timestamp when the resource was created.
- Endpoint string
- (String) Optional URL to invoke the app. Depending on visibility, this is accessible publicly or in the private network only. Empty in case 'managed_domain_mappings' is set to 'local'.
- Endpoint
Internal string - (String) The URL to the app that is only visible within the project.
- Entity
Tag string - (String) The version of the app instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- Href string
- (String) When you provision a new app, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- The unique identifier of the code_engine_app.
- Image
Port float64 - (Integer) Optional port the app listens on. While the app will always be exposed via port
443
for end users, this port is used to connect to the port that is exposed by the container image.- Constraints: The default value is
8080
.
- Constraints: The default value is
- Image
Reference string - (String) The name of the image that is used for this app. The format is
REGISTRY/NAMESPACE/REPOSITORY:TAG
whereREGISTRY
andTAG
are optional. IfREGISTRY
is not specified, the default isdocker.io
. IfTAG
is not specified, the default islatest
. If the image reference points to a registry that requires authentication, make sure to also specify the propertyimage_secret
.- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^([a-z0-9][a-z0-9\\-_.]+[a-z0-9][\/])?([a-z0-9][a-z0-9\\-_]+[a-z0-9][\/])?[a-z0-9][a-z0-9\\-_.\/]+a-z0-9?(@sha256:[a-fA-F0-9]{64})?$/
.
- Constraints: The maximum length is
- Image
Secret string - (String) Optional name of the image registry access secret. The image registry access secret is used to authenticate with a private registry when you download the container image. If the image reference points to a registry that requires authentication, the app will be created but cannot reach the ready status, until this property is provided, too.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Managed
Domain stringMappings - (String) Optional value controlling which of the system managed domain mappings will be setup for the application. Valid values are 'local_public', 'local_private' and 'local'. Visibility can only be 'local_private' if the project supports application private visibility.
- Constraints: The default value is
local_public
. Allowable values are:local
,local_private
,local_public
.
- Constraints: The default value is
- Name string
- (String) The name of the mount.
- Constraints: The maximum length is
63
characters. The minimum length is0
characters. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- Probe
Livenesses []GetCode Engine App Probe Liveness - (List) Response model for probes. Nested schema for probe_liveness:
- Probe
Readinesses []GetCode Engine App Probe Readiness - (List) Response model for probes. Nested schema for probe_readiness:
- Project
Id string - Region string
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- Resource
Type string - (String) The type of the app.
- Constraints: Allowable values are:
app_v2
.
- Constraints: Allowable values are:
- Run
Arguments []string - (List) Optional arguments for the app that are passed to start the container. If not specified an empty string array will be applied and the arguments specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Run
As float64User - (Integer) Optional user ID (UID) to run the app.
- Constraints: The default value is
0
.
- Constraints: The default value is
- Run
Commands []string - (List) Optional commands for the app that are passed to start the container. If not specified an empty string array will be applied and the command specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Run
Env []GetVariables Code Engine App Run Env Variable - (List) References to config maps, secrets or literal values, which are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_env_variables:
- Constraints: The maximum length is
- Run
Service stringAccount - (String) Optional name of the service account. For built-in service accounts, you can use the shortened names
manager
,none
,reader
, andwriter
.- Constraints: The default value is
default
. Allowable values are:default
,manager
,reader
,writer
,none
. The minimum length is0
characters. The value must match regular expression/^(manager|reader|writer|none|default)$/
.
- Constraints: The default value is
- Run
Volume []GetMounts Code Engine App Run Volume Mount - (List) Mounts of config maps or secrets.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_volume_mounts:
- Constraints: The maximum length is
- Scale
Concurrency float64 - (Integer) Optional maximum number of requests that can be processed concurrently per instance.
- Constraints: The default value is
100
.
- Constraints: The default value is
- Scale
Concurrency float64Target - (Integer) Optional threshold of concurrent requests per instance at which one or more additional instances are created. Use this value to scale up instances based on concurrent number of requests. This option defaults to the value of the
scale_concurrency
option, if not specified.- Constraints: The default value is
100
. The maximum value is1000
. The minimum value is1
.
- Constraints: The default value is
- Scale
Cpu stringLimit - (String) Optional number of CPU set for the instance of the app. For valid values see Supported memory and CPU combinations.
- Constraints: The default value is
1
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- Scale
Down float64Delay - (Integer) Optional amount of time in seconds that delays the scale-down behavior for an app instance.
- Constraints: The default value is
0
. The maximum value is3600
. The minimum value is0
.
- Constraints: The default value is
- Scale
Ephemeral stringStorage Limit - (String) Optional amount of ephemeral storage to set for the instance of the app. The amount specified as ephemeral storage, must not exceed the amount of
scale_memory_limit
. The units for specifying ephemeral storage are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.- Constraints: The default value is
400M
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- Scale
Initial float64Instances - (Integer) Optional initial number of instances that are created upon app creation or app update.
- Constraints: The default value is
1
.
- Constraints: The default value is
- Scale
Max float64Instances - (Integer) Optional maximum number of instances for this app. If you set this value to
0
, this property does not set a upper scaling limit. However, the app scaling is still limited by the project quota for instances. See Limits and quotas for Code Engine.- Constraints: The default value is
10
.
- Constraints: The default value is
- Scale
Memory stringLimit - (String) Optional amount of memory set for the instance of the app. For valid values see Supported memory and CPU combinations. The units for specifying memory are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.
- Constraints: The default value is
4G
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- Scale
Min float64Instances - (Integer) Optional minimum number of instances for this app. If you set this value to
0
, the app will scale down to zero, if not hit by any request for some time.- Constraints: The default value is
0
.
- Constraints: The default value is
- Scale
Request float64Timeout - (Integer) Optional amount of time in seconds that is allowed for a running app to respond to a request.
- Constraints: The default value is
300
.
- Constraints: The default value is
- Status string
- (String) The current status of the app.
- Constraints: Allowable values are:
ready
,deploying
,failed
,warning
.
- Constraints: Allowable values are:
- Status
Details []GetCode Engine App Status Detail - (List) The detailed status of the application. Nested schema for status_details:
- app
Id String - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- build String
- (String) Reference to a build that is associated with the application.
- build
Run String - (String) Reference to a build run that is associated with the application.
- computed
Env List<GetVariables Code Engine App Computed Env Variable> - (List) References to config maps, secrets or literal values, which are defined and set by Code Engine and are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for computed_env_variables:
- Constraints: The maximum length is
- created
At String - (String) The timestamp when the resource was created.
- endpoint String
- (String) Optional URL to invoke the app. Depending on visibility, this is accessible publicly or in the private network only. Empty in case 'managed_domain_mappings' is set to 'local'.
- endpoint
Internal String - (String) The URL to the app that is only visible within the project.
- entity
Tag String - (String) The version of the app instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- href String
- (String) When you provision a new app, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- The unique identifier of the code_engine_app.
- image
Port Double - (Integer) Optional port the app listens on. While the app will always be exposed via port
443
for end users, this port is used to connect to the port that is exposed by the container image.- Constraints: The default value is
8080
.
- Constraints: The default value is
- image
Reference String - (String) The name of the image that is used for this app. The format is
REGISTRY/NAMESPACE/REPOSITORY:TAG
whereREGISTRY
andTAG
are optional. IfREGISTRY
is not specified, the default isdocker.io
. IfTAG
is not specified, the default islatest
. If the image reference points to a registry that requires authentication, make sure to also specify the propertyimage_secret
.- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^([a-z0-9][a-z0-9\\-_.]+[a-z0-9][\/])?([a-z0-9][a-z0-9\\-_]+[a-z0-9][\/])?[a-z0-9][a-z0-9\\-_.\/]+a-z0-9?(@sha256:[a-fA-F0-9]{64})?$/
.
- Constraints: The maximum length is
- image
Secret String - (String) Optional name of the image registry access secret. The image registry access secret is used to authenticate with a private registry when you download the container image. If the image reference points to a registry that requires authentication, the app will be created but cannot reach the ready status, until this property is provided, too.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- managed
Domain StringMappings - (String) Optional value controlling which of the system managed domain mappings will be setup for the application. Valid values are 'local_public', 'local_private' and 'local'. Visibility can only be 'local_private' if the project supports application private visibility.
- Constraints: The default value is
local_public
. Allowable values are:local
,local_private
,local_public
.
- Constraints: The default value is
- name String
- (String) The name of the mount.
- Constraints: The maximum length is
63
characters. The minimum length is0
characters. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- probe
Livenesses List<GetCode Engine App Probe Liveness> - (List) Response model for probes. Nested schema for probe_liveness:
- probe
Readinesses List<GetCode Engine App Probe Readiness> - (List) Response model for probes. Nested schema for probe_readiness:
- project
Id String - region String
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- resource
Type String - (String) The type of the app.
- Constraints: Allowable values are:
app_v2
.
- Constraints: Allowable values are:
- run
Arguments List<String> - (List) Optional arguments for the app that are passed to start the container. If not specified an empty string array will be applied and the arguments specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- run
As DoubleUser - (Integer) Optional user ID (UID) to run the app.
- Constraints: The default value is
0
.
- Constraints: The default value is
- run
Commands List<String> - (List) Optional commands for the app that are passed to start the container. If not specified an empty string array will be applied and the command specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- run
Env List<GetVariables Code Engine App Run Env Variable> - (List) References to config maps, secrets or literal values, which are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_env_variables:
- Constraints: The maximum length is
- run
Service StringAccount - (String) Optional name of the service account. For built-in service accounts, you can use the shortened names
manager
,none
,reader
, andwriter
.- Constraints: The default value is
default
. Allowable values are:default
,manager
,reader
,writer
,none
. The minimum length is0
characters. The value must match regular expression/^(manager|reader|writer|none|default)$/
.
- Constraints: The default value is
- run
Volume List<GetMounts Code Engine App Run Volume Mount> - (List) Mounts of config maps or secrets.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_volume_mounts:
- Constraints: The maximum length is
- scale
Concurrency Double - (Integer) Optional maximum number of requests that can be processed concurrently per instance.
- Constraints: The default value is
100
.
- Constraints: The default value is
- scale
Concurrency DoubleTarget - (Integer) Optional threshold of concurrent requests per instance at which one or more additional instances are created. Use this value to scale up instances based on concurrent number of requests. This option defaults to the value of the
scale_concurrency
option, if not specified.- Constraints: The default value is
100
. The maximum value is1000
. The minimum value is1
.
- Constraints: The default value is
- scale
Cpu StringLimit - (String) Optional number of CPU set for the instance of the app. For valid values see Supported memory and CPU combinations.
- Constraints: The default value is
1
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale
Down DoubleDelay - (Integer) Optional amount of time in seconds that delays the scale-down behavior for an app instance.
- Constraints: The default value is
0
. The maximum value is3600
. The minimum value is0
.
- Constraints: The default value is
- scale
Ephemeral StringStorage Limit - (String) Optional amount of ephemeral storage to set for the instance of the app. The amount specified as ephemeral storage, must not exceed the amount of
scale_memory_limit
. The units for specifying ephemeral storage are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.- Constraints: The default value is
400M
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale
Initial DoubleInstances - (Integer) Optional initial number of instances that are created upon app creation or app update.
- Constraints: The default value is
1
.
- Constraints: The default value is
- scale
Max DoubleInstances - (Integer) Optional maximum number of instances for this app. If you set this value to
0
, this property does not set a upper scaling limit. However, the app scaling is still limited by the project quota for instances. See Limits and quotas for Code Engine.- Constraints: The default value is
10
.
- Constraints: The default value is
- scale
Memory StringLimit - (String) Optional amount of memory set for the instance of the app. For valid values see Supported memory and CPU combinations. The units for specifying memory are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.
- Constraints: The default value is
4G
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale
Min DoubleInstances - (Integer) Optional minimum number of instances for this app. If you set this value to
0
, the app will scale down to zero, if not hit by any request for some time.- Constraints: The default value is
0
.
- Constraints: The default value is
- scale
Request DoubleTimeout - (Integer) Optional amount of time in seconds that is allowed for a running app to respond to a request.
- Constraints: The default value is
300
.
- Constraints: The default value is
- status String
- (String) The current status of the app.
- Constraints: Allowable values are:
ready
,deploying
,failed
,warning
.
- Constraints: Allowable values are:
- status
Details List<GetCode Engine App Status Detail> - (List) The detailed status of the application. Nested schema for status_details:
- app
Id string - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- build string
- (String) Reference to a build that is associated with the application.
- build
Run string - (String) Reference to a build run that is associated with the application.
- computed
Env GetVariables Code Engine App Computed Env Variable[] - (List) References to config maps, secrets or literal values, which are defined and set by Code Engine and are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for computed_env_variables:
- Constraints: The maximum length is
- created
At string - (String) The timestamp when the resource was created.
- endpoint string
- (String) Optional URL to invoke the app. Depending on visibility, this is accessible publicly or in the private network only. Empty in case 'managed_domain_mappings' is set to 'local'.
- endpoint
Internal string - (String) The URL to the app that is only visible within the project.
- entity
Tag string - (String) The version of the app instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- href string
- (String) When you provision a new app, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id string
- The unique identifier of the code_engine_app.
- image
Port number - (Integer) Optional port the app listens on. While the app will always be exposed via port
443
for end users, this port is used to connect to the port that is exposed by the container image.- Constraints: The default value is
8080
.
- Constraints: The default value is
- image
Reference string - (String) The name of the image that is used for this app. The format is
REGISTRY/NAMESPACE/REPOSITORY:TAG
whereREGISTRY
andTAG
are optional. IfREGISTRY
is not specified, the default isdocker.io
. IfTAG
is not specified, the default islatest
. If the image reference points to a registry that requires authentication, make sure to also specify the propertyimage_secret
.- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^([a-z0-9][a-z0-9\\-_.]+[a-z0-9][\/])?([a-z0-9][a-z0-9\\-_]+[a-z0-9][\/])?[a-z0-9][a-z0-9\\-_.\/]+a-z0-9?(@sha256:[a-fA-F0-9]{64})?$/
.
- Constraints: The maximum length is
- image
Secret string - (String) Optional name of the image registry access secret. The image registry access secret is used to authenticate with a private registry when you download the container image. If the image reference points to a registry that requires authentication, the app will be created but cannot reach the ready status, until this property is provided, too.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- managed
Domain stringMappings - (String) Optional value controlling which of the system managed domain mappings will be setup for the application. Valid values are 'local_public', 'local_private' and 'local'. Visibility can only be 'local_private' if the project supports application private visibility.
- Constraints: The default value is
local_public
. Allowable values are:local
,local_private
,local_public
.
- Constraints: The default value is
- name string
- (String) The name of the mount.
- Constraints: The maximum length is
63
characters. The minimum length is0
characters. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- probe
Livenesses GetCode Engine App Probe Liveness[] - (List) Response model for probes. Nested schema for probe_liveness:
- probe
Readinesses GetCode Engine App Probe Readiness[] - (List) Response model for probes. Nested schema for probe_readiness:
- project
Id string - region string
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- resource
Type string - (String) The type of the app.
- Constraints: Allowable values are:
app_v2
.
- Constraints: Allowable values are:
- run
Arguments string[] - (List) Optional arguments for the app that are passed to start the container. If not specified an empty string array will be applied and the arguments specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- run
As numberUser - (Integer) Optional user ID (UID) to run the app.
- Constraints: The default value is
0
.
- Constraints: The default value is
- run
Commands string[] - (List) Optional commands for the app that are passed to start the container. If not specified an empty string array will be applied and the command specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- run
Env GetVariables Code Engine App Run Env Variable[] - (List) References to config maps, secrets or literal values, which are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_env_variables:
- Constraints: The maximum length is
- run
Service stringAccount - (String) Optional name of the service account. For built-in service accounts, you can use the shortened names
manager
,none
,reader
, andwriter
.- Constraints: The default value is
default
. Allowable values are:default
,manager
,reader
,writer
,none
. The minimum length is0
characters. The value must match regular expression/^(manager|reader|writer|none|default)$/
.
- Constraints: The default value is
- run
Volume GetMounts Code Engine App Run Volume Mount[] - (List) Mounts of config maps or secrets.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_volume_mounts:
- Constraints: The maximum length is
- scale
Concurrency number - (Integer) Optional maximum number of requests that can be processed concurrently per instance.
- Constraints: The default value is
100
.
- Constraints: The default value is
- scale
Concurrency numberTarget - (Integer) Optional threshold of concurrent requests per instance at which one or more additional instances are created. Use this value to scale up instances based on concurrent number of requests. This option defaults to the value of the
scale_concurrency
option, if not specified.- Constraints: The default value is
100
. The maximum value is1000
. The minimum value is1
.
- Constraints: The default value is
- scale
Cpu stringLimit - (String) Optional number of CPU set for the instance of the app. For valid values see Supported memory and CPU combinations.
- Constraints: The default value is
1
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale
Down numberDelay - (Integer) Optional amount of time in seconds that delays the scale-down behavior for an app instance.
- Constraints: The default value is
0
. The maximum value is3600
. The minimum value is0
.
- Constraints: The default value is
- scale
Ephemeral stringStorage Limit - (String) Optional amount of ephemeral storage to set for the instance of the app. The amount specified as ephemeral storage, must not exceed the amount of
scale_memory_limit
. The units for specifying ephemeral storage are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.- Constraints: The default value is
400M
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale
Initial numberInstances - (Integer) Optional initial number of instances that are created upon app creation or app update.
- Constraints: The default value is
1
.
- Constraints: The default value is
- scale
Max numberInstances - (Integer) Optional maximum number of instances for this app. If you set this value to
0
, this property does not set a upper scaling limit. However, the app scaling is still limited by the project quota for instances. See Limits and quotas for Code Engine.- Constraints: The default value is
10
.
- Constraints: The default value is
- scale
Memory stringLimit - (String) Optional amount of memory set for the instance of the app. For valid values see Supported memory and CPU combinations. The units for specifying memory are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.
- Constraints: The default value is
4G
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale
Min numberInstances - (Integer) Optional minimum number of instances for this app. If you set this value to
0
, the app will scale down to zero, if not hit by any request for some time.- Constraints: The default value is
0
.
- Constraints: The default value is
- scale
Request numberTimeout - (Integer) Optional amount of time in seconds that is allowed for a running app to respond to a request.
- Constraints: The default value is
300
.
- Constraints: The default value is
- status string
- (String) The current status of the app.
- Constraints: Allowable values are:
ready
,deploying
,failed
,warning
.
- Constraints: Allowable values are:
- status
Details GetCode Engine App Status Detail[] - (List) The detailed status of the application. Nested schema for status_details:
- app_
id str - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- build str
- (String) Reference to a build that is associated with the application.
- build_
run str - (String) Reference to a build run that is associated with the application.
- computed_
env_ Sequence[Getvariables Code Engine App Computed Env Variable] - (List) References to config maps, secrets or literal values, which are defined and set by Code Engine and are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for computed_env_variables:
- Constraints: The maximum length is
- created_
at str - (String) The timestamp when the resource was created.
- endpoint str
- (String) Optional URL to invoke the app. Depending on visibility, this is accessible publicly or in the private network only. Empty in case 'managed_domain_mappings' is set to 'local'.
- endpoint_
internal str - (String) The URL to the app that is only visible within the project.
- entity_
tag str - (String) The version of the app instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- href str
- (String) When you provision a new app, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id str
- The unique identifier of the code_engine_app.
- image_
port float - (Integer) Optional port the app listens on. While the app will always be exposed via port
443
for end users, this port is used to connect to the port that is exposed by the container image.- Constraints: The default value is
8080
.
- Constraints: The default value is
- image_
reference str - (String) The name of the image that is used for this app. The format is
REGISTRY/NAMESPACE/REPOSITORY:TAG
whereREGISTRY
andTAG
are optional. IfREGISTRY
is not specified, the default isdocker.io
. IfTAG
is not specified, the default islatest
. If the image reference points to a registry that requires authentication, make sure to also specify the propertyimage_secret
.- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^([a-z0-9][a-z0-9\\-_.]+[a-z0-9][\/])?([a-z0-9][a-z0-9\\-_]+[a-z0-9][\/])?[a-z0-9][a-z0-9\\-_.\/]+a-z0-9?(@sha256:[a-fA-F0-9]{64})?$/
.
- Constraints: The maximum length is
- image_
secret str - (String) Optional name of the image registry access secret. The image registry access secret is used to authenticate with a private registry when you download the container image. If the image reference points to a registry that requires authentication, the app will be created but cannot reach the ready status, until this property is provided, too.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- managed_
domain_ strmappings - (String) Optional value controlling which of the system managed domain mappings will be setup for the application. Valid values are 'local_public', 'local_private' and 'local'. Visibility can only be 'local_private' if the project supports application private visibility.
- Constraints: The default value is
local_public
. Allowable values are:local
,local_private
,local_public
.
- Constraints: The default value is
- name str
- (String) The name of the mount.
- Constraints: The maximum length is
63
characters. The minimum length is0
characters. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- probe_
livenesses Sequence[GetCode Engine App Probe Liveness] - (List) Response model for probes. Nested schema for probe_liveness:
- probe_
readinesses Sequence[GetCode Engine App Probe Readiness] - (List) Response model for probes. Nested schema for probe_readiness:
- project_
id str - region str
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- resource_
type str - (String) The type of the app.
- Constraints: Allowable values are:
app_v2
.
- Constraints: Allowable values are:
- run_
arguments Sequence[str] - (List) Optional arguments for the app that are passed to start the container. If not specified an empty string array will be applied and the arguments specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- run_
as_ floatuser - (Integer) Optional user ID (UID) to run the app.
- Constraints: The default value is
0
.
- Constraints: The default value is
- run_
commands Sequence[str] - (List) Optional commands for the app that are passed to start the container. If not specified an empty string array will be applied and the command specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- run_
env_ Sequence[Getvariables Code Engine App Run Env Variable] - (List) References to config maps, secrets or literal values, which are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_env_variables:
- Constraints: The maximum length is
- run_
service_ straccount - (String) Optional name of the service account. For built-in service accounts, you can use the shortened names
manager
,none
,reader
, andwriter
.- Constraints: The default value is
default
. Allowable values are:default
,manager
,reader
,writer
,none
. The minimum length is0
characters. The value must match regular expression/^(manager|reader|writer|none|default)$/
.
- Constraints: The default value is
- run_
volume_ Sequence[Getmounts Code Engine App Run Volume Mount] - (List) Mounts of config maps or secrets.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_volume_mounts:
- Constraints: The maximum length is
- scale_
concurrency float - (Integer) Optional maximum number of requests that can be processed concurrently per instance.
- Constraints: The default value is
100
.
- Constraints: The default value is
- scale_
concurrency_ floattarget - (Integer) Optional threshold of concurrent requests per instance at which one or more additional instances are created. Use this value to scale up instances based on concurrent number of requests. This option defaults to the value of the
scale_concurrency
option, if not specified.- Constraints: The default value is
100
. The maximum value is1000
. The minimum value is1
.
- Constraints: The default value is
- scale_
cpu_ strlimit - (String) Optional number of CPU set for the instance of the app. For valid values see Supported memory and CPU combinations.
- Constraints: The default value is
1
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale_
down_ floatdelay - (Integer) Optional amount of time in seconds that delays the scale-down behavior for an app instance.
- Constraints: The default value is
0
. The maximum value is3600
. The minimum value is0
.
- Constraints: The default value is
- scale_
ephemeral_ strstorage_ limit - (String) Optional amount of ephemeral storage to set for the instance of the app. The amount specified as ephemeral storage, must not exceed the amount of
scale_memory_limit
. The units for specifying ephemeral storage are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.- Constraints: The default value is
400M
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale_
initial_ floatinstances - (Integer) Optional initial number of instances that are created upon app creation or app update.
- Constraints: The default value is
1
.
- Constraints: The default value is
- scale_
max_ floatinstances - (Integer) Optional maximum number of instances for this app. If you set this value to
0
, this property does not set a upper scaling limit. However, the app scaling is still limited by the project quota for instances. See Limits and quotas for Code Engine.- Constraints: The default value is
10
.
- Constraints: The default value is
- scale_
memory_ strlimit - (String) Optional amount of memory set for the instance of the app. For valid values see Supported memory and CPU combinations. The units for specifying memory are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.
- Constraints: The default value is
4G
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale_
min_ floatinstances - (Integer) Optional minimum number of instances for this app. If you set this value to
0
, the app will scale down to zero, if not hit by any request for some time.- Constraints: The default value is
0
.
- Constraints: The default value is
- scale_
request_ floattimeout - (Integer) Optional amount of time in seconds that is allowed for a running app to respond to a request.
- Constraints: The default value is
300
.
- Constraints: The default value is
- status str
- (String) The current status of the app.
- Constraints: Allowable values are:
ready
,deploying
,failed
,warning
.
- Constraints: Allowable values are:
- status_
details Sequence[GetCode Engine App Status Detail] - (List) The detailed status of the application. Nested schema for status_details:
- app
Id String - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- build String
- (String) Reference to a build that is associated with the application.
- build
Run String - (String) Reference to a build run that is associated with the application.
- computed
Env List<Property Map>Variables - (List) References to config maps, secrets or literal values, which are defined and set by Code Engine and are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for computed_env_variables:
- Constraints: The maximum length is
- created
At String - (String) The timestamp when the resource was created.
- endpoint String
- (String) Optional URL to invoke the app. Depending on visibility, this is accessible publicly or in the private network only. Empty in case 'managed_domain_mappings' is set to 'local'.
- endpoint
Internal String - (String) The URL to the app that is only visible within the project.
- entity
Tag String - (String) The version of the app instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- href String
- (String) When you provision a new app, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- The unique identifier of the code_engine_app.
- image
Port Number - (Integer) Optional port the app listens on. While the app will always be exposed via port
443
for end users, this port is used to connect to the port that is exposed by the container image.- Constraints: The default value is
8080
.
- Constraints: The default value is
- image
Reference String - (String) The name of the image that is used for this app. The format is
REGISTRY/NAMESPACE/REPOSITORY:TAG
whereREGISTRY
andTAG
are optional. IfREGISTRY
is not specified, the default isdocker.io
. IfTAG
is not specified, the default islatest
. If the image reference points to a registry that requires authentication, make sure to also specify the propertyimage_secret
.- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^([a-z0-9][a-z0-9\\-_.]+[a-z0-9][\/])?([a-z0-9][a-z0-9\\-_]+[a-z0-9][\/])?[a-z0-9][a-z0-9\\-_.\/]+a-z0-9?(@sha256:[a-fA-F0-9]{64})?$/
.
- Constraints: The maximum length is
- image
Secret String - (String) Optional name of the image registry access secret. The image registry access secret is used to authenticate with a private registry when you download the container image. If the image reference points to a registry that requires authentication, the app will be created but cannot reach the ready status, until this property is provided, too.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- managed
Domain StringMappings - (String) Optional value controlling which of the system managed domain mappings will be setup for the application. Valid values are 'local_public', 'local_private' and 'local'. Visibility can only be 'local_private' if the project supports application private visibility.
- Constraints: The default value is
local_public
. Allowable values are:local
,local_private
,local_public
.
- Constraints: The default value is
- name String
- (String) The name of the mount.
- Constraints: The maximum length is
63
characters. The minimum length is0
characters. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- probe
Livenesses List<Property Map> - (List) Response model for probes. Nested schema for probe_liveness:
- probe
Readinesses List<Property Map> - (List) Response model for probes. Nested schema for probe_readiness:
- project
Id String - region String
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- resource
Type String - (String) The type of the app.
- Constraints: Allowable values are:
app_v2
.
- Constraints: Allowable values are:
- run
Arguments List<String> - (List) Optional arguments for the app that are passed to start the container. If not specified an empty string array will be applied and the arguments specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- run
As NumberUser - (Integer) Optional user ID (UID) to run the app.
- Constraints: The default value is
0
.
- Constraints: The default value is
- run
Commands List<String> - (List) Optional commands for the app that are passed to start the container. If not specified an empty string array will be applied and the command specified by the container image, will be used to start the container.
- Constraints: The list items must match regular expression
/^.*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- run
Env List<Property Map>Variables - (List) References to config maps, secrets or literal values, which are exposed as environment variables in the application.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_env_variables:
- Constraints: The maximum length is
- run
Service StringAccount - (String) Optional name of the service account. For built-in service accounts, you can use the shortened names
manager
,none
,reader
, andwriter
.- Constraints: The default value is
default
. Allowable values are:default
,manager
,reader
,writer
,none
. The minimum length is0
characters. The value must match regular expression/^(manager|reader|writer|none|default)$/
.
- Constraints: The default value is
- run
Volume List<Property Map>Mounts - (List) Mounts of config maps or secrets.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for run_volume_mounts:
- Constraints: The maximum length is
- scale
Concurrency Number - (Integer) Optional maximum number of requests that can be processed concurrently per instance.
- Constraints: The default value is
100
.
- Constraints: The default value is
- scale
Concurrency NumberTarget - (Integer) Optional threshold of concurrent requests per instance at which one or more additional instances are created. Use this value to scale up instances based on concurrent number of requests. This option defaults to the value of the
scale_concurrency
option, if not specified.- Constraints: The default value is
100
. The maximum value is1000
. The minimum value is1
.
- Constraints: The default value is
- scale
Cpu StringLimit - (String) Optional number of CPU set for the instance of the app. For valid values see Supported memory and CPU combinations.
- Constraints: The default value is
1
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale
Down NumberDelay - (Integer) Optional amount of time in seconds that delays the scale-down behavior for an app instance.
- Constraints: The default value is
0
. The maximum value is3600
. The minimum value is0
.
- Constraints: The default value is
- scale
Ephemeral StringStorage Limit - (String) Optional amount of ephemeral storage to set for the instance of the app. The amount specified as ephemeral storage, must not exceed the amount of
scale_memory_limit
. The units for specifying ephemeral storage are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.- Constraints: The default value is
400M
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale
Initial NumberInstances - (Integer) Optional initial number of instances that are created upon app creation or app update.
- Constraints: The default value is
1
.
- Constraints: The default value is
- scale
Max NumberInstances - (Integer) Optional maximum number of instances for this app. If you set this value to
0
, this property does not set a upper scaling limit. However, the app scaling is still limited by the project quota for instances. See Limits and quotas for Code Engine.- Constraints: The default value is
10
.
- Constraints: The default value is
- scale
Memory StringLimit - (String) Optional amount of memory set for the instance of the app. For valid values see Supported memory and CPU combinations. The units for specifying memory are Megabyte (M) or Gigabyte (G), whereas G and M are the shorthand expressions for GB and MB. For more information see Units of measurement.
- Constraints: The default value is
4G
. The maximum length is10
characters. The minimum length is0
characters. The value must match regular expression/^([0-9.]+)([eEinumkKMGTPB]*)$/
.
- Constraints: The default value is
- scale
Min NumberInstances - (Integer) Optional minimum number of instances for this app. If you set this value to
0
, the app will scale down to zero, if not hit by any request for some time.- Constraints: The default value is
0
.
- Constraints: The default value is
- scale
Request NumberTimeout - (Integer) Optional amount of time in seconds that is allowed for a running app to respond to a request.
- Constraints: The default value is
300
.
- Constraints: The default value is
- status String
- (String) The current status of the app.
- Constraints: Allowable values are:
ready
,deploying
,failed
,warning
.
- Constraints: Allowable values are:
- status
Details List<Property Map> - (List) The detailed status of the application. Nested schema for status_details:
Supporting Types
GetCodeEngineAppComputedEnvVariable
- Key string
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- Name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- Prefix string
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- Reference string
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- Value string
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- Key string
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- Name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- Prefix string
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- Reference string
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- Value string
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- key String
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- name String
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- prefix String
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- reference String
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type String
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- value String
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- key string
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- prefix string
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- reference string
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- value string
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- key str
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- name str
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- prefix str
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- reference str
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type str
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- value str
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- key String
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- name String
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- prefix String
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- reference String
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type String
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- value String
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
GetCodeEngineAppProbeLiveness
- Failure
Threshold double - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- Initial
Delay double - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- Interval double
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- Path string
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- Port double
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- Timeout double
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- Type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- Failure
Threshold float64 - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- Initial
Delay float64 - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- Interval float64
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- Path string
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- Port float64
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- Timeout float64
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- Type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- failure
Threshold Double - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- initial
Delay Double - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- interval Double
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- path String
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- port Double
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- timeout Double
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- type String
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- failure
Threshold number - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- initial
Delay number - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- interval number
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- path string
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- port number
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- timeout number
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- failure_
threshold float - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- initial_
delay float - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- interval float
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- path str
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- port float
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- timeout float
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- type str
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- failure
Threshold Number - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- initial
Delay Number - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- interval Number
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- path String
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- port Number
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- timeout Number
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- type String
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
GetCodeEngineAppProbeReadiness
- Failure
Threshold double - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- Initial
Delay double - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- Interval double
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- Path string
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- Port double
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- Timeout double
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- Type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- Failure
Threshold float64 - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- Initial
Delay float64 - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- Interval float64
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- Path string
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- Port float64
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- Timeout float64
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- Type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- failure
Threshold Double - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- initial
Delay Double - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- interval Double
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- path String
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- port Double
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- timeout Double
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- type String
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- failure
Threshold number - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- initial
Delay number - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- interval number
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- path string
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- port number
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- timeout number
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- failure_
threshold float - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- initial_
delay float - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- interval float
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- path str
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- port float
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- timeout float
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- type str
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- failure
Threshold Number - (Integer) The number of consecutive, unsuccessful checks for the probe to be considered failed.
- Constraints: The default value is
1
. The maximum value is10
. The minimum value is1
.
- Constraints: The default value is
- initial
Delay Number - (Integer) The amount of time in seconds to wait before the first probe check is performed.
- Constraints: The maximum value is
10
. The minimum value is1
.
- Constraints: The maximum value is
- interval Number
- (Integer) The amount of time in seconds between probe checks.
- Constraints: The default value is
10
. The maximum value is60
. The minimum value is1
.
- Constraints: The default value is
- path String
- (String) The path of the HTTP request to the resource. A path is only supported for a probe with a
type
ofhttp
.- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/^\/(([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})+(\/([a-zA-Z0-9-._~!$&'()*+,;=:@]|%[a-fA-F0-9]{2})*)*)?(\\?([a-zA-Z0-9-._~!$&'()*+,;=:@\/?]|%[a-fA-F0-9]{2})*)?$/
.
- Constraints: The maximum length is
- port Number
- (Integer) The port on which to probe the resource.
- Constraints: The maximum value is
65535
. The minimum value is1
.
- Constraints: The maximum value is
- timeout Number
- (Integer) The amount of time in seconds that the probe waits for a response from the application before it times out and fails.
- Constraints: The default value is
1
. The maximum value is3600
. The minimum value is1
.
- Constraints: The default value is
- type String
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
GetCodeEngineAppRunEnvVariable
- Key string
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- Name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- Prefix string
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- Reference string
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- Value string
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- Key string
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- Name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- Prefix string
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- Reference string
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- Value string
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- key String
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- name String
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- prefix String
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- reference String
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type String
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- value String
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- key string
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- prefix string
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- reference string
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- value string
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- key str
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- name str
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- prefix str
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- reference str
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type str
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- value str
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- key String
- (String) The key to reference as environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
- name String
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- prefix String
- (String) A prefix that can be added to all keys of a full secret or config map reference.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z_][a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- reference String
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type String
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- value String
- (String) The literal value of the environment variable.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^[\\-._a-zA-Z0-9]+$/
.
- Constraints: The maximum length is
GetCodeEngineAppRunVolumeMount
- Mount
Path string - (String) The path that should be mounted.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\/([^\/\\0]+\/?)+$/
.
- Constraints: The maximum length is
- Name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- Reference string
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- Mount
Path string - (String) The path that should be mounted.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\/([^\/\\0]+\/?)+$/
.
- Constraints: The maximum length is
- Name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- Reference string
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- mount
Path String - (String) The path that should be mounted.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\/([^\/\\0]+\/?)+$/
.
- Constraints: The maximum length is
- name String
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- reference String
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type String
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- mount
Path string - (String) The path that should be mounted.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\/([^\/\\0]+\/?)+$/
.
- Constraints: The maximum length is
- name string
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- reference string
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type string
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- mount_
path str - (String) The path that should be mounted.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\/([^\/\\0]+\/?)+$/
.
- Constraints: The maximum length is
- name str
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- reference str
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type str
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
- mount
Path String - (String) The path that should be mounted.
- Constraints: The maximum length is
256
characters. The minimum length is1
character. The value must match regular expression/^\/([^\/\\0]+\/?)+$/
.
- Constraints: The maximum length is
- name String
- The name of your application.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^a-z?$/
.
- Constraints: The maximum length is
- reference String
- (String) The name of the referenced secret or config map.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- type String
- (String) Specify the type of the volume mount. Allowed types are: 'config_map', 'secret'.
- Constraints: The default value is
secret
. Allowable values are:config_map
,secret
. The value must match regular expression/^(config_map|secret)$/
.
- Constraints: The default value is
GetCodeEngineAppStatusDetail
- Latest
Created stringRevision - (String) Latest app revision that has been created.
- Latest
Ready stringRevision - (String) Latest app revision that reached a ready state.
- Reason string
- (String) Optional information to provide more context in case of a 'failed' or 'warning' status.
- Constraints: Allowable values are:
ready
,deploying
,waiting_for_resources
,no_revision_ready
,ready_but_latest_revision_failed
.
- Constraints: Allowable values are:
- Latest
Created stringRevision - (String) Latest app revision that has been created.
- Latest
Ready stringRevision - (String) Latest app revision that reached a ready state.
- Reason string
- (String) Optional information to provide more context in case of a 'failed' or 'warning' status.
- Constraints: Allowable values are:
ready
,deploying
,waiting_for_resources
,no_revision_ready
,ready_but_latest_revision_failed
.
- Constraints: Allowable values are:
- latest
Created StringRevision - (String) Latest app revision that has been created.
- latest
Ready StringRevision - (String) Latest app revision that reached a ready state.
- reason String
- (String) Optional information to provide more context in case of a 'failed' or 'warning' status.
- Constraints: Allowable values are:
ready
,deploying
,waiting_for_resources
,no_revision_ready
,ready_but_latest_revision_failed
.
- Constraints: Allowable values are:
- latest
Created stringRevision - (String) Latest app revision that has been created.
- latest
Ready stringRevision - (String) Latest app revision that reached a ready state.
- reason string
- (String) Optional information to provide more context in case of a 'failed' or 'warning' status.
- Constraints: Allowable values are:
ready
,deploying
,waiting_for_resources
,no_revision_ready
,ready_but_latest_revision_failed
.
- Constraints: Allowable values are:
- latest_
created_ strrevision - (String) Latest app revision that has been created.
- latest_
ready_ strrevision - (String) Latest app revision that reached a ready state.
- reason str
- (String) Optional information to provide more context in case of a 'failed' or 'warning' status.
- Constraints: Allowable values are:
ready
,deploying
,waiting_for_resources
,no_revision_ready
,ready_but_latest_revision_failed
.
- Constraints: Allowable values are:
- latest
Created StringRevision - (String) Latest app revision that has been created.
- latest
Ready StringRevision - (String) Latest app revision that reached a ready state.
- reason String
- (String) Optional information to provide more context in case of a 'failed' or 'warning' status.
- Constraints: Allowable values are:
ready
,deploying
,waiting_for_resources
,no_revision_ready
,ready_but_latest_revision_failed
.
- Constraints: Allowable values are:
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.