CreateEnvironmentRequest

Types

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

Properties

Link copied to clipboard

Unique, case-sensitive identifier you provide to ensure the idempotency of the request to create an environment. The service generates the clientToken when the API call is triggered. The token expires after one hour, so if you retry the API within this timeframe with the same clientToken, you will get the same response. The service also handles deleting the clientToken after it expires.

Link copied to clipboard

The description of the runtime environment.

Link copied to clipboard

The engine type for the runtime environment.

Link copied to clipboard

The version of the engine type for the runtime environment.

Link copied to clipboard

The details of a high availability configuration for this runtime environment.

Link copied to clipboard

The type of instance for the runtime environment.

Link copied to clipboard

The identifier of a customer managed key.

Link copied to clipboard

The name of the runtime environment. Must be unique within the account.

Link copied to clipboard

The network type required for the runtime environment.

Link copied to clipboard

Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format ddd:hh24:mi-ddd:hh24:mi and must be less than 24 hours. The following two examples are valid maintenance windows: sun:23:45-mon:00:15 or sat:01:00-sat:03:00.

Link copied to clipboard

Specifies whether the runtime environment is publicly accessible.

Link copied to clipboard

The list of security groups for the VPC associated with this runtime environment.

Link copied to clipboard

Optional. The storage configurations for this runtime environment.

Link copied to clipboard

The list of subnets associated with the VPC for this runtime environment.

Link copied to clipboard

The tags for the runtime environment.

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