| 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 |
Amazonka.Redshift.Types.ClusterSubnetGroup
Description
Synopsis
- data ClusterSubnetGroup = ClusterSubnetGroup' {}
- newClusterSubnetGroup :: ClusterSubnetGroup
- clusterSubnetGroup_clusterSubnetGroupName :: Lens' ClusterSubnetGroup (Maybe Text)
- clusterSubnetGroup_description :: Lens' ClusterSubnetGroup (Maybe Text)
- clusterSubnetGroup_subnetGroupStatus :: Lens' ClusterSubnetGroup (Maybe Text)
- clusterSubnetGroup_subnets :: Lens' ClusterSubnetGroup (Maybe [Subnet])
- clusterSubnetGroup_tags :: Lens' ClusterSubnetGroup (Maybe [Tag])
- clusterSubnetGroup_vpcId :: Lens' ClusterSubnetGroup (Maybe Text)
Documentation
data ClusterSubnetGroup Source #
Describes a subnet group.
See: newClusterSubnetGroup smart constructor.
Constructors
| ClusterSubnetGroup' | |
Fields
| |
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:clusterSubnetGroupName:ClusterSubnetGroup', clusterSubnetGroup_clusterSubnetGroupName - The name of the cluster subnet group.
$sel:description:ClusterSubnetGroup', clusterSubnetGroup_description - The description 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:subnets:ClusterSubnetGroup', clusterSubnetGroup_subnets - A list of the VPC Subnet elements.
$sel:tags:ClusterSubnetGroup', clusterSubnetGroup_tags - The list of tags for the cluster subnet group.
$sel:vpcId:ClusterSubnetGroup', clusterSubnetGroup_vpcId - The VPC ID of the cluster subnet group.
clusterSubnetGroup_clusterSubnetGroupName :: Lens' ClusterSubnetGroup (Maybe Text) Source #
The name of the cluster subnet group.
clusterSubnetGroup_description :: Lens' ClusterSubnetGroup (Maybe Text) Source #
The description 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_subnets :: Lens' ClusterSubnetGroup (Maybe [Subnet]) Source #
A list of the VPC Subnet elements.
clusterSubnetGroup_tags :: Lens' ClusterSubnetGroup (Maybe [Tag]) Source #
The list of tags for the cluster subnet group.
clusterSubnetGroup_vpcId :: Lens' ClusterSubnetGroup (Maybe Text) Source #
The VPC ID of the cluster subnet group.