PermissionsDataLocationArgs

data class PermissionsDataLocationArgs(val arn: Output<String>, val catalogId: Output<String>? = null) : ConvertibleToJava<PermissionsDataLocationArgs>

Constructors

Link copied to clipboard
fun PermissionsDataLocationArgs(arn: Output<String>, catalogId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val arn: Output<String>

Amazon Resource Name (ARN) that uniquely identifies the data location resource.

Link copied to clipboard
val catalogId: Output<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.