Values.CollaborationIdNamespaceAssociationSummarySourceProvides summary information about the collaboration ID namespace association.
type nonrec t = {arn : IdNamespaceAssociationArn.t option;The Amazon Resource Name (ARN) of the collaboration ID namespace association.
*)createTime : Timestamp.t option;The time at which the collaboration ID namespace association was created.
*)id : IdNamespaceAssociationIdentifier.t option;The unique identifier of the collaboration ID namespace association.
*)updateTime : Timestamp.t option;The most recent time at which the collaboration ID namespace association was updated.
*)collaborationArn : CollaborationArn.t option;The Amazon Resource Name (ARN) of the collaboration that contains this collaboration ID namespace association.
*)collaborationId : UUID.t option;The unique identifier of the collaboration that contains this collaboration ID namespace association.
*)creatorAccountId : AccountId.t option;The Amazon Web Services account that created this collaboration ID namespace association.
*)inputReferenceConfig : IdNamespaceAssociationInputReferenceConfig.t option;The input reference configuration that's used to create the collaboration ID namespace association.
*)name : GenericResourceName.t option;The name of the collaboration ID namespace association.
*)description : ResourceDescription.t option;The description of the collaboration ID namepsace association.
*)inputReferenceProperties : IdNamespaceAssociationInputReferencePropertiesSummary.t
option;The input reference properties that are used to create the collaboration ID namespace association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of IdNamespaceAssociationArn.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of IdNamespaceAssociationInputReferenceArn.t ])
list
| `Timestamp of Timestamp.t ])
list ]