Module Values.RegisterServiceInputSource

Input for registering a new service with the platform.

Sourcetype nonrec t = {
  1. service : PostRegisterServiceSupportedService.t;
  2. serviceDetails : ServiceDetails.t;
    (*

    Service-specific authorization configuration parameters

    *)
  3. kmsKeyArn : KmsKeyArn.t option;
    (*

    The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.

    *)
  4. privateConnectionName : PrivateConnectionName.t option;
    (*

    The name of the private connection to use for VPC connectivity.

    *)
  5. name : ServiceName.t option;
    (*

    The display name for the service registration.

    *)
  6. tags : Tags.t option;
    (*

    Tags to add to the Service at registration time.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKeyArn:??? -> ?privateConnectionName:??? -> ?name:??? -> ?tags:??? -> service:PostRegisterServiceSupportedService.t -> serviceDetails:ServiceDetails.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of KmsKeyArn.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of DynatraceServiceDetailsAccountUrnString.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of String_.t ] list | `Map of ([> `String of String_.t ] * [> `String of ExchangeParameterValue.t ]) list | `String of DynatraceOAuthClientCredentialsConfigClientNameString.t ]) list ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t