Service

class Service

Describes an App Runner service. It can describe a service in any state, including deleted services.

This type contains the full information about a service, including configuration details. It's returned by the CreateService, DescribeService, and DeleteService actions. A subset of this information is returned by the ListServices action using the ServiceSummary type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Summary information for the App Runner automatic scaling configuration resource that's associated with this service.

Link copied to clipboard

The time when the App Runner service was created. It's in the Unix time stamp format.

Link copied to clipboard

The time when the App Runner service was deleted. It's in the Unix time stamp format.

Link copied to clipboard

The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service. It can be either a customer-provided encryption key or an Amazon Web Services managed key.

Link copied to clipboard

The settings for the health check that App Runner performs to monitor the health of this service.

Link copied to clipboard

The runtime configuration of instances (scaling units) of this service.

Link copied to clipboard

Configuration settings related to network traffic of the web application that this service runs.

Link copied to clipboard

The observability configuration of this service.

Link copied to clipboard

The Amazon Resource Name (ARN) of this service.

Link copied to clipboard

An ID that App Runner generated for this service. It's unique within the Amazon Web Services Region.

Link copied to clipboard

The customer-provided service name.

Link copied to clipboard

A subdomain URL that App Runner generated for this service. You can use this URL to access your service web application.

Link copied to clipboard

The source deployed to the App Runner service. It can be a code or an image repository.

Link copied to clipboard

The current state of the App Runner service. These particular values mean the following.

Link copied to clipboard

The time when the App Runner service was last updated at. It's in the Unix time stamp format.

Functions

Link copied to clipboard
inline fun copy(block: Service.Builder.() -> Unit = {}): Service
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String