omics_create_share: Creates a cross-account shared resource

View source: R/omics_operations.R

omics_create_shareR 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.


paws.storage documentation built on May 29, 2024, 2:03 a.m.