BucketLoggingV2TargetGrantGrantee

data class BucketLoggingV2TargetGrantGrantee(val displayName: String? = null, val emailAddress: String? = null, val id: String? = null, val type: String, val uri: String? = null)

Constructors

Link copied to clipboard
constructor(displayName: String? = null, emailAddress: String? = null, id: String? = null, type: String, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
val emailAddress: String? = null

Email address of the grantee. See Regions and Endpoints for supported AWS regions where this argument can be specified.

Link copied to clipboard
val id: String? = null

Canonical user ID of the grantee.

Link copied to clipboard

Type of grantee. Valid values: CanonicalUser, AmazonCustomerByEmail, Group.

Link copied to clipboard
val uri: String? = null

URI of the grantee group.