Values.CollaborationIdNamespaceAssociationSourceDefines details for the collaboration ID namespace association.
type nonrec t = {id : IdNamespaceAssociationIdentifier.t option;The unique identifier of the collaboration ID namespace association.
*)arn : IdNamespaceAssociationArn.t option;The Amazon Resource Name (ARN) of the collaboration ID namespace association.
*)collaborationId : UUID.t option;The unique identifier of the collaboration that contains the collaboration ID namespace association.
*)collaborationArn : CollaborationArn.t option;The Amazon Resource Name (ARN) of the collaboration that contains 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 namespace association.
*)creatorAccountId : AccountId.t option;The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.
*)createTime : Timestamp.t option;The time at which the collaboration ID namespace association was created.
*)updateTime : Timestamp.t option;The most recent time at which the collaboration ID namespace was updated.
*)inputReferenceConfig : IdNamespaceAssociationInputReferenceConfig.t option;The input reference configuration that's necessary to create the collaboration ID namespace association.
*)inputReferenceProperties : IdNamespaceAssociationInputReferenceProperties.t
option;The input reference properties that are needed to create the collaboration ID namespace association.
*)idMappingConfig : IdMappingConfig.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of IdNamespaceAssociationIdentifier.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `Structure of 'a list ] list
| `String of IdNamespaceAssociationInputReferenceArn.t ])
list
| `Timestamp of Timestamp.t ])
list ]