Values.RegisteredServiceSourceRepresents a registered service with its configuration and accessible resources.
type nonrec t = {serviceId : ServiceId.t option;The unique identifier of a service.
*)serviceType : Service.t option;The service type e.g github or dynatrace
*)name : ServiceName.t option;The display name of the registered service.
*)accessibleResources : DocumentList.t option;List of accessible resources for this service.
*)additionalServiceDetails : AdditionalServiceDetails.t option;Additional details specific to the service type.
*)kmsKeyArn : KmsKeyArn.t option;The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.
*)privateConnectionName : PrivateConnectionName.t option;The name of the private connection used for VPC connectivity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Structure of 'a list ] list
| `String of ServiceId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ])
list ]