GetMembershipResult

data class GetMembershipResult(val arn: String? = null, val collaborationArn: String? = null, val collaborationCreatorAccountId: String? = null, val defaultJobResultConfiguration: MembershipProtectedJobResultConfiguration? = null, val defaultResultConfiguration: MembershipProtectedQueryResultConfiguration? = null, val jobLogStatus: MembershipJobLogStatus? = null, val membershipIdentifier: String? = null, val paymentConfiguration: MembershipPaymentConfiguration? = null, val queryLogStatus: MembershipQueryLogStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, collaborationArn: String? = null, collaborationCreatorAccountId: String? = null, defaultJobResultConfiguration: MembershipProtectedJobResultConfiguration? = null, defaultResultConfiguration: MembershipProtectedQueryResultConfiguration? = null, jobLogStatus: MembershipJobLogStatus? = null, membershipIdentifier: String? = null, paymentConfiguration: MembershipPaymentConfiguration? = null, queryLogStatus: MembershipQueryLogStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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

Link copied to clipboard

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 creator account. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111

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

Returns the unique identifier of the specified membership. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE22222

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: List<Tag>? = null

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