AWS SDK for .NET Documentation
CreateCacheSecurityGroupRequest Class
AmazonAmazon.ElastiCache.ModelCreateCacheSecurityGroupRequest Did this page help you?   Yes   No    Tell us about it...
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 .

Declaration Syntax
C#
public class CreateCacheSecurityGroupRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateCacheSecurityGroupRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)