CreatePlacementGroupRequest
public struct CreatePlacementGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
A name for the placement group. Must be unique within the scope of your account for the Region. Constraints: Up to 255 ASCII characters
Declaration
Swift
public let groupName: String?
-
The number of partitions. Valid only when Strategy is set to partition.
Declaration
Swift
public let partitionCount: Int?
-
The placement strategy.
Declaration
Swift
public let strategy: PlacementStrategy?
-
The tags to apply to the new placement group.
Declaration
Swift
public let tagSpecifications: [TagSpecification]?
-
Undocumented
Declaration
Swift
public init(dryRun: Bool? = nil, groupName: String? = nil, partitionCount: Int? = nil, strategy: PlacementStrategy? = nil, tagSpecifications: [TagSpecification]? = nil)