Values.TemplateSummarySourceTemplate summary information.
type nonrec t = {templateId : TemplateId.t option;The unique identifier for the template.
*)templateArn : TemplateArn.t option;The Amazon Resource Name (ARN) of the template.
*)name : TemplateName.t option;The template name.
*)status : TemplateStatus.t option;The status of the template.
*)tagPropagationConfigurations : TagPropagationConfigurationList.t option;Defines tag propagation configuration for resources created within a domain. Tags specified here will be automatically applied to resources being created for the specified resource type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of MutableTagKey.t ]
* [> `String of TagValueString.t ])
list ])
list ]
list
| `String of TemplateId.t ])
list ]