redshift_put_resource_policy {paws.database} | R Documentation |
Updates the resource policy for a specified resource
Description
Updates the resource policy for a specified resource.
See https://www.paws-r-sdk.com/docs/redshift_put_resource_policy/ for full documentation.
Usage
redshift_put_resource_policy(ResourceArn, Policy)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource of which its resource policy is updated. |
Policy |
[required] The content of the resource policy being updated. |
[Package paws.database version 0.9.0 Index]