Module Values.ConfiguredTableAssociationAnalysisRuleSource

An 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.

Sourcetype nonrec t = {
  1. membershipIdentifier : MembershipIdentifier.t option;
    (*

    The membership identifier for the configured table association analysis rule.

    *)
  2. configuredTableAssociationId : ConfiguredTableAssociationIdentifier.t option;
    (*

    The unique identifier for the configured table association.

    *)
  3. configuredTableAssociationArn : ConfiguredTableAssociationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the configured table association.

    *)
  4. policy : ConfiguredTableAssociationAnalysisRulePolicy.t option;
    (*

    The policy of the configured table association analysis rule.

    *)
  5. type_ : ConfiguredTableAssociationAnalysisRuleType.t option;
    (*

    The type of the configured table association analysis rule.

    *)
  6. createTime : Timestamp.t option;
    (*

    The creation time of the configured table association analysis rule.

    *)
  7. updateTime : Timestamp.t option;
    (*

    The update time of the configured table association analysis rule.

    *)
}
Sourceval make : ?membershipIdentifier:??? -> ?configuredTableAssociationId:??? -> ?configuredTableAssociationArn:??? -> ?policy:??? -> ?type_:??? -> ?createTime:??? -> ?updateTime:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t