DatabaseDataLakePrincipalArgs

data class DatabaseDataLakePrincipalArgs(val dataLakePrincipalIdentifier: Output<String>? = null) : ConvertibleToJava<DatabaseDataLakePrincipalArgs>

The AWS Lake Formation principal.

Constructors

Link copied to clipboard
constructor(dataLakePrincipalIdentifier: Output<String>? = null)

Properties

Link copied to clipboard
val dataLakePrincipalIdentifier: Output<String>? = null

An identifier for the AWS Lake Formation principal.

Functions

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