ConfigurationOptionDescription

Describes the possible values for a configuration option.

Types

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

Properties

Link copied to clipboard

An indication of which action is required if the value for this configuration option changes:

Link copied to clipboard

The default value for this configuration option.

Link copied to clipboard

If specified, the configuration option must be a string value no longer than this value.

Link copied to clipboard

If specified, the configuration option must be a numeric value less than this value.

Link copied to clipboard

If specified, the configuration option must be a numeric value greater than this value.

Link copied to clipboard
val name: String?

The name of the configuration option.

Link copied to clipboard

A unique namespace identifying the option's associated AWS resource.

Link copied to clipboard

If specified, the configuration option must be a string value that satisfies this regular expression.

Link copied to clipboard

An indication of whether the user defined this configuration option:

Link copied to clipboard

If specified, values for the configuration option are selected from this list.

Link copied to clipboard

An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:

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