ConfigurationOptionSetting

A specification identifying an individual configuration option along with its current value. For a list of possible namespaces and option values, see Option Values in the AWS Elastic Beanstalk Developer Guide.

Types

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

Properties

Link copied to clipboard

A unique namespace that identifies the option's associated AWS resource.

Link copied to clipboard

The name of the configuration option.

Link copied to clipboard

A unique resource name for the option setting. Use it for a time–based scaling configuration option.

Link copied to clipboard

The current value for the configuration option.

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