Class: Convection::Model::Template::Resource::EC2CustomerGateway

Inherits:
Convection::Model::Template::Resource show all
Includes:
Mixin::Taggable
Defined in:
lib/convection/model/template/resource/aws_ec2_customer_gateway.rb

Overview

AWS::EC2::CustomerGateway

Instance Attribute Summary

Attributes inherited from Convection::Model::Template::Resource

#exist, #name, #parent, #properties, #resource_attributes, #template

Instance Method Summary collapse

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

#condition, #render_condition

Methods included from DSL::Template::Resource

attach_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

#bgp_asnObject #bgp_asn(value) ⇒ Object

Overloads:

  • #bgp_asnObject

    Returns the value of the 'BgpAsn' CloudFormation property.

  • #bgp_asn(value) ⇒ Object

    Sets the 'BgpAsn' CloudFormation property.

    Parameters:

    • value

      the value to set the 'BgpAsn' CloudFormation property to.



15
# File 'lib/convection/model/template/resource/aws_ec2_customer_gateway.rb', line 15

property :bgp_asn, 'BgpAsn'

#connection_typeObject #connection_type(value) ⇒ Object

Overloads:

  • #connection_typeObject

    Returns the value of the 'Type' CloudFormation property.

  • #connection_type(value) ⇒ Object

    Sets the 'Type' CloudFormation property.

    Parameters:

    • value

      the value to set the 'Type' CloudFormation property to.



14
# File 'lib/convection/model/template/resource/aws_ec2_customer_gateway.rb', line 14

property :connection_type, 'Type'

#ip_addressObject #ip_address(value) ⇒ Object

Overloads:

  • #ip_addressObject

    Returns the value of the 'IpAddress' CloudFormation property.

  • #ip_address(value) ⇒ Object

    Sets the 'IpAddress' CloudFormation property.

    Parameters:

    • value

      the value to set the 'IpAddress' CloudFormation property to.



16
# File 'lib/convection/model/template/resource/aws_ec2_customer_gateway.rb', line 16

property :ip_address, 'IpAddress'

#render(*args) ⇒ Object



18
19
20
21
22
# File 'lib/convection/model/template/resource/aws_ec2_customer_gateway.rb', line 18

def render(*args)
  super.tap do |resource|
    render_tags(resource)
  end
end