s3control_delete_access_grant {paws.storage}R Documentation

Deletes the access grant from the S3 Access Grants instance

Description

Deletes the access grant from the S3 Access Grants instance. You cannot undo an access grant deletion and the grantee will no longer have access to the S3 data.

See https://www.paws-r-sdk.com/docs/s3control_delete_access_grant/ for full documentation.

Usage

s3control_delete_access_grant(AccountId, AccessGrantId)

Arguments

AccountId

[required] The Amazon Web Services account ID of the S3 Access Grants instance.

AccessGrantId

[required] The ID of the access grant. S3 Access Grants auto-generates this ID when you create the access grant.


[Package paws.storage version 0.9.0 Index]