Class: Aws::ECS::Types::UpdateManagedInstancesProviderConfiguration

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

Overview

The updated configuration for a Amazon ECS Managed Instances provider. You can modify the infrastructure role, instance launch template, and tag propagation settings. Changes apply to new instances launched after the update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#infrastructure_optimizationTypes::InfrastructureOptimization

The updated infrastructure optimization configuration. Changes to this setting affect how Amazon ECS optimizes instances going forward.



16022
16023
16024
16025
16026
16027
16028
16029
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16022

class UpdateManagedInstancesProviderConfiguration < Struct.new(
  :infrastructure_role_arn,
  :instance_launch_template,
  :propagate_tags,
  :infrastructure_optimization)
  SENSITIVE = []
  include Aws::Structure
end

#infrastructure_role_arnString

The updated Amazon Resource Name (ARN) of the infrastructure role. The new role must have the necessary permissions to manage instances and access required Amazon Web Services services.

For more information, see Amazon ECS infrastructure IAM role in the Amazon ECS Developer Guide.

Returns:

  • (String)


16022
16023
16024
16025
16026
16027
16028
16029
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16022

class UpdateManagedInstancesProviderConfiguration < Struct.new(
  :infrastructure_role_arn,
  :instance_launch_template,
  :propagate_tags,
  :infrastructure_optimization)
  SENSITIVE = []
  include Aws::Structure
end

#instance_launch_templateTypes::InstanceLaunchTemplateUpdate

The updated launch template configuration. Changes to the launch template affect new instances launched after the update, while existing instances continue to use their original configuration.



16022
16023
16024
16025
16026
16027
16028
16029
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16022

class UpdateManagedInstancesProviderConfiguration < Struct.new(
  :infrastructure_role_arn,
  :instance_launch_template,
  :propagate_tags,
  :infrastructure_optimization)
  SENSITIVE = []
  include Aws::Structure
end

#propagate_tagsString

The updated tag propagation setting. When changed, this affects only new instances launched after the update.

Returns:

  • (String)


16022
16023
16024
16025
16026
16027
16028
16029
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16022

class UpdateManagedInstancesProviderConfiguration < Struct.new(
  :infrastructure_role_arn,
  :instance_launch_template,
  :propagate_tags,
  :infrastructure_optimization)
  SENSITIVE = []
  include Aws::Structure
end