BucketLoggingV2TargetGrantArgs

data class BucketLoggingV2TargetGrantArgs(val grantee: Output<BucketLoggingV2TargetGrantGranteeArgs>, val permission: Output<String>) : ConvertibleToJava<BucketLoggingV2TargetGrantArgs>

Constructors

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

Properties

Link copied to clipboard

Configuration block for the person being granted permissions. See below.

Link copied to clipboard
val permission: Output<String>

Logging permissions assigned to the grantee for the bucket. Valid values: FULL_CONTROL, READ, WRITE.

Functions

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