Get Access Grants Instance
s3control_get_access_grants_instance | R Documentation |
Retrieves the S3 Access Grants instance for a Region in your account¶
Description¶
Retrieves the S3 Access Grants instance for a Region in your account.
Permissions¶
You must have the s3:GetAccessGrantsInstance
permission to use this
operation.
Usage¶
Arguments¶
AccountId
[required] The ID of the Amazon Web Services account that is making this request.
Value¶
A list with the following syntax:
list(
AccessGrantsInstanceArn = "string",
AccessGrantsInstanceId = "string",
IdentityCenterArn = "string",
CreatedAt = as.POSIXct(
"2015-01-01"
)
)