Values.AnalysisTemplateArtifactsSourceThe analysis template artifacts.
type nonrec t = {entryPoint : AnalysisTemplateArtifact.t;The entry point for the analysis template artifacts.
*)additionalArtifacts : AnalysisTemplateArtifactList.t option;Additional artifacts for the analysis template.
*)roleArn : RoleArn.t;The role ARN for the analysis template artifacts.
*)}val make :
?additionalArtifacts:??? ->
entryPoint:AnalysisTemplateArtifact.t ->
roleArn:RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string * [> `String of S3LocationBucketString.t ])
list ])
list ]
list
| `String of RoleArn.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of S3LocationBucketString.t ]) list ])
list ])
list ]