Class: Aws::EC2::Types::CreatePlacementGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreatePlacementGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#group_name ⇒ String
A name for the placement group.
-
#partition_count ⇒ Integer
The number of partitions.
-
#spread_level ⇒ String
Determines how placement groups spread instances.
-
#strategy ⇒ String
The placement strategy.
-
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the new placement group.
Instance Attribute Details
#dry_run ⇒ Boolean
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`.
9991 9992 9993 9994 9995 9996 9997 9998 9999 10000 |
# File 'lib/aws-sdk-ec2/types.rb', line 9991 class CreatePlacementGroupRequest < Struct.new( :dry_run, :group_name, :strategy, :partition_count, :tag_specifications, :spread_level) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
A name for the placement group. Must be unique within the scope of your account for the Region.
Constraints: Up to 255 ASCII characters
9991 9992 9993 9994 9995 9996 9997 9998 9999 10000 |
# File 'lib/aws-sdk-ec2/types.rb', line 9991 class CreatePlacementGroupRequest < Struct.new( :dry_run, :group_name, :strategy, :partition_count, :tag_specifications, :spread_level) SENSITIVE = [] include Aws::Structure end |
#partition_count ⇒ Integer
The number of partitions. Valid only when Strategy is set to ‘partition`.
9991 9992 9993 9994 9995 9996 9997 9998 9999 10000 |
# File 'lib/aws-sdk-ec2/types.rb', line 9991 class CreatePlacementGroupRequest < Struct.new( :dry_run, :group_name, :strategy, :partition_count, :tag_specifications, :spread_level) SENSITIVE = [] include Aws::Structure end |
#spread_level ⇒ String
Determines how placement groups spread instances.
-
Host – You can use ‘host` only with Outpost placement groups.
-
Rack – No usage restrictions.
9991 9992 9993 9994 9995 9996 9997 9998 9999 10000 |
# File 'lib/aws-sdk-ec2/types.rb', line 9991 class CreatePlacementGroupRequest < Struct.new( :dry_run, :group_name, :strategy, :partition_count, :tag_specifications, :spread_level) SENSITIVE = [] include Aws::Structure end |
#strategy ⇒ String
The placement strategy.
9991 9992 9993 9994 9995 9996 9997 9998 9999 10000 |
# File 'lib/aws-sdk-ec2/types.rb', line 9991 class CreatePlacementGroupRequest < Struct.new( :dry_run, :group_name, :strategy, :partition_count, :tag_specifications, :spread_level) SENSITIVE = [] include Aws::Structure end |
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to apply to the new placement group.
9991 9992 9993 9994 9995 9996 9997 9998 9999 10000 |
# File 'lib/aws-sdk-ec2/types.rb', line 9991 class CreatePlacementGroupRequest < Struct.new( :dry_run, :group_name, :strategy, :partition_count, :tag_specifications, :spread_level) SENSITIVE = [] include Aws::Structure end |