PlacementGroup
public struct PlacementGroup : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the placement group.
Declaration
Swift
public let groupId: String?
-
The name of the placement group.
Declaration
Swift
public let groupName: String?
-
The number of partitions. Valid only if strategy is set to partition.
Declaration
Swift
public let partitionCount: Int?
-
The state of the placement group.
Declaration
Swift
public let state: PlacementGroupState?
-
The placement strategy.
Declaration
Swift
public let strategy: PlacementStrategy?
-
Any tags applied to the placement group.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(groupId: String? = nil, groupName: String? = nil, partitionCount: Int? = nil, state: PlacementGroupState? = nil, strategy: PlacementStrategy? = nil, tags: [Tag]? = nil)