Class: Aws::Mgn::Types::UpdateLaunchConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Update Launch configuration Account ID.

Returns:

  • (String)


4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#boot_modeString

Update Launch configuration boot mode request.

Returns:

  • (String)


4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#copy_private_ipBoolean

Update Launch configuration copy Private IP request.

Returns:

  • (Boolean)


4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#copy_tagsBoolean

Update Launch configuration copy Tags request.

Returns:

  • (Boolean)


4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#enable_map_auto_taggingBoolean

Enable map auto tagging.

Returns:

  • (Boolean)


4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#launch_dispositionString

Update Launch configuration launch disposition request.

Returns:

  • (String)


4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#licensingTypes::Licensing

Update Launch configuration licensing request.

Returns:



4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#map_auto_tagging_mpe_idString

Launch configuration map auto tagging MPE ID.

Returns:

  • (String)


4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Update Launch configuration name request.

Returns:

  • (String)


4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#post_launch_actionsTypes::PostLaunchActions

Post Launch Actions to executed on the Test or Cutover instance.



4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_server_idString

Update Launch configuration by Source Server ID request.

Returns:

  • (String)


4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#target_instance_type_right_sizing_methodString

Update Launch configuration Target instance right sizing request.

Returns:

  • (String)


4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4442

class UpdateLaunchConfigurationRequest < Struct.new(
  :source_server_id,
  :name,
  :launch_disposition,
  :target_instance_type_right_sizing_method,
  :copy_private_ip,
  :copy_tags,
  :licensing,
  :boot_mode,
  :post_launch_actions,
  :enable_map_auto_tagging,
  :map_auto_tagging_mpe_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end