| 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 |
Amazonka.SecurityHub.Types.AwsRedshiftClusterClusterSecurityGroup
Description
Synopsis
- data AwsRedshiftClusterClusterSecurityGroup = AwsRedshiftClusterClusterSecurityGroup' {}
- newAwsRedshiftClusterClusterSecurityGroup :: AwsRedshiftClusterClusterSecurityGroup
- awsRedshiftClusterClusterSecurityGroup_status :: Lens' AwsRedshiftClusterClusterSecurityGroup (Maybe Text)
- awsRedshiftClusterClusterSecurityGroup_clusterSecurityGroupName :: Lens' AwsRedshiftClusterClusterSecurityGroup (Maybe Text)
Documentation
data AwsRedshiftClusterClusterSecurityGroup Source #
A security group that is associated with the cluster.
See: newAwsRedshiftClusterClusterSecurityGroup smart constructor.
Constructors
| AwsRedshiftClusterClusterSecurityGroup' | |
Instances
newAwsRedshiftClusterClusterSecurityGroup :: AwsRedshiftClusterClusterSecurityGroup Source #
Create a value of AwsRedshiftClusterClusterSecurityGroup 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:status:AwsRedshiftClusterClusterSecurityGroup', awsRedshiftClusterClusterSecurityGroup_status - The status of the cluster security group.
$sel:clusterSecurityGroupName:AwsRedshiftClusterClusterSecurityGroup', awsRedshiftClusterClusterSecurityGroup_clusterSecurityGroupName - The name of the cluster security group.
awsRedshiftClusterClusterSecurityGroup_status :: Lens' AwsRedshiftClusterClusterSecurityGroup (Maybe Text) Source #
The status of the cluster security group.
awsRedshiftClusterClusterSecurityGroup_clusterSecurityGroupName :: Lens' AwsRedshiftClusterClusterSecurityGroup (Maybe Text) Source #
The name of the cluster security group.