Class: Aws::Deadline::Types::CreateFleetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The unique token which the server uses to recognize retries of the same request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1030

class CreateFleetRequest < Struct.new(
  :client_token,
  :configuration,
  :description,
  :display_name,
  :farm_id,
  :max_worker_count,
  :min_worker_count,
  :role_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#configurationTypes::FleetConfiguration

The configuration settings for the fleet. Customer managed fleets are self-managed. Service managed Amazon EC2 fleets are managed by Deadline Cloud.



1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1030

class CreateFleetRequest < Struct.new(
  :client_token,
  :configuration,
  :description,
  :display_name,
  :farm_id,
  :max_worker_count,
  :min_worker_count,
  :role_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the fleet.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1030

class CreateFleetRequest < Struct.new(
  :client_token,
  :configuration,
  :description,
  :display_name,
  :farm_id,
  :max_worker_count,
  :min_worker_count,
  :role_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#display_nameString

The display name of the fleet.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1030

class CreateFleetRequest < Struct.new(
  :client_token,
  :configuration,
  :description,
  :display_name,
  :farm_id,
  :max_worker_count,
  :min_worker_count,
  :role_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#farm_idString

The farm ID of the farm to connect to the fleet.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1030

class CreateFleetRequest < Struct.new(
  :client_token,
  :configuration,
  :description,
  :display_name,
  :farm_id,
  :max_worker_count,
  :min_worker_count,
  :role_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#max_worker_countInteger

The maximum number of workers for the fleet.

Returns:

  • (Integer)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1030

class CreateFleetRequest < Struct.new(
  :client_token,
  :configuration,
  :description,
  :display_name,
  :farm_id,
  :max_worker_count,
  :min_worker_count,
  :role_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#min_worker_countInteger

The minimum number of workers for the fleet.

Returns:

  • (Integer)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1030

class CreateFleetRequest < Struct.new(
  :client_token,
  :configuration,
  :description,
  :display_name,
  :farm_id,
  :max_worker_count,
  :min_worker_count,
  :role_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#role_arnString

The IAM role ARN for the role that the fleet's workers will use.

Returns:

  • (String)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1030

class CreateFleetRequest < Struct.new(
  :client_token,
  :configuration,
  :description,
  :display_name,
  :farm_id,
  :max_worker_count,
  :min_worker_count,
  :role_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#tagsHash<String,String>

Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.

Returns:

  • (Hash<String,String>)


1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1030

class CreateFleetRequest < Struct.new(
  :client_token,
  :configuration,
  :description,
  :display_name,
  :farm_id,
  :max_worker_count,
  :min_worker_count,
  :role_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end