| 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.DeleteClusterSnapshotMessage
Description
Synopsis
- data DeleteClusterSnapshotMessage = DeleteClusterSnapshotMessage' {}
- newDeleteClusterSnapshotMessage :: Text -> DeleteClusterSnapshotMessage
- deleteClusterSnapshotMessage_snapshotClusterIdentifier :: Lens' DeleteClusterSnapshotMessage (Maybe Text)
- deleteClusterSnapshotMessage_snapshotIdentifier :: Lens' DeleteClusterSnapshotMessage Text
Documentation
data DeleteClusterSnapshotMessage Source #
See: newDeleteClusterSnapshotMessage smart constructor.
Constructors
| DeleteClusterSnapshotMessage' | |
Fields
| |
Instances
newDeleteClusterSnapshotMessage Source #
Arguments
| :: Text | |
| -> DeleteClusterSnapshotMessage |
Create a value of DeleteClusterSnapshotMessage 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:snapshotClusterIdentifier:DeleteClusterSnapshotMessage', deleteClusterSnapshotMessage_snapshotClusterIdentifier - The unique identifier of the cluster the snapshot was created from. This
parameter is required if your IAM user has a policy containing a
snapshot resource element that specifies anything other than * for the
cluster name.
Constraints: Must be the name of valid cluster.
$sel:snapshotIdentifier:DeleteClusterSnapshotMessage', deleteClusterSnapshotMessage_snapshotIdentifier - The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the
available, failed, or cancelled state.
deleteClusterSnapshotMessage_snapshotClusterIdentifier :: Lens' DeleteClusterSnapshotMessage (Maybe Text) Source #
The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
Constraints: Must be the name of valid cluster.
deleteClusterSnapshotMessage_snapshotIdentifier :: Lens' DeleteClusterSnapshotMessage Text Source #
The unique identifier of the manual snapshot to be deleted.
Constraints: Must be the name of an existing snapshot that is in the
available, failed, or cancelled state.