InstanceConfiguration

Describes the runtime configuration of an App Runner service instance (scaling unit).

Types

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

Properties

Link copied to clipboard
val cpu: String?

The number of CPU units reserved for each instance of your App Runner service.

Link copied to clipboard

The Amazon Resource Name (ARN) of an IAM role that provides permissions to your App Runner service. These are permissions that your code needs when it calls any Amazon Web Services APIs.

Link copied to clipboard

The amount of memory, in MB or GB, reserved for each instance of your App Runner service.

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