Values.ConnectionSourceDescribes an App Runner connection resource.
type nonrec t = {connectionName : ConnectionName.t option;The customer-provided connection name.
*)connectionArn : AppRunnerResourceArn.t option;The Amazon Resource Name (ARN) of this connection.
*)providerType : ProviderType.t option;The source repository provider.
*)status : ConnectionStatus.t option;The current state of the App Runner connection. When the state is AVAILABLE, you can use the connection to create an App Runner service.
*)createdAt : Timestamp.t option;The App Runner connection creation time, expressed as a Unix time stamp.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ConnectionName.t
| `Timestamp of Timestamp.t ])
list ]