Values.CreateConnectionInputSourceCreates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.
type nonrec t = {providerType : ProviderType.t option;The name of the external provider where your third-party code repository is configured.
*)connectionName : ConnectionName.t;The name of the connection to be created.
*)hostArn : HostArn.t option;The Amazon Resource Name (ARN) of the host associated with the connection to be created.
*)}val make :
?providerType:??? ->
?tags:??? ->
?hostArn:??? ->
connectionName:ConnectionName.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 ]