GranteeArgs

data class GranteeArgs(val displayName: Output<String>? = null, val emailAddress: Output<String>? = null, val id: Output<String>? = null, val type: Output<TypeEnumValueArgs>? = null, val uri: Output<String>? = null) : ConvertibleToJava<GranteeArgs>

Definition of Grantee

Constructors

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

Properties

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

Screen name of the grantee.

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

Email address of the grantee.

Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions:

  • US East (N. Virginia)

  • US West (N. California)

  • US West (Oregon)

  • Asia Pacific (Singapore)

  • Asia Pacific (Sydney)

  • Asia Pacific (Tokyo)

  • Europe (Ireland)

  • South America (São Paulo)

For a list of all the Amazon S3 supported Regions and endpoints, see Regions and Endpoints in the Amazon Web Services General Reference.

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

The canonical user ID of the grantee.

Link copied to clipboard
val type: Output<TypeEnumValueArgs>? = null

Type of grantee

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

URI of the grantee group.

Functions

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