Grantee Args
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
Screen name of the grantee.
Link copied to clipboard
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
Type of grantee