You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v1/AWSIntegrationApi.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,9 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
66
66
account_specific_namespace_rules={
67
67
"key": True,
68
68
},
69
-
["us-east-1","us-west-2"],
70
-
["<KEY>:<VALUE>"],
71
-
["<KEY>:<VALUE>"],
69
+
excluded_regions=["us-east-1","us-west-2"],
70
+
filter_tags=["<KEY>:<VALUE>"],
71
+
host_tags=["<KEY>:<VALUE>"],
72
72
role_name="DatadogAWSIntegrationRole",
73
73
secret_access_key="secret_access_key_example",
74
74
) # AWSAccount | AWS Request Object
@@ -250,9 +250,9 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
250
250
account_specific_namespace_rules={
251
251
"key": True,
252
252
},
253
-
["us-east-1","us-west-2"],
254
-
["<KEY>:<VALUE>"],
255
-
["<KEY>:<VALUE>"],
253
+
excluded_regions=["us-east-1","us-west-2"],
254
+
filter_tags=["<KEY>:<VALUE>"],
255
+
host_tags=["<KEY>:<VALUE>"],
256
256
role_name="DatadogAWSIntegrationRole",
257
257
secret_access_key="secret_access_key_example",
258
258
) # AWSAccount | Your Datadog role delegation name. For more information about your AWS account Role name, see the [Datadog AWS integration configuration info](https://github.com/DataDog/documentation/blob/master/integrations/amazon_web_services/#installation).
@@ -345,9 +345,9 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
345
345
account_specific_namespace_rules={
346
346
"key": True,
347
347
},
348
-
["us-east-1","us-west-2"],
349
-
["<KEY>:<VALUE>"],
350
-
["<KEY>:<VALUE>"],
348
+
excluded_regions=["us-east-1","us-west-2"],
349
+
filter_tags=["<KEY>:<VALUE>"],
350
+
host_tags=["<KEY>:<VALUE>"],
351
351
role_name="DatadogAWSIntegrationRole",
352
352
secret_access_key="secret_access_key_example",
353
353
) # AWSAccount | AWS request object
@@ -780,9 +780,9 @@ with datadog_api_client.v1.ApiClient(configuration) as api_client:
0 commit comments