Updates the specified resource share.
ram_update_resource_share(resourceShareArn, name,
allowExternalPrincipals, clientToken)
[required] The Amazon Resource Name (ARN) of the resource share.
The name of the resource share.
Indicates whether principals outside your organization can be associated with a resource share.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
svc$update_resource_share( resourceShareArn = "string", name = "string", allowExternalPrincipals = TRUE|FALSE, clientToken = "string" )