Returns the list of access grants in your S3 Access Grants instance.
Permissions
You must have the s3:ListAccessGrants
permission to use this operation.
See also: AWS API Documentation
list-access-grants
--account-id <value>
[--next-token <value>]
[--max-results <value>]
[--grantee-type <value>]
[--grantee-identifier <value>]
[--permission <value>]
[--grant-scope <value>]
[--application-arn <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
[--cli-binary-format <value>]
[--no-cli-pager]
[--cli-auto-prompt]
[--no-cli-auto-prompt]
--account-id
(string)
The Amazon Web Services account ID of the S3 Access Grants instance.
--next-token
(string)
A pagination token to request the next page of results. Pass this value into a subsequentList Access Grants
request in order to retrieve the next page of results.
--max-results
(integer)
The maximum number of access grants that you would like returned in theList Access Grants
response. If the results include the pagination tokenNextToken
, make another call using theNextToken
to determine if there are more results.
--grantee-type
(string)
The type of the grantee to which access has been granted. It can be one of the following values:
IAM
- An IAM user or role.DIRECTORY_USER
- Your corporate directory user. You can use this option if you have added your corporate identity directory to IAM Identity Center and associated the IAM Identity Center instance with your S3 Access Grants instance.DIRECTORY_GROUP
- Your corporate directory group. You can use this option if you have added your corporate identity directory to IAM Identity Center and associated the IAM Identity Center instance with your S3 Access Grants instance.Possible values:
DIRECTORY_USER
DIRECTORY_GROUP
IAM
--grantee-identifier
(string)
The unique identifer of theGrantee
. If the grantee type isIAM
, the identifier is the IAM Amazon Resource Name (ARN) of the user or role. If the grantee type is a directory user or group, the identifier is 128-bit universally unique identifier (UUID) in the formata1b2c3d4-5678-90ab-cdef-EXAMPLE11111
. You can obtain this UUID from your Amazon Web Services IAM Identity Center instance.
--permission
(string)
The type of permission granted to your S3 data, which can be set to one of the following values:
READ
– Grant read-only access to the S3 data.WRITE
– Grant write-only access to the S3 data.READWRITE
– Grant both read and write access to the S3 data.Possible values:
READ
WRITE
READWRITE
--grant-scope
(string)
The S3 path of the data to which you are granting access. It is the result of appending theSubprefix
to the location scope.
--application-arn
(string)
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.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
--debug
(boolean)
Turn on debug logging.
--endpoint-url
(string)
Override command’s default URL with the given URL.
--no-verify-ssl
(boolean)
By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.
--no-paginate
(boolean)
Disable automatic pagination. If automatic pagination is disabled, the AWS CLI will only make one call, for the first page of results.
--output
(string)
The formatting style for command output.
--query
(string)
A JMESPath query to use in filtering the response data.
--profile
(string)
Use a specific profile from your credential file.
--region
(string)
The region to use. Overrides config/env settings.
--version
(string)
Display the version of this tool.
--color
(string)
Turn on/off color output.
--no-sign-request
(boolean)
Do not sign requests. Credentials will not be loaded if this argument is provided.
--ca-bundle
(string)
The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.
--cli-read-timeout
(int)
The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.
--cli-connect-timeout
(int)
The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.
--cli-binary-format
(string)
The formatting style to be used for binary blobs. The default format is base64. The base64 format expects binary blobs to be provided as a base64 encoded string. The raw-in-base64-out format preserves compatibility with AWS CLI V1 behavior and binary values must be passed literally. When providing contents from a file that map to a binary blob fileb://
will always be treated as binary and use the file contents directly regardless of the cli-binary-format
setting. When using file://
the file contents will need to properly formatted for the configured cli-binary-format
.
--no-cli-pager
(boolean)
Disable cli pager for output.
--cli-auto-prompt
(boolean)
Automatically prompt for CLI input parameters.
--no-cli-auto-prompt
(boolean)
Disable automatically prompt for CLI input parameters.
NextToken -> (string)
A pagination token to request the next page of results. Pass this value into a subsequentList Access Grants
request in order to retrieve the next page of results.
AccessGrantsList -> (list)
A container for a list of grants in an S3 Access Grants instance.
(structure)
Information about the access grant.
CreatedAt -> (timestamp)
The date and time when you created the S3 Access Grants instance.AccessGrantId -> (string)
The ID of the access grant. S3 Access Grants auto-generates this ID when you create the access grant.AccessGrantArn -> (string)
The Amazon Resource Name (ARN) of the access grant.Grantee -> (structure)
The user, group, or role to which you are granting access. You can grant access to an IAM user or role. If you have added your corporate directory to Amazon Web Services IAM Identity Center and associated your Identity Center instance with your S3 Access Grants instance, the grantee can also be a corporate directory user or group.
GranteeType -> (string)
The type of the grantee to which access has been granted. It can be one of the following values:
IAM
- An IAM user or role.DIRECTORY_USER
- Your corporate directory user. You can use this option if you have added your corporate identity directory to IAM Identity Center and associated the IAM Identity Center instance with your S3 Access Grants instance.DIRECTORY_GROUP
- Your corporate directory group. You can use this option if you have added your corporate identity directory to IAM Identity Center and associated the IAM Identity Center instance with your S3 Access Grants instance.GranteeIdentifier -> (string)
The unique identifier of theGrantee
. If the grantee type isIAM
, the identifier is the IAM Amazon Resource Name (ARN) of the user or role. If the grantee type is a directory user or group, the identifier is 128-bit universally unique identifier (UUID) in the formata1b2c3d4-5678-90ab-cdef-EXAMPLE11111
. You can obtain this UUID from your Amazon Web Services IAM Identity Center instance.Permission -> (string)
The type of access granted to your S3 data, which can be set to one of the following values:
READ
– Grant read-only access to the S3 data.WRITE
– Grant write-only access to the S3 data.READWRITE
– Grant both read and write access to the S3 data.AccessGrantsLocationId -> (string)
The ID of the registered location to which you are granting access. S3 Access Grants assigns this ID when you register the location. S3 Access Grants assigns the IDdefault
to the default locations3://
and assigns an auto-generated ID to other locations that you register.AccessGrantsLocationConfiguration -> (structure)
The configuration options of the grant location. The grant location is the S3 path to the data to which you are granting access.
S3SubPrefix -> (string)
The
S3SubPrefix
is appended to the location scope creating the grant scope. Use this field to narrow the scope of the grant to a subset of the location scope. This field is required if the location scope is the default locations3://
because you cannot create a grant for all of your S3 data in the Region and must narrow the scope. For example, if the location scope is the default locations3://
, theS3SubPrefx
can be a <bucket-name>/*, so the full grant scope path would bes3://<bucket-name>/*
. Or theS3SubPrefx
can be<bucket-name>/<prefix-name>*
, so the full grant scope path would be ors3://<bucket-name>/<prefix-name>*
.If the
S3SubPrefix
includes a prefix, append the wildcard character*
after the prefix to indicate that you want to include all object key names in the bucket that start with that prefix.GrantScope -> (string)
The S3 path of the data to which you are granting access. It is the result of appending theSubprefix
to the location scope.ApplicationArn -> (string)
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.