Class: Aws::EC2::Types::LaunchTemplatePlacementRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the placement of an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#affinityString

The affinity setting for an instance on a Dedicated Host.

Returns:

  • (String)


45170
45171
45172
45173
45174
45175
45176
45177
45178
45179
45180
45181
45182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45170

class LaunchTemplatePlacementRequest < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain,
  :host_resource_group_arn,
  :partition_number,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zoneString

The Availability Zone for the instance.

Returns:

  • (String)


45170
45171
45172
45173
45174
45175
45176
45177
45178
45179
45180
45181
45182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45170

class LaunchTemplatePlacementRequest < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain,
  :host_resource_group_arn,
  :partition_number,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

The Group Id of a placement group. You must specify the Placement Group Group Id to launch an instance in a shared placement group.

Returns:

  • (String)


45170
45171
45172
45173
45174
45175
45176
45177
45178
45179
45180
45181
45182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45170

class LaunchTemplatePlacementRequest < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain,
  :host_resource_group_arn,
  :partition_number,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the placement group for the instance.

Returns:

  • (String)


45170
45171
45172
45173
45174
45175
45176
45177
45178
45179
45180
45181
45182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45170

class LaunchTemplatePlacementRequest < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain,
  :host_resource_group_arn,
  :partition_number,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#host_idString

The ID of the Dedicated Host for the instance.

Returns:

  • (String)


45170
45171
45172
45173
45174
45175
45176
45177
45178
45179
45180
45181
45182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45170

class LaunchTemplatePlacementRequest < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain,
  :host_resource_group_arn,
  :partition_number,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#host_resource_group_arnString

The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the Tenancy parameter or set it to host.

Returns:

  • (String)


45170
45171
45172
45173
45174
45175
45176
45177
45178
45179
45180
45181
45182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45170

class LaunchTemplatePlacementRequest < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain,
  :host_resource_group_arn,
  :partition_number,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#partition_numberInteger

The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.

Returns:

  • (Integer)


45170
45171
45172
45173
45174
45175
45176
45177
45178
45179
45180
45181
45182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45170

class LaunchTemplatePlacementRequest < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain,
  :host_resource_group_arn,
  :partition_number,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#spread_domainString

Reserved for future use.

Returns:

  • (String)


45170
45171
45172
45173
45174
45175
45176
45177
45178
45179
45180
45181
45182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45170

class LaunchTemplatePlacementRequest < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain,
  :host_resource_group_arn,
  :partition_number,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#tenancyString

The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.

Returns:

  • (String)


45170
45171
45172
45173
45174
45175
45176
45177
45178
45179
45180
45181
45182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45170

class LaunchTemplatePlacementRequest < Struct.new(
  :availability_zone,
  :affinity,
  :group_name,
  :host_id,
  :tenancy,
  :spread_domain,
  :host_resource_group_arn,
  :partition_number,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end