libZSservicesZSamazonka-elasticacheZSamazonka-elasticache
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

Read CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

Show 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 #

NFData CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

Methods

rnf :: CacheSubnetGroup -> () #

Hashable CacheSubnetGroup Source # 
Instance details

Defined in Amazonka.ElastiCache.Types.CacheSubnetGroup

FromXML 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" "libZSservicesZSamazonka-elasticacheZSamazonka-elasticache" 'False) (C1 ('MetaCons "CacheSubnetGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Subnet])) :*: (S1 ('MetaSel ('Just "cacheSubnetGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cacheSubnetGroupDescription") '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:vpcId:CacheSubnetGroup', cacheSubnetGroup_vpcId - The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group.

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

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

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

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

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

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

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

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

A list of subnets associated with the cache subnet group.