Placement Group Args
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
The number of partitions. Valid only when Strategy is set to partition
Link copied to clipboard
The Spread Level of Placement Group is an enum where it accepts either host or rack when strategy is spread
Link copied to clipboard
An array of key-value pairs to apply to this resource.