PlacementGroup

Describes a placement group.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the placement group.

Link copied to clipboard

The ID of the placement group.

Link copied to clipboard

The name of the placement group.

Link copied to clipboard

The number of partitions. Valid only if strategy is set to partition.

Link copied to clipboard

The spread level for the placement group. Only Outpost placement groups can be spread across hosts.

Link copied to clipboard

The state of the placement group.

Link copied to clipboard

The placement strategy.

Link copied to clipboard
val tags: List<Tag>?

Any tags applied to the placement group.

Functions

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