Values.CreateConnectionRequestSourceCreate an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services. A connection resource is needed to access GitHub and Bitbucket repositories. Both require a user interface approval process through the App Runner console before you can use the connection.
type nonrec t = {connectionName : ConnectionName.t;A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.
*)providerType : ProviderType.t;The source repository provider.
*)}val make :
?tags:??? ->
connectionName:ConnectionName.t ->
providerType:ProviderType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ConnectionName.t ])
list ]