Class: Convection::Model::Template::Resource::EC2VPCGatewayAttachment
- Inherits:
-
Convection::Model::Template::Resource
- Object
- Convection::Model::Template::Resource
- Convection::Model::Template::Resource::EC2VPCGatewayAttachment
- Defined in:
- lib/convection/model/template/resource/aws_ec2_vpc_gateway_attachment.rb
Overview
AWS::EC2::VPCGatewayAttachment
Instance Attribute Summary
Attributes inherited from Convection::Model::Template::Resource
#exist, #name, #parent, #properties, #resource_attributes, #template
Instance Method Summary collapse
Methods inherited from Convection::Model::Template::Resource
#as_attribute, attach_method, #deletion_policy, #depends_on, #initialize, properties, property, #property, #reference, #render, 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
#internet_gateway ⇒ Object #internet_gateway(value) ⇒ Object
13 |
# File 'lib/convection/model/template/resource/aws_ec2_vpc_gateway_attachment.rb', line 13 property :internet_gateway, 'InternetGatewayId' |
#vpc ⇒ Object #vpc(value) ⇒ Object
12 |
# File 'lib/convection/model/template/resource/aws_ec2_vpc_gateway_attachment.rb', line 12 property :vpc, 'VpcId' |
#vpn_gateway ⇒ Object #vpn_gateway(value) ⇒ Object
14 |
# File 'lib/convection/model/template/resource/aws_ec2_vpc_gateway_attachment.rb', line 14 property :vpn_gateway, 'VpnGatewayId' |