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 |
Synopsis
Documentation
data SubnetGroup Source #
Represents the output of one of the following actions:
- CreateSubnetGroup
- ModifySubnetGroup
See: newSubnetGroup
smart constructor.
Instances
newSubnetGroup :: SubnetGroup Source #
Create a value of SubnetGroup
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:description:SubnetGroup'
, subnetGroup_description
- The description of the subnet group.
$sel:subnetGroupName:SubnetGroup'
, subnetGroup_subnetGroupName
- The name of the subnet group.
$sel:subnets:SubnetGroup'
, subnetGroup_subnets
- A list of subnets associated with the subnet group.
$sel:vpcId:SubnetGroup'
, subnetGroup_vpcId
- The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet
group.
subnetGroup_description :: Lens' SubnetGroup (Maybe Text) Source #
The description of the subnet group.
subnetGroup_subnetGroupName :: Lens' SubnetGroup (Maybe Text) Source #
The name of the subnet group.
subnetGroup_subnets :: Lens' SubnetGroup (Maybe [Subnet]) Source #
A list of subnets associated with the subnet group.
subnetGroup_vpcId :: Lens' SubnetGroup (Maybe Text) Source #
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.