View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_put_destination_policy | R Documentation |
Creates or updates an access policy associated with an existing destination. An access policy is an IAM policy document that is used to authorize claims to register a subscription filter against a given destination.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_put_destination_policy/ for full documentation.
cloudwatchlogs_put_destination_policy(
destinationName,
accessPolicy,
forceUpdate = NULL
)
destinationName |
[required] A name for an existing destination. |
accessPolicy |
[required] An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination. This can be up to 5120 bytes. |
forceUpdate |
Specify true if you are updating an existing destination policy to grant
permission to an organization ID instead of granting permission to
individual Amazon Web Services accounts. Before you update a destination
policy this way, you must first update the subscription filters in the
accounts that send logs to this destination. If you do not, the
subscription filters might stop working. By specifying If you omit this parameter, the default of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.