Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data CacheSubnetGroup = CacheSubnetGroup' {}
- newCacheSubnetGroup :: CacheSubnetGroup
- cacheSubnetGroup_arn :: Lens' CacheSubnetGroup (Maybe Text)
- cacheSubnetGroup_vpcId :: Lens' CacheSubnetGroup (Maybe Text)
- cacheSubnetGroup_subnets :: Lens' CacheSubnetGroup (Maybe [Subnet])
- cacheSubnetGroup_cacheSubnetGroupName :: Lens' CacheSubnetGroup (Maybe Text)
- cacheSubnetGroup_cacheSubnetGroupDescription :: Lens' CacheSubnetGroup (Maybe Text)
Documentation
data CacheSubnetGroup Source #
Represents the output of one of the following operations:
CreateCacheSubnetGroup
ModifyCacheSubnetGroup
See: newCacheSubnetGroup
smart constructor.
CacheSubnetGroup' | |
|
Instances
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.
cacheSubnetGroup_cacheSubnetGroupName :: Lens' CacheSubnetGroup (Maybe Text) Source #
The name of the cache subnet group.
cacheSubnetGroup_cacheSubnetGroupDescription :: Lens' CacheSubnetGroup (Maybe Text) Source #
The description of the cache subnet group.