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 ClusterSecurityGroup = ClusterSecurityGroup' {
- clusterSecurityGroupName :: Maybe Text
- iPRanges :: Maybe [IPRange]
- eC2SecurityGroups :: Maybe [EC2SecurityGroup]
- description :: Maybe Text
- tags :: Maybe [Tag]
- newClusterSecurityGroup :: ClusterSecurityGroup
- clusterSecurityGroup_clusterSecurityGroupName :: Lens' ClusterSecurityGroup (Maybe Text)
- clusterSecurityGroup_iPRanges :: Lens' ClusterSecurityGroup (Maybe [IPRange])
- clusterSecurityGroup_eC2SecurityGroups :: Lens' ClusterSecurityGroup (Maybe [EC2SecurityGroup])
- clusterSecurityGroup_description :: Lens' ClusterSecurityGroup (Maybe Text)
- clusterSecurityGroup_tags :: Lens' ClusterSecurityGroup (Maybe [Tag])
Documentation
data ClusterSecurityGroup Source #
Describes a security group.
See: newClusterSecurityGroup
smart constructor.
ClusterSecurityGroup' | |
|
Instances
newClusterSecurityGroup :: ClusterSecurityGroup Source #
Create a value of ClusterSecurityGroup
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:clusterSecurityGroupName:ClusterSecurityGroup'
, clusterSecurityGroup_clusterSecurityGroupName
- The name of the cluster security group to which the operation was
applied.
$sel:iPRanges:ClusterSecurityGroup'
, clusterSecurityGroup_iPRanges
- A list of IP ranges (CIDR blocks) that are permitted to access clusters
associated with this cluster security group.
$sel:eC2SecurityGroups:ClusterSecurityGroup'
, clusterSecurityGroup_eC2SecurityGroups
- A list of EC2 security groups that are permitted to access clusters
associated with this cluster security group.
$sel:description:ClusterSecurityGroup'
, clusterSecurityGroup_description
- A description of the security group.
$sel:tags:ClusterSecurityGroup'
, clusterSecurityGroup_tags
- The list of tags for the cluster security group.
clusterSecurityGroup_clusterSecurityGroupName :: Lens' ClusterSecurityGroup (Maybe Text) Source #
The name of the cluster security group to which the operation was applied.
clusterSecurityGroup_iPRanges :: Lens' ClusterSecurityGroup (Maybe [IPRange]) Source #
A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group.
clusterSecurityGroup_eC2SecurityGroups :: Lens' ClusterSecurityGroup (Maybe [EC2SecurityGroup]) Source #
A list of EC2 security groups that are permitted to access clusters associated with this cluster security group.
clusterSecurityGroup_description :: Lens' ClusterSecurityGroup (Maybe Text) Source #
A description of the security group.
clusterSecurityGroup_tags :: Lens' ClusterSecurityGroup (Maybe [Tag]) Source #
The list of tags for the cluster security group.