UpdateEnvironmentRequest

Types

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

Properties

Link copied to clipboard

Indicates whether to update the runtime environment during the maintenance window. The default is false. Currently, Amazon Web Services Mainframe Modernization accepts the engineVersion parameter only if applyDuringMaintenanceWindow is true. If any parameter other than engineVersion is provided in UpdateEnvironmentRequest, it will fail if applyDuringMaintenanceWindow is set to true.

Link copied to clipboard

The desired capacity for the runtime environment to update. The minimum possible value is 0 and the maximum is 100.

Link copied to clipboard

The version of the runtime engine for the runtime environment.

Link copied to clipboard

The unique identifier of the runtime environment that you want to update.

Link copied to clipboard

The instance type for the runtime environment to update.

Link copied to clipboard

Configures the maintenance window you want for the runtime environment. If you do not provide a value, a random system-generated value will be assigned.

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