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 SubnetGroup = SubnetGroup' {}
- newSubnetGroup :: SubnetGroup
- subnetGroup_arn :: Lens' SubnetGroup (Maybe Text)
- subnetGroup_vpcId :: Lens' SubnetGroup (Maybe Text)
- subnetGroup_subnets :: Lens' SubnetGroup (Maybe [Subnet])
- subnetGroup_name :: Lens' SubnetGroup (Maybe Text)
- subnetGroup_description :: Lens' SubnetGroup (Maybe Text)
Documentation
data SubnetGroup Source #
Represents the output of one of the following operations:
- CreateSubnetGroup
- UpdateSubnetGroup
A subnet group is a collection of subnets (typically private) that you can designate for your clusters running in an Amazon Virtual Private Cloud (VPC) environment.
See: newSubnetGroup
smart constructor.
SubnetGroup' | |
|
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:arn:SubnetGroup'
, subnetGroup_arn
- The ARN (Amazon Resource Name) of the subnet group.
$sel:vpcId:SubnetGroup'
, subnetGroup_vpcId
- The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet
group.
$sel:subnets:SubnetGroup'
, subnetGroup_subnets
- A list of subnets associated with the subnet group.
$sel:name:SubnetGroup'
, subnetGroup_name
- The name of the subnet group
$sel:description:SubnetGroup'
, subnetGroup_description
- A description of the subnet group
subnetGroup_arn :: Lens' SubnetGroup (Maybe Text) Source #
The ARN (Amazon Resource Name) of the subnet group.
subnetGroup_vpcId :: Lens' SubnetGroup (Maybe Text) Source #
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
subnetGroup_subnets :: Lens' SubnetGroup (Maybe [Subnet]) Source #
A list of subnets associated with the subnet group.
subnetGroup_name :: Lens' SubnetGroup (Maybe Text) Source #
The name of the subnet group
subnetGroup_description :: Lens' SubnetGroup (Maybe Text) Source #
A description of the subnet group