redshift_authorize_data_share: From a data producer account, authorizes the sharing of a...

View source: R/redshift_operations.R

redshift_authorize_data_shareR Documentation

From a data producer account, authorizes the sharing of a datashare with one or more consumer accounts or managing entities

Description

From a data producer account, authorizes the sharing of a datashare with one or more consumer accounts or managing entities. To authorize a datashare for a data consumer, the producer account must have the correct access permissions.

See https://www.paws-r-sdk.com/docs/redshift_authorize_data_share/ for full documentation.

Usage

redshift_authorize_data_share(
  DataShareArn,
  ConsumerIdentifier,
  AllowWrites = NULL
)

Arguments

DataShareArn

[required] The Amazon Resource Name (ARN) of the datashare namespace that producers are to authorize sharing for.

ConsumerIdentifier

[required] The identifier of the data consumer that is authorized to access the datashare. This identifier is an Amazon Web Services account ID or a keyword, such as ADX.

AllowWrites

If set to true, allows write operations for a datashare.


paws.database documentation built on Sept. 12, 2024, 6:37 a.m.