Container for the parameters to the CreateCacheSecurityGroup operation.
The CreateCacheSecurityGroup operation creates a new cache security group. Use a cache security group to control access to one or more cache clusters.
Cache security groups are only used when you are creating a cluster outside of an Amazon Virtual Private Cloud (VPC). If you are creating a cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup .

C# |
public class CreateCacheSecurityGroupRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateCacheSecurityGroupRequest()()()() | Initializes a new instance of the CreateCacheSecurityGroupRequest class |
![]() | CacheSecurityGroupName |
A name for the cache security group. This value is stored as a lowercase string. Constraints: Must contain no more than 255 alphanumeric
characters. Must not be the word "Default". Example: mysecuritygroup |
![]() | Description |
A description for the cache security group.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCacheSecurityGroupName(String) | Obsolete.
Sets the CacheSecurityGroupName property
|
![]() | WithDescription(String) | Obsolete.
Sets the Description property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateCacheSecurityGroupRequest |