s3control_list_access_grants {paws.storage} | R Documentation |
Returns the list of access grants in your S3 Access Grants instance
Description
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.
Usage
s3control_list_access_grants(
AccountId,
NextToken = NULL,
MaxResults = NULL,
GranteeType = NULL,
GranteeIdentifier = NULL,
Permission = NULL,
GrantScope = NULL,
ApplicationArn = NULL
)
Arguments
AccountId |
[required] The Amazon Web Services account ID of the S3 Access Grants instance. |
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. |