Learn R Programming

paws.security.identity (version 0.1.8)

ram_associate_resource_share_permission: Associates a permission with a resource share

Description

Associates a permission with a resource share.

Usage

ram_associate_resource_share_permission(resourceShareArn, permissionArn,
  replace, clientToken)

Arguments

resourceShareArn

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

permissionArn

[required] The ARN of the AWS RAM permission to associate with the resource share.

replace

Indicates whether the permission should replace the permissions that are currently associated with the resource share. Use true to replace the current permissions. Use false to add the permission to the current permission.

clientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Request syntax

svc$associate_resource_share_permission(
  resourceShareArn = "string",
  permissionArn = "string",
  replace = TRUE|FALSE,
  clientToken = "string"
)