BucketV2GrantArgs

data class BucketV2GrantArgs(val id: Output<String>? = null, val permissions: Output<List<String>>, val type: Output<String>, val uri: Output<String>? = null) : ConvertibleToJava<BucketV2GrantArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, permissions: Output<List<String>>, type: Output<String>, uri: Output<String>? = null)

Properties

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

Canonical user id to grant for. Used only when type is CanonicalUser.

Link copied to clipboard
val permissions: Output<List<String>>

List of permissions to apply for grantee. Valid values are READ, WRITE, READ_ACP, WRITE_ACP, FULL_CONTROL.

Link copied to clipboard
val type: Output<String>

Type of grantee to apply for. Valid values are CanonicalUser and Group. AmazonCustomerByEmail is not supported.

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

Uri address to grant for. Used only when type is Group.

Functions

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