- Navigation Guide
@aws-sdk/client-redshift
AssociateDataShareConsumerCommandOutput Interface
The output of AssociateDataShareConsumerCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
AllowPubliclyAccessibleConsumers | boolean | undefined | A value that specifies whether the datashare can be shared to a publicly accessible cluster. |
DataShareArn | string | undefined | The Amazon Resource Name (ARN) of the datashare that the consumer is to use. |
DataShareAssociations | DataShareAssociation[] | undefined | A value that specifies when the datashare has an association between producer and data consumers. |
DataShareType | DataShareType | undefined | The type of the datashare created by RegisterNamespace. |
ManagedBy | string | undefined | The identifier of a datashare to show its managing entity. |
ProducerArn | string | undefined | The Amazon Resource Name (ARN) of the producer namespace. |
Full Signature
export interface AssociateDataShareConsumerCommandOutput extends DataShare, MetadataBearer