| 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.AwsRedshiftClusterClusterParameterGroup
Description
Synopsis
- data AwsRedshiftClusterClusterParameterGroup = AwsRedshiftClusterClusterParameterGroup' {}
- newAwsRedshiftClusterClusterParameterGroup :: AwsRedshiftClusterClusterParameterGroup
- awsRedshiftClusterClusterParameterGroup_clusterParameterStatusList :: Lens' AwsRedshiftClusterClusterParameterGroup (Maybe [AwsRedshiftClusterClusterParameterStatus])
- awsRedshiftClusterClusterParameterGroup_parameterApplyStatus :: Lens' AwsRedshiftClusterClusterParameterGroup (Maybe Text)
- awsRedshiftClusterClusterParameterGroup_parameterGroupName :: Lens' AwsRedshiftClusterClusterParameterGroup (Maybe Text)
Documentation
data AwsRedshiftClusterClusterParameterGroup Source #
A cluster parameter group that is associated with an Amazon Redshift cluster.
See: newAwsRedshiftClusterClusterParameterGroup smart constructor.
Constructors
| AwsRedshiftClusterClusterParameterGroup' | |
Fields
| |
Instances
newAwsRedshiftClusterClusterParameterGroup :: AwsRedshiftClusterClusterParameterGroup Source #
Create a value of AwsRedshiftClusterClusterParameterGroup 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:clusterParameterStatusList:AwsRedshiftClusterClusterParameterGroup', awsRedshiftClusterClusterParameterGroup_clusterParameterStatusList - The list of parameter statuses.
$sel:parameterApplyStatus:AwsRedshiftClusterClusterParameterGroup', awsRedshiftClusterClusterParameterGroup_parameterApplyStatus - The status of updates to the parameters.
$sel:parameterGroupName:AwsRedshiftClusterClusterParameterGroup', awsRedshiftClusterClusterParameterGroup_parameterGroupName - The name of the parameter group.
awsRedshiftClusterClusterParameterGroup_clusterParameterStatusList :: Lens' AwsRedshiftClusterClusterParameterGroup (Maybe [AwsRedshiftClusterClusterParameterStatus]) Source #
The list of parameter statuses.
awsRedshiftClusterClusterParameterGroup_parameterApplyStatus :: Lens' AwsRedshiftClusterClusterParameterGroup (Maybe Text) Source #
The status of updates to the parameters.
awsRedshiftClusterClusterParameterGroup_parameterGroupName :: Lens' AwsRedshiftClusterClusterParameterGroup (Maybe Text) Source #
The name of the parameter group.