Skip to content

Delete Resource Permission

ssmsap_delete_resource_permission R Documentation

Removes permissions associated with the target database

Description

Removes permissions associated with the target database.

Usage

ssmsap_delete_resource_permission(ActionType, SourceResourceArn,
  ResourceArn)

Arguments

ActionType

Delete or restore the permissions on the target database.

SourceResourceArn

The Amazon Resource Name (ARN) of the source resource.

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource.

Value

A list with the following syntax:

list(
  Policy = "string"
)

Request syntax

svc$delete_resource_permission(
  ActionType = "RESTORE",
  SourceResourceArn = "string",
  ResourceArn = "string"
)