PlacementGroup

class PlacementGroup : KotlinCustomResource

Resource Type definition for AWS::EC2::PlacementGroup

Properties

Link copied to clipboard
val groupName: Output<String>

The Group Name of Placement Group.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val partitionCount: Output<Int>?

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val spreadLevel: Output<String>?

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>?

The placement strategy.

Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

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

Link copied to clipboard
val urn: Output<String>