AWS SDK Version 3 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.

Represents the output of one of the following operations:

Inheritance Hierarchy

System.Object
  Amazon.ElastiCache.Model.CacheSubnetGroup

Namespace: Amazon.ElastiCache.Model
Assembly: AWSSDK.ElastiCache.dll
Version: 3.x.y.z

Syntax

C#
public class CacheSubnetGroup

The CacheSubnetGroup type exposes the following members

Constructors

NameDescription
Public Method CacheSubnetGroup()

Properties

NameTypeDescription
Public Property ARN System.String

Gets and sets the property ARN.

The ARN (Amazon Resource Name) of the cache subnet group.

Public Property CacheSubnetGroupDescription System.String

Gets and sets the property CacheSubnetGroupDescription.

The description of the cache subnet group.

Public Property CacheSubnetGroupName System.String

Gets and sets the property CacheSubnetGroupName.

The name of the cache subnet group.

Public Property Subnets System.Collections.Generic.List<Amazon.ElastiCache.Model.Subnet>

Gets and sets the property Subnets.

A list of subnets associated with the cache subnet group.

Public Property SupportedNetworkTypes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedNetworkTypes.

Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system.

Public Property VpcId System.String

Gets and sets the property VpcId.

The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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