Class: Aws::Deadline::Types::CustomerManagedFleetConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#modeString

The Auto Scaling mode for the customer managed fleet configuration.

Returns:

  • (String)


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_idString

The storage profile ID.

Returns:

  • (String)


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_modeString

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`.

Returns:

  • (String)


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_capabilitiesTypes::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