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 |
Synopsis
- data Snapshot = Snapshot' {}
- newSnapshot :: Snapshot
- snapshot_status :: Lens' Snapshot (Maybe Text)
- snapshot_arn :: Lens' Snapshot (Maybe Text)
- snapshot_kmsKeyId :: Lens' Snapshot (Maybe Text)
- snapshot_name :: Lens' Snapshot (Maybe Text)
- snapshot_clusterConfiguration :: Lens' Snapshot (Maybe ClusterConfiguration)
- snapshot_source :: Lens' Snapshot (Maybe Text)
Documentation
Represents a copy of an entire cluster as of the time when the snapshot was taken.
See: newSnapshot
smart constructor.
Snapshot' | |
|
Instances
newSnapshot :: Snapshot Source #
Create a value of Snapshot
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:Snapshot'
, snapshot_status
- The status of the snapshot. Valid values: creating | available |
restoring | copying | deleting.
$sel:arn:Snapshot'
, snapshot_arn
- The ARN (Amazon Resource Name) of the snapshot.
$sel:kmsKeyId:Snapshot'
, snapshot_kmsKeyId
- The ID of the KMS key used to encrypt the snapshot.
$sel:name:Snapshot'
, snapshot_name
- The name of the snapshot
$sel:clusterConfiguration:Snapshot'
, snapshot_clusterConfiguration
- The configuration of the cluster from which the snapshot was taken
$sel:source:Snapshot'
, snapshot_source
- Indicates whether the snapshot is from an automatic backup (automated)
or was created manually (manual).
snapshot_status :: Lens' Snapshot (Maybe Text) Source #
The status of the snapshot. Valid values: creating | available | restoring | copying | deleting.
snapshot_kmsKeyId :: Lens' Snapshot (Maybe Text) Source #
The ID of the KMS key used to encrypt the snapshot.
snapshot_clusterConfiguration :: Lens' Snapshot (Maybe ClusterConfiguration) Source #
The configuration of the cluster from which the snapshot was taken