| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.Redshift.DeleteClusterParameterGroup
Description
Deletes a specified Amazon Redshift parameter group. You cannot delete a parameter group if it is associated with a cluster.
http://docs.aws.amazon.com/redshift/latest/APIReference/API_DeleteClusterParameterGroup.html
Request
data DeleteClusterParameterGroup Source
Instances
Request constructor
deleteClusterParameterGroup Source
Arguments
| :: Text | |
| -> DeleteClusterParameterGroup |
DeleteClusterParameterGroup constructor.
The fields accessible through corresponding lenses are:
dcpg1ParameterGroupName::Text
Request lenses
dcpg1ParameterGroupName :: Lens' DeleteClusterParameterGroup Text Source
The name of the parameter group to be deleted.
Constraints:
Must be the name of an existing cluster parameter group. Cannot delete a default cluster parameter group.