| 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.Subnet
Description
Synopsis
Documentation
Represents the subnet associated with a cluster. This parameter refers to subnets defined in Amazon Virtual Private Cloud (Amazon VPC) and used with ElastiCache.
See: newSubnet smart constructor.
Constructors
| Subnet' | |
Fields
| |
Instances
Create a value of Subnet 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:subnetAvailabilityZone:Subnet', subnet_subnetAvailabilityZone - The Availability Zone associated with the subnet.
$sel:subnetIdentifier:Subnet', subnet_subnetIdentifier - The unique identifier for the subnet.
$sel:subnetOutpost:Subnet', subnet_subnetOutpost - The outpost ARN of the subnet.
$sel:supportedNetworkTypes:Subnet', subnet_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.
subnet_subnetAvailabilityZone :: Lens' Subnet (Maybe AvailabilityZone) Source #
The Availability Zone associated with the subnet.
subnet_subnetOutpost :: Lens' Subnet (Maybe SubnetOutpost) Source #
The outpost ARN of the subnet.
subnet_supportedNetworkTypes :: Lens' Subnet (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.