Class: Convection::Model::Template::Resource::ElastiCacheSecurityGroupIngress

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

Overview

AWS::ElastiCache::SecurityGroupIngress

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, attach_resource_collection, resource_collection_dsl_methods, resource_dsl_methods

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_import_value, #fn_not, #fn_or, #fn_ref, #fn_sub, #get_att, #get_azs, #join, #select

Constructor Details

This class inherits a constructor from Convection::Model::Template::Resource

Instance Method Details

#cache_security_group_nameObject #cache_security_group_name(value) ⇒ Object

Overloads:

  • #cache_security_group_nameObject

    Returns the value of the ‘CacheSecurityGroupName’ CloudFormation property.

  • #cache_security_group_name(value) ⇒ Object

    Sets the ‘CacheSecurityGroupName’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘CacheSecurityGroupName’ CloudFormation property to.



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

property :cache_security_group_name, 'CacheSecurityGroupName'

#ec2_security_group_nameObject #ec2_security_group_name(value) ⇒ Object

Overloads:

  • #ec2_security_group_nameObject

    Returns the value of the ‘EC2SecurityGroupName’ CloudFormation property.

  • #ec2_security_group_name(value) ⇒ Object

    Sets the ‘EC2SecurityGroupName’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘EC2SecurityGroupName’ CloudFormation property to.



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

property :ec2_security_group_name, 'EC2SecurityGroupName'

#ec2_security_group_owner_idObject #ec2_security_group_owner_id(value) ⇒ Object

Overloads:

  • #ec2_security_group_owner_idObject

    Returns the value of the ‘EC2SecurityGroupOwnerId’ CloudFormation property.

  • #ec2_security_group_owner_id(value) ⇒ Object

    Sets the ‘EC2SecurityGroupOwnerId’ CloudFormation property.

    Parameters:

    • value

      the value to set the ‘EC2SecurityGroupOwnerId’ CloudFormation property to.



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

property :ec2_security_group_owner_id, 'EC2SecurityGroupOwnerId'