PermissionsDataLocationArgs

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

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>

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

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.

Functions

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