CreateSnapshotCopyGrantMessage

public struct CreateSnapshotCopyGrantMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission. If no key is specified, the default key is used.

    Declaration

    Swift

    public let kmsKeyId: String?
  • The name of the snapshot copy grant. This name must be unique in the region for the AWS account. Constraints: Must contain from 1 to 63 alphanumeric characters or hyphens. Alphabetic characters must be lowercase. First character must be a letter. Cannot end with a hyphen or contain two consecutive hyphens. Must be unique for all clusters within an AWS account.

    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, tags: [Tag]? = nil)