Creates a resource share.
ram_create_resource_share(name, resourceArns, principals, tags,
allowExternalPrincipals, clientToken)
[required] The name of the resource share.
The Amazon Resource Names (ARN) of the resources to associate with the resource share.
The principals to associate with the resource share. The possible values are IDs of AWS accounts, the ARN of an OU or organization from AWS Organizations.
One or more tags.
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$create_resource_share( name = "string", resourceArns = list( "string" ), principals = list( "string" ), tags = list( list( key = "string", value = "string" ) ), allowExternalPrincipals = TRUE|FALSE, clientToken = "string" )