Values.LaunchTemplateConfigurationSourceIdentifies an Amazon EC2 launch template to use for a specific account.
type nonrec t = {launchTemplateId : LaunchTemplateId.t;Identifies the Amazon EC2 launch template to use.
*)accountId : AccountId.t option;The account ID that this configuration applies to.
*)setDefaultVersion : Boolean.t option;Set the specified Amazon EC2 launch template as the default launch template for the specified account.
*)}val make :
?accountId:??? ->
?setDefaultVersion:??? ->
launchTemplateId:LaunchTemplateId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of LaunchTemplateId.t ])
list ]