Skip to content

Delete Resource Policy

ssmincidents_delete_resource_policy R Documentation

Deletes the resource policy that Resource Access Manager uses to share your Incident Manager resource

Description

Deletes the resource policy that Resource Access Manager uses to share your Incident Manager resource.

Usage

ssmincidents_delete_resource_policy(policyId, resourceArn)

Arguments

policyId

[required] The ID of the resource policy you're deleting.

resourceArn

[required] The Amazon Resource Name (ARN) of the resource you're deleting the policy from.

Value

An empty list.

Request syntax

svc$delete_resource_policy(
  policyId = "string",
  resourceArn = "string"
)