Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.appengine/v1beta.getVersion
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Gets the specified Version resource. By default, only a BASIC_VIEW will be returned. Specify the FULL_VIEW parameter to get the full resource.
Using getVersion
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 getVersion(args: GetVersionArgs, opts?: InvokeOptions): Promise<GetVersionResult>
function getVersionOutput(args: GetVersionOutputArgs, opts?: InvokeOptions): Output<GetVersionResult>def get_version(app_id: Optional[str] = None,
                include_extra_data: Optional[str] = None,
                service_id: Optional[str] = None,
                version_id: Optional[str] = None,
                view: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetVersionResult
def get_version_output(app_id: Optional[pulumi.Input[str]] = None,
                include_extra_data: Optional[pulumi.Input[str]] = None,
                service_id: Optional[pulumi.Input[str]] = None,
                version_id: Optional[pulumi.Input[str]] = None,
                view: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetVersionResult]func LookupVersion(ctx *Context, args *LookupVersionArgs, opts ...InvokeOption) (*LookupVersionResult, error)
func LookupVersionOutput(ctx *Context, args *LookupVersionOutputArgs, opts ...InvokeOption) LookupVersionResultOutput> Note: This function is named LookupVersion in the Go SDK.
public static class GetVersion 
{
    public static Task<GetVersionResult> InvokeAsync(GetVersionArgs args, InvokeOptions? opts = null)
    public static Output<GetVersionResult> Invoke(GetVersionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVersionResult> getVersion(GetVersionArgs args, InvokeOptions options)
public static Output<GetVersionResult> getVersion(GetVersionArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:appengine/v1beta:getVersion
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AppId string
- ServiceId string
- VersionId string
- IncludeExtra stringData 
- View string
- AppId string
- ServiceId string
- VersionId string
- IncludeExtra stringData 
- View string
- appId String
- serviceId String
- versionId String
- includeExtra StringData 
- view String
- appId string
- serviceId string
- versionId string
- includeExtra stringData 
- view string
- app_id str
- service_id str
- version_id str
- include_extra_ strdata 
- view str
- appId String
- serviceId String
- versionId String
- includeExtra StringData 
- view String
getVersion Result
The following output properties are available:
- ApiConfig Pulumi.Google Native. App Engine. V1Beta. Outputs. Api Config Handler Response 
- Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set.
- AppEngine boolApis 
- Allows App Engine second generation runtimes to access the legacy bundled services.
- AutomaticScaling Pulumi.Google Native. App Engine. V1Beta. Outputs. Automatic Scaling Response 
- Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
- BasicScaling Pulumi.Google Native. App Engine. V1Beta. Outputs. Basic Scaling Response 
- A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
- BetaSettings Dictionary<string, string>
- Metadata settings that are supplied to this version to enable beta runtime features.
- BuildEnv Dictionary<string, string>Variables 
- Environment variables available to the build environment.Only returned in GET requests if view=FULL is set.
- CreateTime string
- Time that this version was created.
- CreatedBy string
- Email address of the user who created this version.
- DefaultExpiration string
- Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set.
- Deployment
Pulumi.Google Native. App Engine. V1Beta. Outputs. Deployment Response 
- Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
- DiskUsage stringBytes 
- Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.
- EndpointsApi Pulumi.Service Google Native. App Engine. V1Beta. Outputs. Endpoints Api Service Response 
- Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
- Entrypoint
Pulumi.Google Native. App Engine. V1Beta. Outputs. Entrypoint Response 
- The entrypoint for the application.
- Env string
- App Engine execution environment for this version.Defaults to standard.
- EnvVariables Dictionary<string, string>
- Environment variables available to the application.Only returned in GET requests if view=FULL is set.
- ErrorHandlers List<Pulumi.Google Native. App Engine. V1Beta. Outputs. Error Handler Response> 
- Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
- FlexibleRuntime Pulumi.Settings Google Native. App Engine. V1Beta. Outputs. Flexible Runtime Settings Response 
- Settings for App Engine flexible runtimes.
- GeneratedCustomer Dictionary<string, string>Metadata 
- Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
- Handlers
List<Pulumi.Google Native. App Engine. V1Beta. Outputs. Url Map Response> 
- An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
- HealthCheck Pulumi.Google Native. App Engine. V1Beta. Outputs. Health Check Response 
- Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.
- InboundServices List<string>
- Before an application can receive email or XMPP messages, the application must be configured to enable the service.
- InstanceClass string
- Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.
- Libraries
List<Pulumi.Google Native. App Engine. V1Beta. Outputs. Library Response> 
- Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.
- LivenessCheck Pulumi.Google Native. App Engine. V1Beta. Outputs. Liveness Check Response 
- Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances
- ManualScaling Pulumi.Google Native. App Engine. V1Beta. Outputs. Manual Scaling Response 
- A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
- Name string
- Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.
- Network
Pulumi.Google Native. App Engine. V1Beta. Outputs. Network Response 
- Extra network settings. Only applicable in the App Engine flexible environment.
- NobuildFiles stringRegex 
- Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set.
- ReadinessCheck Pulumi.Google Native. App Engine. V1Beta. Outputs. Readiness Check Response 
- Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
- Resources
Pulumi.Google Native. App Engine. V1Beta. Outputs. Resources Response 
- Machine resources for this version. Only applicable in the App Engine flexible environment.
- Runtime string
- Desired runtime. Example: python27.
- RuntimeApi stringVersion 
- The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref
- RuntimeChannel string
- The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.
- RuntimeMain stringExecutable Path 
- The path or name of the app's main executable.
- ServiceAccount string
- The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
- ServingStatus string
- Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.
- Threadsafe bool
- Whether multiple requests can be dispatched to this version at once.
- VersionUrl string
- Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"
- Vm bool
- Whether to deploy this version in a container on a virtual machine.
- VpcAccess Pulumi.Connector Google Native. App Engine. V1Beta. Outputs. Vpc Access Connector Response 
- Enables VPC connectivity for standard apps.
- Zones List<string>
- The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
- ApiConfig ApiConfig Handler Response 
- Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set.
- AppEngine boolApis 
- Allows App Engine second generation runtimes to access the legacy bundled services.
- AutomaticScaling AutomaticScaling Response 
- Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
- BasicScaling BasicScaling Response 
- A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
- BetaSettings map[string]string
- Metadata settings that are supplied to this version to enable beta runtime features.
- BuildEnv map[string]stringVariables 
- Environment variables available to the build environment.Only returned in GET requests if view=FULL is set.
- CreateTime string
- Time that this version was created.
- CreatedBy string
- Email address of the user who created this version.
- DefaultExpiration string
- Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set.
- Deployment
DeploymentResponse 
- Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
- DiskUsage stringBytes 
- Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.
- EndpointsApi EndpointsService Api Service Response 
- Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
- Entrypoint
EntrypointResponse 
- The entrypoint for the application.
- Env string
- App Engine execution environment for this version.Defaults to standard.
- EnvVariables map[string]string
- Environment variables available to the application.Only returned in GET requests if view=FULL is set.
- ErrorHandlers []ErrorHandler Response 
- Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
- FlexibleRuntime FlexibleSettings Runtime Settings Response 
- Settings for App Engine flexible runtimes.
- GeneratedCustomer map[string]stringMetadata 
- Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
- Handlers
[]UrlMap Response 
- An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
- HealthCheck HealthCheck Response 
- Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.
- InboundServices []string
- Before an application can receive email or XMPP messages, the application must be configured to enable the service.
- InstanceClass string
- Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.
- Libraries
[]LibraryResponse 
- Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.
- LivenessCheck LivenessCheck Response 
- Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances
- ManualScaling ManualScaling Response 
- A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
- Name string
- Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.
- Network
NetworkResponse 
- Extra network settings. Only applicable in the App Engine flexible environment.
- NobuildFiles stringRegex 
- Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set.
- ReadinessCheck ReadinessCheck Response 
- Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
- Resources
ResourcesResponse 
- Machine resources for this version. Only applicable in the App Engine flexible environment.
- Runtime string
- Desired runtime. Example: python27.
- RuntimeApi stringVersion 
- The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref
- RuntimeChannel string
- The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.
- RuntimeMain stringExecutable Path 
- The path or name of the app's main executable.
- ServiceAccount string
- The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
- ServingStatus string
- Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.
- Threadsafe bool
- Whether multiple requests can be dispatched to this version at once.
- VersionUrl string
- Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"
- Vm bool
- Whether to deploy this version in a container on a virtual machine.
- VpcAccess VpcConnector Access Connector Response 
- Enables VPC connectivity for standard apps.
- Zones []string
- The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
- apiConfig ApiConfig Handler Response 
- Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set.
- appEngine BooleanApis 
- Allows App Engine second generation runtimes to access the legacy bundled services.
- automaticScaling AutomaticScaling Response 
- Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
- basicScaling BasicScaling Response 
- A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
- betaSettings Map<String,String>
- Metadata settings that are supplied to this version to enable beta runtime features.
- buildEnv Map<String,String>Variables 
- Environment variables available to the build environment.Only returned in GET requests if view=FULL is set.
- createTime String
- Time that this version was created.
- createdBy String
- Email address of the user who created this version.
- defaultExpiration String
- Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set.
- deployment
DeploymentResponse 
- Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
- diskUsage StringBytes 
- Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.
- endpointsApi EndpointsService Api Service Response 
- Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
- entrypoint
EntrypointResponse 
- The entrypoint for the application.
- env String
- App Engine execution environment for this version.Defaults to standard.
- envVariables Map<String,String>
- Environment variables available to the application.Only returned in GET requests if view=FULL is set.
- errorHandlers List<ErrorHandler Response> 
- Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
- flexibleRuntime FlexibleSettings Runtime Settings Response 
- Settings for App Engine flexible runtimes.
- generatedCustomer Map<String,String>Metadata 
- Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
- handlers
List<UrlMap Response> 
- An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
- healthCheck HealthCheck Response 
- Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.
- inboundServices List<String>
- Before an application can receive email or XMPP messages, the application must be configured to enable the service.
- instanceClass String
- Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.
- libraries
List<LibraryResponse> 
- Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.
- livenessCheck LivenessCheck Response 
- Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances
- manualScaling ManualScaling Response 
- A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
- name String
- Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.
- network
NetworkResponse 
- Extra network settings. Only applicable in the App Engine flexible environment.
- nobuildFiles StringRegex 
- Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set.
- readinessCheck ReadinessCheck Response 
- Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
- resources
ResourcesResponse 
- Machine resources for this version. Only applicable in the App Engine flexible environment.
- runtime String
- Desired runtime. Example: python27.
- runtimeApi StringVersion 
- The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref
- runtimeChannel String
- The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.
- runtimeMain StringExecutable Path 
- The path or name of the app's main executable.
- serviceAccount String
- The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
- servingStatus String
- Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.
- threadsafe Boolean
- Whether multiple requests can be dispatched to this version at once.
- versionUrl String
- Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"
- vm Boolean
- Whether to deploy this version in a container on a virtual machine.
- vpcAccess VpcConnector Access Connector Response 
- Enables VPC connectivity for standard apps.
- zones List<String>
- The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
- apiConfig ApiConfig Handler Response 
- Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set.
- appEngine booleanApis 
- Allows App Engine second generation runtimes to access the legacy bundled services.
- automaticScaling AutomaticScaling Response 
- Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
- basicScaling BasicScaling Response 
- A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
- betaSettings {[key: string]: string}
- Metadata settings that are supplied to this version to enable beta runtime features.
- buildEnv {[key: string]: string}Variables 
- Environment variables available to the build environment.Only returned in GET requests if view=FULL is set.
- createTime string
- Time that this version was created.
- createdBy string
- Email address of the user who created this version.
- defaultExpiration string
- Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set.
- deployment
DeploymentResponse 
- Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
- diskUsage stringBytes 
- Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.
- endpointsApi EndpointsService Api Service Response 
- Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
- entrypoint
EntrypointResponse 
- The entrypoint for the application.
- env string
- App Engine execution environment for this version.Defaults to standard.
- envVariables {[key: string]: string}
- Environment variables available to the application.Only returned in GET requests if view=FULL is set.
- errorHandlers ErrorHandler Response[] 
- Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
- flexibleRuntime FlexibleSettings Runtime Settings Response 
- Settings for App Engine flexible runtimes.
- generatedCustomer {[key: string]: string}Metadata 
- Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
- handlers
UrlMap Response[] 
- An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
- healthCheck HealthCheck Response 
- Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.
- inboundServices string[]
- Before an application can receive email or XMPP messages, the application must be configured to enable the service.
- instanceClass string
- Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.
- libraries
LibraryResponse[] 
- Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.
- livenessCheck LivenessCheck Response 
- Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances
- manualScaling ManualScaling Response 
- A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
- name string
- Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.
- network
NetworkResponse 
- Extra network settings. Only applicable in the App Engine flexible environment.
- nobuildFiles stringRegex 
- Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set.
- readinessCheck ReadinessCheck Response 
- Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
- resources
ResourcesResponse 
- Machine resources for this version. Only applicable in the App Engine flexible environment.
- runtime string
- Desired runtime. Example: python27.
- runtimeApi stringVersion 
- The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref
- runtimeChannel string
- The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.
- runtimeMain stringExecutable Path 
- The path or name of the app's main executable.
- serviceAccount string
- The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
- servingStatus string
- Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.
- threadsafe boolean
- Whether multiple requests can be dispatched to this version at once.
- versionUrl string
- Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"
- vm boolean
- Whether to deploy this version in a container on a virtual machine.
- vpcAccess VpcConnector Access Connector Response 
- Enables VPC connectivity for standard apps.
- zones string[]
- The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
- api_config ApiConfig Handler Response 
- Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set.
- app_engine_ boolapis 
- Allows App Engine second generation runtimes to access the legacy bundled services.
- automatic_scaling AutomaticScaling Response 
- Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
- basic_scaling BasicScaling Response 
- A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
- beta_settings Mapping[str, str]
- Metadata settings that are supplied to this version to enable beta runtime features.
- build_env_ Mapping[str, str]variables 
- Environment variables available to the build environment.Only returned in GET requests if view=FULL is set.
- create_time str
- Time that this version was created.
- created_by str
- Email address of the user who created this version.
- default_expiration str
- Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set.
- deployment
DeploymentResponse 
- Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
- disk_usage_ strbytes 
- Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.
- endpoints_api_ Endpointsservice Api Service Response 
- Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
- entrypoint
EntrypointResponse 
- The entrypoint for the application.
- env str
- App Engine execution environment for this version.Defaults to standard.
- env_variables Mapping[str, str]
- Environment variables available to the application.Only returned in GET requests if view=FULL is set.
- error_handlers Sequence[ErrorHandler Response] 
- Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
- flexible_runtime_ Flexiblesettings Runtime Settings Response 
- Settings for App Engine flexible runtimes.
- generated_customer_ Mapping[str, str]metadata 
- Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
- handlers
Sequence[UrlMap Response] 
- An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
- health_check HealthCheck Response 
- Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.
- inbound_services Sequence[str]
- Before an application can receive email or XMPP messages, the application must be configured to enable the service.
- instance_class str
- Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.
- libraries
Sequence[LibraryResponse] 
- Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.
- liveness_check LivenessCheck Response 
- Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances
- manual_scaling ManualScaling Response 
- A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
- name str
- Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.
- network
NetworkResponse 
- Extra network settings. Only applicable in the App Engine flexible environment.
- nobuild_files_ strregex 
- Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set.
- readiness_check ReadinessCheck Response 
- Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
- resources
ResourcesResponse 
- Machine resources for this version. Only applicable in the App Engine flexible environment.
- runtime str
- Desired runtime. Example: python27.
- runtime_api_ strversion 
- The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref
- runtime_channel str
- The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.
- runtime_main_ strexecutable_ path 
- The path or name of the app's main executable.
- service_account str
- The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
- serving_status str
- Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.
- threadsafe bool
- Whether multiple requests can be dispatched to this version at once.
- version_url str
- Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"
- vm bool
- Whether to deploy this version in a container on a virtual machine.
- vpc_access_ Vpcconnector Access Connector Response 
- Enables VPC connectivity for standard apps.
- zones Sequence[str]
- The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
- apiConfig Property Map
- Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set.
- appEngine BooleanApis 
- Allows App Engine second generation runtimes to access the legacy bundled services.
- automaticScaling Property Map
- Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
- basicScaling Property Map
- A service with basic scaling will create an instance when the application receives a request. The instance will be turned down when the app becomes idle. Basic scaling is ideal for work that is intermittent or driven by user activity.
- betaSettings Map<String>
- Metadata settings that are supplied to this version to enable beta runtime features.
- buildEnv Map<String>Variables 
- Environment variables available to the build environment.Only returned in GET requests if view=FULL is set.
- createTime String
- Time that this version was created.
- createdBy String
- Email address of the user who created this version.
- defaultExpiration String
- Duration that static files should be cached by web proxies and browsers. Only applicable if the corresponding StaticFilesHandler (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1beta/apps.services.versions#StaticFilesHandler) does not specify its own expiration time.Only returned in GET requests if view=FULL is set.
- deployment Property Map
- Code and application artifacts that make up this version.Only returned in GET requests if view=FULL is set.
- diskUsage StringBytes 
- Total size in bytes of all the files that are included in this version and currently hosted on the App Engine disk.
- endpointsApi Property MapService 
- Cloud Endpoints configuration.If endpoints_api_service is set, the Cloud Endpoints Extensible Service Proxy will be provided to serve the API implemented by the app.
- entrypoint Property Map
- The entrypoint for the application.
- env String
- App Engine execution environment for this version.Defaults to standard.
- envVariables Map<String>
- Environment variables available to the application.Only returned in GET requests if view=FULL is set.
- errorHandlers List<Property Map>
- Custom static error pages. Limited to 10KB per page.Only returned in GET requests if view=FULL is set.
- flexibleRuntime Property MapSettings 
- Settings for App Engine flexible runtimes.
- generatedCustomer Map<String>Metadata 
- Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
- handlers List<Property Map>
- An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
- healthCheck Property Map
- Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.
- inboundServices List<String>
- Before an application can receive email or XMPP messages, the application must be configured to enable the service.
- instanceClass String
- Instance class that is used to run this version. Valid values are: AutomaticScaling: F1, F2, F4, F4_1G ManualScaling or BasicScaling: B1, B2, B4, B8, B4_1GDefaults to F1 for AutomaticScaling and B1 for ManualScaling or BasicScaling.
- libraries List<Property Map>
- Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set.
- livenessCheck Property Map
- Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances
- manualScaling Property Map
- A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time. Manually scaled versions are sometimes referred to as "backends".
- name String
- Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.
- network Property Map
- Extra network settings. Only applicable in the App Engine flexible environment.
- nobuildFiles StringRegex 
- Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set.
- readinessCheck Property Map
- Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
- resources Property Map
- Machine resources for this version. Only applicable in the App Engine flexible environment.
- runtime String
- Desired runtime. Example: python27.
- runtimeApi StringVersion 
- The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard//config/appref
- runtimeChannel String
- The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.
- runtimeMain StringExecutable Path 
- The path or name of the app's main executable.
- serviceAccount String
- The identity that the deployed version will run as. Admin API will use the App Engine Appspot service account as default if this field is neither provided in app.yaml file nor through CLI flag.
- servingStatus String
- Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.
- threadsafe Boolean
- Whether multiple requests can be dispatched to this version at once.
- versionUrl String
- Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"
- vm Boolean
- Whether to deploy this version in a container on a virtual machine.
- vpcAccess Property MapConnector 
- Enables VPC connectivity for standard apps.
- zones List<String>
- The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
Supporting Types
ApiConfigHandlerResponse   
- AuthFail stringAction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- Login string
- Level of login required to access this resource. Defaults to optional.
- Script string
- Path to the script from the application root directory.
- SecurityLevel string
- Security (HTTPS) enforcement for this URL.
- Url string
- URL to serve the endpoint at.
- AuthFail stringAction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- Login string
- Level of login required to access this resource. Defaults to optional.
- Script string
- Path to the script from the application root directory.
- SecurityLevel string
- Security (HTTPS) enforcement for this URL.
- Url string
- URL to serve the endpoint at.
- authFail StringAction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- login String
- Level of login required to access this resource. Defaults to optional.
- script String
- Path to the script from the application root directory.
- securityLevel String
- Security (HTTPS) enforcement for this URL.
- url String
- URL to serve the endpoint at.
- authFail stringAction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- login string
- Level of login required to access this resource. Defaults to optional.
- script string
- Path to the script from the application root directory.
- securityLevel string
- Security (HTTPS) enforcement for this URL.
- url string
- URL to serve the endpoint at.
- auth_fail_ straction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- login str
- Level of login required to access this resource. Defaults to optional.
- script str
- Path to the script from the application root directory.
- security_level str
- Security (HTTPS) enforcement for this URL.
- url str
- URL to serve the endpoint at.
- authFail StringAction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- login String
- Level of login required to access this resource. Defaults to optional.
- script String
- Path to the script from the application root directory.
- securityLevel String
- Security (HTTPS) enforcement for this URL.
- url String
- URL to serve the endpoint at.
ApiEndpointHandlerResponse   
- ScriptPath string
- Path to the script from the application root directory.
- ScriptPath string
- Path to the script from the application root directory.
- scriptPath String
- Path to the script from the application root directory.
- scriptPath string
- Path to the script from the application root directory.
- script_path str
- Path to the script from the application root directory.
- scriptPath String
- Path to the script from the application root directory.
AutomaticScalingResponse  
- CoolDown stringPeriod 
- The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
- CpuUtilization Pulumi.Google Native. App Engine. V1Beta. Inputs. Cpu Utilization Response 
- Target scaling by CPU usage.
- CustomMetrics List<Pulumi.Google Native. App Engine. V1Beta. Inputs. Custom Metric Response> 
- Target scaling by user-provided metrics. Only applicable in the App Engine flexible environment.
- DiskUtilization Pulumi.Google Native. App Engine. V1Beta. Inputs. Disk Utilization Response 
- Target scaling by disk usage.
- MaxConcurrent intRequests 
- Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.
- MaxIdle intInstances 
- Maximum number of idle instances that should be maintained for this version.
- MaxPending stringLatency 
- Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
- MaxTotal intInstances 
- Maximum number of instances that should be started to handle requests for this version.
- MinIdle intInstances 
- Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service.
- MinPending stringLatency 
- Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
- MinTotal intInstances 
- Minimum number of running instances that should be maintained for this version.
- NetworkUtilization Pulumi.Google Native. App Engine. V1Beta. Inputs. Network Utilization Response 
- Target scaling by network usage.
- RequestUtilization Pulumi.Google Native. App Engine. V1Beta. Inputs. Request Utilization Response 
- Target scaling by request utilization.
- StandardScheduler Pulumi.Settings Google Native. App Engine. V1Beta. Inputs. Standard Scheduler Settings Response 
- Scheduler settings for standard environment.
- CoolDown stringPeriod 
- The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
- CpuUtilization CpuUtilization Response 
- Target scaling by CPU usage.
- CustomMetrics []CustomMetric Response 
- Target scaling by user-provided metrics. Only applicable in the App Engine flexible environment.
- DiskUtilization DiskUtilization Response 
- Target scaling by disk usage.
- MaxConcurrent intRequests 
- Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.
- MaxIdle intInstances 
- Maximum number of idle instances that should be maintained for this version.
- MaxPending stringLatency 
- Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
- MaxTotal intInstances 
- Maximum number of instances that should be started to handle requests for this version.
- MinIdle intInstances 
- Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service.
- MinPending stringLatency 
- Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
- MinTotal intInstances 
- Minimum number of running instances that should be maintained for this version.
- NetworkUtilization NetworkUtilization Response 
- Target scaling by network usage.
- RequestUtilization RequestUtilization Response 
- Target scaling by request utilization.
- StandardScheduler StandardSettings Scheduler Settings Response 
- Scheduler settings for standard environment.
- coolDown StringPeriod 
- The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
- cpuUtilization CpuUtilization Response 
- Target scaling by CPU usage.
- customMetrics List<CustomMetric Response> 
- Target scaling by user-provided metrics. Only applicable in the App Engine flexible environment.
- diskUtilization DiskUtilization Response 
- Target scaling by disk usage.
- maxConcurrent IntegerRequests 
- Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.
- maxIdle IntegerInstances 
- Maximum number of idle instances that should be maintained for this version.
- maxPending StringLatency 
- Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
- maxTotal IntegerInstances 
- Maximum number of instances that should be started to handle requests for this version.
- minIdle IntegerInstances 
- Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service.
- minPending StringLatency 
- Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
- minTotal IntegerInstances 
- Minimum number of running instances that should be maintained for this version.
- networkUtilization NetworkUtilization Response 
- Target scaling by network usage.
- requestUtilization RequestUtilization Response 
- Target scaling by request utilization.
- standardScheduler StandardSettings Scheduler Settings Response 
- Scheduler settings for standard environment.
- coolDown stringPeriod 
- The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
- cpuUtilization CpuUtilization Response 
- Target scaling by CPU usage.
- customMetrics CustomMetric Response[] 
- Target scaling by user-provided metrics. Only applicable in the App Engine flexible environment.
- diskUtilization DiskUtilization Response 
- Target scaling by disk usage.
- maxConcurrent numberRequests 
- Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.
- maxIdle numberInstances 
- Maximum number of idle instances that should be maintained for this version.
- maxPending stringLatency 
- Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
- maxTotal numberInstances 
- Maximum number of instances that should be started to handle requests for this version.
- minIdle numberInstances 
- Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service.
- minPending stringLatency 
- Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
- minTotal numberInstances 
- Minimum number of running instances that should be maintained for this version.
- networkUtilization NetworkUtilization Response 
- Target scaling by network usage.
- requestUtilization RequestUtilization Response 
- Target scaling by request utilization.
- standardScheduler StandardSettings Scheduler Settings Response 
- Scheduler settings for standard environment.
- cool_down_ strperiod 
- The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
- cpu_utilization CpuUtilization Response 
- Target scaling by CPU usage.
- custom_metrics Sequence[CustomMetric Response] 
- Target scaling by user-provided metrics. Only applicable in the App Engine flexible environment.
- disk_utilization DiskUtilization Response 
- Target scaling by disk usage.
- max_concurrent_ intrequests 
- Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.
- max_idle_ intinstances 
- Maximum number of idle instances that should be maintained for this version.
- max_pending_ strlatency 
- Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
- max_total_ intinstances 
- Maximum number of instances that should be started to handle requests for this version.
- min_idle_ intinstances 
- Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service.
- min_pending_ strlatency 
- Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
- min_total_ intinstances 
- Minimum number of running instances that should be maintained for this version.
- network_utilization NetworkUtilization Response 
- Target scaling by network usage.
- request_utilization RequestUtilization Response 
- Target scaling by request utilization.
- standard_scheduler_ Standardsettings Scheduler Settings Response 
- Scheduler settings for standard environment.
- coolDown StringPeriod 
- The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
- cpuUtilization Property Map
- Target scaling by CPU usage.
- customMetrics List<Property Map>
- Target scaling by user-provided metrics. Only applicable in the App Engine flexible environment.
- diskUtilization Property Map
- Target scaling by disk usage.
- maxConcurrent NumberRequests 
- Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance.Defaults to a runtime-specific value.
- maxIdle NumberInstances 
- Maximum number of idle instances that should be maintained for this version.
- maxPending StringLatency 
- Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it.
- maxTotal NumberInstances 
- Maximum number of instances that should be started to handle requests for this version.
- minIdle NumberInstances 
- Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service.
- minPending StringLatency 
- Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it.
- minTotal NumberInstances 
- Minimum number of running instances that should be maintained for this version.
- networkUtilization Property Map
- Target scaling by network usage.
- requestUtilization Property Map
- Target scaling by request utilization.
- standardScheduler Property MapSettings 
- Scheduler settings for standard environment.
BasicScalingResponse  
- IdleTimeout string
- Duration of time after the last request that an instance must wait before the instance is shut down.
- MaxInstances int
- Maximum number of instances to create for this version.
- IdleTimeout string
- Duration of time after the last request that an instance must wait before the instance is shut down.
- MaxInstances int
- Maximum number of instances to create for this version.
- idleTimeout String
- Duration of time after the last request that an instance must wait before the instance is shut down.
- maxInstances Integer
- Maximum number of instances to create for this version.
- idleTimeout string
- Duration of time after the last request that an instance must wait before the instance is shut down.
- maxInstances number
- Maximum number of instances to create for this version.
- idle_timeout str
- Duration of time after the last request that an instance must wait before the instance is shut down.
- max_instances int
- Maximum number of instances to create for this version.
- idleTimeout String
- Duration of time after the last request that an instance must wait before the instance is shut down.
- maxInstances Number
- Maximum number of instances to create for this version.
BuildInfoResponse  
- CloudBuild stringId 
- The Google Cloud Build id. Example: "f966068f-08b2-42c8-bdfe-74137dff2bf9"
- CloudBuild stringId 
- The Google Cloud Build id. Example: "f966068f-08b2-42c8-bdfe-74137dff2bf9"
- cloudBuild StringId 
- The Google Cloud Build id. Example: "f966068f-08b2-42c8-bdfe-74137dff2bf9"
- cloudBuild stringId 
- The Google Cloud Build id. Example: "f966068f-08b2-42c8-bdfe-74137dff2bf9"
- cloud_build_ strid 
- The Google Cloud Build id. Example: "f966068f-08b2-42c8-bdfe-74137dff2bf9"
- cloudBuild StringId 
- The Google Cloud Build id. Example: "f966068f-08b2-42c8-bdfe-74137dff2bf9"
CloudBuildOptionsResponse   
- AppYaml stringPath 
- Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.
- CloudBuild stringTimeout 
- The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.
- AppYaml stringPath 
- Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.
- CloudBuild stringTimeout 
- The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.
- appYaml StringPath 
- Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.
- cloudBuild StringTimeout 
- The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.
- appYaml stringPath 
- Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.
- cloudBuild stringTimeout 
- The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.
- app_yaml_ strpath 
- Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.
- cloud_build_ strtimeout 
- The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.
- appYaml StringPath 
- Path to the yaml file used in deployment, used to determine runtime configuration details.Required for flexible environment builds.See https://cloud.google.com/appengine/docs/standard/python/config/appref for more details.
- cloudBuild StringTimeout 
- The Cloud Build timeout used as part of any dependent builds performed by version creation. Defaults to 10 minutes.
ContainerInfoResponse  
- Image string
- URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
- Image string
- URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
- image String
- URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
- image string
- URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
- image str
- URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
- image String
- URI to the hosted container image in Google Container Registry. The URI must be fully qualified and include a tag or digest. Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
CpuUtilizationResponse  
- AggregationWindow stringLength 
- Period of time over which CPU utilization is calculated.
- TargetUtilization double
- Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
- AggregationWindow stringLength 
- Period of time over which CPU utilization is calculated.
- TargetUtilization float64
- Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
- aggregationWindow StringLength 
- Period of time over which CPU utilization is calculated.
- targetUtilization Double
- Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
- aggregationWindow stringLength 
- Period of time over which CPU utilization is calculated.
- targetUtilization number
- Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
- aggregation_window_ strlength 
- Period of time over which CPU utilization is calculated.
- target_utilization float
- Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
- aggregationWindow StringLength 
- Period of time over which CPU utilization is calculated.
- targetUtilization Number
- Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
CustomMetricResponse  
- Filter string
- Allows filtering on the metric's fields.
- MetricName string
- The name of the metric.
- SingleInstance doubleAssignment 
- May be used instead of target_utilization when an instance can handle a specific amount of work/resources and the metric value is equal to the current amount of work remaining. The autoscaler will try to keep the number of instances equal to the metric value divided by single_instance_assignment.
- TargetType string
- The type of the metric. Must be a string representing a Stackdriver metric type e.g. GAGUE, DELTA_PER_SECOND, etc.
- TargetUtilization double
- The target value for the metric.
- Filter string
- Allows filtering on the metric's fields.
- MetricName string
- The name of the metric.
- SingleInstance float64Assignment 
- May be used instead of target_utilization when an instance can handle a specific amount of work/resources and the metric value is equal to the current amount of work remaining. The autoscaler will try to keep the number of instances equal to the metric value divided by single_instance_assignment.
- TargetType string
- The type of the metric. Must be a string representing a Stackdriver metric type e.g. GAGUE, DELTA_PER_SECOND, etc.
- TargetUtilization float64
- The target value for the metric.
- filter String
- Allows filtering on the metric's fields.
- metricName String
- The name of the metric.
- singleInstance DoubleAssignment 
- May be used instead of target_utilization when an instance can handle a specific amount of work/resources and the metric value is equal to the current amount of work remaining. The autoscaler will try to keep the number of instances equal to the metric value divided by single_instance_assignment.
- targetType String
- The type of the metric. Must be a string representing a Stackdriver metric type e.g. GAGUE, DELTA_PER_SECOND, etc.
- targetUtilization Double
- The target value for the metric.
- filter string
- Allows filtering on the metric's fields.
- metricName string
- The name of the metric.
- singleInstance numberAssignment 
- May be used instead of target_utilization when an instance can handle a specific amount of work/resources and the metric value is equal to the current amount of work remaining. The autoscaler will try to keep the number of instances equal to the metric value divided by single_instance_assignment.
- targetType string
- The type of the metric. Must be a string representing a Stackdriver metric type e.g. GAGUE, DELTA_PER_SECOND, etc.
- targetUtilization number
- The target value for the metric.
- filter str
- Allows filtering on the metric's fields.
- metric_name str
- The name of the metric.
- single_instance_ floatassignment 
- May be used instead of target_utilization when an instance can handle a specific amount of work/resources and the metric value is equal to the current amount of work remaining. The autoscaler will try to keep the number of instances equal to the metric value divided by single_instance_assignment.
- target_type str
- The type of the metric. Must be a string representing a Stackdriver metric type e.g. GAGUE, DELTA_PER_SECOND, etc.
- target_utilization float
- The target value for the metric.
- filter String
- Allows filtering on the metric's fields.
- metricName String
- The name of the metric.
- singleInstance NumberAssignment 
- May be used instead of target_utilization when an instance can handle a specific amount of work/resources and the metric value is equal to the current amount of work remaining. The autoscaler will try to keep the number of instances equal to the metric value divided by single_instance_assignment.
- targetType String
- The type of the metric. Must be a string representing a Stackdriver metric type e.g. GAGUE, DELTA_PER_SECOND, etc.
- targetUtilization Number
- The target value for the metric.
DeploymentResponse 
- Build
Pulumi.Google Native. App Engine. V1Beta. Inputs. Build Info Response 
- Google Cloud Build build information. Only applicable for instances running in the App Engine flexible environment.
- CloudBuild Pulumi.Options Google Native. App Engine. V1Beta. Inputs. Cloud Build Options Response 
- Options for any Google Cloud Build builds created as a part of this deployment.These options will only be used if a new build is created, such as when deploying to the App Engine flexible environment using files or zip.
- Container
Pulumi.Google Native. App Engine. V1Beta. Inputs. Container Info Response 
- The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
- Files Dictionary<string, string>
- Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.
- Zip
Pulumi.Google Native. App Engine. V1Beta. Inputs. Zip Info Response 
- The zip file for this deployment, if this is a zip deployment.
- Build
BuildInfo Response 
- Google Cloud Build build information. Only applicable for instances running in the App Engine flexible environment.
- CloudBuild CloudOptions Build Options Response 
- Options for any Google Cloud Build builds created as a part of this deployment.These options will only be used if a new build is created, such as when deploying to the App Engine flexible environment using files or zip.
- Container
ContainerInfo Response 
- The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
- Files map[string]string
- Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.
- Zip
ZipInfo Response 
- The zip file for this deployment, if this is a zip deployment.
- build
BuildInfo Response 
- Google Cloud Build build information. Only applicable for instances running in the App Engine flexible environment.
- cloudBuild CloudOptions Build Options Response 
- Options for any Google Cloud Build builds created as a part of this deployment.These options will only be used if a new build is created, such as when deploying to the App Engine flexible environment using files or zip.
- container
ContainerInfo Response 
- The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
- files Map<String,String>
- Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.
- zip
ZipInfo Response 
- The zip file for this deployment, if this is a zip deployment.
- build
BuildInfo Response 
- Google Cloud Build build information. Only applicable for instances running in the App Engine flexible environment.
- cloudBuild CloudOptions Build Options Response 
- Options for any Google Cloud Build builds created as a part of this deployment.These options will only be used if a new build is created, such as when deploying to the App Engine flexible environment using files or zip.
- container
ContainerInfo Response 
- The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
- files {[key: string]: string}
- Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.
- zip
ZipInfo Response 
- The zip file for this deployment, if this is a zip deployment.
- build
BuildInfo Response 
- Google Cloud Build build information. Only applicable for instances running in the App Engine flexible environment.
- cloud_build_ Cloudoptions Build Options Response 
- Options for any Google Cloud Build builds created as a part of this deployment.These options will only be used if a new build is created, such as when deploying to the App Engine flexible environment using files or zip.
- container
ContainerInfo Response 
- The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
- files Mapping[str, str]
- Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.
- zip
ZipInfo Response 
- The zip file for this deployment, if this is a zip deployment.
- build Property Map
- Google Cloud Build build information. Only applicable for instances running in the App Engine flexible environment.
- cloudBuild Property MapOptions 
- Options for any Google Cloud Build builds created as a part of this deployment.These options will only be used if a new build is created, such as when deploying to the App Engine flexible environment using files or zip.
- container Property Map
- The Docker image for the container that runs the version. Only applicable for instances running in the App Engine flexible environment.
- files Map<String>
- Manifest of the files stored in Google Cloud Storage that are included as part of this version. All files must be readable using the credentials supplied with this call.
- zip Property Map
- The zip file for this deployment, if this is a zip deployment.
DiskUtilizationResponse  
- TargetRead intBytes Per Second 
- Target bytes read per second.
- TargetRead intOps Per Second 
- Target ops read per seconds.
- TargetWrite intBytes Per Second 
- Target bytes written per second.
- TargetWrite intOps Per Second 
- Target ops written per second.
- TargetRead intBytes Per Second 
- Target bytes read per second.
- TargetRead intOps Per Second 
- Target ops read per seconds.
- TargetWrite intBytes Per Second 
- Target bytes written per second.
- TargetWrite intOps Per Second 
- Target ops written per second.
- targetRead IntegerBytes Per Second 
- Target bytes read per second.
- targetRead IntegerOps Per Second 
- Target ops read per seconds.
- targetWrite IntegerBytes Per Second 
- Target bytes written per second.
- targetWrite IntegerOps Per Second 
- Target ops written per second.
- targetRead numberBytes Per Second 
- Target bytes read per second.
- targetRead numberOps Per Second 
- Target ops read per seconds.
- targetWrite numberBytes Per Second 
- Target bytes written per second.
- targetWrite numberOps Per Second 
- Target ops written per second.
- target_read_ intbytes_ per_ second 
- Target bytes read per second.
- target_read_ intops_ per_ second 
- Target ops read per seconds.
- target_write_ intbytes_ per_ second 
- Target bytes written per second.
- target_write_ intops_ per_ second 
- Target ops written per second.
- targetRead NumberBytes Per Second 
- Target bytes read per second.
- targetRead NumberOps Per Second 
- Target ops read per seconds.
- targetWrite NumberBytes Per Second 
- Target bytes written per second.
- targetWrite NumberOps Per Second 
- Target ops written per second.
EndpointsApiServiceResponse   
- ConfigId string
- Endpoints service configuration ID as specified by the Service Management API. For example "2016-09-19r1".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted.
- DisableTrace boolSampling 
- Enable or disable trace sampling. By default, this is set to false for enabled.
- Name string
- Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
- RolloutStrategy string
- Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted.
- ConfigId string
- Endpoints service configuration ID as specified by the Service Management API. For example "2016-09-19r1".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted.
- DisableTrace boolSampling 
- Enable or disable trace sampling. By default, this is set to false for enabled.
- Name string
- Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
- RolloutStrategy string
- Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted.
- configId String
- Endpoints service configuration ID as specified by the Service Management API. For example "2016-09-19r1".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted.
- disableTrace BooleanSampling 
- Enable or disable trace sampling. By default, this is set to false for enabled.
- name String
- Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
- rolloutStrategy String
- Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted.
- configId string
- Endpoints service configuration ID as specified by the Service Management API. For example "2016-09-19r1".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted.
- disableTrace booleanSampling 
- Enable or disable trace sampling. By default, this is set to false for enabled.
- name string
- Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
- rolloutStrategy string
- Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted.
- config_id str
- Endpoints service configuration ID as specified by the Service Management API. For example "2016-09-19r1".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted.
- disable_trace_ boolsampling 
- Enable or disable trace sampling. By default, this is set to false for enabled.
- name str
- Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
- rollout_strategy str
- Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted.
- configId String
- Endpoints service configuration ID as specified by the Service Management API. For example "2016-09-19r1".By default, the rollout strategy for Endpoints is RolloutStrategy.FIXED. This means that Endpoints starts up with a particular configuration ID. When a new configuration is rolled out, Endpoints must be given the new configuration ID. The config_id field is used to give the configuration ID and is required in this case.Endpoints also has a rollout strategy called RolloutStrategy.MANAGED. When using this, Endpoints fetches the latest configuration and does not need the configuration ID. In this case, config_id must be omitted.
- disableTrace BooleanSampling 
- Enable or disable trace sampling. By default, this is set to false for enabled.
- name String
- Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"
- rolloutStrategy String
- Endpoints rollout strategy. If FIXED, config_id must be specified. If MANAGED, config_id must be omitted.
EntrypointResponse 
- Shell string
- The format should be a shell command that can be fed to bash -c.
- Shell string
- The format should be a shell command that can be fed to bash -c.
- shell String
- The format should be a shell command that can be fed to bash -c.
- shell string
- The format should be a shell command that can be fed to bash -c.
- shell str
- The format should be a shell command that can be fed to bash -c.
- shell String
- The format should be a shell command that can be fed to bash -c.
ErrorHandlerResponse  
- ErrorCode string
- Error condition this handler applies to.
- MimeType string
- MIME type of file. Defaults to text/html.
- StaticFile string
- Static file content to be served for this error.
- ErrorCode string
- Error condition this handler applies to.
- MimeType string
- MIME type of file. Defaults to text/html.
- StaticFile string
- Static file content to be served for this error.
- errorCode String
- Error condition this handler applies to.
- mimeType String
- MIME type of file. Defaults to text/html.
- staticFile String
- Static file content to be served for this error.
- errorCode string
- Error condition this handler applies to.
- mimeType string
- MIME type of file. Defaults to text/html.
- staticFile string
- Static file content to be served for this error.
- error_code str
- Error condition this handler applies to.
- mime_type str
- MIME type of file. Defaults to text/html.
- static_file str
- Static file content to be served for this error.
- errorCode String
- Error condition this handler applies to.
- mimeType String
- MIME type of file. Defaults to text/html.
- staticFile String
- Static file content to be served for this error.
FlexibleRuntimeSettingsResponse   
- OperatingSystem string
- The operating system of the application runtime.
- RuntimeVersion string
- The runtime version of an App Engine flexible application.
- OperatingSystem string
- The operating system of the application runtime.
- RuntimeVersion string
- The runtime version of an App Engine flexible application.
- operatingSystem String
- The operating system of the application runtime.
- runtimeVersion String
- The runtime version of an App Engine flexible application.
- operatingSystem string
- The operating system of the application runtime.
- runtimeVersion string
- The runtime version of an App Engine flexible application.
- operating_system str
- The operating system of the application runtime.
- runtime_version str
- The runtime version of an App Engine flexible application.
- operatingSystem String
- The operating system of the application runtime.
- runtimeVersion String
- The runtime version of an App Engine flexible application.
HealthCheckResponse  
- CheckInterval string
- Interval between health checks.
- DisableHealth boolCheck 
- Whether to explicitly disable health checks for this instance.
- HealthyThreshold int
- Number of consecutive successful health checks required before receiving traffic.
- Host string
- Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
- RestartThreshold int
- Number of consecutive failed health checks required before an instance is restarted.
- Timeout string
- Time before the health check is considered failed.
- UnhealthyThreshold int
- Number of consecutive failed health checks required before removing traffic.
- CheckInterval string
- Interval between health checks.
- DisableHealth boolCheck 
- Whether to explicitly disable health checks for this instance.
- HealthyThreshold int
- Number of consecutive successful health checks required before receiving traffic.
- Host string
- Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
- RestartThreshold int
- Number of consecutive failed health checks required before an instance is restarted.
- Timeout string
- Time before the health check is considered failed.
- UnhealthyThreshold int
- Number of consecutive failed health checks required before removing traffic.
- checkInterval String
- Interval between health checks.
- disableHealth BooleanCheck 
- Whether to explicitly disable health checks for this instance.
- healthyThreshold Integer
- Number of consecutive successful health checks required before receiving traffic.
- host String
- Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
- restartThreshold Integer
- Number of consecutive failed health checks required before an instance is restarted.
- timeout String
- Time before the health check is considered failed.
- unhealthyThreshold Integer
- Number of consecutive failed health checks required before removing traffic.
- checkInterval string
- Interval between health checks.
- disableHealth booleanCheck 
- Whether to explicitly disable health checks for this instance.
- healthyThreshold number
- Number of consecutive successful health checks required before receiving traffic.
- host string
- Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
- restartThreshold number
- Number of consecutive failed health checks required before an instance is restarted.
- timeout string
- Time before the health check is considered failed.
- unhealthyThreshold number
- Number of consecutive failed health checks required before removing traffic.
- check_interval str
- Interval between health checks.
- disable_health_ boolcheck 
- Whether to explicitly disable health checks for this instance.
- healthy_threshold int
- Number of consecutive successful health checks required before receiving traffic.
- host str
- Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
- restart_threshold int
- Number of consecutive failed health checks required before an instance is restarted.
- timeout str
- Time before the health check is considered failed.
- unhealthy_threshold int
- Number of consecutive failed health checks required before removing traffic.
- checkInterval String
- Interval between health checks.
- disableHealth BooleanCheck 
- Whether to explicitly disable health checks for this instance.
- healthyThreshold Number
- Number of consecutive successful health checks required before receiving traffic.
- host String
- Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
- restartThreshold Number
- Number of consecutive failed health checks required before an instance is restarted.
- timeout String
- Time before the health check is considered failed.
- unhealthyThreshold Number
- Number of consecutive failed health checks required before removing traffic.
LibraryResponse 
LivenessCheckResponse  
- CheckInterval string
- Interval between health checks.
- FailureThreshold int
- Number of consecutive failed checks required before considering the VM unhealthy.
- Host string
- Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com"
- InitialDelay string
- The initial delay before starting to execute the checks.
- Path string
- The request path.
- SuccessThreshold int
- Number of consecutive successful checks required before considering the VM healthy.
- Timeout string
- Time before the check is considered failed.
- CheckInterval string
- Interval between health checks.
- FailureThreshold int
- Number of consecutive failed checks required before considering the VM unhealthy.
- Host string
- Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com"
- InitialDelay string
- The initial delay before starting to execute the checks.
- Path string
- The request path.
- SuccessThreshold int
- Number of consecutive successful checks required before considering the VM healthy.
- Timeout string
- Time before the check is considered failed.
- checkInterval String
- Interval between health checks.
- failureThreshold Integer
- Number of consecutive failed checks required before considering the VM unhealthy.
- host String
- Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com"
- initialDelay String
- The initial delay before starting to execute the checks.
- path String
- The request path.
- successThreshold Integer
- Number of consecutive successful checks required before considering the VM healthy.
- timeout String
- Time before the check is considered failed.
- checkInterval string
- Interval between health checks.
- failureThreshold number
- Number of consecutive failed checks required before considering the VM unhealthy.
- host string
- Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com"
- initialDelay string
- The initial delay before starting to execute the checks.
- path string
- The request path.
- successThreshold number
- Number of consecutive successful checks required before considering the VM healthy.
- timeout string
- Time before the check is considered failed.
- check_interval str
- Interval between health checks.
- failure_threshold int
- Number of consecutive failed checks required before considering the VM unhealthy.
- host str
- Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com"
- initial_delay str
- The initial delay before starting to execute the checks.
- path str
- The request path.
- success_threshold int
- Number of consecutive successful checks required before considering the VM healthy.
- timeout str
- Time before the check is considered failed.
- checkInterval String
- Interval between health checks.
- failureThreshold Number
- Number of consecutive failed checks required before considering the VM unhealthy.
- host String
- Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com"
- initialDelay String
- The initial delay before starting to execute the checks.
- path String
- The request path.
- successThreshold Number
- Number of consecutive successful checks required before considering the VM healthy.
- timeout String
- Time before the check is considered failed.
ManualScalingResponse  
- Instances int
- Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
- Instances int
- Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
- instances Integer
- Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
- instances number
- Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
- instances int
- Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
- instances Number
- Number of instances to assign to the service at the start. This number can later be altered by using the Modules API (https://cloud.google.com/appengine/docs/python/modules/functions) set_num_instances() function.
NetworkResponse 
- ForwardedPorts List<string>
- List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.
- InstanceIp stringMode 
- The IP mode for instances. Only applicable in the App Engine flexible environment.
- InstanceTag string
- Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.
- Name string
- Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
- SessionAffinity bool
- Enable session affinity. Only applicable in the App Engine flexible environment.
- SubnetworkName string
- Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application.
- ForwardedPorts []string
- List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.
- InstanceIp stringMode 
- The IP mode for instances. Only applicable in the App Engine flexible environment.
- InstanceTag string
- Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.
- Name string
- Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
- SessionAffinity bool
- Enable session affinity. Only applicable in the App Engine flexible environment.
- SubnetworkName string
- Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application.
- forwardedPorts List<String>
- List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.
- instanceIp StringMode 
- The IP mode for instances. Only applicable in the App Engine flexible environment.
- instanceTag String
- Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.
- name String
- Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
- sessionAffinity Boolean
- Enable session affinity. Only applicable in the App Engine flexible environment.
- subnetworkName String
- Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application.
- forwardedPorts string[]
- List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.
- instanceIp stringMode 
- The IP mode for instances. Only applicable in the App Engine flexible environment.
- instanceTag string
- Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.
- name string
- Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
- sessionAffinity boolean
- Enable session affinity. Only applicable in the App Engine flexible environment.
- subnetworkName string
- Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application.
- forwarded_ports Sequence[str]
- List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.
- instance_ip_ strmode 
- The IP mode for instances. Only applicable in the App Engine flexible environment.
- instance_tag str
- Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.
- name str
- Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
- session_affinity bool
- Enable session affinity. Only applicable in the App Engine flexible environment.
- subnetwork_name str
- Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application.
- forwardedPorts List<String>
- List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.
- instanceIp StringMode 
- The IP mode for instances. Only applicable in the App Engine flexible environment.
- instanceTag String
- Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.
- name String
- Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
- sessionAffinity Boolean
- Enable session affinity. Only applicable in the App Engine flexible environment.
- subnetworkName String
- Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application.
NetworkUtilizationResponse  
- TargetReceived intBytes Per Second 
- Target bytes received per second.
- TargetReceived intPackets Per Second 
- Target packets received per second.
- TargetSent intBytes Per Second 
- Target bytes sent per second.
- TargetSent intPackets Per Second 
- Target packets sent per second.
- TargetReceived intBytes Per Second 
- Target bytes received per second.
- TargetReceived intPackets Per Second 
- Target packets received per second.
- TargetSent intBytes Per Second 
- Target bytes sent per second.
- TargetSent intPackets Per Second 
- Target packets sent per second.
- targetReceived IntegerBytes Per Second 
- Target bytes received per second.
- targetReceived IntegerPackets Per Second 
- Target packets received per second.
- targetSent IntegerBytes Per Second 
- Target bytes sent per second.
- targetSent IntegerPackets Per Second 
- Target packets sent per second.
- targetReceived numberBytes Per Second 
- Target bytes received per second.
- targetReceived numberPackets Per Second 
- Target packets received per second.
- targetSent numberBytes Per Second 
- Target bytes sent per second.
- targetSent numberPackets Per Second 
- Target packets sent per second.
- target_received_ intbytes_ per_ second 
- Target bytes received per second.
- target_received_ intpackets_ per_ second 
- Target packets received per second.
- target_sent_ intbytes_ per_ second 
- Target bytes sent per second.
- target_sent_ intpackets_ per_ second 
- Target packets sent per second.
- targetReceived NumberBytes Per Second 
- Target bytes received per second.
- targetReceived NumberPackets Per Second 
- Target packets received per second.
- targetSent NumberBytes Per Second 
- Target bytes sent per second.
- targetSent NumberPackets Per Second 
- Target packets sent per second.
ReadinessCheckResponse  
- AppStart stringTimeout 
- A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.
- CheckInterval string
- Interval between health checks.
- FailureThreshold int
- Number of consecutive failed checks required before removing traffic.
- Host string
- Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
- Path string
- The request path.
- SuccessThreshold int
- Number of consecutive successful checks required before receiving traffic.
- Timeout string
- Time before the check is considered failed.
- AppStart stringTimeout 
- A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.
- CheckInterval string
- Interval between health checks.
- FailureThreshold int
- Number of consecutive failed checks required before removing traffic.
- Host string
- Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
- Path string
- The request path.
- SuccessThreshold int
- Number of consecutive successful checks required before receiving traffic.
- Timeout string
- Time before the check is considered failed.
- appStart StringTimeout 
- A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.
- checkInterval String
- Interval between health checks.
- failureThreshold Integer
- Number of consecutive failed checks required before removing traffic.
- host String
- Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
- path String
- The request path.
- successThreshold Integer
- Number of consecutive successful checks required before receiving traffic.
- timeout String
- Time before the check is considered failed.
- appStart stringTimeout 
- A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.
- checkInterval string
- Interval between health checks.
- failureThreshold number
- Number of consecutive failed checks required before removing traffic.
- host string
- Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
- path string
- The request path.
- successThreshold number
- Number of consecutive successful checks required before receiving traffic.
- timeout string
- Time before the check is considered failed.
- app_start_ strtimeout 
- A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.
- check_interval str
- Interval between health checks.
- failure_threshold int
- Number of consecutive failed checks required before removing traffic.
- host str
- Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
- path str
- The request path.
- success_threshold int
- Number of consecutive successful checks required before receiving traffic.
- timeout str
- Time before the check is considered failed.
- appStart StringTimeout 
- A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.
- checkInterval String
- Interval between health checks.
- failureThreshold Number
- Number of consecutive failed checks required before removing traffic.
- host String
- Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
- path String
- The request path.
- successThreshold Number
- Number of consecutive successful checks required before receiving traffic.
- timeout String
- Time before the check is considered failed.
RequestUtilizationResponse  
- TargetConcurrent intRequests 
- Target number of concurrent requests.
- TargetRequest intCount Per Second 
- Target requests per second.
- TargetConcurrent intRequests 
- Target number of concurrent requests.
- TargetRequest intCount Per Second 
- Target requests per second.
- targetConcurrent IntegerRequests 
- Target number of concurrent requests.
- targetRequest IntegerCount Per Second 
- Target requests per second.
- targetConcurrent numberRequests 
- Target number of concurrent requests.
- targetRequest numberCount Per Second 
- Target requests per second.
- target_concurrent_ intrequests 
- Target number of concurrent requests.
- target_request_ intcount_ per_ second 
- Target requests per second.
- targetConcurrent NumberRequests 
- Target number of concurrent requests.
- targetRequest NumberCount Per Second 
- Target requests per second.
ResourcesResponse 
- Cpu double
- Number of CPU cores needed.
- DiskGb double
- Disk size (GB) needed.
- KmsKey stringReference 
- The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk
- MemoryGb double
- Memory (GB) needed.
- Volumes
List<Pulumi.Google Native. App Engine. V1Beta. Inputs. Volume Response> 
- User specified volumes.
- Cpu float64
- Number of CPU cores needed.
- DiskGb float64
- Disk size (GB) needed.
- KmsKey stringReference 
- The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk
- MemoryGb float64
- Memory (GB) needed.
- Volumes
[]VolumeResponse 
- User specified volumes.
- cpu Double
- Number of CPU cores needed.
- diskGb Double
- Disk size (GB) needed.
- kmsKey StringReference 
- The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk
- memoryGb Double
- Memory (GB) needed.
- volumes
List<VolumeResponse> 
- User specified volumes.
- cpu number
- Number of CPU cores needed.
- diskGb number
- Disk size (GB) needed.
- kmsKey stringReference 
- The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk
- memoryGb number
- Memory (GB) needed.
- volumes
VolumeResponse[] 
- User specified volumes.
- cpu float
- Number of CPU cores needed.
- disk_gb float
- Disk size (GB) needed.
- kms_key_ strreference 
- The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk
- memory_gb float
- Memory (GB) needed.
- volumes
Sequence[VolumeResponse] 
- User specified volumes.
- cpu Number
- Number of CPU cores needed.
- diskGb Number
- Disk size (GB) needed.
- kmsKey StringReference 
- The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk
- memoryGb Number
- Memory (GB) needed.
- volumes List<Property Map>
- User specified volumes.
ScriptHandlerResponse  
- ScriptPath string
- Path to the script from the application root directory.
- ScriptPath string
- Path to the script from the application root directory.
- scriptPath String
- Path to the script from the application root directory.
- scriptPath string
- Path to the script from the application root directory.
- script_path str
- Path to the script from the application root directory.
- scriptPath String
- Path to the script from the application root directory.
StandardSchedulerSettingsResponse   
- MaxInstances int
- Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
- MinInstances int
- Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
- TargetCpu doubleUtilization 
- Target CPU utilization ratio to maintain when scaling.
- TargetThroughput doubleUtilization 
- Target throughput utilization ratio to maintain when scaling
- MaxInstances int
- Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
- MinInstances int
- Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
- TargetCpu float64Utilization 
- Target CPU utilization ratio to maintain when scaling.
- TargetThroughput float64Utilization 
- Target throughput utilization ratio to maintain when scaling
- maxInstances Integer
- Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
- minInstances Integer
- Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
- targetCpu DoubleUtilization 
- Target CPU utilization ratio to maintain when scaling.
- targetThroughput DoubleUtilization 
- Target throughput utilization ratio to maintain when scaling
- maxInstances number
- Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
- minInstances number
- Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
- targetCpu numberUtilization 
- Target CPU utilization ratio to maintain when scaling.
- targetThroughput numberUtilization 
- Target throughput utilization ratio to maintain when scaling
- max_instances int
- Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
- min_instances int
- Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
- target_cpu_ floatutilization 
- Target CPU utilization ratio to maintain when scaling.
- target_throughput_ floatutilization 
- Target throughput utilization ratio to maintain when scaling
- maxInstances Number
- Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
- minInstances Number
- Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.
- targetCpu NumberUtilization 
- Target CPU utilization ratio to maintain when scaling.
- targetThroughput NumberUtilization 
- Target throughput utilization ratio to maintain when scaling
StaticFilesHandlerResponse   
- ApplicationReadable bool
- Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
- Expiration string
- Time a static file served by this handler should be cached by web proxies and browsers.
- HttpHeaders Dictionary<string, string>
- HTTP headers to use for all responses from these URLs.
- MimeType string
- MIME type used to serve all files served by this handler.Defaults to file-specific MIME types, which are derived from each file's filename extension.
- Path string
- Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
- RequireMatching boolFile 
- Whether this handler should match the request if the file referenced by the handler does not exist.
- UploadPath stringRegex 
- Regular expression that matches the file paths for all files that should be referenced by this handler.
- ApplicationReadable bool
- Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
- Expiration string
- Time a static file served by this handler should be cached by web proxies and browsers.
- HttpHeaders map[string]string
- HTTP headers to use for all responses from these URLs.
- MimeType string
- MIME type used to serve all files served by this handler.Defaults to file-specific MIME types, which are derived from each file's filename extension.
- Path string
- Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
- RequireMatching boolFile 
- Whether this handler should match the request if the file referenced by the handler does not exist.
- UploadPath stringRegex 
- Regular expression that matches the file paths for all files that should be referenced by this handler.
- applicationReadable Boolean
- Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
- expiration String
- Time a static file served by this handler should be cached by web proxies and browsers.
- httpHeaders Map<String,String>
- HTTP headers to use for all responses from these URLs.
- mimeType String
- MIME type used to serve all files served by this handler.Defaults to file-specific MIME types, which are derived from each file's filename extension.
- path String
- Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
- requireMatching BooleanFile 
- Whether this handler should match the request if the file referenced by the handler does not exist.
- uploadPath StringRegex 
- Regular expression that matches the file paths for all files that should be referenced by this handler.
- applicationReadable boolean
- Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
- expiration string
- Time a static file served by this handler should be cached by web proxies and browsers.
- httpHeaders {[key: string]: string}
- HTTP headers to use for all responses from these URLs.
- mimeType string
- MIME type used to serve all files served by this handler.Defaults to file-specific MIME types, which are derived from each file's filename extension.
- path string
- Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
- requireMatching booleanFile 
- Whether this handler should match the request if the file referenced by the handler does not exist.
- uploadPath stringRegex 
- Regular expression that matches the file paths for all files that should be referenced by this handler.
- application_readable bool
- Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
- expiration str
- Time a static file served by this handler should be cached by web proxies and browsers.
- http_headers Mapping[str, str]
- HTTP headers to use for all responses from these URLs.
- mime_type str
- MIME type used to serve all files served by this handler.Defaults to file-specific MIME types, which are derived from each file's filename extension.
- path str
- Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
- require_matching_ boolfile 
- Whether this handler should match the request if the file referenced by the handler does not exist.
- upload_path_ strregex 
- Regular expression that matches the file paths for all files that should be referenced by this handler.
- applicationReadable Boolean
- Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.
- expiration String
- Time a static file served by this handler should be cached by web proxies and browsers.
- httpHeaders Map<String>
- HTTP headers to use for all responses from these URLs.
- mimeType String
- MIME type used to serve all files served by this handler.Defaults to file-specific MIME types, which are derived from each file's filename extension.
- path String
- Path to the static files matched by the URL pattern, from the application root directory. The path can refer to text matched in groupings in the URL pattern.
- requireMatching BooleanFile 
- Whether this handler should match the request if the file referenced by the handler does not exist.
- uploadPath StringRegex 
- Regular expression that matches the file paths for all files that should be referenced by this handler.
UrlMapResponse  
- ApiEndpoint Pulumi.Google Native. App Engine. V1Beta. Inputs. Api Endpoint Handler Response 
- Uses API Endpoints to handle requests.
- AuthFail stringAction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- Login string
- Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.
- RedirectHttp stringResponse Code 
- 30x code to use when performing redirects for the secure field. Defaults to 302.
- Script
Pulumi.Google Native. App Engine. V1Beta. Inputs. Script Handler Response 
- Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script": "auto".
- SecurityLevel string
- Security (HTTPS) enforcement for this URL.
- StaticFiles Pulumi.Google Native. App Engine. V1Beta. Inputs. Static Files Handler Response 
- Returns the contents of a file, such as an image, as the response.
- UrlRegex string
- URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
- ApiEndpoint ApiEndpoint Handler Response 
- Uses API Endpoints to handle requests.
- AuthFail stringAction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- Login string
- Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.
- RedirectHttp stringResponse Code 
- 30x code to use when performing redirects for the secure field. Defaults to 302.
- Script
ScriptHandler Response 
- Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script": "auto".
- SecurityLevel string
- Security (HTTPS) enforcement for this URL.
- StaticFiles StaticFiles Handler Response 
- Returns the contents of a file, such as an image, as the response.
- UrlRegex string
- URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
- apiEndpoint ApiEndpoint Handler Response 
- Uses API Endpoints to handle requests.
- authFail StringAction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- login String
- Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.
- redirectHttp StringResponse Code 
- 30x code to use when performing redirects for the secure field. Defaults to 302.
- script
ScriptHandler Response 
- Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script": "auto".
- securityLevel String
- Security (HTTPS) enforcement for this URL.
- staticFiles StaticFiles Handler Response 
- Returns the contents of a file, such as an image, as the response.
- urlRegex String
- URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
- apiEndpoint ApiEndpoint Handler Response 
- Uses API Endpoints to handle requests.
- authFail stringAction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- login string
- Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.
- redirectHttp stringResponse Code 
- 30x code to use when performing redirects for the secure field. Defaults to 302.
- script
ScriptHandler Response 
- Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script": "auto".
- securityLevel string
- Security (HTTPS) enforcement for this URL.
- staticFiles StaticFiles Handler Response 
- Returns the contents of a file, such as an image, as the response.
- urlRegex string
- URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
- api_endpoint ApiEndpoint Handler Response 
- Uses API Endpoints to handle requests.
- auth_fail_ straction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- login str
- Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.
- redirect_http_ strresponse_ code 
- 30x code to use when performing redirects for the secure field. Defaults to 302.
- script
ScriptHandler Response 
- Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script": "auto".
- security_level str
- Security (HTTPS) enforcement for this URL.
- static_files StaticFiles Handler Response 
- Returns the contents of a file, such as an image, as the response.
- url_regex str
- URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
- apiEndpoint Property Map
- Uses API Endpoints to handle requests.
- authFail StringAction 
- Action to take when users access resources that require authentication. Defaults to redirect.
- login String
- Level of login required to access this resource. Not supported for Node.js in the App Engine standard environment.
- redirectHttp StringResponse Code 
- 30x code to use when performing redirects for the secure field. Defaults to 302.
- script Property Map
- Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script": "auto".
- securityLevel String
- Security (HTTPS) enforcement for this URL.
- staticFiles Property Map
- Returns the contents of a file, such as an image, as the response.
- urlRegex String
- URL prefix. Uses regular expression syntax, which means regexp special characters must be escaped, but should not contain groupings. All URLs that begin with this prefix are handled by this handler, using the portion of the URL after the prefix as part of the file path.
VolumeResponse 
- Name string
- Unique name for the volume.
- SizeGb double
- Volume size in gigabytes.
- VolumeType string
- Underlying volume type, e.g. 'tmpfs'.
- Name string
- Unique name for the volume.
- SizeGb float64
- Volume size in gigabytes.
- VolumeType string
- Underlying volume type, e.g. 'tmpfs'.
- name String
- Unique name for the volume.
- sizeGb Double
- Volume size in gigabytes.
- volumeType String
- Underlying volume type, e.g. 'tmpfs'.
- name string
- Unique name for the volume.
- sizeGb number
- Volume size in gigabytes.
- volumeType string
- Underlying volume type, e.g. 'tmpfs'.
- name str
- Unique name for the volume.
- size_gb float
- Volume size in gigabytes.
- volume_type str
- Underlying volume type, e.g. 'tmpfs'.
- name String
- Unique name for the volume.
- sizeGb Number
- Volume size in gigabytes.
- volumeType String
- Underlying volume type, e.g. 'tmpfs'.
VpcAccessConnectorResponse   
- EgressSetting string
- The egress setting for the connector, controlling what traffic is diverted through it.
- Name string
- Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1.
- EgressSetting string
- The egress setting for the connector, controlling what traffic is diverted through it.
- Name string
- Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1.
- egressSetting String
- The egress setting for the connector, controlling what traffic is diverted through it.
- name String
- Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1.
- egressSetting string
- The egress setting for the connector, controlling what traffic is diverted through it.
- name string
- Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1.
- egress_setting str
- The egress setting for the connector, controlling what traffic is diverted through it.
- name str
- Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1.
- egressSetting String
- The egress setting for the connector, controlling what traffic is diverted through it.
- name String
- Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1.
ZipInfoResponse  
- FilesCount int
- An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow.
- SourceUrl string
- URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'.
- FilesCount int
- An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow.
- SourceUrl string
- URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'.
- filesCount Integer
- An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow.
- sourceUrl String
- URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'.
- filesCount number
- An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow.
- sourceUrl string
- URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'.
- files_count int
- An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow.
- source_url str
- URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'.
- filesCount Number
- An estimate of the number of files in a zip for a zip deployment. If set, must be greater than or equal to the actual number of files. Used for optimizing performance; if not provided, deployment may be slow.
- sourceUrl String
- URL of the zip file to deploy from. Must be a URL to a resource in Google Cloud Storage in the form 'http(s)://storage.googleapis.com//'.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.