GetAppEngineService

A Monitoring Service is the root resource under which operational aspects of a generic service are accessible. A service is some discrete, autonomous, and network-accessible unit, designed to solve an individual concern

An App Engine monitoring service is automatically created by GCP to monitor App Engine services.

To get more information about Service, see:

Using GetAppEngineService

function getAppEngineService(args: GetAppEngineServiceArgs, opts?: InvokeOptions): Promise<GetAppEngineServiceResult>
function  get_app_engine_service(module_id=None, project=None, opts=None)
func GetAppEngineService(ctx *Context, args *GetAppEngineServiceArgs, opts ...InvokeOption) (*GetAppEngineServiceResult, error)
public static class GetAppEngineService {
    public static Task<GetAppEngineServiceResult> InvokeAsync(GetAppEngineServiceArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

ModuleId string

The ID of the App Engine module underlying this service. Corresponds to the moduleId resource label in the gae_app monitored resource, or the service/module name.

Project string

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

ModuleId string

The ID of the App Engine module underlying this service. Corresponds to the moduleId resource label in the gae_app monitored resource, or the service/module name.

Project string

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

moduleId string

The ID of the App Engine module underlying this service. Corresponds to the moduleId resource label in the gae_app monitored resource, or the service/module name.

project string

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

module_id str

The ID of the App Engine module underlying this service. Corresponds to the moduleId resource label in the gae_app monitored resource, or the service/module name.

project str

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

GetAppEngineService Result

The following output properties are available:

DisplayName string
Id string

The provider-assigned unique ID for this managed resource.

ModuleId string
Name string
ServiceId string
Telemetries List<GetAppEngineServiceTelemetry>
Project string
DisplayName string
Id string

The provider-assigned unique ID for this managed resource.

ModuleId string
Name string
ServiceId string
Telemetries []GetAppEngineServiceTelemetry
Project string
displayName string
id string

The provider-assigned unique ID for this managed resource.

moduleId string
name string
serviceId string
telemetries GetAppEngineServiceTelemetry[]
project string
display_name str
id str

The provider-assigned unique ID for this managed resource.

module_id str
name str
service_id str
telemetries List[GetAppEngineServiceTelemetry]
project str

Supporting Types

GetAppEngineServiceTelemetry

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

ResourceName string
ResourceName string
resourceName string
resourceName str

Package Details

Repository
https://github.com/pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.