KMSEncryptionConfig

public struct KMSEncryptionConfig : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the encryption key. Must belong to the same AWS Region as the destination Amazon S3 bucket. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

    Declaration

    Swift

    public let aWSKMSKeyARN: String
  • Undocumented

    Declaration

    Swift

    public init(aWSKMSKeyARN: String)
  • Declaration

    Swift

    public func validate(name: String) throws