ServerSideEncryptionConfiguration

public struct ServerSideEncryptionConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn’t support asymmetric CMKs.

    Declaration

    Swift

    public let kmsKeyId: String?
  • Undocumented

    Declaration

    Swift

    public init(kmsKeyId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws