Values.AssociationSourceRepresents a service association within an AgentSpace, defining how the agent interacts with external services.
type nonrec t = {agentSpaceId : AgentSpaceId.t option;The unique identifier of the AgentSpace
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp when the resource was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp when the resource was last updated.
*)status : ValidationStatus.t option;Validation status
*)associationId : AssociationId.t option;The unique identifier of the given association.
*)serviceId : ServiceId.t option;The identifier for associated service
*)configuration : ServiceConfiguration.t option;The configuration that directs how AgentSpace interacts with the given service.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AgentSpaceId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of SourceAwsConfigurationAccountIdString.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of String_.t ]) list ])
list ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]