data class ObjectCopyGrantArgs(val email: Output<String>? = null, val id: Output<String>? = null, val permissions: Output<List<String>>, val type: Output<String>, val uri: Output<String>? = null) : ConvertibleToJava<ObjectCopyGrantArgs>
Type of grantee. Valid values are CanonicalUser, Group, and AmazonCustomerByEmail. This configuration block has the following optional arguments (one of the three is required):