s3control_put_access_grants_instance_resource_policy {paws.storage} | R Documentation |
Updates the resource policy of the S3 Access Grants instance
Description
Updates the resource policy of the S3 Access Grants instance.
See https://www.paws-r-sdk.com/docs/s3control_put_access_grants_instance_resource_policy/ for full documentation.
Usage
s3control_put_access_grants_instance_resource_policy(
AccountId,
Policy,
Organization = NULL
)
Arguments
AccountId |
[required] The Amazon Web Services account ID of the S3 Access Grants instance. |
Policy |
[required] The resource policy of the S3 Access Grants instance that you are updating. |
Organization |
The Organization of the resource policy of the S3 Access Grants instance. |
[Package paws.storage version 0.9.0 Index]