ServiceSummary

Provides summary information for an App Runner service.

This type contains limited information about a service. It doesn't include configuration details. It's returned by the ListServices action. Complete service information is returned by the CreateService, DescribeService, and DeleteService actions using the Service type.

Types

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

Properties

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 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 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. It's in theUnix time stamp format.

Functions

Link copied to clipboard
inline fun copy(block: ServiceSummary.Builder.() -> Unit = {}): ServiceSummary
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