SnapshotCopyGrant class
The snapshot copy grant that grants Amazon Redshift permission to encrypt copied snapshots with the specified customer master key (CMK) from AWS 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.
Constructors
-
SnapshotCopyGrant({String? kmsKeyId, String? snapshotCopyGrantName, List<
Tag> ? tags}) - SnapshotCopyGrant.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKeyId → String?
-
The unique identifier of the customer master key (CMK) in AWS KMS to which
Amazon Redshift is granted permission.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snapshotCopyGrantName → String?
-
The name of the snapshot copy grant.
final
-
A list of tag instances.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited