Values.ConfiguredTableAssociationAnalysisRuleSourceAn analysis rule for a configured table association. This analysis rule specifies how data from the table can be used within its associated collaboration. In the console, the ConfiguredTableAssociationAnalysisRule is referred to as the collaboration analysis rule.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t option;The membership identifier for the configured table association analysis rule.
*)configuredTableAssociationId : ConfiguredTableAssociationIdentifier.t option;The unique identifier for the configured table association.
*)configuredTableAssociationArn : ConfiguredTableAssociationArn.t option;The Amazon Resource Name (ARN) of the configured table association.
*)policy : ConfiguredTableAssociationAnalysisRulePolicy.t option;The policy of the configured table association analysis rule.
*)type_ : ConfiguredTableAssociationAnalysisRuleType.t option;The type of the configured table association analysis rule.
*)createTime : Timestamp.t option;The creation time of the configured table association analysis rule.
*)updateTime : Timestamp.t option;The update time of the configured table association analysis rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MembershipIdentifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of AccountId.t ] list ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]