Module Values_1.CreateTemplateProviderSource

Contains configuration details for a template provider. Only one type of template provider can be specified.

Sourcetype nonrec t = {
  1. cfnTemplateProvider : Values_0.CfnCreateTemplateProvider.t option;
    (*

    The CloudFormation template provider configuration for creating infrastructure resources.

    *)
}
Sourceval make : ?cfnTemplateProvider:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string ]) 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