Class: Aws::Deadline::Types::CustomerManagedFleetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CustomerManagedFleetConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of a customer managed fleet configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The Auto Scaling mode for the customer managed fleet configuration.
-
#storage_profile_id ⇒ String
The storage profile ID.
-
#tag_propagation_mode ⇒ String
Specifies whether tags associated with a fleet are attached to workers when the worker is launched.
-
#worker_capabilities ⇒ Types::CustomerManagedWorkerCapabilities
The worker capabilities for a customer managed fleet configuration.
Instance Attribute Details
#mode ⇒ String
The Auto Scaling mode for the customer managed fleet configuration.
1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'lib/aws-sdk-deadline/types.rb', line 1835 class CustomerManagedFleetConfiguration < Struct.new( :mode, :worker_capabilities, :storage_profile_id, :tag_propagation_mode) SENSITIVE = [] include Aws::Structure end |
#storage_profile_id ⇒ String
The storage profile ID.
1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'lib/aws-sdk-deadline/types.rb', line 1835 class CustomerManagedFleetConfiguration < Struct.new( :mode, :worker_capabilities, :storage_profile_id, :tag_propagation_mode) SENSITIVE = [] include Aws::Structure end |
#tag_propagation_mode ⇒ String
Specifies whether tags associated with a fleet are attached to workers when the worker is launched.
When the ‘tagPropagationMode` is set to `PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH` any tag associated with a fleet is attached to workers when they launch. If the tags for a fleet change, the tags associated with running workers **do not** change.
If you don’t specify ‘tagPropagationMode`, the default is `NO_PROPAGATION`.
1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'lib/aws-sdk-deadline/types.rb', line 1835 class CustomerManagedFleetConfiguration < Struct.new( :mode, :worker_capabilities, :storage_profile_id, :tag_propagation_mode) SENSITIVE = [] include Aws::Structure end |
#worker_capabilities ⇒ Types::CustomerManagedWorkerCapabilities
The worker capabilities for a customer managed fleet configuration.
1835 1836 1837 1838 1839 1840 1841 1842 |
# File 'lib/aws-sdk-deadline/types.rb', line 1835 class CustomerManagedFleetConfiguration < Struct.new( :mode, :worker_capabilities, :storage_profile_id, :tag_propagation_mode) SENSITIVE = [] include Aws::Structure end |