View source: R/cloudtrail_operations.R
cloudtrail_put_resource_policy | R Documentation |
Attaches a resource-based permission policy to a CloudTrail event data store, dashboard, or channel. For more information about resource-based policies, see CloudTrail resource-based policy examples in the CloudTrail User Guide.
See https://www.paws-r-sdk.com/docs/cloudtrail_put_resource_policy/ for full documentation.
cloudtrail_put_resource_policy(ResourceArn, ResourcePolicy)
ResourceArn |
[required] The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to the resource-based policy. Example event data store ARN format:
Example dashboard ARN format:
Example channel ARN format:
|
ResourcePolicy |
[required] A JSON-formatted string for an Amazon Web Services resource-based policy. For example resource-based policies, see CloudTrail resource-based policy examples in the CloudTrail User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.