Module Values.IdNamespaceAssociationInputReferenceConfigSource

Provides the information for the ID namespace association input reference configuration.

Sourcetype nonrec t = {
  1. inputReferenceArn : IdNamespaceAssociationInputReferenceArn.t;
    (*

    The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.

    *)
  2. manageResourcePolicies : Boolean.t;
    (*

    When TRUE, Clean Rooms manages permissions for the ID namespace association resource. When FALSE, the resource owner manages permissions for the ID namespace association resource.

    *)
}
Sourceval context_ : string
Sourceval make : inputReferenceArn:IdNamespaceAssociationInputReferenceArn.t -> manageResourcePolicies:Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of IdNamespaceAssociationInputReferenceArn.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