amazonka-elasticache-2.0: Amazon ElastiCache SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElastiCache.Types.CacheSubnetGroup

Description

 
Synopsis

Documentation

data CacheSubnetGroup Source #

Represents the output of one of the following operations:

  • CreateCacheSubnetGroup
  • ModifyCacheSubnetGroup

See: newCacheSubnetGroup smart constructor.

Constructors

CacheSubnetGroup' 

Fields

Instances

Instances details
FromXML CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

Generic CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

Associated Types

type Rep CacheSubnetGroup :: Type -> Type #

Read CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

Show CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

NFData CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

Methods

rnf :: CacheSubnetGroup -> () #

Eq CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

Hashable CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

type Rep CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

type Rep CacheSubnetGroup = D1 ('MetaData "CacheSubnetGroup" "Amazonka.ElastiCache.Types.CacheSubnetGroup" "amazonka-elasticache-2.0-DTWyHgx8JwY7IlNovngF22" 'False) (C1 ('MetaCons "CacheSubnetGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "cacheSubnetGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cacheSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Subnet])) :*: (S1 ('MetaSel ('Just "supportedNetworkTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NetworkType])) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCacheSubnetGroup :: CacheSubnetGroup Source #

Create a value of CacheSubnetGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:CacheSubnetGroup', cacheSubnetGroup_arn - The ARN (Amazon Resource Name) of the cache subnet group.

$sel:cacheSubnetGroupDescription:CacheSubnetGroup', cacheSubnetGroup_cacheSubnetGroupDescription - The description of the cache subnet group.

$sel:cacheSubnetGroupName:CacheSubnetGroup', cacheSubnetGroup_cacheSubnetGroupName - The name of the cache subnet group.

$sel:subnets:CacheSubnetGroup', cacheSubnetGroup_subnets - A list of subnets associated with the cache subnet group.

CacheSubnetGroup, cacheSubnetGroup_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.

$sel:vpcId:CacheSubnetGroup', cacheSubnetGroup_vpcId - The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

cacheSubnetGroup_arn :: Lens' CacheSubnetGroup (Maybe Text) Source #

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

cacheSubnetGroup_subnets :: Lens' CacheSubnetGroup (Maybe [Subnet]) Source #

A list of subnets associated with the cache subnet group.

cacheSubnetGroup_supportedNetworkTypes :: Lens' CacheSubnetGroup (Maybe [NetworkType]) Source #

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.

cacheSubnetGroup_vpcId :: Lens' CacheSubnetGroup (Maybe Text) Source #

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