Skip to content

Commit

Permalink
aws api adding extended and deprecating old resource collection field (
Browse files Browse the repository at this point in the history
…#1938)

Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> ab4253e
  • Loading branch information
1 parent 6d0513c commit 9cacab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion datadog_api_client.v1.model.html
Original file line number Diff line number Diff line change
Expand Up @@ -11437,6 +11437,7 @@ <h1 id="datadog-api-client-v1-model--page-root">datadog_api_client.v1.model<a cl
<li><p><strong>cspm_resource_collection_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether Datadog collects cloud security posture management resources from your AWS account. This includes additional resources not covered under the general <code class="docutils literal notranslate"><span class="pre">resource_collection</span></code>.</p></li>
<li><p><strong>excluded_regions</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – An array of <a class="reference external" href="https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints">AWS regions</a>
to exclude from metrics collection.</p></li>
<li><p><strong>extended_resource_collection_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether Datadog collects additional attributes and configuration information about the resources in your AWS account. Required for <code class="docutils literal notranslate"><span class="pre">cspm_resource_collection</span></code>.</p></li>
<li><p><strong>filter_tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – The array of EC2 tags (in the form <code class="docutils literal notranslate"><span class="pre">key:value</span></code> ) defines a filter that Datadog uses when collecting metrics from EC2.
Wildcards, such as <code class="docutils literal notranslate"><span class="pre">?</span></code> (for single characters) and <code class="docutils literal notranslate"><span class="pre">*</span></code> (for multiple characters) can also be used.
Only hosts that match one of the defined tags
Expand All @@ -11446,7 +11447,7 @@ <h1 id="datadog-api-client-v1-model--page-root">datadog_api_client.v1.model<a cl
<li><p><strong>host_tags</strong> (<em>[</em><em>str</em><em>]</em><em>, </em><em>optional</em>) – Array of tags (in the form <code class="docutils literal notranslate"><span class="pre">key:value</span></code> ) to add to all hosts
and metrics reporting through this integration.</p></li>
<li><p><strong>metrics_collection_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether Datadog collects metrics for this AWS account.</p></li>
<li><p><strong>resource_collection_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – Whether Datadog collects a standard set of resources from your AWS account.</p></li>
<li><p><strong>resource_collection_enabled</strong> (<em>bool</em><em>, </em><em>optional</em>) – Deprecated in favor of ‘extended_resource_collection_enabled’. Whether Datadog collects a standard set of resources from your AWS account. <strong>Deprecated</strong>.</p></li>
<li><p><strong>role_name</strong> (<em>str</em><em>, </em><em>optional</em>) – Your Datadog role delegation name.</p></li>
<li><p><strong>secret_access_key</strong> (<em>str</em><em>, </em><em>optional</em>) – Your AWS secret access key. Only required if your AWS account is a GovCloud or China account.</p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 9cacab0

Please sign in to comment.