GetProducerDataSharesPlainArgs

data class GetProducerDataSharesPlainArgs(val dataShares: List<GetProducerDataSharesDataShare>? = null, val producerArn: String, val status: String? = null) : ConvertibleToJava<GetProducerDataSharesPlainArgs>

A collection of arguments for invoking getProducerDataShares.

Constructors

Link copied to clipboard
constructor(dataShares: List<GetProducerDataSharesDataShare>? = null, producerArn: String, status: String? = null)

Properties

Link copied to clipboard

An array of all data shares in the producer. See data_shares below.

Link copied to clipboard

Amazon Resource Name (ARN) of the producer namespace that returns in the list of datashares. The following arguments are optional:

Link copied to clipboard
val status: String? = null

Status of a datashare in the producer. Valid values are ACTIVE, AUTHORIZED, PENDING_AUTHORIZATION, DEAUTHORIZED, and REJECTED. Omit this argument to return all statuses.

Functions

Link copied to clipboard
open override fun toJava(): GetProducerDataSharesPlainArgs