Class: Aws::Mgn::Types::LaunchConfigurationTemplate

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the Launch Configuration Template.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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

#associate_public_ip_addressBoolean

Associate public Ip address.

Returns:

  • (Boolean)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_modeString

Launch configuration template boot mode.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_ipBoolean

Copy private Ip.

Returns:

  • (Boolean)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_tagsBoolean

Copy tags.

Returns:

  • (Boolean)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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

#ec2_launch_template_idString

EC2 launch template ID.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_taggingBoolean

Enable map auto tagging.

Returns:

  • (Boolean)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_confTypes::LaunchTemplateDiskConf

Large volume config.



2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_configuration_template_idString

ID of the Launch Configuration Template.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_dispositionString

Launch disposition.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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

#licensingTypes::Licensing

Configure Licensing.

Returns:



2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_idString

Launch configuration template map auto tagging MPE ID.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_actionsTypes::PostLaunchActions

Post Launch Actions of the Launch Configuration Template.



2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_confTypes::LaunchTemplateDiskConf

Small volume config.



2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_sizeInteger

Small volume maximum size.

Returns:

  • (Integer)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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

#tagsHash<String,String>

Tags of the Launch Configuration Template.

Returns:

  • (Hash<String,String>)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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_methodString

Target instance type right-sizing method.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2015

class LaunchConfigurationTemplate < Struct.new(
  :arn,
  :associate_public_ip_address,
  :boot_mode,
  :copy_private_ip,
  :copy_tags,
  :ec2_launch_template_id,
  :enable_map_auto_tagging,
  :large_volume_conf,
  :launch_configuration_template_id,
  :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