Collaboration

The multi-party data share environment. The collaboration contains metadata about its purpose and participants.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The analytics engine for the collaboration.

Link copied to clipboard
val arn: String

The unique ARN for the collaboration.

Link copied to clipboard

The time when the collaboration was created.

Link copied to clipboard

The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.

Link copied to clipboard

A display name of the collaboration creator.

Link copied to clipboard

The settings for client-side encryption for cryptographic computing.

Link copied to clipboard

A description of the collaboration provided by the collaboration owner.

Link copied to clipboard
val id: String

The unique ID for the collaboration.

Link copied to clipboard

An indicator as to whether job logging has been enabled or disabled for the collaboration.

Link copied to clipboard

The unique ARN for your membership within the collaboration.

Link copied to clipboard

The unique ID for your membership within the collaboration.

Link copied to clipboard

The status of a member in a collaboration.

Link copied to clipboard

A human-readable identifier provided by the collaboration owner. Display names are not unique.

Link copied to clipboard

An indicator as to whether query logging has been enabled or disabled for the collaboration.

Link copied to clipboard

The time the collaboration metadata was last updated.

Functions

Link copied to clipboard
inline fun copy(block: Collaboration.Builder.() -> Unit = {}): Collaboration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String