Module Values.LaunchTemplateConfigurationSource

Identifies an Amazon EC2 launch template to use for a specific account.

Sourcetype nonrec t = {
  1. launchTemplateId : LaunchTemplateId.t;
    (*

    Identifies the Amazon EC2 launch template to use.

    *)
  2. accountId : AccountId.t option;
    (*

    The account ID that this configuration applies to.

    *)
  3. setDefaultVersion : Boolean.t option;
    (*

    Set the specified Amazon EC2 launch template as the default launch template for the specified account.

    *)
}
Sourceval context_ : string
Sourceval make : ?accountId:??? -> ?setDefaultVersion:??? -> launchTemplateId:LaunchTemplateId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of LaunchTemplateId.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