Get Environment Result
data class GetEnvironmentResult(val engineVersion: String? = null, val environmentArn: String? = null, val environmentId: String? = null, val highAvailabilityConfig: EnvironmentHighAvailabilityConfig? = null, val instanceType: String? = null, val preferredMaintenanceWindow: String? = null, val tags: Map<String, String>? = null)
Properties
Link copied to clipboard
The version of the runtime engine for the environment.
Link copied to clipboard
The Amazon Resource Name (ARN) of the runtime environment.
Link copied to clipboard
The unique identifier of the environment.
Link copied to clipboard
Defines the details of a high availability configuration.
Link copied to clipboard
The type of instance underlying the environment.
Link copied to clipboard
Configures a desired maintenance window for the environment. If you do not provide a value, a random system-generated value will be assigned.