Membership Args
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)