PutDataLakeSettingsRequest
public struct PutDataLakeSettingsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
Declaration
Swift
public let catalogId: String?
-
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
Declaration
Swift
public let dataLakeSettings: DataLakeSettings
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, dataLakeSettings: DataLakeSettings)
-
Declaration
Swift
public func validate(name: String) throws