/AWS1/CL_ECA=>CREATECACHESECURITYGROUP()
¶
About CreateCacheSecurityGroup¶
Creates a new cache security group. Use a cache security group to control access to one or more clusters.
Cache security groups are only used when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC). If you are creating a cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_CACHESECURITYGROUPNAME
TYPE /AWS1/ECASTRING
/AWS1/ECASTRING
¶
A name for the cache security group. This value is stored as a lowercase string.
Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default".
Example:
mysecuritygroup
IV_DESCRIPTION
TYPE /AWS1/ECASTRING
/AWS1/ECASTRING
¶
A description for the cache security group.
Optional arguments:¶
IT_TAGS
TYPE /AWS1/CL_ECATAG=>TT_TAGLIST
TT_TAGLIST
¶
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.