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.

Creates a new Cache Security Group. Cache Security groups control access to one or more Cache Clusters.

Only use cache security groups when you are creating a cluster outside of an Amazon Virtual Private Cloud (VPC). Inside of a VPC, use VPC security groups.

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



IconMemberDescription
CreateCacheSecurityGroupRequest()()()()
Initializes a new instance of the CreateCacheSecurityGroupRequest class

CacheSecurityGroupName
The 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 "Default". Example: mysecuritygroup

Description
The 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)
Sets the CacheSecurityGroupName property

WithDescription(String)
Sets the Description property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateCacheSecurityGroupRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)