Update Image Permissions
appstream_update_image_permissions | R Documentation |
Adds or updates permissions for the specified private image¶
Description¶
Adds or updates permissions for the specified private image.
Usage¶
appstream_update_image_permissions(Name, SharedAccountId,
ImagePermissions)
Arguments¶
Name |
[required] The name of the private image. |
SharedAccountId |
[required] The 12-digit identifier of the AWS account for which you want add or update image permissions. |
ImagePermissions |
[required] The permissions for the image. |
Value¶
An empty list.
Request syntax¶
svc$update_image_permissions(
Name = "string",
SharedAccountId = "string",
ImagePermissions = list(
allowFleet = TRUE|FALSE,
allowImageBuilder = TRUE|FALSE
)
)