mirror of https://github.com/pulumi/pulumi.git
8 lines
432 B
Cheetah
8 lines
432 B
Cheetah
{{ define "constructor_args" }}
|
|
<ul class="pl-10">
|
|
<li><strong>name</strong> – (Required) The unique name of the resulting resource.</li>
|
|
<li><strong>args</strong> – {{ if . }} (Required) {{ else }} (Optional) {{ end }} The arguments to use to populate this resource's properties.</li>
|
|
<li><strong>opts</strong> – (Optional) A bag of options that control this resource's behavior.</li>
|
|
</ul>
|
|
{{ end }}
|