Membership Args
data class MembershipArgs(val collaborationIdentifier: Output<String>? = null, val defaultResultConfiguration: Output<MembershipProtectedQueryResultConfigurationArgs>? = 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, defaultResultConfiguration: Output<MembershipProtectedQueryResultConfigurationArgs>? = null, paymentConfiguration: Output<MembershipPaymentConfigurationArgs>? = null, queryLogStatus: Output<MembershipQueryLogStatus>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
The unique ID for the associated collaboration.
Link copied to clipboard
The default protected query result configuration as specified by the member who can receive results.
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.