permissions

@JvmName(name = "flerljkujsqgivom")
suspend fun permissions(value: Output<List<String>>)
@JvmName(name = "ckjgylxnenguwddf")
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 = "blcfnhgmjdelgpfa")
suspend fun permissions(vararg values: Output<String>)


@JvmName(name = "optjhrrrynpiupqh")
suspend fun permissions(values: List<Output<String>>)
@JvmName(name = "kwimrnqvuffcwbpr")
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.