Values.CreateIntegrationInputSourceCreates a new integration with a third-party provider, such as GitHub, for code review and remediation.
type nonrec t = {provider : Provider.t;The integration provider. Currently, only GITHUB is supported.
*)input : ProviderInput.t;The provider-specific input required to create the integration.
*)integrationDisplayName : String_.t;The display name for the integration.
*)kmsKeyId : KmsKeyId.t option;The identifier of the AWS KMS key to use for encrypting data associated with the integration.
*)}val make :
?kmsKeyId:??? ->
?tags:??? ->
provider:Provider.t ->
input:ProviderInput.t ->
integrationDisplayName:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `Structure of (string * [> `String of AuthCode.t ]) list ])
list ])
list ]