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.

Namespace: Amazon.ElastiCache.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.ElastiCache.Model..::..CreateCacheSecurityGroupRequest

See Also