omics_create_share {paws.storage} | R Documentation |
Creates a cross-account shared resource
Description
Creates a cross-account shared resource. The resource owner makes an offer to share the resource with the principal subscriber (an AWS user with a different account than the resource owner).
See https://www.paws-r-sdk.com/docs/omics_create_share/ for full documentation.
Usage
omics_create_share(resourceArn, principalSubscriber, shareName = NULL)
Arguments
resourceArn |
[required] The ARN of the resource to be shared. |
principalSubscriber |
[required] The principal subscriber is the account being offered shared access to the resource. |
shareName |
A name that the owner defines for the share. |
[Package paws.storage version 0.7.0 Index]