ResourceQuota

The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It reflects the resource's limits for this account.

Types

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

Properties

Link copied to clipboard
val maximum: Int?

The maximum number of instances of this Elastic Beanstalk resource type that an AWS account can use.

Functions

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