| 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.ClusterSecurityGroup
Description
Synopsis
- data ClusterSecurityGroup = ClusterSecurityGroup' {
- clusterSecurityGroupName :: Maybe Text
- description :: Maybe Text
- eC2SecurityGroups :: Maybe [EC2SecurityGroup]
- iPRanges :: Maybe [IPRange]
- tags :: Maybe [Tag]
- newClusterSecurityGroup :: ClusterSecurityGroup
- clusterSecurityGroup_clusterSecurityGroupName :: Lens' ClusterSecurityGroup (Maybe Text)
- clusterSecurityGroup_description :: Lens' ClusterSecurityGroup (Maybe Text)
- clusterSecurityGroup_eC2SecurityGroups :: Lens' ClusterSecurityGroup (Maybe [EC2SecurityGroup])
- clusterSecurityGroup_iPRanges :: Lens' ClusterSecurityGroup (Maybe [IPRange])
- clusterSecurityGroup_tags :: Lens' ClusterSecurityGroup (Maybe [Tag])
Documentation
data ClusterSecurityGroup Source #
Describes a security group.
See: newClusterSecurityGroup smart constructor.
Constructors
| ClusterSecurityGroup' | |
Fields
| |
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:description:ClusterSecurityGroup', clusterSecurityGroup_description - A description of the 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:iPRanges:ClusterSecurityGroup', clusterSecurityGroup_iPRanges - A list of IP ranges (CIDR blocks) that are permitted to access clusters
associated with this cluster security group.
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_description :: Lens' ClusterSecurityGroup (Maybe Text) Source #
A description of the 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_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_tags :: Lens' ClusterSecurityGroup (Maybe [Tag]) Source #
The list of tags for the cluster security group.