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
Documentation
data SnapshotCopyGrant Source #
The snapshot copy grant that grants Amazon Redshift permission to encrypt copied snapshots with the specified customer master key (CMK) from Amazon Web Services KMS in the destination region.
For more information about managing snapshot copy grants, go to Amazon Redshift Database Encryption in the Amazon Redshift Cluster Management Guide.
See: newSnapshotCopyGrant
smart constructor.
Instances
newSnapshotCopyGrant :: SnapshotCopyGrant Source #
Create a value of SnapshotCopyGrant
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:kmsKeyId:SnapshotCopyGrant'
, snapshotCopyGrant_kmsKeyId
- The unique identifier of the customer master key (CMK) in Amazon Web
Services KMS to which Amazon Redshift is granted permission.
$sel:snapshotCopyGrantName:SnapshotCopyGrant'
, snapshotCopyGrant_snapshotCopyGrantName
- The name of the snapshot copy grant.
$sel:tags:SnapshotCopyGrant'
, snapshotCopyGrant_tags
- A list of tag instances.
snapshotCopyGrant_kmsKeyId :: Lens' SnapshotCopyGrant (Maybe Text) Source #
The unique identifier of the customer master key (CMK) in Amazon Web Services KMS to which Amazon Redshift is granted permission.
snapshotCopyGrant_snapshotCopyGrantName :: Lens' SnapshotCopyGrant (Maybe Text) Source #
The name of the snapshot copy grant.
snapshotCopyGrant_tags :: Lens' SnapshotCopyGrant (Maybe [Tag]) Source #
A list of tag instances.