View source: R/s3control_operations.R
s3control_update_access_grants_location | R Documentation |
Updates the IAM role of a registered location in your S3 Access Grants instance.
See https://www.paws-r-sdk.com/docs/s3control_update_access_grants_location/ for full documentation.
s3control_update_access_grants_location(
AccountId,
AccessGrantsLocationId,
IAMRoleArn
)
AccountId |
[required] The ID of the Amazon Web Services account that is making this request. |
AccessGrantsLocationId |
[required] The ID of the registered location that you are updating. S3 Access
Grants assigns this ID when you register the location. S3 Access Grants
assigns the ID The ID of the registered location to which you are granting access. S3
Access Grants assigned this ID when you registered the location. S3
Access Grants assigns the ID If you are passing the |
IAMRoleArn |
[required] The Amazon Resource Name (ARN) of the IAM role for the registered location. S3 Access Grants assumes this role to manage access to the registered location. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.