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.
| C# |
public class CreateCacheSecurityGroupRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | 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()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithCacheSecurityGroupName(String) |
Sets the CacheSecurityGroupName property
| |
| WithDescription(String) |
Sets the Description property
|
| Object | ||
| AmazonWebServiceRequest | ||
| CreateCacheSecurityGroupRequest | ||