AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the CreateCacheSecurityGroup operation. The CreateCacheSecurityGroup action 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 cache cluster outside of an Amazon Virtual Private Cloud (VPC). If you are creating a cache cluster inside of a VPC, use a cache subnet group instead. For more information, see CreateCacheSubnetGroup.

Inheritance Hierarchy

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

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateCacheSecurityGroupRequest : AmazonElastiCacheRequest
         IRequestEvents

The CreateCacheSecurityGroupRequest type exposes the following members

Constructors

NameDescription
Public Method CreateCacheSecurityGroupRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method CreateCacheSecurityGroupRequest(string, string) Instantiates CreateCacheSecurityGroupRequest with the parameterized properties

Properties

NameTypeDescription
Public Property CacheSecurityGroupName System.String Gets and sets the property 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. Cannot be the word "Default".

Example: mysecuritygroup

Public Property Description System.String Gets and sets the property Description.

A description for the cache security group.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8