Values.IdNamespaceAssociationSourceProvides information to create the ID namespace association.
type nonrec t = {id : IdNamespaceAssociationIdentifier.t option;The unique identifier for this ID namespace association.
*)arn : IdNamespaceAssociationArn.t option;The Amazon Resource Name (ARN) of the ID namespace association.
*)membershipId : UUID.t option;The unique identifier of the membership resource for this ID namespace association.
*)membershipArn : MembershipArn.t option;The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
*)collaborationId : UUID.t option;The unique identifier of the collaboration that contains this ID namespace association.
*)collaborationArn : CollaborationArn.t option;The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
*)name : GenericResourceName.t option;The name of this ID namespace association.
*)description : ResourceDescription.t option;The description of the ID namespace association.
*)createTime : Timestamp.t option;The time at which the ID namespace association was created.
*)updateTime : Timestamp.t option;The most recent time at which the ID namespace association was updated.
*)inputReferenceConfig : IdNamespaceAssociationInputReferenceConfig.t option;The input reference configuration for the ID namespace association.
*)inputReferenceProperties : IdNamespaceAssociationInputReferenceProperties.t
option;The input reference properties for the ID namespace association.
*)idMappingConfig : IdMappingConfig.t option;The configuration settings for the ID mapping table.
*)}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 ]