Class: Convection::Model::Template::Resource::EC2Subnet
- Inherits:
-
Convection::Model::Template::Resource
- Object
- Convection::Model::Template::Resource
- Convection::Model::Template::Resource::EC2Subnet
- Extended by:
- Mixin::CIDRBlock
- Defined in:
- lib/convection/model/template/resource/aws_ec2_subnet.rb
Overview
AWS::EC2::Subnet
Instance Attribute Summary
Attributes inherited from Convection::Model::Template::Resource
#exist, #name, #parent, #properties, #resource_attributes, #template
Instance Method Summary collapse
- #availability_zone(value) ⇒ Object
- #public_ips(value) ⇒ Object
- #render(*args) ⇒ Object
- #vpc(value) ⇒ Object
Methods included from Mixin::CIDRBlock
Methods included from Mixin::Taggable
#immutable_metadata, #render_tags, #tag, #tags
Methods included from DSL::Template::Resource::EC2Subnet
Methods inherited from Convection::Model::Template::Resource
#as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, #property, property, #reference, type, #type, #with_output
Methods included from Mixin::Conditional
Methods included from DSL::Template::Resource
Methods included from DSL::Helpers
#camel_case, included, method_name, #screaming_snake_case, #snake_case
Methods included from DSL::IntrinsicFunctions
#base64, #find_in_map, #fn_and, #fn_equals, #fn_if, #fn_not, #fn_or, #fn_ref, #get_att, #get_azs, #join, #select
Constructor Details
This class inherits a constructor from Convection::Model::Template::Resource
Instance Method Details
#availability_zone ⇒ Object #availability_zone(value) ⇒ Object
46 |
# File 'lib/convection/model/template/resource/aws_ec2_subnet.rb', line 46 property :availability_zone, 'AvailabilityZone' |
#public_ips ⇒ Object #public_ips(value) ⇒ Object
48 |
# File 'lib/convection/model/template/resource/aws_ec2_subnet.rb', line 48 property :public_ips, 'MapPublicIpOnLaunch' |
#render(*args) ⇒ Object
51 52 53 54 55 |
# File 'lib/convection/model/template/resource/aws_ec2_subnet.rb', line 51 def render(*args) super.tap do |resource| (resource) end end |
#vpc ⇒ Object #vpc(value) ⇒ Object
47 |
# File 'lib/convection/model/template/resource/aws_ec2_subnet.rb', line 47 property :vpc, 'VpcId' |