CreateServiceRequest

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with your service. If not provided, App Runner associates the latest revision of a default auto scaling configuration.

Link copied to clipboard

An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default, App Runner uses 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 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

A name for the App Runner service. It must be unique across all the running App Runner services in your Amazon Web Services account in the Amazon Web Services Region.

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

An optional list of metadata items that you can associate with the App Runner service resource. A tag is a key-value pair.

Functions

Link copied to clipboard
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