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 DBSubnetGroup = DBSubnetGroup' {}
- newDBSubnetGroup :: DBSubnetGroup
- dbSubnetGroup_dbSubnetGroupName :: Lens' DBSubnetGroup (Maybe Text)
- dbSubnetGroup_vpcId :: Lens' DBSubnetGroup (Maybe Text)
- dbSubnetGroup_subnets :: Lens' DBSubnetGroup (Maybe [Subnet])
- dbSubnetGroup_dbSubnetGroupDescription :: Lens' DBSubnetGroup (Maybe Text)
- dbSubnetGroup_dbSubnetGroupArn :: Lens' DBSubnetGroup (Maybe Text)
- dbSubnetGroup_subnetGroupStatus :: Lens' DBSubnetGroup (Maybe Text)
Documentation
data DBSubnetGroup Source #
Contains the details of an Amazon RDS DB subnet group.
This data type is used as a response element in the
DescribeDBSubnetGroups
action.
See: newDBSubnetGroup
smart constructor.
DBSubnetGroup' | |
|
Instances
newDBSubnetGroup :: DBSubnetGroup Source #
Create a value of DBSubnetGroup
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:dbSubnetGroupName:DBSubnetGroup'
, dbSubnetGroup_dbSubnetGroupName
- The name of the DB subnet group.
$sel:vpcId:DBSubnetGroup'
, dbSubnetGroup_vpcId
- Provides the VpcId of the DB subnet group.
$sel:subnets:DBSubnetGroup'
, dbSubnetGroup_subnets
- Contains a list of Subnet
elements.
$sel:dbSubnetGroupDescription:DBSubnetGroup'
, dbSubnetGroup_dbSubnetGroupDescription
- Provides the description of the DB subnet group.
$sel:dbSubnetGroupArn:DBSubnetGroup'
, dbSubnetGroup_dbSubnetGroupArn
- The Amazon Resource Name (ARN) for the DB subnet group.
$sel:subnetGroupStatus:DBSubnetGroup'
, dbSubnetGroup_subnetGroupStatus
- Provides the status of the DB subnet group.
dbSubnetGroup_dbSubnetGroupName :: Lens' DBSubnetGroup (Maybe Text) Source #
The name of the DB subnet group.
dbSubnetGroup_vpcId :: Lens' DBSubnetGroup (Maybe Text) Source #
Provides the VpcId of the DB subnet group.
dbSubnetGroup_subnets :: Lens' DBSubnetGroup (Maybe [Subnet]) Source #
Contains a list of Subnet
elements.
dbSubnetGroup_dbSubnetGroupDescription :: Lens' DBSubnetGroup (Maybe Text) Source #
Provides the description of the DB subnet group.
dbSubnetGroup_dbSubnetGroupArn :: Lens' DBSubnetGroup (Maybe Text) Source #
The Amazon Resource Name (ARN) for the DB subnet group.
dbSubnetGroup_subnetGroupStatus :: Lens' DBSubnetGroup (Maybe Text) Source #
Provides the status of the DB subnet group.