ssm_delete_resource_policy: Deletes a Systems Manager resource policy

View source: R/ssm_operations.R

ssm_delete_resource_policyR Documentation

Deletes a Systems Manager resource policy

Description

Deletes 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. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).

See https://www.paws-r-sdk.com/docs/ssm_delete_resource_policy/ for full documentation.

Usage

ssm_delete_resource_policy(ResourceArn, PolicyId, PolicyHash)

Arguments

ResourceArn

[required] Amazon Resource Name (ARN) of the resource to which the policies are attached.

PolicyId

[required] The policy ID.

PolicyHash

[required] ID of the current policy version. The hash helps to prevent multiple calls from attempting to overwrite a policy.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.