Struct rusoto_redshift::SnapshotCopyGrant [] [src]

pub struct SnapshotCopyGrant {
    pub kms_key_id: Option<String>,
    pub snapshot_copy_grant_name: Option<String>,
    pub tags: Option<Vec<Tag>>,
}

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.

Fields

The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

The name of the snapshot copy grant.

A list of tag instances.

Trait Implementations

impl Default for SnapshotCopyGrant
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for SnapshotCopyGrant
[src]

[src]

Formats the value using the given formatter.

impl Clone for SnapshotCopyGrant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more