Values_0.CfnTemplateProviderDetailSourceDetails about a CloudFormation template provider configuration and associated provisioning information.
type nonrec t = {templateName : CfnTemplateName.t option;The unique identifier of the template within the project.
*)templateURL : CfnTemplateURL.t option;The Amazon S3 URL of the CloudFormation template.
*)roleARN : RoleArn.t option;The IAM role used by CloudFormation to create the stack.
*)parameters : CfnStackParameters.t option;An array of CloudFormation stack parameters.
*)stackDetail : CfnStackDetail.t option;Information about the CloudFormation stack created by the template provider.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of CfnStackParameterKey.t ]) list ]
list
| `String of CfnTemplateName.t
| `Structure of (string * [> `String of CfnStackName.t ]) list ])
list ]