Container for the parameters to the CreateCacheSecurityGroup operation.
Namespace: Amazon.ElastiCache.ModelCreates a new Cache Security Group. Cache Security groups control access to one or more Cache Clusters.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class CreateCacheSecurityGroupRequest : AmazonWebServiceRequest
Public Class CreateCacheSecurityGroupRequest _ Inherits AmazonWebServiceRequest
public ref class CreateCacheSecurityGroupRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (Inherited from Object.) | |
| WithCacheSecurityGroupName(String) |
Sets the CacheSecurityGroupName property
| |
| WithDescription(String) |
Sets the Description property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElastiCache.Model..::..CreateCacheSecurityGroupRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.ElastiCache.Model..::..CreateCacheSecurityGroupRequest