Class: Aws::Mgn::Types::CreateLaunchConfigurationTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::CreateLaunchConfigurationTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#associate_public_ip_address ⇒ Boolean
Associate public Ip address.
-
#boot_mode ⇒ String
Launch configuration template boot mode.
-
#copy_private_ip ⇒ Boolean
Copy private Ip.
-
#copy_tags ⇒ Boolean
Copy tags.
-
#enable_map_auto_tagging ⇒ Boolean
Enable map auto tagging.
-
#large_volume_conf ⇒ Types::LaunchTemplateDiskConf
Large volume config.
-
#launch_disposition ⇒ String
Launch disposition.
-
#licensing ⇒ Types::Licensing
Configure Licensing.
-
#map_auto_tagging_mpe_id ⇒ String
Launch configuration template map auto tagging MPE ID.
-
#post_launch_actions ⇒ Types::PostLaunchActions
Launch configuration template post launch actions.
-
#small_volume_conf ⇒ Types::LaunchTemplateDiskConf
Small volume config.
-
#small_volume_max_size ⇒ Integer
Small volume maximum size.
-
#tags ⇒ Hash<String,String>
Request to associate tags during creation of a Launch Configuration Template.
-
#target_instance_type_right_sizing_method ⇒ String
Target instance type right-sizing method.
Instance Attribute Details
#associate_public_ip_address ⇒ Boolean
Associate public Ip address.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#boot_mode ⇒ String
Launch configuration template boot mode.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#copy_private_ip ⇒ Boolean
Copy private Ip.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#copy_tags ⇒ Boolean
Copy tags.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#enable_map_auto_tagging ⇒ Boolean
Enable map auto tagging.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#large_volume_conf ⇒ Types::LaunchTemplateDiskConf
Large volume config.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#launch_disposition ⇒ String
Launch disposition.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#licensing ⇒ Types::Licensing
Configure Licensing.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#map_auto_tagging_mpe_id ⇒ String
Launch configuration template map auto tagging MPE ID.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#post_launch_actions ⇒ Types::PostLaunchActions
Launch configuration template post launch actions.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#small_volume_conf ⇒ Types::LaunchTemplateDiskConf
Small volume config.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#small_volume_max_size ⇒ Integer
Small volume maximum size.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Request to associate tags during creation of a Launch Configuration Template.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |
#target_instance_type_right_sizing_method ⇒ String
Target instance type right-sizing method.
470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mgn/types.rb', line 470 class CreateLaunchConfigurationTemplateRequest < Struct.new( :associate_public_ip_address, :boot_mode, :copy_private_ip, :copy_tags, :enable_map_auto_tagging, :large_volume_conf, :launch_disposition, :licensing, :map_auto_tagging_mpe_id, :post_launch_actions, :small_volume_conf, :small_volume_max_size, :tags, :target_instance_type_right_sizing_method) SENSITIVE = [:tags] include Aws::Structure end |