Collaboration

class Collaboration : KotlinCustomResource

Represents a collaboration between AWS accounts that allows for secure data collaboration

Properties

Link copied to clipboard

The analytics engine for the collaboration.

Link copied to clipboard
val arn: Output<String>

Returns the Amazon Resource Name (ARN) of the specified collaboration. Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

Link copied to clipboard

Returns the unique identifier of the specified collaboration. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

Link copied to clipboard

A display name of the collaboration creator.

Link copied to clipboard

The abilities granted to the collaboration creator. Allowed values CAN_QUERY | CAN_RECEIVE_RESULTS

Link copied to clipboard

The ML member abilities for a collaboration member.

Link copied to clipboard

An object representing the collaboration member's payment responsibilities set by the collaboration creator.

Link copied to clipboard

The settings for client-side encryption for cryptographic computing.

Link copied to clipboard
val description: Output<String>

A description of the collaboration provided by the collaboration owner.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

An indicator as to whether job logging has been enabled or disabled for the collaboration. When ENABLED , AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is DISABLED .

Link copied to clipboard

A list of initial members, not including the creator. This list is immutable.

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

An indicator as to whether query logging has been enabled or disabled for the collaboration. When ENABLED , AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is DISABLED .

Link copied to clipboard
val tags: Output<List<Tag>>?

An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.

Link copied to clipboard
val urn: Output<String>