Associates a permission with a resource share.
ram_associate_resource_share_permission(resourceShareArn, permissionArn,
replace, clientToken)
[required] The Amazon Resource Name (ARN) of the resource share.
[required] The ARN of the AWS RAM permission to associate with the resource share.
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.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
svc$associate_resource_share_permission( resourceShareArn = "string", permissionArn = "string", replace = TRUE|FALSE, clientToken = "string" )