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 ClusterSubnetGroup = ClusterSubnetGroup' {}
- newClusterSubnetGroup :: ClusterSubnetGroup
- clusterSubnetGroup_vpcId :: Lens' ClusterSubnetGroup (Maybe Text)
- clusterSubnetGroup_subnets :: Lens' ClusterSubnetGroup (Maybe [Subnet])
- clusterSubnetGroup_clusterSubnetGroupName :: Lens' ClusterSubnetGroup (Maybe Text)
- clusterSubnetGroup_subnetGroupStatus :: Lens' ClusterSubnetGroup (Maybe Text)
- clusterSubnetGroup_description :: Lens' ClusterSubnetGroup (Maybe Text)
- clusterSubnetGroup_tags :: Lens' ClusterSubnetGroup (Maybe [Tag])
Documentation
data ClusterSubnetGroup Source #
Describes a subnet group.
See: newClusterSubnetGroup
smart constructor.
ClusterSubnetGroup' | |
|
Instances
newClusterSubnetGroup :: ClusterSubnetGroup Source #
Create a value of ClusterSubnetGroup
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:vpcId:ClusterSubnetGroup'
, clusterSubnetGroup_vpcId
- The VPC ID of the cluster subnet group.
$sel:subnets:ClusterSubnetGroup'
, clusterSubnetGroup_subnets
- A list of the VPC Subnet elements.
$sel:clusterSubnetGroupName:ClusterSubnetGroup'
, clusterSubnetGroup_clusterSubnetGroupName
- The name of the cluster subnet group.
$sel:subnetGroupStatus:ClusterSubnetGroup'
, clusterSubnetGroup_subnetGroupStatus
- The status of the cluster subnet group. Possible values are Complete
,
Incomplete
and Invalid
.
$sel:description:ClusterSubnetGroup'
, clusterSubnetGroup_description
- The description of the cluster subnet group.
$sel:tags:ClusterSubnetGroup'
, clusterSubnetGroup_tags
- The list of tags for the cluster subnet group.
clusterSubnetGroup_vpcId :: Lens' ClusterSubnetGroup (Maybe Text) Source #
The VPC ID of the cluster subnet group.
clusterSubnetGroup_subnets :: Lens' ClusterSubnetGroup (Maybe [Subnet]) Source #
A list of the VPC Subnet elements.
clusterSubnetGroup_clusterSubnetGroupName :: Lens' ClusterSubnetGroup (Maybe Text) Source #
The name of the cluster subnet group.
clusterSubnetGroup_subnetGroupStatus :: Lens' ClusterSubnetGroup (Maybe Text) Source #
The status of the cluster subnet group. Possible values are Complete
,
Incomplete
and Invalid
.
clusterSubnetGroup_description :: Lens' ClusterSubnetGroup (Maybe Text) Source #
The description of the cluster subnet group.
clusterSubnetGroup_tags :: Lens' ClusterSubnetGroup (Maybe [Tag]) Source #
The list of tags for the cluster subnet group.