permissions

@JvmName(name = "rtxlkikaveqkucey")
suspend fun permissions(value: Output<List<String>>)
@JvmName(name = "keqmbmfsgdojhtdc")
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, DESCRIBE, and CREATE_TABLE. For more details, see Lake Formation Permissions Reference.


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


@JvmName(name = "pddouemuhrayklfh")
suspend fun permissions(values: List<Output<String>>)
@JvmName(name = "qhwuxxfnliotcksi")
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, DESCRIBE, and CREATE_TABLE. For more details, see Lake Formation Permissions Reference.