CollaborationMemberSpecification

data class CollaborationMemberSpecification(val accountId: String, val displayName: String, val memberAbilities: List<CollaborationMemberAbility>, val paymentConfiguration: CollaborationPaymentConfiguration? = null)

Constructors

Link copied to clipboard
constructor(accountId: String, displayName: String, memberAbilities: List<CollaborationMemberAbility>, paymentConfiguration: CollaborationPaymentConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier used to reference members of the collaboration. Currently only supports AWS account ID.

Link copied to clipboard

The member's display name.

Link copied to clipboard

The abilities granted to the collaboration member. Allowed Values : CAN_QUERY | CAN_RECEIVE_RESULTS

Link copied to clipboard

The collaboration member's payment responsibilities set by the collaboration creator. If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.