MembershipArgs

data class MembershipArgs(val collaborationIdentifier: Output<String>? = null, val defaultResultConfiguration: Output<MembershipProtectedQueryResultConfigurationArgs>? = null, val queryLogStatus: Output<MembershipQueryLogStatus>? = null, val tags: Output<List<MembershipTagArgs>>? = null) : ConvertibleToJava<MembershipArgs>

Represents an AWS account that is a part of a collaboration

Constructors

Link copied to clipboard
fun MembershipArgs(collaborationIdentifier: Output<String>? = null, defaultResultConfiguration: Output<MembershipProtectedQueryResultConfigurationArgs>? = null, queryLogStatus: Output<MembershipQueryLogStatus>? = null, tags: Output<List<MembershipTagArgs>>? = null)

Functions

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

Properties

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

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