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:
GetAppEngineService Result
The following output properties are available:
- Display
Name string - Id string
The provider-assigned unique ID for this managed resource.
- Module
Id string - Name string
- Service
Id string - Telemetries
List<Get
App Engine Service Telemetry> - Project string
- Display
Name string - Id string
The provider-assigned unique ID for this managed resource.
- Module
Id string - Name string
- Service
Id string - Telemetries
[]Get
App Engine Service Telemetry - Project string
- display
Name string - id string
The provider-assigned unique ID for this managed resource.
- module
Id string - name string
- service
Id string - telemetries
Get
App Engine Service Telemetry[] - 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[Get
App Engine Service Telemetry] - 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.
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.