Module Values_0.RegistrationConfigSource

The registration configuration.

Sourcetype nonrec t = {
  1. templateBody : TemplateBody.t option;
    (*

    The template body.

    *)
  2. roleArn : RoleArn.t option;
    (*

    The ARN of the role.

    *)
  3. templateName : TemplateName.t option;
    (*

    The name of the provisioning template.

    *)
}
Sourceval make : ?templateBody:??? -> ?roleArn:??? -> ?templateName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TemplateBody.t ]) 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