github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/output-funcs-tfbridge20/docs/getamiids/_index.md (about)

     1  
     2  ---
     3  title: "getAmiIds"
     4  title_tag: "mypkg.getAmiIds"
     5  meta_desc: "Documentation for the mypkg.getAmiIds function with examples, input properties, output properties, and supporting types."
     6  layout: api
     7  no_edit_this_page: true
     8  ---
     9  
    10  
    11  
    12  <!-- WARNING: this file was generated by test. -->
    13  <!-- Do not edit by hand unless you're certain you know what you are doing! -->
    14  <p class="resource-deprecated">Deprecated:<p>aws.getAmiIds has been deprecated in favor of aws.ec2.getAmiIds</p>
    15  </p>
    16  
    17  Taken from pulumi-AWS to regress an issue
    18  
    19  
    20  
    21  
    22  ## Using getAmiIds {#using}
    23  
    24  Two invocation forms are available. The direct form accepts plain
    25  arguments and either blocks until the result value is available, or
    26  returns a Promise-wrapped result. The output form accepts
    27  Input-wrapped arguments and returns an Output-wrapped result.
    28  
    29  <div>
    30  <pulumi-chooser type="language" options="typescript,python,go,csharp,java,yaml"></pulumi-chooser>
    31  </div>
    32  
    33  
    34  <div>
    35  <pulumi-choosable type="language" values="javascript,typescript">
    36  <div class="highlight"
    37  ><pre class="chroma"><code class="language-typescript" data-lang="typescript"
    38  ><span class="k">function </span>getAmiIds<span class="p">(</span><span class="nx">args</span><span class="p">:</span> <span class="nx">GetAmiIdsArgs</span><span class="p">,</span> <span class="nx">opts</span><span class="p">?:</span> <span class="nx"><a href="/docs/reference/pkg/nodejs/pulumi/pulumi/#InvokeOptions">InvokeOptions</a></span><span class="p">): Promise&lt;<span class="nx"><a href="#result">GetAmiIdsResult</a></span>></span
    39  ><span class="k">
    40  function </span>getAmiIdsOutput<span class="p">(</span><span class="nx">args</span><span class="p">:</span> <span class="nx">GetAmiIdsOutputArgs</span><span class="p">,</span> <span class="nx">opts</span><span class="p">?:</span> <span class="nx"><a href="/docs/reference/pkg/nodejs/pulumi/pulumi/#InvokeOptions">InvokeOptions</a></span><span class="p">): Output&lt;<span class="nx"><a href="#result">GetAmiIdsResult</a></span>></span
    41  ></code></pre></div>
    42  </pulumi-choosable>
    43  </div>
    44  
    45  
    46  <div>
    47  <pulumi-choosable type="language" values="python">
    48  <div class="highlight"><pre class="chroma"><code class="language-python" data-lang="python"
    49  ><span class="k">def </span>get_ami_ids<span class="p">(</span><span class="nx">executable_users</span><span class="p">:</span> <span class="nx">Optional[Sequence[str]]</span> = None<span class="p">,</span>
    50                  <span class="nx">filters</span><span class="p">:</span> <span class="nx">Optional[Sequence[GetAmiIdsFilter]]</span> = None<span class="p">,</span>
    51                  <span class="nx">name_regex</span><span class="p">:</span> <span class="nx">Optional[str]</span> = None<span class="p">,</span>
    52                  <span class="nx">owners</span><span class="p">:</span> <span class="nx">Optional[Sequence[str]]</span> = None<span class="p">,</span>
    53                  <span class="nx">sort_ascending</span><span class="p">:</span> <span class="nx">Optional[bool]</span> = None<span class="p">,</span>
    54                  <span class="nx">opts</span><span class="p">:</span> <span class="nx"><a href="/docs/reference/pkg/python/pulumi/#pulumi.InvokeOptions">Optional[InvokeOptions]</a></span> = None<span class="p">) -&gt;</span> <span>GetAmiIdsResult</span
    55  ><span class="k">
    56  def </span>get_ami_ids_output<span class="p">(</span><span class="nx">executable_users</span><span class="p">:</span> <span class="nx">Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]</span> = None<span class="p">,</span>
    57                  <span class="nx">filters</span><span class="p">:</span> <span class="nx">Optional[pulumi.Input[Sequence[pulumi.Input[GetAmiIdsFilterArgs]]]]</span> = None<span class="p">,</span>
    58                  <span class="nx">name_regex</span><span class="p">:</span> <span class="nx">Optional[pulumi.Input[str]]</span> = None<span class="p">,</span>
    59                  <span class="nx">owners</span><span class="p">:</span> <span class="nx">Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]</span> = None<span class="p">,</span>
    60                  <span class="nx">sort_ascending</span><span class="p">:</span> <span class="nx">Optional[pulumi.Input[bool]]</span> = None<span class="p">,</span>
    61                  <span class="nx">opts</span><span class="p">:</span> <span class="nx"><a href="/docs/reference/pkg/python/pulumi/#pulumi.InvokeOptions">Optional[InvokeOptions]</a></span> = None<span class="p">) -&gt;</span> <span>Output[GetAmiIdsResult]</span
    62  ></code></pre></div>
    63  </pulumi-choosable>
    64  </div>
    65  
    66  
    67  <div>
    68  <pulumi-choosable type="language" values="go">
    69  <div class="highlight"><pre class="chroma"><code class="language-go" data-lang="go"
    70  ><span class="k">func </span>GetAmiIds<span class="p">(</span><span class="nx">ctx</span><span class="p"> *</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/pulumi?tab=doc#Context">Context</a></span><span class="p">,</span> <span class="nx">args</span><span class="p"> *</span><span class="nx">GetAmiIdsArgs</span><span class="p">,</span> <span class="nx">opts</span><span class="p"> ...</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/pulumi?tab=doc#InvokeOption">InvokeOption</a></span><span class="p">) (*<span class="nx"><a href="#result">GetAmiIdsResult</a></span>, error)</span
    71  ><span class="k">
    72  func </span>GetAmiIdsOutput<span class="p">(</span><span class="nx">ctx</span><span class="p"> *</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/pulumi?tab=doc#Context">Context</a></span><span class="p">,</span> <span class="nx">args</span><span class="p"> *</span><span class="nx">GetAmiIdsOutputArgs</span><span class="p">,</span> <span class="nx">opts</span><span class="p"> ...</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/pulumi?tab=doc#InvokeOption">InvokeOption</a></span><span class="p">) GetAmiIdsResultOutput</span
    73  ></code></pre></div>
    74  
    75  &gt; Note: This function is named `GetAmiIds` in the Go SDK.
    76  
    77  </pulumi-choosable>
    78  </div>
    79  
    80  
    81  <div>
    82  <pulumi-choosable type="language" values="csharp">
    83  <div class="highlight"><pre class="chroma"><code class="language-csharp" data-lang="csharp"><span class="k">public static class </span><span class="nx">GetAmiIds </span><span class="p">
    84  {</span><span class="k">
    85      public static </span>Task&lt;<span class="nx"><a href="#result">GetAmiIdsResult</a></span>> <span class="p">InvokeAsync(</span><span class="nx">GetAmiIdsArgs</span><span class="p"> </span><span class="nx">args<span class="p">,</span> <span class="nx"><a href="/docs/reference/pkg/dotnet/Pulumi/Pulumi.InvokeOptions.html">InvokeOptions</a></span><span class="p">? </span><span class="nx">opts = null<span class="p">)</span><span class="k">
    86      public static </span>Output&lt;<span class="nx"><a href="#result">GetAmiIdsResult</a></span>> <span class="p">Invoke(</span><span class="nx">GetAmiIdsInvokeArgs</span><span class="p"> </span><span class="nx">args<span class="p">,</span> <span class="nx"><a href="/docs/reference/pkg/dotnet/Pulumi/Pulumi.InvokeOptions.html">InvokeOptions</a></span><span class="p">? </span><span class="nx">opts = null<span class="p">)</span><span class="p">
    87  }</span></code></pre></div>
    88  </pulumi-choosable>
    89  </div>
    90  
    91  
    92  <div>
    93  <pulumi-choosable type="language" values="java">
    94  <div class="highlight"><pre class="chroma"><code class="language-java" data-lang="java"><span class="k">public static CompletableFuture&lt;<span class="nx"><a href="#result">GetAmiIdsResult</a></span>> </span>getAmiIds<span class="p">(</span><span class="nx">GetAmiIdsArgs</span><span class="p"> </span><span class="nx">args<span class="p">,</span> <span class="nx">InvokeOptions</span><span class="p"> </span><span class="nx">options<span class="p">)</span>
    95  <span class="c">// Output-based functions aren't available in Java yet</span>
    96  </code></pre></div>
    97  </pulumi-choosable>
    98  </div>
    99  
   100  
   101  <div>
   102  <pulumi-choosable type="language" values="yaml">
   103  <div class="highlight"><pre class="chroma"><code class="language-yaml" data-lang="yaml"><span class="k">fn::invoke:</span>
   104  <span class="k">&nbsp;&nbsp;function:</span> mypkg:getAmiIds
   105  <span class="k">&nbsp;&nbsp;arguments:</span>
   106  <span class="c">&nbsp;&nbsp;&nbsp;&nbsp;# arguments dictionary</span></code></pre></div>
   107  </pulumi-choosable>
   108  </div>
   109  
   110  
   111  
   112  The following arguments are supported:
   113  
   114  
   115  <div>
   116  <pulumi-choosable type="language" values="csharp">
   117  <dl class="resources-properties"><dt class="property-required"
   118              title="Required">
   119          <span id="owners_csharp">
   120  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_csharp" style="color: inherit; text-decoration: inherit;">Owners</a>
   121  </span>
   122          <span class="property-indicator"></span>
   123          <span class="property-type">List&lt;string&gt;</span>
   124      </dt>
   125      <dd><p>List of AMI owners to limit search. At least 1 value must be specified. Valid values: an AWS account ID, <code>self</code> (the current account), or an AWS owner alias (e.g. <code>amazon</code>, <code>aws-marketplace</code>, <code>microsoft</code>).</p>
   126  </dd><dt class="property-optional"
   127              title="Optional">
   128          <span id="executableusers_csharp">
   129  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executableusers_csharp" style="color: inherit; text-decoration: inherit;">Executable<wbr>Users</a>
   130  </span>
   131          <span class="property-indicator"></span>
   132          <span class="property-type">List&lt;string&gt;</span>
   133      </dt>
   134      <dd><p>Limit search to users with <em>explicit</em> launch
   135  permission on  the image. Valid items are the numeric account ID or <code>self</code>.</p>
   136  </dd><dt class="property-optional"
   137              title="Optional">
   138          <span id="filters_csharp">
   139  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_csharp" style="color: inherit; text-decoration: inherit;">Filters</a>
   140  </span>
   141          <span class="property-indicator"></span>
   142          <span class="property-type"><a href="#getamiidsfilter">List&lt;Get<wbr>Ami<wbr>Ids<wbr>Filter&gt;</a></span>
   143      </dt>
   144      <dd><p>One or more name/value pairs to filter off of. There
   145  are several valid keys, for a full reference, check out
   146  [describe-images in the AWS CLI reference][1].</p>
   147  </dd><dt class="property-optional"
   148              title="Optional">
   149          <span id="nameregex_csharp">
   150  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#nameregex_csharp" style="color: inherit; text-decoration: inherit;">Name<wbr>Regex</a>
   151  </span>
   152          <span class="property-indicator"></span>
   153          <span class="property-type">string</span>
   154      </dt>
   155      <dd><p>A regex string to apply to the AMI list returned
   156  by AWS. This allows more advanced filtering not supported from the AWS API.
   157  This filtering is done locally on what AWS returns, and could have a performance
   158  impact if the result is large. It is recommended to combine this with other
   159  options to narrow down the list AWS returns.</p>
   160  </dd><dt class="property-optional"
   161              title="Optional">
   162          <span id="sortascending_csharp">
   163  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sortascending_csharp" style="color: inherit; text-decoration: inherit;">Sort<wbr>Ascending</a>
   164  </span>
   165          <span class="property-indicator"></span>
   166          <span class="property-type">bool</span>
   167      </dt>
   168      <dd><p>Used to sort AMIs by creation time.</p>
   169  </dd></dl>
   170  </pulumi-choosable>
   171  </div>
   172  
   173  <div>
   174  <pulumi-choosable type="language" values="go">
   175  <dl class="resources-properties"><dt class="property-required"
   176              title="Required">
   177          <span id="owners_go">
   178  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_go" style="color: inherit; text-decoration: inherit;">Owners</a>
   179  </span>
   180          <span class="property-indicator"></span>
   181          <span class="property-type">[]string</span>
   182      </dt>
   183      <dd><p>List of AMI owners to limit search. At least 1 value must be specified. Valid values: an AWS account ID, <code>self</code> (the current account), or an AWS owner alias (e.g. <code>amazon</code>, <code>aws-marketplace</code>, <code>microsoft</code>).</p>
   184  </dd><dt class="property-optional"
   185              title="Optional">
   186          <span id="executableusers_go">
   187  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executableusers_go" style="color: inherit; text-decoration: inherit;">Executable<wbr>Users</a>
   188  </span>
   189          <span class="property-indicator"></span>
   190          <span class="property-type">[]string</span>
   191      </dt>
   192      <dd><p>Limit search to users with <em>explicit</em> launch
   193  permission on  the image. Valid items are the numeric account ID or <code>self</code>.</p>
   194  </dd><dt class="property-optional"
   195              title="Optional">
   196          <span id="filters_go">
   197  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_go" style="color: inherit; text-decoration: inherit;">Filters</a>
   198  </span>
   199          <span class="property-indicator"></span>
   200          <span class="property-type"><a href="#getamiidsfilter">[]Get<wbr>Ami<wbr>Ids<wbr>Filter</a></span>
   201      </dt>
   202      <dd><p>One or more name/value pairs to filter off of. There
   203  are several valid keys, for a full reference, check out
   204  [describe-images in the AWS CLI reference][1].</p>
   205  </dd><dt class="property-optional"
   206              title="Optional">
   207          <span id="nameregex_go">
   208  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#nameregex_go" style="color: inherit; text-decoration: inherit;">Name<wbr>Regex</a>
   209  </span>
   210          <span class="property-indicator"></span>
   211          <span class="property-type">string</span>
   212      </dt>
   213      <dd><p>A regex string to apply to the AMI list returned
   214  by AWS. This allows more advanced filtering not supported from the AWS API.
   215  This filtering is done locally on what AWS returns, and could have a performance
   216  impact if the result is large. It is recommended to combine this with other
   217  options to narrow down the list AWS returns.</p>
   218  </dd><dt class="property-optional"
   219              title="Optional">
   220          <span id="sortascending_go">
   221  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sortascending_go" style="color: inherit; text-decoration: inherit;">Sort<wbr>Ascending</a>
   222  </span>
   223          <span class="property-indicator"></span>
   224          <span class="property-type">bool</span>
   225      </dt>
   226      <dd><p>Used to sort AMIs by creation time.</p>
   227  </dd></dl>
   228  </pulumi-choosable>
   229  </div>
   230  
   231  <div>
   232  <pulumi-choosable type="language" values="java">
   233  <dl class="resources-properties"><dt class="property-required"
   234              title="Required">
   235          <span id="owners_java">
   236  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_java" style="color: inherit; text-decoration: inherit;">owners</a>
   237  </span>
   238          <span class="property-indicator"></span>
   239          <span class="property-type">List&lt;String&gt;</span>
   240      </dt>
   241      <dd><p>List of AMI owners to limit search. At least 1 value must be specified. Valid values: an AWS account ID, <code>self</code> (the current account), or an AWS owner alias (e.g. <code>amazon</code>, <code>aws-marketplace</code>, <code>microsoft</code>).</p>
   242  </dd><dt class="property-optional"
   243              title="Optional">
   244          <span id="executableusers_java">
   245  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executableusers_java" style="color: inherit; text-decoration: inherit;">executable<wbr>Users</a>
   246  </span>
   247          <span class="property-indicator"></span>
   248          <span class="property-type">List&lt;String&gt;</span>
   249      </dt>
   250      <dd><p>Limit search to users with <em>explicit</em> launch
   251  permission on  the image. Valid items are the numeric account ID or <code>self</code>.</p>
   252  </dd><dt class="property-optional"
   253              title="Optional">
   254          <span id="filters_java">
   255  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_java" style="color: inherit; text-decoration: inherit;">filters</a>
   256  </span>
   257          <span class="property-indicator"></span>
   258          <span class="property-type"><a href="#getamiidsfilter">List&lt;Get<wbr>Ami<wbr>Ids<wbr>Filter&gt;</a></span>
   259      </dt>
   260      <dd><p>One or more name/value pairs to filter off of. There
   261  are several valid keys, for a full reference, check out
   262  [describe-images in the AWS CLI reference][1].</p>
   263  </dd><dt class="property-optional"
   264              title="Optional">
   265          <span id="nameregex_java">
   266  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#nameregex_java" style="color: inherit; text-decoration: inherit;">name<wbr>Regex</a>
   267  </span>
   268          <span class="property-indicator"></span>
   269          <span class="property-type">String</span>
   270      </dt>
   271      <dd><p>A regex string to apply to the AMI list returned
   272  by AWS. This allows more advanced filtering not supported from the AWS API.
   273  This filtering is done locally on what AWS returns, and could have a performance
   274  impact if the result is large. It is recommended to combine this with other
   275  options to narrow down the list AWS returns.</p>
   276  </dd><dt class="property-optional"
   277              title="Optional">
   278          <span id="sortascending_java">
   279  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sortascending_java" style="color: inherit; text-decoration: inherit;">sort<wbr>Ascending</a>
   280  </span>
   281          <span class="property-indicator"></span>
   282          <span class="property-type">Boolean</span>
   283      </dt>
   284      <dd><p>Used to sort AMIs by creation time.</p>
   285  </dd></dl>
   286  </pulumi-choosable>
   287  </div>
   288  
   289  <div>
   290  <pulumi-choosable type="language" values="javascript,typescript">
   291  <dl class="resources-properties"><dt class="property-required"
   292              title="Required">
   293          <span id="owners_nodejs">
   294  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_nodejs" style="color: inherit; text-decoration: inherit;">owners</a>
   295  </span>
   296          <span class="property-indicator"></span>
   297          <span class="property-type">string[]</span>
   298      </dt>
   299      <dd><p>List of AMI owners to limit search. At least 1 value must be specified. Valid values: an AWS account ID, <code>self</code> (the current account), or an AWS owner alias (e.g. <code>amazon</code>, <code>aws-marketplace</code>, <code>microsoft</code>).</p>
   300  </dd><dt class="property-optional"
   301              title="Optional">
   302          <span id="executableusers_nodejs">
   303  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executableusers_nodejs" style="color: inherit; text-decoration: inherit;">executable<wbr>Users</a>
   304  </span>
   305          <span class="property-indicator"></span>
   306          <span class="property-type">string[]</span>
   307      </dt>
   308      <dd><p>Limit search to users with <em>explicit</em> launch
   309  permission on  the image. Valid items are the numeric account ID or <code>self</code>.</p>
   310  </dd><dt class="property-optional"
   311              title="Optional">
   312          <span id="filters_nodejs">
   313  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_nodejs" style="color: inherit; text-decoration: inherit;">filters</a>
   314  </span>
   315          <span class="property-indicator"></span>
   316          <span class="property-type"><a href="#getamiidsfilter">Get<wbr>Ami<wbr>Ids<wbr>Filter[]</a></span>
   317      </dt>
   318      <dd><p>One or more name/value pairs to filter off of. There
   319  are several valid keys, for a full reference, check out
   320  [describe-images in the AWS CLI reference][1].</p>
   321  </dd><dt class="property-optional"
   322              title="Optional">
   323          <span id="nameregex_nodejs">
   324  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#nameregex_nodejs" style="color: inherit; text-decoration: inherit;">name<wbr>Regex</a>
   325  </span>
   326          <span class="property-indicator"></span>
   327          <span class="property-type">string</span>
   328      </dt>
   329      <dd><p>A regex string to apply to the AMI list returned
   330  by AWS. This allows more advanced filtering not supported from the AWS API.
   331  This filtering is done locally on what AWS returns, and could have a performance
   332  impact if the result is large. It is recommended to combine this with other
   333  options to narrow down the list AWS returns.</p>
   334  </dd><dt class="property-optional"
   335              title="Optional">
   336          <span id="sortascending_nodejs">
   337  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sortascending_nodejs" style="color: inherit; text-decoration: inherit;">sort<wbr>Ascending</a>
   338  </span>
   339          <span class="property-indicator"></span>
   340          <span class="property-type">boolean</span>
   341      </dt>
   342      <dd><p>Used to sort AMIs by creation time.</p>
   343  </dd></dl>
   344  </pulumi-choosable>
   345  </div>
   346  
   347  <div>
   348  <pulumi-choosable type="language" values="python">
   349  <dl class="resources-properties"><dt class="property-required"
   350              title="Required">
   351          <span id="owners_python">
   352  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_python" style="color: inherit; text-decoration: inherit;">owners</a>
   353  </span>
   354          <span class="property-indicator"></span>
   355          <span class="property-type">Sequence[str]</span>
   356      </dt>
   357      <dd><p>List of AMI owners to limit search. At least 1 value must be specified. Valid values: an AWS account ID, <code>self</code> (the current account), or an AWS owner alias (e.g. <code>amazon</code>, <code>aws-marketplace</code>, <code>microsoft</code>).</p>
   358  </dd><dt class="property-optional"
   359              title="Optional">
   360          <span id="executable_users_python">
   361  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executable_users_python" style="color: inherit; text-decoration: inherit;">executable_<wbr>users</a>
   362  </span>
   363          <span class="property-indicator"></span>
   364          <span class="property-type">Sequence[str]</span>
   365      </dt>
   366      <dd><p>Limit search to users with <em>explicit</em> launch
   367  permission on  the image. Valid items are the numeric account ID or <code>self</code>.</p>
   368  </dd><dt class="property-optional"
   369              title="Optional">
   370          <span id="filters_python">
   371  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_python" style="color: inherit; text-decoration: inherit;">filters</a>
   372  </span>
   373          <span class="property-indicator"></span>
   374          <span class="property-type"><a href="#getamiidsfilter">Sequence[Get<wbr>Ami<wbr>Ids<wbr>Filter]</a></span>
   375      </dt>
   376      <dd><p>One or more name/value pairs to filter off of. There
   377  are several valid keys, for a full reference, check out
   378  [describe-images in the AWS CLI reference][1].</p>
   379  </dd><dt class="property-optional"
   380              title="Optional">
   381          <span id="name_regex_python">
   382  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#name_regex_python" style="color: inherit; text-decoration: inherit;">name_<wbr>regex</a>
   383  </span>
   384          <span class="property-indicator"></span>
   385          <span class="property-type">str</span>
   386      </dt>
   387      <dd><p>A regex string to apply to the AMI list returned
   388  by AWS. This allows more advanced filtering not supported from the AWS API.
   389  This filtering is done locally on what AWS returns, and could have a performance
   390  impact if the result is large. It is recommended to combine this with other
   391  options to narrow down the list AWS returns.</p>
   392  </dd><dt class="property-optional"
   393              title="Optional">
   394          <span id="sort_ascending_python">
   395  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sort_ascending_python" style="color: inherit; text-decoration: inherit;">sort_<wbr>ascending</a>
   396  </span>
   397          <span class="property-indicator"></span>
   398          <span class="property-type">bool</span>
   399      </dt>
   400      <dd><p>Used to sort AMIs by creation time.</p>
   401  </dd></dl>
   402  </pulumi-choosable>
   403  </div>
   404  
   405  <div>
   406  <pulumi-choosable type="language" values="yaml">
   407  <dl class="resources-properties"><dt class="property-required"
   408              title="Required">
   409          <span id="owners_yaml">
   410  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_yaml" style="color: inherit; text-decoration: inherit;">owners</a>
   411  </span>
   412          <span class="property-indicator"></span>
   413          <span class="property-type">List&lt;String&gt;</span>
   414      </dt>
   415      <dd><p>List of AMI owners to limit search. At least 1 value must be specified. Valid values: an AWS account ID, <code>self</code> (the current account), or an AWS owner alias (e.g. <code>amazon</code>, <code>aws-marketplace</code>, <code>microsoft</code>).</p>
   416  </dd><dt class="property-optional"
   417              title="Optional">
   418          <span id="executableusers_yaml">
   419  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executableusers_yaml" style="color: inherit; text-decoration: inherit;">executable<wbr>Users</a>
   420  </span>
   421          <span class="property-indicator"></span>
   422          <span class="property-type">List&lt;String&gt;</span>
   423      </dt>
   424      <dd><p>Limit search to users with <em>explicit</em> launch
   425  permission on  the image. Valid items are the numeric account ID or <code>self</code>.</p>
   426  </dd><dt class="property-optional"
   427              title="Optional">
   428          <span id="filters_yaml">
   429  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_yaml" style="color: inherit; text-decoration: inherit;">filters</a>
   430  </span>
   431          <span class="property-indicator"></span>
   432          <span class="property-type"><a href="#getamiidsfilter">List&lt;Property Map&gt;</a></span>
   433      </dt>
   434      <dd><p>One or more name/value pairs to filter off of. There
   435  are several valid keys, for a full reference, check out
   436  [describe-images in the AWS CLI reference][1].</p>
   437  </dd><dt class="property-optional"
   438              title="Optional">
   439          <span id="nameregex_yaml">
   440  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#nameregex_yaml" style="color: inherit; text-decoration: inherit;">name<wbr>Regex</a>
   441  </span>
   442          <span class="property-indicator"></span>
   443          <span class="property-type">String</span>
   444      </dt>
   445      <dd><p>A regex string to apply to the AMI list returned
   446  by AWS. This allows more advanced filtering not supported from the AWS API.
   447  This filtering is done locally on what AWS returns, and could have a performance
   448  impact if the result is large. It is recommended to combine this with other
   449  options to narrow down the list AWS returns.</p>
   450  </dd><dt class="property-optional"
   451              title="Optional">
   452          <span id="sortascending_yaml">
   453  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sortascending_yaml" style="color: inherit; text-decoration: inherit;">sort<wbr>Ascending</a>
   454  </span>
   455          <span class="property-indicator"></span>
   456          <span class="property-type">Boolean</span>
   457      </dt>
   458      <dd><p>Used to sort AMIs by creation time.</p>
   459  </dd></dl>
   460  </pulumi-choosable>
   461  </div>
   462  
   463  
   464  
   465  
   466  ## getAmiIds Result {#result}
   467  
   468  The following output properties are available:
   469  
   470  
   471  
   472  <div>
   473  <pulumi-choosable type="language" values="csharp">
   474  <dl class="resources-properties"><dt class="property-"
   475              title="">
   476          <span id="id_csharp">
   477  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_csharp" style="color: inherit; text-decoration: inherit;">Id</a>
   478  </span>
   479          <span class="property-indicator"></span>
   480          <span class="property-type">string</span>
   481      </dt>
   482      <dd><p>The provider-assigned unique ID for this managed resource.</p>
   483  </dd><dt class="property-"
   484              title="">
   485          <span id="ids_csharp">
   486  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#ids_csharp" style="color: inherit; text-decoration: inherit;">Ids</a>
   487  </span>
   488          <span class="property-indicator"></span>
   489          <span class="property-type">List&lt;string&gt;</span>
   490      </dt>
   491      <dd></dd><dt class="property-"
   492              title="">
   493          <span id="owners_csharp">
   494  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_csharp" style="color: inherit; text-decoration: inherit;">Owners</a>
   495  </span>
   496          <span class="property-indicator"></span>
   497          <span class="property-type">List&lt;string&gt;</span>
   498      </dt>
   499      <dd></dd><dt class="property-"
   500              title="">
   501          <span id="executableusers_csharp">
   502  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executableusers_csharp" style="color: inherit; text-decoration: inherit;">Executable<wbr>Users</a>
   503  </span>
   504          <span class="property-indicator"></span>
   505          <span class="property-type">List&lt;string&gt;</span>
   506      </dt>
   507      <dd></dd><dt class="property-"
   508              title="">
   509          <span id="filters_csharp">
   510  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_csharp" style="color: inherit; text-decoration: inherit;">Filters</a>
   511  </span>
   512          <span class="property-indicator"></span>
   513          <span class="property-type"><a href="#getamiidsfilter">List&lt;Get<wbr>Ami<wbr>Ids<wbr>Filter&gt;</a></span>
   514      </dt>
   515      <dd></dd><dt class="property-"
   516              title="">
   517          <span id="nameregex_csharp">
   518  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#nameregex_csharp" style="color: inherit; text-decoration: inherit;">Name<wbr>Regex</a>
   519  </span>
   520          <span class="property-indicator"></span>
   521          <span class="property-type">string</span>
   522      </dt>
   523      <dd></dd><dt class="property-"
   524              title="">
   525          <span id="sortascending_csharp">
   526  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sortascending_csharp" style="color: inherit; text-decoration: inherit;">Sort<wbr>Ascending</a>
   527  </span>
   528          <span class="property-indicator"></span>
   529          <span class="property-type">bool</span>
   530      </dt>
   531      <dd></dd></dl>
   532  </pulumi-choosable>
   533  </div>
   534  
   535  <div>
   536  <pulumi-choosable type="language" values="go">
   537  <dl class="resources-properties"><dt class="property-"
   538              title="">
   539          <span id="id_go">
   540  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_go" style="color: inherit; text-decoration: inherit;">Id</a>
   541  </span>
   542          <span class="property-indicator"></span>
   543          <span class="property-type">string</span>
   544      </dt>
   545      <dd><p>The provider-assigned unique ID for this managed resource.</p>
   546  </dd><dt class="property-"
   547              title="">
   548          <span id="ids_go">
   549  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#ids_go" style="color: inherit; text-decoration: inherit;">Ids</a>
   550  </span>
   551          <span class="property-indicator"></span>
   552          <span class="property-type">[]string</span>
   553      </dt>
   554      <dd></dd><dt class="property-"
   555              title="">
   556          <span id="owners_go">
   557  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_go" style="color: inherit; text-decoration: inherit;">Owners</a>
   558  </span>
   559          <span class="property-indicator"></span>
   560          <span class="property-type">[]string</span>
   561      </dt>
   562      <dd></dd><dt class="property-"
   563              title="">
   564          <span id="executableusers_go">
   565  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executableusers_go" style="color: inherit; text-decoration: inherit;">Executable<wbr>Users</a>
   566  </span>
   567          <span class="property-indicator"></span>
   568          <span class="property-type">[]string</span>
   569      </dt>
   570      <dd></dd><dt class="property-"
   571              title="">
   572          <span id="filters_go">
   573  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_go" style="color: inherit; text-decoration: inherit;">Filters</a>
   574  </span>
   575          <span class="property-indicator"></span>
   576          <span class="property-type"><a href="#getamiidsfilter">[]Get<wbr>Ami<wbr>Ids<wbr>Filter</a></span>
   577      </dt>
   578      <dd></dd><dt class="property-"
   579              title="">
   580          <span id="nameregex_go">
   581  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#nameregex_go" style="color: inherit; text-decoration: inherit;">Name<wbr>Regex</a>
   582  </span>
   583          <span class="property-indicator"></span>
   584          <span class="property-type">string</span>
   585      </dt>
   586      <dd></dd><dt class="property-"
   587              title="">
   588          <span id="sortascending_go">
   589  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sortascending_go" style="color: inherit; text-decoration: inherit;">Sort<wbr>Ascending</a>
   590  </span>
   591          <span class="property-indicator"></span>
   592          <span class="property-type">bool</span>
   593      </dt>
   594      <dd></dd></dl>
   595  </pulumi-choosable>
   596  </div>
   597  
   598  <div>
   599  <pulumi-choosable type="language" values="java">
   600  <dl class="resources-properties"><dt class="property-"
   601              title="">
   602          <span id="id_java">
   603  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_java" style="color: inherit; text-decoration: inherit;">id</a>
   604  </span>
   605          <span class="property-indicator"></span>
   606          <span class="property-type">String</span>
   607      </dt>
   608      <dd><p>The provider-assigned unique ID for this managed resource.</p>
   609  </dd><dt class="property-"
   610              title="">
   611          <span id="ids_java">
   612  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#ids_java" style="color: inherit; text-decoration: inherit;">ids</a>
   613  </span>
   614          <span class="property-indicator"></span>
   615          <span class="property-type">List&lt;String&gt;</span>
   616      </dt>
   617      <dd></dd><dt class="property-"
   618              title="">
   619          <span id="owners_java">
   620  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_java" style="color: inherit; text-decoration: inherit;">owners</a>
   621  </span>
   622          <span class="property-indicator"></span>
   623          <span class="property-type">List&lt;String&gt;</span>
   624      </dt>
   625      <dd></dd><dt class="property-"
   626              title="">
   627          <span id="executableusers_java">
   628  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executableusers_java" style="color: inherit; text-decoration: inherit;">executable<wbr>Users</a>
   629  </span>
   630          <span class="property-indicator"></span>
   631          <span class="property-type">List&lt;String&gt;</span>
   632      </dt>
   633      <dd></dd><dt class="property-"
   634              title="">
   635          <span id="filters_java">
   636  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_java" style="color: inherit; text-decoration: inherit;">filters</a>
   637  </span>
   638          <span class="property-indicator"></span>
   639          <span class="property-type"><a href="#getamiidsfilter">List&lt;Get<wbr>Ami<wbr>Ids<wbr>Filter&gt;</a></span>
   640      </dt>
   641      <dd></dd><dt class="property-"
   642              title="">
   643          <span id="nameregex_java">
   644  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#nameregex_java" style="color: inherit; text-decoration: inherit;">name<wbr>Regex</a>
   645  </span>
   646          <span class="property-indicator"></span>
   647          <span class="property-type">String</span>
   648      </dt>
   649      <dd></dd><dt class="property-"
   650              title="">
   651          <span id="sortascending_java">
   652  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sortascending_java" style="color: inherit; text-decoration: inherit;">sort<wbr>Ascending</a>
   653  </span>
   654          <span class="property-indicator"></span>
   655          <span class="property-type">Boolean</span>
   656      </dt>
   657      <dd></dd></dl>
   658  </pulumi-choosable>
   659  </div>
   660  
   661  <div>
   662  <pulumi-choosable type="language" values="javascript,typescript">
   663  <dl class="resources-properties"><dt class="property-"
   664              title="">
   665          <span id="id_nodejs">
   666  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_nodejs" style="color: inherit; text-decoration: inherit;">id</a>
   667  </span>
   668          <span class="property-indicator"></span>
   669          <span class="property-type">string</span>
   670      </dt>
   671      <dd><p>The provider-assigned unique ID for this managed resource.</p>
   672  </dd><dt class="property-"
   673              title="">
   674          <span id="ids_nodejs">
   675  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#ids_nodejs" style="color: inherit; text-decoration: inherit;">ids</a>
   676  </span>
   677          <span class="property-indicator"></span>
   678          <span class="property-type">string[]</span>
   679      </dt>
   680      <dd></dd><dt class="property-"
   681              title="">
   682          <span id="owners_nodejs">
   683  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_nodejs" style="color: inherit; text-decoration: inherit;">owners</a>
   684  </span>
   685          <span class="property-indicator"></span>
   686          <span class="property-type">string[]</span>
   687      </dt>
   688      <dd></dd><dt class="property-"
   689              title="">
   690          <span id="executableusers_nodejs">
   691  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executableusers_nodejs" style="color: inherit; text-decoration: inherit;">executable<wbr>Users</a>
   692  </span>
   693          <span class="property-indicator"></span>
   694          <span class="property-type">string[]</span>
   695      </dt>
   696      <dd></dd><dt class="property-"
   697              title="">
   698          <span id="filters_nodejs">
   699  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_nodejs" style="color: inherit; text-decoration: inherit;">filters</a>
   700  </span>
   701          <span class="property-indicator"></span>
   702          <span class="property-type"><a href="#getamiidsfilter">Get<wbr>Ami<wbr>Ids<wbr>Filter[]</a></span>
   703      </dt>
   704      <dd></dd><dt class="property-"
   705              title="">
   706          <span id="nameregex_nodejs">
   707  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#nameregex_nodejs" style="color: inherit; text-decoration: inherit;">name<wbr>Regex</a>
   708  </span>
   709          <span class="property-indicator"></span>
   710          <span class="property-type">string</span>
   711      </dt>
   712      <dd></dd><dt class="property-"
   713              title="">
   714          <span id="sortascending_nodejs">
   715  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sortascending_nodejs" style="color: inherit; text-decoration: inherit;">sort<wbr>Ascending</a>
   716  </span>
   717          <span class="property-indicator"></span>
   718          <span class="property-type">boolean</span>
   719      </dt>
   720      <dd></dd></dl>
   721  </pulumi-choosable>
   722  </div>
   723  
   724  <div>
   725  <pulumi-choosable type="language" values="python">
   726  <dl class="resources-properties"><dt class="property-"
   727              title="">
   728          <span id="id_python">
   729  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_python" style="color: inherit; text-decoration: inherit;">id</a>
   730  </span>
   731          <span class="property-indicator"></span>
   732          <span class="property-type">str</span>
   733      </dt>
   734      <dd><p>The provider-assigned unique ID for this managed resource.</p>
   735  </dd><dt class="property-"
   736              title="">
   737          <span id="ids_python">
   738  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#ids_python" style="color: inherit; text-decoration: inherit;">ids</a>
   739  </span>
   740          <span class="property-indicator"></span>
   741          <span class="property-type">Sequence[str]</span>
   742      </dt>
   743      <dd></dd><dt class="property-"
   744              title="">
   745          <span id="owners_python">
   746  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_python" style="color: inherit; text-decoration: inherit;">owners</a>
   747  </span>
   748          <span class="property-indicator"></span>
   749          <span class="property-type">Sequence[str]</span>
   750      </dt>
   751      <dd></dd><dt class="property-"
   752              title="">
   753          <span id="executable_users_python">
   754  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executable_users_python" style="color: inherit; text-decoration: inherit;">executable_<wbr>users</a>
   755  </span>
   756          <span class="property-indicator"></span>
   757          <span class="property-type">Sequence[str]</span>
   758      </dt>
   759      <dd></dd><dt class="property-"
   760              title="">
   761          <span id="filters_python">
   762  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_python" style="color: inherit; text-decoration: inherit;">filters</a>
   763  </span>
   764          <span class="property-indicator"></span>
   765          <span class="property-type"><a href="#getamiidsfilter">Sequence[Get<wbr>Ami<wbr>Ids<wbr>Filter]</a></span>
   766      </dt>
   767      <dd></dd><dt class="property-"
   768              title="">
   769          <span id="name_regex_python">
   770  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#name_regex_python" style="color: inherit; text-decoration: inherit;">name_<wbr>regex</a>
   771  </span>
   772          <span class="property-indicator"></span>
   773          <span class="property-type">str</span>
   774      </dt>
   775      <dd></dd><dt class="property-"
   776              title="">
   777          <span id="sort_ascending_python">
   778  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sort_ascending_python" style="color: inherit; text-decoration: inherit;">sort_<wbr>ascending</a>
   779  </span>
   780          <span class="property-indicator"></span>
   781          <span class="property-type">bool</span>
   782      </dt>
   783      <dd></dd></dl>
   784  </pulumi-choosable>
   785  </div>
   786  
   787  <div>
   788  <pulumi-choosable type="language" values="yaml">
   789  <dl class="resources-properties"><dt class="property-"
   790              title="">
   791          <span id="id_yaml">
   792  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_yaml" style="color: inherit; text-decoration: inherit;">id</a>
   793  </span>
   794          <span class="property-indicator"></span>
   795          <span class="property-type">String</span>
   796      </dt>
   797      <dd><p>The provider-assigned unique ID for this managed resource.</p>
   798  </dd><dt class="property-"
   799              title="">
   800          <span id="ids_yaml">
   801  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#ids_yaml" style="color: inherit; text-decoration: inherit;">ids</a>
   802  </span>
   803          <span class="property-indicator"></span>
   804          <span class="property-type">List&lt;String&gt;</span>
   805      </dt>
   806      <dd></dd><dt class="property-"
   807              title="">
   808          <span id="owners_yaml">
   809  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#owners_yaml" style="color: inherit; text-decoration: inherit;">owners</a>
   810  </span>
   811          <span class="property-indicator"></span>
   812          <span class="property-type">List&lt;String&gt;</span>
   813      </dt>
   814      <dd></dd><dt class="property-"
   815              title="">
   816          <span id="executableusers_yaml">
   817  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#executableusers_yaml" style="color: inherit; text-decoration: inherit;">executable<wbr>Users</a>
   818  </span>
   819          <span class="property-indicator"></span>
   820          <span class="property-type">List&lt;String&gt;</span>
   821      </dt>
   822      <dd></dd><dt class="property-"
   823              title="">
   824          <span id="filters_yaml">
   825  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#filters_yaml" style="color: inherit; text-decoration: inherit;">filters</a>
   826  </span>
   827          <span class="property-indicator"></span>
   828          <span class="property-type"><a href="#getamiidsfilter">List&lt;Property Map&gt;</a></span>
   829      </dt>
   830      <dd></dd><dt class="property-"
   831              title="">
   832          <span id="nameregex_yaml">
   833  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#nameregex_yaml" style="color: inherit; text-decoration: inherit;">name<wbr>Regex</a>
   834  </span>
   835          <span class="property-indicator"></span>
   836          <span class="property-type">String</span>
   837      </dt>
   838      <dd></dd><dt class="property-"
   839              title="">
   840          <span id="sortascending_yaml">
   841  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#sortascending_yaml" style="color: inherit; text-decoration: inherit;">sort<wbr>Ascending</a>
   842  </span>
   843          <span class="property-indicator"></span>
   844          <span class="property-type">Boolean</span>
   845      </dt>
   846      <dd></dd></dl>
   847  </pulumi-choosable>
   848  </div>
   849  
   850  
   851  
   852  
   853  ## Supporting Types
   854  
   855  
   856  <h4 id="getamiidsfilter">Get<wbr>Ami<wbr>Ids<wbr>Filter</h4>
   857  
   858  
   859  
   860  <div>
   861  <pulumi-choosable type="language" values="csharp">
   862  <dl class="resources-properties"><dt class="property-required"
   863              title="Required">
   864          <span id="name_csharp">
   865  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#name_csharp" style="color: inherit; text-decoration: inherit;">Name</a>
   866  </span>
   867          <span class="property-indicator"></span>
   868          <span class="property-type">string</span>
   869      </dt>
   870      <dd></dd><dt class="property-required"
   871              title="Required">
   872          <span id="values_csharp">
   873  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#values_csharp" style="color: inherit; text-decoration: inherit;">Values</a>
   874  </span>
   875          <span class="property-indicator"></span>
   876          <span class="property-type">List&lt;string&gt;</span>
   877      </dt>
   878      <dd></dd></dl>
   879  </pulumi-choosable>
   880  </div>
   881  
   882  <div>
   883  <pulumi-choosable type="language" values="go">
   884  <dl class="resources-properties"><dt class="property-required"
   885              title="Required">
   886          <span id="name_go">
   887  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#name_go" style="color: inherit; text-decoration: inherit;">Name</a>
   888  </span>
   889          <span class="property-indicator"></span>
   890          <span class="property-type">string</span>
   891      </dt>
   892      <dd></dd><dt class="property-required"
   893              title="Required">
   894          <span id="values_go">
   895  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#values_go" style="color: inherit; text-decoration: inherit;">Values</a>
   896  </span>
   897          <span class="property-indicator"></span>
   898          <span class="property-type">[]string</span>
   899      </dt>
   900      <dd></dd></dl>
   901  </pulumi-choosable>
   902  </div>
   903  
   904  <div>
   905  <pulumi-choosable type="language" values="java">
   906  <dl class="resources-properties"><dt class="property-required"
   907              title="Required">
   908          <span id="name_java">
   909  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#name_java" style="color: inherit; text-decoration: inherit;">name</a>
   910  </span>
   911          <span class="property-indicator"></span>
   912          <span class="property-type">String</span>
   913      </dt>
   914      <dd></dd><dt class="property-required"
   915              title="Required">
   916          <span id="values_java">
   917  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#values_java" style="color: inherit; text-decoration: inherit;">values</a>
   918  </span>
   919          <span class="property-indicator"></span>
   920          <span class="property-type">List&lt;String&gt;</span>
   921      </dt>
   922      <dd></dd></dl>
   923  </pulumi-choosable>
   924  </div>
   925  
   926  <div>
   927  <pulumi-choosable type="language" values="javascript,typescript">
   928  <dl class="resources-properties"><dt class="property-required"
   929              title="Required">
   930          <span id="name_nodejs">
   931  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#name_nodejs" style="color: inherit; text-decoration: inherit;">name</a>
   932  </span>
   933          <span class="property-indicator"></span>
   934          <span class="property-type">string</span>
   935      </dt>
   936      <dd></dd><dt class="property-required"
   937              title="Required">
   938          <span id="values_nodejs">
   939  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#values_nodejs" style="color: inherit; text-decoration: inherit;">values</a>
   940  </span>
   941          <span class="property-indicator"></span>
   942          <span class="property-type">string[]</span>
   943      </dt>
   944      <dd></dd></dl>
   945  </pulumi-choosable>
   946  </div>
   947  
   948  <div>
   949  <pulumi-choosable type="language" values="python">
   950  <dl class="resources-properties"><dt class="property-required"
   951              title="Required">
   952          <span id="name_python">
   953  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#name_python" style="color: inherit; text-decoration: inherit;">name</a>
   954  </span>
   955          <span class="property-indicator"></span>
   956          <span class="property-type">str</span>
   957      </dt>
   958      <dd></dd><dt class="property-required"
   959              title="Required">
   960          <span id="values_python">
   961  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#values_python" style="color: inherit; text-decoration: inherit;">values</a>
   962  </span>
   963          <span class="property-indicator"></span>
   964          <span class="property-type">Sequence[str]</span>
   965      </dt>
   966      <dd></dd></dl>
   967  </pulumi-choosable>
   968  </div>
   969  
   970  <div>
   971  <pulumi-choosable type="language" values="yaml">
   972  <dl class="resources-properties"><dt class="property-required"
   973              title="Required">
   974          <span id="name_yaml">
   975  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#name_yaml" style="color: inherit; text-decoration: inherit;">name</a>
   976  </span>
   977          <span class="property-indicator"></span>
   978          <span class="property-type">String</span>
   979      </dt>
   980      <dd></dd><dt class="property-required"
   981              title="Required">
   982          <span id="values_yaml">
   983  <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#values_yaml" style="color: inherit; text-decoration: inherit;">values</a>
   984  </span>
   985          <span class="property-indicator"></span>
   986          <span class="property-type">List&lt;String&gt;</span>
   987      </dt>
   988      <dd></dd></dl>
   989  </pulumi-choosable>
   990  </div>
   991  
   992  
   993  
   994  
   995  
   996  <h2 id="package-details">Package Details</h2>
   997  <dl class="package-details">
   998  	<dt>Repository</dt>
   999  	<dd><a href=""></a></dd>
  1000  	<dt>License</dt>
  1001  	<dd></dd>
  1002  </dl>
  1003