SnapshotCopyGrant

public struct SnapshotCopyGrant : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier of the customer master key (CMK) in AWS KMS to which Amazon Redshift is granted permission.

    Declaration

    Swift

    public let kmsKeyId: String?
  • The name of the snapshot copy grant.

    Declaration

    Swift

    public let snapshotCopyGrantName: String?
  • A list of tag instances.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(kmsKeyId: String? = nil, snapshotCopyGrantName: String? = nil, tags: [Tag]? = nil)