OperatingSystem

Describes supported operating systems in OpsWorks Stacks.

Types

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

Properties

Link copied to clipboard

Supported configuration manager name and versions for an OpsWorks Stacks operating system.

Link copied to clipboard
val id: String?

The ID of a supported operating system, such as Amazon Linux 2.

Link copied to clipboard
val name: String?

The name of the operating system, such as Amazon Linux 2.

Link copied to clipboard

A short name for the operating system manufacturer.

Link copied to clipboard

The version of the operating system, including the release and edition, if applicable.

Link copied to clipboard

Indicates that an operating system is not supported for new instances.

Link copied to clipboard
val type: String?

The type of a supported operating system, either Linux or Windows.

Functions

Link copied to clipboard
inline fun copy(block: OperatingSystem.Builder.() -> Unit = {}): OperatingSystem
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