GetPermissionsDataLocation

data class GetPermissionsDataLocation(val arn: String, val catalogId: String) : ConvertibleToJava<GetPermissionsDataLocation>

Constructors

Link copied to clipboard
constructor(arn: String, catalogId: String)

Properties

Link copied to clipboard
val arn: String

ARN that uniquely identifies the data location resource. The following argument is optional:

Link copied to clipboard

Identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.

Functions

Link copied to clipboard
open override fun toJava(): GetPermissionsDataLocation