ConnectionPasswordEncryption

public struct ConnectionPasswordEncryption : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An AWS KMS key that is used to encrypt the connection password. If connection password protection is enabled, the caller of CreateConnection and UpdateConnection needs at least kms:Encrypt permission on the specified AWS KMS key, to encrypt passwords before storing them in the Data Catalog. You can set the decrypt permission to enable or restrict access on the password key according to your security requirements.

    Declaration

    Swift

    public let awsKmsKeyId: String?
  • When the ReturnConnectionPasswordEncrypted flag is set to “true”, passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently from catalog encryption.

    Declaration

    Swift

    public let returnConnectionPasswordEncrypted: Bool
  • Undocumented

    Declaration

    Swift

    public init(awsKmsKeyId: String? = nil, returnConnectionPasswordEncrypted: Bool)
  • Declaration

    Swift

    public func validate(name: String) throws