Values.CreateConfiguredTableAssociationAnalysisRuleInputSourceCreates a new analysis rule for an associated configured table.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t;A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
*)configuredTableAssociationIdentifier : ConfiguredTableAssociationIdentifier.t;The unique ID for the configured table association. Currently accepts the configured table association ID.
*)analysisRuleType : ConfiguredTableAssociationAnalysisRuleType.t;The type of analysis rule.
*)analysisRulePolicy : ConfiguredTableAssociationAnalysisRulePolicy.t;The analysis rule policy that was created for the configured table association.
*)}val make :
membershipIdentifier:MembershipIdentifier.t ->
configuredTableAssociationIdentifier:ConfiguredTableAssociationIdentifier.t ->
analysisRuleType:ConfiguredTableAssociationAnalysisRuleType.t ->
analysisRulePolicy:ConfiguredTableAssociationAnalysisRulePolicy.t ->
unit ->
tval 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 ])
list ]