PlacementGroupArgs

data class PlacementGroupArgs(val partitionCount: Output<Int>? = null, val spreadLevel: Output<String>? = null, val strategy: Output<String>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<PlacementGroupArgs>

Resource Type definition for AWS::EC2::PlacementGroup

Constructors

Link copied to clipboard
constructor(partitionCount: Output<Int>? = null, spreadLevel: Output<String>? = null, strategy: Output<String>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)

Properties

Link copied to clipboard
val partitionCount: Output<Int>? = null

The number of partitions. Valid only when Strategy is set to partition

Link copied to clipboard
val spreadLevel: Output<String>? = null

The Spread Level of Placement Group is an enum where it accepts either host or rack when strategy is spread

Link copied to clipboard
val strategy: Output<String>? = null

The placement strategy.

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

Link copied to clipboard
open override fun toJava(): PlacementGroupArgs