Class: Aws::Mgn::Types::LaunchConfiguration

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

#boot_modeString

Launch configuration boot mode.

Returns:

  • (String)


1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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

#copy_private_ipBoolean

Copy Private IP during Launch Configuration.

Returns:

  • (Boolean)


1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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

#copy_tagsBoolean

Copy Tags during Launch Configuration.

Returns:

  • (Boolean)


1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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

#ec2_launch_template_idString

Launch configuration EC2 Launch template ID.

Returns:

  • (String)


1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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

#enable_map_auto_taggingBoolean

Enable map auto tagging.

Returns:

  • (Boolean)


1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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

#launch_dispositionString

Launch disposition for launch configuration.

Returns:

  • (String)


1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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

#licensingTypes::Licensing

Launch configuration OS licensing.

Returns:



1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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

#map_auto_tagging_mpe_idString

Map auto tagging MPE ID.

Returns:

  • (String)


1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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

#nameString

Launch configuration name.

Returns:

  • (String)


1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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

#post_launch_actionsTypes::PostLaunchActions

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



1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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

#source_server_idString

Launch configuration Source Server ID.

Returns:

  • (String)


1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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

#target_instance_type_right_sizing_methodString

Launch configuration Target instance type right sizing method.

Returns:

  • (String)


1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1928

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