Values.UpdateMembershipInputSourceUpdates a membership.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t;The unique identifier of the membership.
*)queryLogStatus : MembershipQueryLogStatus.t option;An indicator as to whether query logging has been enabled or disabled for the membership. When ENABLED, 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.
*)jobLogStatus : MembershipJobLogStatus.t option;An indicator as to whether job logging has been enabled or disabled for the collaboration. When ENABLED, 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.
*)defaultResultConfiguration : MembershipProtectedQueryResultConfiguration.t
option;The default protected query result configuration as specified by the member who can receive results.
*)defaultJobResultConfiguration : MembershipProtectedJobResultConfiguration.t
option;The default job result configuration.
*)}val make :
?queryLogStatus:??? ->
?jobLogStatus:??? ->
?defaultResultConfiguration:??? ->
?defaultJobResultConfiguration:??? ->
membershipIdentifier:MembershipIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MembershipIdentifier.t
| `Structure of
(string
* [> `String of RoleArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of
ProtectedQueryS3OutputConfigurationBucketString.t ])
list ])
list ])
list ])
list ]