redshift_disassociate_data_share_consumer: From a datashare consumer account, remove association for the...

View source: R/redshift_operations.R

redshift_disassociate_data_share_consumerR Documentation

From a datashare consumer account, remove association for the specified datashare

Description

From a datashare consumer account, remove association for the specified datashare.

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

Usage

redshift_disassociate_data_share_consumer(
  DataShareArn,
  DisassociateEntireAccount = NULL,
  ConsumerArn = NULL,
  ConsumerRegion = NULL
)

Arguments

DataShareArn

[required] The Amazon Resource Name (ARN) of the datashare to remove association for.

DisassociateEntireAccount

A value that specifies whether association for the datashare is removed from the entire account.

ConsumerArn

The Amazon Resource Name (ARN) of the consumer that association for the datashare is removed from.

ConsumerRegion

From a datashare consumer account, removes association of a datashare from all the existing and future namespaces in the specified Amazon Web Services Region.


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