MembershipArgs

data class MembershipArgs(val collaborationIdentifier: Output<String>? = null, val defaultJobResultConfiguration: Output<MembershipProtectedJobResultConfigurationArgs>? = null, val defaultResultConfiguration: Output<MembershipProtectedQueryResultConfigurationArgs>? = null, val jobLogStatus: Output<MembershipJobLogStatus>? = null, val paymentConfiguration: Output<MembershipPaymentConfigurationArgs>? = null, val queryLogStatus: Output<MembershipQueryLogStatus>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<MembershipArgs>

Represents an AWS account that is a part of a collaboration

Constructors

Link copied to clipboard
constructor(collaborationIdentifier: Output<String>? = null, defaultJobResultConfiguration: Output<MembershipProtectedJobResultConfigurationArgs>? = null, defaultResultConfiguration: Output<MembershipProtectedQueryResultConfigurationArgs>? = null, jobLogStatus: Output<MembershipJobLogStatus>? = null, paymentConfiguration: Output<MembershipPaymentConfigurationArgs>? = null, queryLogStatus: Output<MembershipQueryLogStatus>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val collaborationIdentifier: Output<String>? = null

The unique ID for the associated collaboration.

Link copied to clipboard

The default job result configuration for the membership.

Link copied to clipboard

The default protected query result configuration as specified by the member who can receive results.

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

The payment responsibilities accepted by the collaboration member.

Link copied to clipboard

An indicator as to whether query logging has been enabled or disabled for the membership. 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<TagArgs>>? = null

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

Functions

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