View source: R/s3control_operations.R
s3control_list_access_grants | R Documentation |
Returns the list of access grants in your S3 Access Grants instance.
See https://www.paws-r-sdk.com/docs/s3control_list_access_grants/ for full documentation.
s3control_list_access_grants(
AccountId,
NextToken = NULL,
MaxResults = NULL,
GranteeType = NULL,
GranteeIdentifier = NULL,
Permission = NULL,
GrantScope = NULL,
ApplicationArn = NULL
)
AccountId |
[required] The ID of the Amazon Web Services account that is making this request. |
NextToken |
A pagination token to request the next page of results. Pass this value
into a subsequent |
MaxResults |
The maximum number of access grants that you would like returned in the
|
GranteeType |
The type of the grantee to which access has been granted. It can be one of the following values:
|
GranteeIdentifier |
The unique identifer of the |
Permission |
The type of permission granted to your S3 data, which can be set to one of the following values:
|
GrantScope |
The S3 path of the data to which you are granting access. It is the
result of appending the |
ApplicationArn |
The Amazon Resource Name (ARN) of an Amazon Web Services IAM Identity Center application associated with your Identity Center instance. If the grant includes an application ARN, the grantee can only access the S3 data through this application. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.