View source: R/xray_operations.R
xray_put_resource_policy | R Documentation |
Sets the resource policy to grant one or more Amazon Web Services services and accounts permissions to access X-Ray. Each resource policy will be associated with a specific Amazon Web Services account. Each Amazon Web Services account can have a maximum of 5 resource policies, and each policy name must be unique within that account. The maximum size of each resource policy is 5KB.
See https://www.paws-r-sdk.com/docs/xray_put_resource_policy/ for full documentation.
xray_put_resource_policy(
PolicyName,
PolicyDocument,
PolicyRevisionId = NULL,
BypassPolicyLockoutCheck = NULL
)
PolicyName |
[required] The name of the resource policy. Must be unique within a specific Amazon Web Services account. |
PolicyDocument |
[required] The resource policy document, which can be up to 5kb in size. |
PolicyRevisionId |
Specifies a specific policy revision, to ensure an atomic create operation. By default the resource policy is created if it does not exist, or updated with an incremented revision id. The revision id is unique to each policy in the account. If the policy revision id does not match the latest revision id, the
operation will fail with an |
BypassPolicyLockoutCheck |
A flag to indicate whether to bypass the resource policy lockout safety check. Setting this value to true increases the risk that the policy becomes unmanageable. Do not set this value to true indiscriminately. Use this parameter only when you include a policy in the request and you
intend to prevent the principal that is making the request from making a
subsequent The default value is false. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.