BatchRevokePermissionsRequest
public struct BatchRevokePermissionsRequest : 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 list of up to 20 entries for resource permissions to be revoked by batch operation to the principal.
Declaration
Swift
public let entries: [BatchPermissionsRequestEntry]
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, entries: [BatchPermissionsRequestEntry])
-
Declaration
Swift
public func validate(name: String) throws