Values_0.CfnUpdateTemplateProviderSourceContains configuration details for updating an existing CloudFormation template provider in the project.
type nonrec t = {templateName : CfnTemplateName.t;The unique identifier of the template to update within the project.
*)templateURL : CfnTemplateURL.t;The Amazon S3 URL of the CloudFormation template.
*)parameters : CfnStackUpdateParameters.t option;An array of CloudFormation stack parameters.
*)}val make :
?parameters:??? ->
templateName:CfnTemplateName.t ->
templateURL:CfnTemplateURL.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of CfnStackParameterKey.t ]) list ]
list
| `String of CfnTemplateName.t ])
list ]