pulumi/pkg/codegen/docs/templates/constructor_args.tmpl

8 lines
432 B
Cheetah

{{ define "constructor_args" }}
<ul class="pl-10">
<li><strong>name</strong> &ndash; (Required) The unique name of the resulting resource.</li>
<li><strong>args</strong> &ndash; {{ if . }} (Required) {{ else }} (Optional) {{ end }} The arguments to use to populate this resource's properties.</li>
<li><strong>opts</strong> &ndash; (Optional) A bag of options that control this resource's behavior.</li>
</ul>
{{ end }}