redshift_associate_data_share_consumer: From a datashare consumer account, associates a datashare...

View source: R/redshift_operations.R

redshift_associate_data_share_consumerR Documentation

From a datashare consumer account, associates a datashare with the account (AssociateEntireAccount) or the specified namespace (ConsumerArn)

Description

From a datashare consumer account, associates a datashare with the account (AssociateEntireAccount) or the specified namespace (ConsumerArn). If you make this association, the consumer can consume the datashare.

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

Usage

redshift_associate_data_share_consumer(
  DataShareArn,
  AssociateEntireAccount = NULL,
  ConsumerArn = NULL,
  ConsumerRegion = NULL
)

Arguments

DataShareArn

[required] The Amazon Resource Name (ARN) of the datashare that the consumer is to use with the account or the namespace.

AssociateEntireAccount

A value that specifies whether the datashare is associated with the entire account.

ConsumerArn

The Amazon Resource Name (ARN) of the consumer that is associated with the datashare.

ConsumerRegion

From a datashare consumer account, associates a datashare with all existing and future namespaces in the specified Amazon Web Services Region.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.