DataCatalogEncryptionSettings
public struct DataCatalogEncryptionSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.
Declaration
Swift
public let connectionPasswordEncryption: ConnectionPasswordEncryption?
-
Specifies the encryption-at-rest configuration for the Data Catalog.
Declaration
Swift
public let encryptionAtRest: EncryptionAtRest?
-
Undocumented
Declaration
Swift
public init(connectionPasswordEncryption: ConnectionPasswordEncryption? = nil, encryptionAtRest: EncryptionAtRest? = nil)
-
Declaration
Swift
public func validate(name: String) throws