appstream_describe_image_permissions: Retrieves a list that describes the permissions for shared...

View source: R/appstream_operations.R

appstream_describe_image_permissionsR Documentation

Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own

Description

Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.

See https://www.paws-r-sdk.com/docs/appstream_describe_image_permissions/ for full documentation.

Usage

appstream_describe_image_permissions(
  Name,
  MaxResults = NULL,
  SharedAwsAccountIds = NULL,
  NextToken = NULL
)

Arguments

Name

[required] The name of the private image for which to describe permissions. The image must be one that you own.

MaxResults

The maximum size of each page of results.

SharedAwsAccountIds

The 12-digit identifier of one or more AWS accounts with which the image is shared.

NextToken

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.