| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElastiCache.Types.CacheSubnetGroup
Description
Synopsis
- data CacheSubnetGroup = CacheSubnetGroup' {}
- newCacheSubnetGroup :: CacheSubnetGroup
- cacheSubnetGroup_arn :: Lens' CacheSubnetGroup (Maybe Text)
- cacheSubnetGroup_cacheSubnetGroupDescription :: Lens' CacheSubnetGroup (Maybe Text)
- cacheSubnetGroup_cacheSubnetGroupName :: Lens' CacheSubnetGroup (Maybe Text)
- cacheSubnetGroup_subnets :: Lens' CacheSubnetGroup (Maybe [Subnet])
- cacheSubnetGroup_supportedNetworkTypes :: Lens' CacheSubnetGroup (Maybe [NetworkType])
- cacheSubnetGroup_vpcId :: Lens' CacheSubnetGroup (Maybe Text)
Documentation
data CacheSubnetGroup Source #
Represents the output of one of the following operations:
CreateCacheSubnetGroup
ModifyCacheSubnetGroup
See: newCacheSubnetGroup smart constructor.
Constructors
| CacheSubnetGroup' | |
Fields
| |
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: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_cacheSubnetGroupDescription :: Lens' CacheSubnetGroup (Maybe Text) Source #
The description of the cache subnet group.
cacheSubnetGroup_cacheSubnetGroupName :: Lens' CacheSubnetGroup (Maybe Text) Source #
The 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.