ssm_put_resource_policy {paws.management} | R Documentation |
Creates or updates a Systems Manager resource policy
Description
Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies.
See https://www.paws-r-sdk.com/docs/ssm_put_resource_policy/ for full documentation.
Usage
ssm_put_resource_policy(
ResourceArn,
Policy,
PolicyId = NULL,
PolicyHash = NULL
)
Arguments
ResourceArn |
[required] Amazon Resource Name (ARN) of the resource to which you want to attach a policy. |
Policy |
[required] A policy you want to associate with a resource. |
PolicyId |
The policy ID. |
PolicyHash |
ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy. |
[Package paws.management version 0.9.0 Index]