Class: Convection::Model::Template::Resource::LaunchConfiguration
Overview
AWS::AutoScaling::LaunchConfiguration
Instance Attribute Summary
#exist, #name, #parent, #properties, #resource_attributes, #template
Instance Method Summary
collapse
#as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, property, #property, #reference, #render, type, #type, #with_output
#condition, #render_condition
attach_resource
#camel_case, included, method_name, #screaming_snake_case, #snake_case
#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select
Instance Method Details
#associate_public_ip_address ⇒ Object
#associate_public_ip_address(value) ⇒ Object
12
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 12
property :associate_public_ip_address, 'AssociatePublicIpAddress'
|
#block_device_mappings ⇒ Object
#block_device_mappings(value) ⇒ Object
13
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 13
property :block_device_mappings, 'BlockDeviceMappings', :array
|
#ebs_optimized ⇒ Object
#ebs_optimized(value) ⇒ Object
14
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 14
property :ebs_optimized, 'EbsOptimized'
|
#iam_instanceProfile ⇒ Object
#iam_instanceProfile(value) ⇒ Object
15
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 15
property :iam_instanceProfile, 'IamInstanceProfile'
|
#image_id ⇒ Object
#image_id(value) ⇒ Object
16
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 16
property :image_id, 'ImageId'
|
#instance_id ⇒ Object
#instance_id(value) ⇒ Object
17
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 17
property :instance_id, 'InstanceId'
|
#instance_monitoring ⇒ Object
#instance_monitoring(value) ⇒ Object
18
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 18
property :instance_monitoring, 'InstanceMonitoring'
|
#instance_type ⇒ Object
#instance_type(value) ⇒ Object
19
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 19
property :instance_type, 'InstanceType'
|
#kernel_id ⇒ Object
#kernel_id(value) ⇒ Object
20
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 20
property :kernel_id, 'KernelId'
|
#key_name ⇒ Object
#key_name(value) ⇒ Object
21
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 21
property :key_name, 'KeyName'
|
#ram_diskId ⇒ Object
#ram_diskId(value) ⇒ Object
22
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 22
property :ram_diskId, 'RamDiskId'
|
#security_group ⇒ Object
#security_group(value) ⇒ Object
23
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 23
property :security_group, 'SecurityGroups', :array
|
#spot_price ⇒ Object
#spot_price(value) ⇒ Object
24
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 24
property :spot_price, 'SpotPrice'
|
#user_data ⇒ Object
#user_data(value) ⇒ Object
25
|
# File 'lib/convection/model/template/resource/aws_auto_scaling_launch_configuration.rb', line 25
property :user_data, 'UserData'
|