Class: Convection::Model::Template::Resource::EIPAssociation

Inherits:
Convection::Model::Template::Resource show all
Defined in:
lib/convection/model/template/resource/aws_ec2_eip_association.rb

Overview

AWS::EC2::EIPAssociation

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

#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

#allocation_idObject #allocation_id(value) ⇒ Object

Overloads:

  • #allocation_idObject

    Returns the value of the 'AllocationId' CloudFormation property.

  • #allocation_id(value) ⇒ Object

    Sets the 'AllocationId' CloudFormation property.

    Parameters:

    • value

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



12
# File 'lib/convection/model/template/resource/aws_ec2_eip_association.rb', line 12

property :allocation_id, 'AllocationId'

#eipObject #eip(value) ⇒ Object

Overloads:

  • #eipObject

    Returns the value of the 'EIP' CloudFormation property.

  • #eip(value) ⇒ Object

    Sets the 'EIP' CloudFormation property.

    Parameters:

    • value

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



13
# File 'lib/convection/model/template/resource/aws_ec2_eip_association.rb', line 13

property :eip, 'EIP'

#instance_idObject #instance_id(value) ⇒ Object

Overloads:

  • #instance_idObject

    Returns the value of the 'InstanceId' CloudFormation property.

  • #instance_id(value) ⇒ Object

    Sets the 'InstanceId' CloudFormation property.

    Parameters:

    • value

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



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

property :instance_id, 'InstanceId'

#network_interface_idObject #network_interface_id(value) ⇒ Object

Overloads:

  • #network_interface_idObject

    Returns the value of the 'NetworkInterfaceId' CloudFormation property.

  • #network_interface_id(value) ⇒ Object

    Sets the 'NetworkInterfaceId' CloudFormation property.

    Parameters:

    • value

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



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

property :network_interface_id, 'NetworkInterfaceId'

#private_ip_addressObject #private_ip_address(value) ⇒ Object

Overloads:

  • #private_ip_addressObject

    Returns the value of the 'PrivateIpAddress' CloudFormation property.

  • #private_ip_address(value) ⇒ Object

    Sets the 'PrivateIpAddress' CloudFormation property.

    Parameters:

    • value

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



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

property :private_ip_address, 'PrivateIpAddress'