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 AwsRdsDbSubnetGroupSubnet = AwsRdsDbSubnetGroupSubnet' {}
- newAwsRdsDbSubnetGroupSubnet :: AwsRdsDbSubnetGroupSubnet
- awsRdsDbSubnetGroupSubnet_subnetStatus :: Lens' AwsRdsDbSubnetGroupSubnet (Maybe Text)
- awsRdsDbSubnetGroupSubnet_subnetIdentifier :: Lens' AwsRdsDbSubnetGroupSubnet (Maybe Text)
- awsRdsDbSubnetGroupSubnet_subnetAvailabilityZone :: Lens' AwsRdsDbSubnetGroupSubnet (Maybe AwsRdsDbSubnetGroupSubnetAvailabilityZone)
Documentation
data AwsRdsDbSubnetGroupSubnet Source #
Information about a subnet in a subnet group.
See: newAwsRdsDbSubnetGroupSubnet
smart constructor.
AwsRdsDbSubnetGroupSubnet' | |
|
Instances
newAwsRdsDbSubnetGroupSubnet :: AwsRdsDbSubnetGroupSubnet Source #
Create a value of AwsRdsDbSubnetGroupSubnet
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:subnetStatus:AwsRdsDbSubnetGroupSubnet'
, awsRdsDbSubnetGroupSubnet_subnetStatus
- The status of a subnet in the subnet group.
$sel:subnetIdentifier:AwsRdsDbSubnetGroupSubnet'
, awsRdsDbSubnetGroupSubnet_subnetIdentifier
- The identifier of a subnet in the subnet group.
$sel:subnetAvailabilityZone:AwsRdsDbSubnetGroupSubnet'
, awsRdsDbSubnetGroupSubnet_subnetAvailabilityZone
- Information about the Availability Zone for a subnet in the subnet
group.
awsRdsDbSubnetGroupSubnet_subnetStatus :: Lens' AwsRdsDbSubnetGroupSubnet (Maybe Text) Source #
The status of a subnet in the subnet group.
awsRdsDbSubnetGroupSubnet_subnetIdentifier :: Lens' AwsRdsDbSubnetGroupSubnet (Maybe Text) Source #
The identifier of a subnet in the subnet group.
awsRdsDbSubnetGroupSubnet_subnetAvailabilityZone :: Lens' AwsRdsDbSubnetGroupSubnet (Maybe AwsRdsDbSubnetGroupSubnetAvailabilityZone) Source #
Information about the Availability Zone for a subnet in the subnet group.