permissions

@JvmName(name = "bgmnokkdvxfyonpn")
suspend fun permissions(value: Output<List<String>>)
@JvmName(name = "bksbrhycgfcpnaoc")
suspend fun permissions(value: List<String>?)

Parameters

value

List of permissions that are granted to the principal. Valid values may include ALL, SELECT, ALTER, DROP, DELETE, INSERT, and DESCRIBE. For more details, see Lake Formation Permissions Reference.


@JvmName(name = "hnymfifvnjbmcgjm")
suspend fun permissions(vararg values: Output<String>)


@JvmName(name = "ybvlhofpqhxwgkbb")
suspend fun permissions(values: List<Output<String>>)
@JvmName(name = "gymsysfigpqsdner")
suspend fun permissions(vararg values: String)

Parameters

values

List of permissions that are granted to the principal. Valid values may include ALL, SELECT, ALTER, DROP, DELETE, INSERT, and DESCRIBE. For more details, see Lake Formation Permissions Reference.