BucketOwnerArgs

data class BucketOwnerArgs(val entity: Output<String>? = null, val entityId: Output<String>? = null) : ConvertibleToJava<BucketOwnerArgs>

The owner of the bucket. This is always the project team's owner group.

Constructors

Link copied to clipboard
fun BucketOwnerArgs(entity: Output<String>? = null, entityId: Output<String>? = null)

Functions

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

Properties

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

The entity, in the form project-owner-projectId.

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

The ID for the entity.