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

20 lines
682 B
Cheetah

{{ define "constructor_args" }}
<dl class="resources-properties">
<dt class="property-required" title="Required">
<span>name</span>
<span class="property-indicator"></span>
</dt>
<dd>The unique name of the resource.</dd>
<dt class="property-optional" title="Optional">
<span>args</span>
<span class="property-indicator"></span>
</dt>
<dd>The arguments to use to populate this resource's properties.</dd>
<dt class="property-optional" title="Optional">
<span>opts</span>
<span class="property-indicator"></span>
</dt>
<dd>A bag of options that control this resource's behavior.</dd>
</dl>
{{ end }}