GetDataLakeSettingsRequest
public struct GetDataLakeSettingsRequest : 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?
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws