SpacesKeyGrantArgs

data class SpacesKeyGrantArgs(val bucket: Output<String>, val permission: Output<String>) : ConvertibleToJava<SpacesKeyGrantArgs>

Constructors

Link copied to clipboard
constructor(bucket: Output<String>, permission: Output<String>)

Properties

Link copied to clipboard
val bucket: Output<String>

Name of the bucket associated with this grant. In case of a fullaccess permission, this value should be an empty string.

Link copied to clipboard
val permission: Output<String>

Permission associated with this grant. Values can be read, readwrite, fullaccess.

Functions

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