Class: Aws::Deadline::Types::CreateFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateFleetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
-
#configuration ⇒ Types::FleetConfiguration
The configuration settings for the fleet.
-
#description ⇒ String
The description of the fleet.
-
#display_name ⇒ String
The display name of the fleet.
-
#farm_id ⇒ String
The farm ID of the farm to connect to the fleet.
-
#max_worker_count ⇒ Integer
The maximum number of workers for the fleet.
-
#min_worker_count ⇒ Integer
The minimum number of workers for the fleet.
-
#role_arn ⇒ String
The IAM role ARN for the role that the fleet’s workers will use.
-
#tags ⇒ Hash<String,String>
Each tag consists of a tag key and a tag value.
Instance Attribute Details
#client_token ⇒ String
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.
1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-deadline/types.rb', line 1115 class CreateFleetRequest < Struct.new( :client_token, :farm_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration, :tags) SENSITIVE = [:description] include Aws::Structure end |
#configuration ⇒ Types::FleetConfiguration
The configuration settings for the fleet. Customer managed fleets are self-managed. Service managed Amazon EC2 fleets are managed by Deadline Cloud.
1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-deadline/types.rb', line 1115 class CreateFleetRequest < Struct.new( :client_token, :farm_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration, :tags) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the fleet.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-deadline/types.rb', line 1115 class CreateFleetRequest < Struct.new( :client_token, :farm_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration, :tags) SENSITIVE = [:description] include Aws::Structure end |
#display_name ⇒ String
The display name of the fleet.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-deadline/types.rb', line 1115 class CreateFleetRequest < Struct.new( :client_token, :farm_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration, :tags) SENSITIVE = [:description] include Aws::Structure end |
#farm_id ⇒ String
The farm ID of the farm to connect to the fleet.
1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-deadline/types.rb', line 1115 class CreateFleetRequest < Struct.new( :client_token, :farm_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration, :tags) SENSITIVE = [:description] include Aws::Structure end |
#max_worker_count ⇒ Integer
The maximum number of workers for the fleet.
1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-deadline/types.rb', line 1115 class CreateFleetRequest < Struct.new( :client_token, :farm_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration, :tags) SENSITIVE = [:description] include Aws::Structure end |
#min_worker_count ⇒ Integer
The minimum number of workers for the fleet.
1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-deadline/types.rb', line 1115 class CreateFleetRequest < Struct.new( :client_token, :farm_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration, :tags) SENSITIVE = [:description] include Aws::Structure end |
#role_arn ⇒ String
The IAM role ARN for the role that the fleet’s workers will use.
1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-deadline/types.rb', line 1115 class CreateFleetRequest < Struct.new( :client_token, :farm_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration, :tags) SENSITIVE = [:description] include Aws::Structure end |
#tags ⇒ Hash<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.
1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-deadline/types.rb', line 1115 class CreateFleetRequest < Struct.new( :client_token, :farm_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration, :tags) SENSITIVE = [:description] include Aws::Structure end |