PrincipalPermissionsDataLocationResourceArgs

data class PrincipalPermissionsDataLocationResourceArgs(val catalogId: Output<String>, val resourceArn: Output<String>) : ConvertibleToJava<PrincipalPermissionsDataLocationResourceArgs>

A structure for a data location object where permissions are granted or revoked.

Constructors

constructor(catalogId: Output<String>, resourceArn: Output<String>)

Properties

Link copied to clipboard
val catalogId: Output<String>

The identifier for the GLUDC where the location is registered with LFlong.

Link copied to clipboard
val resourceArn: Output<String>

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

Functions

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