Creates a resource share.
ram_create_resource_share(name, resourceArns, principals, tags,
allowExternalPrincipals, clientToken, permissionArns)
[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 AWS organization can be associated with a resource share.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
The ARNs of the permissions to associate with the resource share. If you do not specify an ARN for the permission, AWS RAM automatically attaches the default version of the permission for each resource type.
svc$create_resource_share( name = "string", resourceArns = list( "string" ), principals = list( "string" ), tags = list( list( key = "string", value = "string" ) ), allowExternalPrincipals = TRUE|FALSE, clientToken = "string", permissionArns = list( "string" ) )