Creates or updates a resource policy. Currently, you can use policies to share snapshots across Amazon Web Services accounts.
See https://www.paws-r-sdk.com/docs/redshiftserverless_put_resource_policy/ for full documentation.
redshiftserverless_put_resource_policy(policy, resourceArn)
[required] The policy to create or update. For example, the following policy grants a user authorization to restore a snapshot.
"{\"Version\": \"2012-10-17\", \"Statement\" : [{ \"Sid\": \"AllowUserRestoreFromSnapshot\", \"Principal\":{\"AWS\": [\"739247239426\"]}, \"Action\": [\"redshift-serverless:RestoreFromSnapshot\"] , \"Effect\": \"Allow\" }]}"
[required] The Amazon Resource Name (ARN) of the account to create or update a resource policy for.