PermissionsDataLocation

data class PermissionsDataLocation(val arn: String, val catalogId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Amazon Resource Name (ARN) that uniquely identifies the data location resource. The following argument is optional:

Link copied to clipboard
val catalogId: String? = null

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