Class: Convection::Model::Template::Resource::EC2VPNConnection
- Inherits:
-
Convection::Model::Template::Resource
- Object
- Convection::Model::Template::Resource
- Convection::Model::Template::Resource::EC2VPNConnection
- Includes:
- Mixin::Taggable
- Defined in:
- lib/convection/model/template/resource/aws_ec2_vpn_connection.rb
Overview
AWS::EC2::VPNConnection
Instance Attribute Summary
Attributes inherited from Convection::Model::Template::Resource
#exist, #name, #parent, #properties, #resource_attributes, #template
Instance Method Summary collapse
- #connection_type(value) ⇒ Object
- #customer_gateway_id(value) ⇒ Object
- #render(*args) ⇒ Object
- #static_routes_only(value) ⇒ Object
- #vpn_gateway_id(value) ⇒ Object
Methods included from Mixin::Taggable
#immutable_metadata, #render_tags, #tag, #tags
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
#connection_type ⇒ Object #connection_type(value) ⇒ Object
14 |
# File 'lib/convection/model/template/resource/aws_ec2_vpn_connection.rb', line 14 property :connection_type, 'Type' |
#customer_gateway_id ⇒ Object #customer_gateway_id(value) ⇒ Object
16 |
# File 'lib/convection/model/template/resource/aws_ec2_vpn_connection.rb', line 16 property :customer_gateway_id, 'CustomerGatewayId' |
#render(*args) ⇒ Object
19 20 21 22 23 |
# File 'lib/convection/model/template/resource/aws_ec2_vpn_connection.rb', line 19 def render(*args) super.tap do |resource| (resource) end end |
#static_routes_only ⇒ Object #static_routes_only(value) ⇒ Object
15 |
# File 'lib/convection/model/template/resource/aws_ec2_vpn_connection.rb', line 15 property :static_routes_only, 'StaticRoutesOnly' |
#vpn_gateway_id ⇒ Object #vpn_gateway_id(value) ⇒ Object
17 |
# File 'lib/convection/model/template/resource/aws_ec2_vpn_connection.rb', line 17 property :vpn_gateway_id, 'VpnGatewayId' |