Get Service Result
data class GetServiceResult(val healthCheckConfiguration: ServiceHealthCheckConfiguration? = null, val instanceConfiguration: ServiceInstanceConfiguration? = null, val networkConfiguration: ServiceNetworkConfiguration? = null, val observabilityConfiguration: ServiceObservabilityConfiguration? = null, val serviceArn: String? = null, val serviceId: String? = null, val serviceUrl: String? = null, val sourceConfiguration: ServiceSourceConfiguration? = null, val status: String? = null)
Constructors
Link copied to clipboard
constructor(healthCheckConfiguration: ServiceHealthCheckConfiguration? = null, instanceConfiguration: ServiceInstanceConfiguration? = null, networkConfiguration: ServiceNetworkConfiguration? = null, observabilityConfiguration: ServiceObservabilityConfiguration? = null, serviceArn: String? = null, serviceId: String? = null, serviceUrl: String? = null, sourceConfiguration: ServiceSourceConfiguration? = null, status: String? = null)
Properties
Link copied to clipboard
The settings for the health check that AWS App Runner performs to monitor the health of the App Runner service.
Link copied to clipboard
The runtime configuration of instances (scaling units) of your service.
Link copied to clipboard
Configuration settings related to network traffic of the web application that the App Runner service runs.
Link copied to clipboard
The observability configuration of your service.
Link copied to clipboard
The Amazon Resource Name (ARN) of the AppRunner Service.
Link copied to clipboard
The Service Url of the AppRunner Service.
Link copied to clipboard
The source to deploy to the App Runner service. It can be a code or an image repository.