Module Values.SnapshotCopyGrantSource

The snapshot copy grant that grants Amazon Redshift permission to encrypt copied snapshots with the specified encrypted symmetric key 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.

Sourcetype nonrec t = {
  1. snapshotCopyGrantName : String_.t option;
    (*

    The name of the snapshot copy grant.

    *)
  2. kmsKeyId : String_.t option;
    (*

    The unique identifier of the encrypted symmetric key in Amazon Web Services KMS to which Amazon Redshift is granted permission.

    *)
  3. tags : TagList.t option;
    (*

    A list of tag instances.

    *)
}
Sourceval make : ?snapshotCopyGrantName:??? -> ?kmsKeyId:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t