@pulumi/datadog 4.25.0-alpha.1706828035 → 4.25.0-alpha.1707497136
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apmRetentionFilter.d.ts +1 -1
- package/apmRetentionFilter.js +1 -1
- package/apmRetentionFilterOrder.d.ts +4 -2
- package/apmRetentionFilterOrder.js +4 -2
- package/apmRetentionFilterOrder.js.map +1 -1
- package/authnMapping.d.ts +1 -1
- package/authnMapping.js +1 -1
- package/aws/integration.d.ts +1 -1
- package/aws/integration.js +1 -1
- package/aws/integrationEventBridge.d.ts +1 -1
- package/aws/integrationEventBridge.js +1 -1
- package/aws/integrationLambdaArn.d.ts +1 -1
- package/aws/integrationLambdaArn.js +1 -1
- package/aws/integrationLogCollection.d.ts +1 -1
- package/aws/integrationLogCollection.js +1 -1
- package/aws/integrationTagFilter.d.ts +1 -1
- package/aws/integrationTagFilter.js +1 -1
- package/azure/integration.d.ts +1 -1
- package/azure/integration.js +1 -1
- package/cloudConfigurationRule.d.ts +1 -1
- package/cloudConfigurationRule.js +1 -1
- package/cloudWorkloadSecurityAgentRule.d.ts +1 -1
- package/cloudWorkloadSecurityAgentRule.js +1 -1
- package/confluent/integrationAccount.d.ts +4 -2
- package/confluent/integrationAccount.js +4 -2
- package/confluent/integrationAccount.js.map +1 -1
- package/gcp/integration.d.ts +1 -1
- package/gcp/integration.js +1 -1
- package/logsArchiveOrder.d.ts +1 -1
- package/logsArchiveOrder.js +1 -1
- package/logsCustomPipeline.d.ts +4 -2
- package/logsCustomPipeline.js +4 -2
- package/logsCustomPipeline.js.map +1 -1
- package/logsIndexOrder.d.ts +4 -2
- package/logsIndexOrder.js +4 -2
- package/logsIndexOrder.js.map +1 -1
- package/logsIntegrationPipeline.d.ts +4 -2
- package/logsIntegrationPipeline.js +4 -2
- package/logsIntegrationPipeline.js.map +1 -1
- package/logsPipelineOrder.d.ts +1 -1
- package/logsPipelineOrder.js +1 -1
- package/package.json +1 -1
- package/role.d.ts +1 -1
- package/role.js +1 -1
- package/securityMonitoringDefaultRule.d.ts +6 -2
- package/securityMonitoringDefaultRule.js +6 -2
- package/securityMonitoringDefaultRule.js.map +1 -1
- package/securityMonitoringFilter.d.ts +1 -1
- package/securityMonitoringFilter.js +1 -1
- package/securityMonitoringRule.d.ts +1 -1
- package/securityMonitoringRule.js +1 -1
- package/serviceAccountApplicationKey.d.ts +1 -1
- package/serviceAccountApplicationKey.js +1 -1
- package/serviceLevelObjective.d.ts +1 -1
- package/serviceLevelObjective.js +1 -1
- package/slack/channel.d.ts +1 -1
- package/slack/channel.js +1 -1
- package/syntheticsConcurrencyCap.d.ts +1 -1
- package/syntheticsConcurrencyCap.js +1 -1
- package/syntheticsGlobalVariable.d.ts +1 -1
- package/syntheticsGlobalVariable.js +1 -1
- package/syntheticsPrivateLocation.d.ts +1 -1
- package/syntheticsPrivateLocation.js +1 -1
- package/syntheticsTest.d.ts +1 -1
- package/syntheticsTest.js +1 -1
- package/teamMembership.d.ts +1 -1
- package/teamMembership.js +1 -1
package/apmRetentionFilter.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ import * as outputs from "./types/output";
|
|
|
27
27
|
* Import existing APM retention filter
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
*
|
|
30
|
+
* $ pulumi import datadog:index/apmRetentionFilter:ApmRetentionFilter foo <filter_id>
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
33
|
export declare class ApmRetentionFilter extends pulumi.CustomResource {
|
package/apmRetentionFilter.js
CHANGED
|
@@ -31,7 +31,7 @@ const utilities = require("./utilities");
|
|
|
31
31
|
* Import existing APM retention filter
|
|
32
32
|
*
|
|
33
33
|
* ```sh
|
|
34
|
-
*
|
|
34
|
+
* $ pulumi import datadog:index/apmRetentionFilter:ApmRetentionFilter foo <filter_id>
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
class ApmRetentionFilter extends pulumi.CustomResource {
|
|
@@ -4,10 +4,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
4
4
|
*
|
|
5
5
|
* ## Import
|
|
6
6
|
*
|
|
7
|
-
* Import existing APM retention filter order
|
|
7
|
+
* Import existing APM retention filter order
|
|
8
|
+
*
|
|
9
|
+
* Note: Value of <foo> can be anything as this id is not stored by the resource
|
|
8
10
|
*
|
|
9
11
|
* ```sh
|
|
10
|
-
*
|
|
12
|
+
* $ pulumi import datadog:index/apmRetentionFilterOrder:ApmRetentionFilterOrder bar <foo>
|
|
11
13
|
* ```
|
|
12
14
|
*/
|
|
13
15
|
export declare class ApmRetentionFilterOrder extends pulumi.CustomResource {
|
|
@@ -10,10 +10,12 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Import
|
|
12
12
|
*
|
|
13
|
-
* Import existing APM retention filter order
|
|
13
|
+
* Import existing APM retention filter order
|
|
14
|
+
*
|
|
15
|
+
* Note: Value of <foo> can be anything as this id is not stored by the resource
|
|
14
16
|
*
|
|
15
17
|
* ```sh
|
|
16
|
-
*
|
|
18
|
+
* $ pulumi import datadog:index/apmRetentionFilterOrder:ApmRetentionFilterOrder bar <foo>
|
|
17
19
|
* ```
|
|
18
20
|
*/
|
|
19
21
|
class ApmRetentionFilterOrder extends pulumi.CustomResource {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apmRetentionFilterOrder.js","sourceRoot":"","sources":["../apmRetentionFilterOrder.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"apmRetentionFilterOrder.js","sourceRoot":"","sources":["../apmRetentionFilterOrder.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAeD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AAxDL,0DAyDC;AA3CG,gBAAgB;AACO,oCAAY,GAAG,+DAA+D,CAAC"}
|
package/authnMapping.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
24
24
|
* AuthN mappings can be imported using their ID, e.g.
|
|
25
25
|
*
|
|
26
26
|
* ```sh
|
|
27
|
-
*
|
|
27
|
+
* $ pulumi import datadog:index/authnMapping:AuthnMapping dev_ro_mapping 000000-0000-0000-0000-000000000000
|
|
28
28
|
* ```
|
|
29
29
|
*/
|
|
30
30
|
export declare class AuthnMapping extends pulumi.CustomResource {
|
package/authnMapping.js
CHANGED
|
@@ -30,7 +30,7 @@ const utilities = require("./utilities");
|
|
|
30
30
|
* AuthN mappings can be imported using their ID, e.g.
|
|
31
31
|
*
|
|
32
32
|
* ```sh
|
|
33
|
-
*
|
|
33
|
+
* $ pulumi import datadog:index/authnMapping:AuthnMapping dev_ro_mapping 000000-0000-0000-0000-000000000000
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
36
|
class AuthnMapping extends pulumi.CustomResource {
|
package/aws/integration.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
33
33
|
* Amazon Web Services integrations can be imported using their account ID and role name separated with a colon (:), while the external_id should be passed by setting an environment variable called EXTERNAL_ID
|
|
34
34
|
*
|
|
35
35
|
* ```sh
|
|
36
|
-
*
|
|
36
|
+
* $ pulumi import datadog:aws/integration:Integration EXTERNAL_ID=${external_id} datadog_integration_aws.test ${account_id}:${role_name}
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
39
39
|
export declare class Integration extends pulumi.CustomResource {
|
package/aws/integration.js
CHANGED
|
@@ -39,7 +39,7 @@ const utilities = require("../utilities");
|
|
|
39
39
|
* Amazon Web Services integrations can be imported using their account ID and role name separated with a colon (:), while the external_id should be passed by setting an environment variable called EXTERNAL_ID
|
|
40
40
|
*
|
|
41
41
|
* ```sh
|
|
42
|
-
*
|
|
42
|
+
* $ pulumi import datadog:aws/integration:Integration EXTERNAL_ID=${external_id} datadog_integration_aws.test ${account_id}:${role_name}
|
|
43
43
|
* ```
|
|
44
44
|
*/
|
|
45
45
|
class Integration extends pulumi.CustomResource {
|
|
@@ -21,7 +21,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
21
21
|
* Amazon Web Service EventBridge integrations are imported using the Event Source name as listed for an integrated AWS account in Datadog
|
|
22
22
|
*
|
|
23
23
|
* ```sh
|
|
24
|
-
*
|
|
24
|
+
* $ pulumi import datadog:aws/integrationEventBridge:IntegrationEventBridge foo event-source-name-abc12345
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
export declare class IntegrationEventBridge extends pulumi.CustomResource {
|
|
@@ -27,7 +27,7 @@ const utilities = require("../utilities");
|
|
|
27
27
|
* Amazon Web Service EventBridge integrations are imported using the Event Source name as listed for an integrated AWS account in Datadog
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
*
|
|
30
|
+
* $ pulumi import datadog:aws/integrationEventBridge:IntegrationEventBridge foo event-source-name-abc12345
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
33
|
class IntegrationEventBridge extends pulumi.CustomResource {
|
|
@@ -22,7 +22,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
22
22
|
* Amazon Web Services Lambda ARN integrations can be imported using their account_id and lambda_arn separated with a space (` `).
|
|
23
23
|
*
|
|
24
24
|
* ```sh
|
|
25
|
-
*
|
|
25
|
+
* $ pulumi import datadog:aws/integrationLambdaArn:IntegrationLambdaArn test "1234567890 arn:aws:lambda:us-east-1:1234567890:function:datadog-forwarder-Forwarder"
|
|
26
26
|
* ```
|
|
27
27
|
*/
|
|
28
28
|
export declare class IntegrationLambdaArn extends pulumi.CustomResource {
|
|
@@ -28,7 +28,7 @@ const utilities = require("../utilities");
|
|
|
28
28
|
* Amazon Web Services Lambda ARN integrations can be imported using their account_id and lambda_arn separated with a space (` `).
|
|
29
29
|
*
|
|
30
30
|
* ```sh
|
|
31
|
-
*
|
|
31
|
+
* $ pulumi import datadog:aws/integrationLambdaArn:IntegrationLambdaArn test "1234567890 arn:aws:lambda:us-east-1:1234567890:function:datadog-forwarder-Forwarder"
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
34
|
class IntegrationLambdaArn extends pulumi.CustomResource {
|
|
@@ -20,7 +20,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
20
20
|
* Amazon Web Services log collection integrations can be imported using the `account ID`.
|
|
21
21
|
*
|
|
22
22
|
* ```sh
|
|
23
|
-
*
|
|
23
|
+
* $ pulumi import datadog:aws/integrationLogCollection:IntegrationLogCollection test 1234567890
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
26
|
export declare class IntegrationLogCollection extends pulumi.CustomResource {
|
|
@@ -26,7 +26,7 @@ const utilities = require("../utilities");
|
|
|
26
26
|
* Amazon Web Services log collection integrations can be imported using the `account ID`.
|
|
27
27
|
*
|
|
28
28
|
* ```sh
|
|
29
|
-
*
|
|
29
|
+
* $ pulumi import datadog:aws/integrationLogCollection:IntegrationLogCollection test 1234567890
|
|
30
30
|
* ```
|
|
31
31
|
*/
|
|
32
32
|
class IntegrationLogCollection extends pulumi.CustomResource {
|
|
@@ -21,7 +21,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
21
21
|
* Amazon Web Services log filter resource can be imported using their account ID and namespace separated with a colon (:).
|
|
22
22
|
*
|
|
23
23
|
* ```sh
|
|
24
|
-
*
|
|
24
|
+
* $ pulumi import datadog:aws/integrationTagFilter:IntegrationTagFilter foo ${account_id}:${namespace}
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
export declare class IntegrationTagFilter extends pulumi.CustomResource {
|
|
@@ -27,7 +27,7 @@ const utilities = require("../utilities");
|
|
|
27
27
|
* Amazon Web Services log filter resource can be imported using their account ID and namespace separated with a colon (:).
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
*
|
|
30
|
+
* $ pulumi import datadog:aws/integrationTagFilter:IntegrationTagFilter foo ${account_id}:${namespace}
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
33
|
class IntegrationTagFilter extends pulumi.CustomResource {
|
package/azure/integration.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
27
27
|
* Microsoft Azure integrations can be imported using their `tenant name` and `client` id separated with a colon (`:`).
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
*
|
|
30
|
+
* $ pulumi import datadog:azure/integration:Integration sandbox ${tenant_name}:${client_id}
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
33
|
export declare class Integration extends pulumi.CustomResource {
|
package/azure/integration.js
CHANGED
|
@@ -33,7 +33,7 @@ const utilities = require("../utilities");
|
|
|
33
33
|
* Microsoft Azure integrations can be imported using their `tenant name` and `client` id separated with a colon (`:`).
|
|
34
34
|
*
|
|
35
35
|
* ```sh
|
|
36
|
-
*
|
|
36
|
+
* $ pulumi import datadog:azure/integration:Integration sandbox ${tenant_name}:${client_id}
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
39
39
|
class Integration extends pulumi.CustomResource {
|
|
@@ -54,7 +54,7 @@ import * as outputs from "./types/output";
|
|
|
54
54
|
* Security monitoring rules can be imported using ID, e.g.
|
|
55
55
|
*
|
|
56
56
|
* ```sh
|
|
57
|
-
*
|
|
57
|
+
* $ pulumi import datadog:index/cloudConfigurationRule:CloudConfigurationRule my_rule m0o-hto-lkb
|
|
58
58
|
* ```
|
|
59
59
|
*/
|
|
60
60
|
export declare class CloudConfigurationRule extends pulumi.CustomResource {
|
|
@@ -58,7 +58,7 @@ const utilities = require("./utilities");
|
|
|
58
58
|
* Security monitoring rules can be imported using ID, e.g.
|
|
59
59
|
*
|
|
60
60
|
* ```sh
|
|
61
|
-
*
|
|
61
|
+
* $ pulumi import datadog:index/cloudConfigurationRule:CloudConfigurationRule my_rule m0o-hto-lkb
|
|
62
62
|
* ```
|
|
63
63
|
*/
|
|
64
64
|
class CloudConfigurationRule extends pulumi.CustomResource {
|
|
@@ -21,7 +21,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
21
21
|
* Cloud Workload Security Agent rules can be imported using ID, e.g.
|
|
22
22
|
*
|
|
23
23
|
* ```sh
|
|
24
|
-
*
|
|
24
|
+
* $ pulumi import datadog:index/cloudWorkloadSecurityAgentRule:CloudWorkloadSecurityAgentRule my_agent_rule m0o-hto-lkb
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
export declare class CloudWorkloadSecurityAgentRule extends pulumi.CustomResource {
|
|
@@ -27,7 +27,7 @@ const utilities = require("./utilities");
|
|
|
27
27
|
* Cloud Workload Security Agent rules can be imported using ID, e.g.
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
*
|
|
30
|
+
* $ pulumi import datadog:index/cloudWorkloadSecurityAgentRule:CloudWorkloadSecurityAgentRule my_agent_rule m0o-hto-lkb
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
33
|
class CloudWorkloadSecurityAgentRule extends pulumi.CustomResource {
|
|
@@ -20,10 +20,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
20
20
|
*
|
|
21
21
|
* ## Import
|
|
22
22
|
*
|
|
23
|
-
* Confluent account ID can be retrieved using the ListConfluentAccounts endpoint
|
|
23
|
+
* Confluent account ID can be retrieved using the ListConfluentAccounts endpoint
|
|
24
|
+
*
|
|
25
|
+
* https://docs.datadoghq.com/api/latest/confluent-cloud/#list-confluent-accounts
|
|
24
26
|
*
|
|
25
27
|
* ```sh
|
|
26
|
-
*
|
|
28
|
+
* $ pulumi import datadog:confluent/integrationAccount:IntegrationAccount new_list "<ID>"
|
|
27
29
|
* ```
|
|
28
30
|
*/
|
|
29
31
|
export declare class IntegrationAccount extends pulumi.CustomResource {
|
|
@@ -26,10 +26,12 @@ const utilities = require("../utilities");
|
|
|
26
26
|
*
|
|
27
27
|
* ## Import
|
|
28
28
|
*
|
|
29
|
-
* Confluent account ID can be retrieved using the ListConfluentAccounts endpoint
|
|
29
|
+
* Confluent account ID can be retrieved using the ListConfluentAccounts endpoint
|
|
30
|
+
*
|
|
31
|
+
* https://docs.datadoghq.com/api/latest/confluent-cloud/#list-confluent-accounts
|
|
30
32
|
*
|
|
31
33
|
* ```sh
|
|
32
|
-
*
|
|
34
|
+
* $ pulumi import datadog:confluent/integrationAccount:IntegrationAccount new_list "<ID>"
|
|
33
35
|
* ```
|
|
34
36
|
*/
|
|
35
37
|
class IntegrationAccount extends pulumi.CustomResource {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationAccount.js","sourceRoot":"","sources":["../../confluent/integrationAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"integrationAccount.js","sourceRoot":"","sources":["../../confluent/integrationAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,WAAW,CAAC,EAAE,CAAC;QAC9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAzEL,gDA0EC;AA5DG,gBAAgB;AACO,+BAAY,GAAG,yDAAyD,CAAC"}
|
package/gcp/integration.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
7
7
|
* Google Cloud Platform integrations can be imported using their project ID, e.g.
|
|
8
8
|
*
|
|
9
9
|
* ```sh
|
|
10
|
-
*
|
|
10
|
+
* $ pulumi import datadog:gcp/integration:Integration awesome_gcp_project_integration project_id
|
|
11
11
|
* ```
|
|
12
12
|
*/
|
|
13
13
|
export declare class Integration extends pulumi.CustomResource {
|
package/gcp/integration.js
CHANGED
|
@@ -13,7 +13,7 @@ const utilities = require("../utilities");
|
|
|
13
13
|
* Google Cloud Platform integrations can be imported using their project ID, e.g.
|
|
14
14
|
*
|
|
15
15
|
* ```sh
|
|
16
|
-
*
|
|
16
|
+
* $ pulumi import datadog:gcp/integration:Integration awesome_gcp_project_integration project_id
|
|
17
17
|
* ```
|
|
18
18
|
*/
|
|
19
19
|
class Integration extends pulumi.CustomResource {
|
package/logsArchiveOrder.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
19
19
|
* There must be at most one datadog_logs_archive_order resource. You can import the datadog_logs_archive_order or create an archive order.
|
|
20
20
|
*
|
|
21
21
|
* ```sh
|
|
22
|
-
*
|
|
22
|
+
* $ pulumi import datadog:index/logsArchiveOrder:LogsArchiveOrder name> archiveOrderID
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
25
25
|
export declare class LogsArchiveOrder extends pulumi.CustomResource {
|
package/logsArchiveOrder.js
CHANGED
|
@@ -25,7 +25,7 @@ const utilities = require("./utilities");
|
|
|
25
25
|
* There must be at most one datadog_logs_archive_order resource. You can import the datadog_logs_archive_order or create an archive order.
|
|
26
26
|
*
|
|
27
27
|
* ```sh
|
|
28
|
-
*
|
|
28
|
+
* $ pulumi import datadog:index/logsArchiveOrder:LogsArchiveOrder name> archiveOrderID
|
|
29
29
|
* ```
|
|
30
30
|
*/
|
|
31
31
|
class LogsArchiveOrder extends pulumi.CustomResource {
|
package/logsCustomPipeline.d.ts
CHANGED
|
@@ -6,10 +6,12 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* ## Import
|
|
8
8
|
*
|
|
9
|
-
* To find the pipeline ID, click the "edit" button in the UI to open the pipeline details.
|
|
9
|
+
* To find the pipeline ID, click the "edit" button in the UI to open the pipeline details.
|
|
10
|
+
*
|
|
11
|
+
* The pipeline ID is the last part of the URL.
|
|
10
12
|
*
|
|
11
13
|
* ```sh
|
|
12
|
-
*
|
|
14
|
+
* $ pulumi import datadog:index/logsCustomPipeline:LogsCustomPipeline name> <pipelineID>
|
|
13
15
|
* ```
|
|
14
16
|
*/
|
|
15
17
|
export declare class LogsCustomPipeline extends pulumi.CustomResource {
|
package/logsCustomPipeline.js
CHANGED
|
@@ -10,10 +10,12 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* ## Import
|
|
12
12
|
*
|
|
13
|
-
* To find the pipeline ID, click the "edit" button in the UI to open the pipeline details.
|
|
13
|
+
* To find the pipeline ID, click the "edit" button in the UI to open the pipeline details.
|
|
14
|
+
*
|
|
15
|
+
* The pipeline ID is the last part of the URL.
|
|
14
16
|
*
|
|
15
17
|
* ```sh
|
|
16
|
-
*
|
|
18
|
+
* $ pulumi import datadog:index/logsCustomPipeline:LogsCustomPipeline name> <pipelineID>
|
|
17
19
|
* ```
|
|
18
20
|
*/
|
|
19
21
|
class LogsCustomPipeline extends pulumi.CustomResource {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logsCustomPipeline.js","sourceRoot":"","sources":["../logsCustomPipeline.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"logsCustomPipeline.js","sourceRoot":"","sources":["../logsCustomPipeline.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;GAYG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAqBD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AAvEL,gDAwEC;AA1DG,gBAAgB;AACO,+BAAY,GAAG,qDAAqD,CAAC"}
|
package/logsIndexOrder.d.ts
CHANGED
|
@@ -16,10 +16,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
16
16
|
*
|
|
17
17
|
* ## Import
|
|
18
18
|
*
|
|
19
|
-
* The Datadog Terraform Provider does not support the creation and deletion of index orders. There must be at most one `datadog_logs_index_order` resource
|
|
19
|
+
* The Datadog Terraform Provider does not support the creation and deletion of index orders. There must be at most one `datadog_logs_index_order` resource
|
|
20
|
+
*
|
|
21
|
+
* `<name>` can be whatever you specify in your code. Datadog does not store the name on the server.
|
|
20
22
|
*
|
|
21
23
|
* ```sh
|
|
22
|
-
*
|
|
24
|
+
* $ pulumi import datadog:index/logsIndexOrder:LogsIndexOrder name> <name>
|
|
23
25
|
* ```
|
|
24
26
|
*/
|
|
25
27
|
export declare class LogsIndexOrder extends pulumi.CustomResource {
|
package/logsIndexOrder.js
CHANGED
|
@@ -22,10 +22,12 @@ const utilities = require("./utilities");
|
|
|
22
22
|
*
|
|
23
23
|
* ## Import
|
|
24
24
|
*
|
|
25
|
-
* The Datadog Terraform Provider does not support the creation and deletion of index orders. There must be at most one `datadog_logs_index_order` resource
|
|
25
|
+
* The Datadog Terraform Provider does not support the creation and deletion of index orders. There must be at most one `datadog_logs_index_order` resource
|
|
26
|
+
*
|
|
27
|
+
* `<name>` can be whatever you specify in your code. Datadog does not store the name on the server.
|
|
26
28
|
*
|
|
27
29
|
* ```sh
|
|
28
|
-
*
|
|
30
|
+
* $ pulumi import datadog:index/logsIndexOrder:LogsIndexOrder name> <name>
|
|
29
31
|
* ```
|
|
30
32
|
*/
|
|
31
33
|
class LogsIndexOrder extends pulumi.CustomResource {
|
package/logsIndexOrder.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logsIndexOrder.js","sourceRoot":"","sources":["../logsIndexOrder.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"logsIndexOrder.js","sourceRoot":"","sources":["../logsIndexOrder.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;;AA9DL,wCA+DC;AAjDG,gBAAgB;AACO,2BAAY,GAAG,6CAA6C,CAAC"}
|
|
@@ -13,10 +13,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
13
|
*
|
|
14
14
|
* ## Import
|
|
15
15
|
*
|
|
16
|
-
* To find the pipeline ID, click the "view" button in the UI to open the pipeline details.
|
|
16
|
+
* To find the pipeline ID, click the "view" button in the UI to open the pipeline details.
|
|
17
|
+
*
|
|
18
|
+
* The pipeline ID is the last part of the URL.
|
|
17
19
|
*
|
|
18
20
|
* ```sh
|
|
19
|
-
*
|
|
21
|
+
* $ pulumi import datadog:index/logsIntegrationPipeline:LogsIntegrationPipeline name> <pipelineID>
|
|
20
22
|
* ```
|
|
21
23
|
*/
|
|
22
24
|
export declare class LogsIntegrationPipeline extends pulumi.CustomResource {
|
|
@@ -19,10 +19,12 @@ const utilities = require("./utilities");
|
|
|
19
19
|
*
|
|
20
20
|
* ## Import
|
|
21
21
|
*
|
|
22
|
-
* To find the pipeline ID, click the "view" button in the UI to open the pipeline details.
|
|
22
|
+
* To find the pipeline ID, click the "view" button in the UI to open the pipeline details.
|
|
23
|
+
*
|
|
24
|
+
* The pipeline ID is the last part of the URL.
|
|
23
25
|
*
|
|
24
26
|
* ```sh
|
|
25
|
-
*
|
|
27
|
+
* $ pulumi import datadog:index/logsIntegrationPipeline:LogsIntegrationPipeline name> <pipelineID>
|
|
26
28
|
* ```
|
|
27
29
|
*/
|
|
28
30
|
class LogsIntegrationPipeline extends pulumi.CustomResource {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logsIntegrationPipeline.js","sourceRoot":"","sources":["../logsIntegrationPipeline.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"logsIntegrationPipeline.js","sourceRoot":"","sources":["../logsIntegrationPipeline.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAa,uBAAwB,SAAQ,MAAM,CAAC,cAAc;IAC9D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoC,EAAE,IAAmC;QAClI,OAAO,IAAI,uBAAuB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,uBAAuB,CAAC,YAAY,CAAC;IACxE,CAAC;IAeD,YAAY,IAAY,EAAE,WAAwE,EAAE,IAAmC;QACnI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuD,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAsD,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,uBAAuB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5E,CAAC;;AArDL,0DAsDC;AAxCG,gBAAgB;AACO,oCAAY,GAAG,+DAA+D,CAAC"}
|
package/logsPipelineOrder.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
22
22
|
* There must be at most one datadog_logs_pipeline_order resource. Pipeline order creation is not supported from logs config API. You can import the datadog_logs_pipeline_order or create a pipeline order (which is actually doing the update operation).
|
|
23
23
|
*
|
|
24
24
|
* ```sh
|
|
25
|
-
*
|
|
25
|
+
* $ pulumi import datadog:index/logsPipelineOrder:LogsPipelineOrder name> <name>
|
|
26
26
|
* ```
|
|
27
27
|
*/
|
|
28
28
|
export declare class LogsPipelineOrder extends pulumi.CustomResource {
|
package/logsPipelineOrder.js
CHANGED
|
@@ -28,7 +28,7 @@ const utilities = require("./utilities");
|
|
|
28
28
|
* There must be at most one datadog_logs_pipeline_order resource. Pipeline order creation is not supported from logs config API. You can import the datadog_logs_pipeline_order or create a pipeline order (which is actually doing the update operation).
|
|
29
29
|
*
|
|
30
30
|
* ```sh
|
|
31
|
-
*
|
|
31
|
+
* $ pulumi import datadog:index/logsPipelineOrder:LogsPipelineOrder name> <name>
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
34
|
class LogsPipelineOrder extends pulumi.CustomResource {
|
package/package.json
CHANGED
package/role.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ import * as outputs from "./types/output";
|
|
|
30
30
|
* Roles can be imported using their ID, e.g.
|
|
31
31
|
*
|
|
32
32
|
* ```sh
|
|
33
|
-
*
|
|
33
|
+
* $ pulumi import datadog:index/role:Role example_role 000000-0000-0000-0000-000000000000
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
36
|
export declare class Role extends pulumi.CustomResource {
|
package/role.js
CHANGED
|
@@ -34,7 +34,7 @@ const utilities = require("./utilities");
|
|
|
34
34
|
* Roles can be imported using their ID, e.g.
|
|
35
35
|
*
|
|
36
36
|
* ```sh
|
|
37
|
-
*
|
|
37
|
+
* $ pulumi import datadog:index/role:Role example_role 000000-0000-0000-0000-000000000000
|
|
38
38
|
* ```
|
|
39
39
|
*/
|
|
40
40
|
class Role extends pulumi.CustomResource {
|
|
@@ -21,10 +21,14 @@ import * as outputs from "./types/output";
|
|
|
21
21
|
*
|
|
22
22
|
* ## Import
|
|
23
23
|
*
|
|
24
|
-
* Default rules need to be imported using their ID before applying.
|
|
24
|
+
* Default rules need to be imported using their ID before applying.
|
|
25
|
+
*
|
|
26
|
+
* resource "datadog_security_monitoring_default_rule" "adefaultrule" {
|
|
27
|
+
*
|
|
28
|
+
* }
|
|
25
29
|
*
|
|
26
30
|
* ```sh
|
|
27
|
-
*
|
|
31
|
+
* $ pulumi import datadog:index/securityMonitoringDefaultRule:SecurityMonitoringDefaultRule adefaultrule m0o-hto-lkb
|
|
28
32
|
* ```
|
|
29
33
|
*/
|
|
30
34
|
export declare class SecurityMonitoringDefaultRule extends pulumi.CustomResource {
|
|
@@ -25,10 +25,14 @@ const utilities = require("./utilities");
|
|
|
25
25
|
*
|
|
26
26
|
* ## Import
|
|
27
27
|
*
|
|
28
|
-
* Default rules need to be imported using their ID before applying.
|
|
28
|
+
* Default rules need to be imported using their ID before applying.
|
|
29
|
+
*
|
|
30
|
+
* resource "datadog_security_monitoring_default_rule" "adefaultrule" {
|
|
31
|
+
*
|
|
32
|
+
* }
|
|
29
33
|
*
|
|
30
34
|
* ```sh
|
|
31
|
-
*
|
|
35
|
+
* $ pulumi import datadog:index/securityMonitoringDefaultRule:SecurityMonitoringDefaultRule adefaultrule m0o-hto-lkb
|
|
32
36
|
* ```
|
|
33
37
|
*/
|
|
34
38
|
class SecurityMonitoringDefaultRule extends pulumi.CustomResource {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"securityMonitoringDefaultRule.js","sourceRoot":"","sources":["../securityMonitoringDefaultRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"securityMonitoringDefaultRule.js","sourceRoot":"","sources":["../securityMonitoringDefaultRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,MAAa,6BAA8B,SAAQ,MAAM,CAAC,cAAc;IACpE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0C,EAAE,IAAmC;QACxI,OAAO,IAAI,6BAA6B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,6BAA6B,CAAC,YAAY,CAAC;IAC9E,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAoF,EAAE,IAAmC;QAC/I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6D,CAAC;YAC5E,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA4D,CAAC;YAC1E,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,6BAA6B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClF,CAAC;;AA7EL,sEA8EC;AAhEG,gBAAgB;AACO,0CAAY,GAAG,2EAA2E,CAAC"}
|
|
@@ -32,7 +32,7 @@ import * as outputs from "./types/output";
|
|
|
32
32
|
* Security monitoring filters can be imported using ID, e.g.
|
|
33
33
|
*
|
|
34
34
|
* ```sh
|
|
35
|
-
*
|
|
35
|
+
* $ pulumi import datadog:index/securityMonitoringFilter:SecurityMonitoringFilter my_filter m0o-hto-lkb
|
|
36
36
|
* ```
|
|
37
37
|
*/
|
|
38
38
|
export declare class SecurityMonitoringFilter extends pulumi.CustomResource {
|
|
@@ -36,7 +36,7 @@ const utilities = require("./utilities");
|
|
|
36
36
|
* Security monitoring filters can be imported using ID, e.g.
|
|
37
37
|
*
|
|
38
38
|
* ```sh
|
|
39
|
-
*
|
|
39
|
+
* $ pulumi import datadog:index/securityMonitoringFilter:SecurityMonitoringFilter my_filter m0o-hto-lkb
|
|
40
40
|
* ```
|
|
41
41
|
*/
|
|
42
42
|
class SecurityMonitoringFilter extends pulumi.CustomResource {
|
|
@@ -47,7 +47,7 @@ import * as outputs from "./types/output";
|
|
|
47
47
|
* Security monitoring rules can be imported using ID, e.g.
|
|
48
48
|
*
|
|
49
49
|
* ```sh
|
|
50
|
-
*
|
|
50
|
+
* $ pulumi import datadog:index/securityMonitoringRule:SecurityMonitoringRule my_rule m0o-hto-lkb
|
|
51
51
|
* ```
|
|
52
52
|
*/
|
|
53
53
|
export declare class SecurityMonitoringRule extends pulumi.CustomResource {
|
|
@@ -51,7 +51,7 @@ const utilities = require("./utilities");
|
|
|
51
51
|
* Security monitoring rules can be imported using ID, e.g.
|
|
52
52
|
*
|
|
53
53
|
* ```sh
|
|
54
|
-
*
|
|
54
|
+
* $ pulumi import datadog:index/securityMonitoringRule:SecurityMonitoringRule my_rule m0o-hto-lkb
|
|
55
55
|
* ```
|
|
56
56
|
*/
|
|
57
57
|
class SecurityMonitoringRule extends pulumi.CustomResource {
|
|
@@ -20,7 +20,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
20
20
|
* Importing a service account's application key cannot import the value of the key.
|
|
21
21
|
*
|
|
22
22
|
* ```sh
|
|
23
|
-
*
|
|
23
|
+
* $ pulumi import datadog:index/serviceAccountApplicationKey:ServiceAccountApplicationKey this "<service_account_id>:<application_key_id>"
|
|
24
24
|
* ```
|
|
25
25
|
*/
|
|
26
26
|
export declare class ServiceAccountApplicationKey extends pulumi.CustomResource {
|
|
@@ -26,7 +26,7 @@ const utilities = require("./utilities");
|
|
|
26
26
|
* Importing a service account's application key cannot import the value of the key.
|
|
27
27
|
*
|
|
28
28
|
* ```sh
|
|
29
|
-
*
|
|
29
|
+
* $ pulumi import datadog:index/serviceAccountApplicationKey:ServiceAccountApplicationKey this "<service_account_id>:<application_key_id>"
|
|
30
30
|
* ```
|
|
31
31
|
*/
|
|
32
32
|
class ServiceAccountApplicationKey extends pulumi.CustomResource {
|
|
@@ -78,7 +78,7 @@ import * as outputs from "./types/output";
|
|
|
78
78
|
* Service Level Objectives can be imported using their string ID, e.g.
|
|
79
79
|
*
|
|
80
80
|
* ```sh
|
|
81
|
-
*
|
|
81
|
+
* $ pulumi import datadog:index/serviceLevelObjective:ServiceLevelObjective baz 12345678901234567890123456789012
|
|
82
82
|
* ```
|
|
83
83
|
*/
|
|
84
84
|
export declare class ServiceLevelObjective extends pulumi.CustomResource {
|
package/serviceLevelObjective.js
CHANGED
|
@@ -82,7 +82,7 @@ const utilities = require("./utilities");
|
|
|
82
82
|
* Service Level Objectives can be imported using their string ID, e.g.
|
|
83
83
|
*
|
|
84
84
|
* ```sh
|
|
85
|
-
*
|
|
85
|
+
* $ pulumi import datadog:index/serviceLevelObjective:ServiceLevelObjective baz 12345678901234567890123456789012
|
|
86
86
|
* ```
|
|
87
87
|
*/
|
|
88
88
|
class ServiceLevelObjective extends pulumi.CustomResource {
|
package/slack/channel.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ import * as outputs from "../types/output";
|
|
|
27
27
|
* Slack channel integrations can be imported using their account_name and channel_name separated with a colon (`:`).
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
*
|
|
30
|
+
* $ pulumi import datadog:slack/channel:Channel test_channel "foo:#test_channel"
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
33
|
export declare class Channel extends pulumi.CustomResource {
|
package/slack/channel.js
CHANGED
|
@@ -31,7 +31,7 @@ const utilities = require("../utilities");
|
|
|
31
31
|
* Slack channel integrations can be imported using their account_name and channel_name separated with a colon (`:`).
|
|
32
32
|
*
|
|
33
33
|
* ```sh
|
|
34
|
-
*
|
|
34
|
+
* $ pulumi import datadog:slack/channel:Channel test_channel "foo:#test_channel"
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
37
37
|
class Channel extends pulumi.CustomResource {
|
|
@@ -17,7 +17,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
17
17
|
* The Synthetics concurrency cap can be imported. <name> can be whatever you specify in your code. Datadog does not store the name on the server.
|
|
18
18
|
*
|
|
19
19
|
* ```sh
|
|
20
|
-
*
|
|
20
|
+
* $ pulumi import datadog:index/syntheticsConcurrencyCap:SyntheticsConcurrencyCap this <name>
|
|
21
21
|
* ```
|
|
22
22
|
*/
|
|
23
23
|
export declare class SyntheticsConcurrencyCap extends pulumi.CustomResource {
|
|
@@ -23,7 +23,7 @@ const utilities = require("./utilities");
|
|
|
23
23
|
* The Synthetics concurrency cap can be imported. <name> can be whatever you specify in your code. Datadog does not store the name on the server.
|
|
24
24
|
*
|
|
25
25
|
* ```sh
|
|
26
|
-
*
|
|
26
|
+
* $ pulumi import datadog:index/syntheticsConcurrencyCap:SyntheticsConcurrencyCap this <name>
|
|
27
27
|
* ```
|
|
28
28
|
*/
|
|
29
29
|
class SyntheticsConcurrencyCap extends pulumi.CustomResource {
|
|
@@ -26,7 +26,7 @@ import * as outputs from "./types/output";
|
|
|
26
26
|
* Synthetics global variables can be imported using their string ID, e.g.
|
|
27
27
|
*
|
|
28
28
|
* ```sh
|
|
29
|
-
*
|
|
29
|
+
* $ pulumi import datadog:index/syntheticsGlobalVariable:SyntheticsGlobalVariable fizz abcde123-fghi-456-jkl-mnopqrstuv
|
|
30
30
|
* ```
|
|
31
31
|
*/
|
|
32
32
|
export declare class SyntheticsGlobalVariable extends pulumi.CustomResource {
|
|
@@ -30,7 +30,7 @@ const utilities = require("./utilities");
|
|
|
30
30
|
* Synthetics global variables can be imported using their string ID, e.g.
|
|
31
31
|
*
|
|
32
32
|
* ```sh
|
|
33
|
-
*
|
|
33
|
+
* $ pulumi import datadog:index/syntheticsGlobalVariable:SyntheticsGlobalVariable fizz abcde123-fghi-456-jkl-mnopqrstuv
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
36
|
class SyntheticsGlobalVariable extends pulumi.CustomResource {
|
|
@@ -25,7 +25,7 @@ import * as outputs from "./types/output";
|
|
|
25
25
|
* Synthetics private locations can be imported using their string ID, e.g.
|
|
26
26
|
*
|
|
27
27
|
* ```sh
|
|
28
|
-
*
|
|
28
|
+
* $ pulumi import datadog:index/syntheticsPrivateLocation:SyntheticsPrivateLocation bar pl:private-location-name-abcdef123456
|
|
29
29
|
* ```
|
|
30
30
|
*/
|
|
31
31
|
export declare class SyntheticsPrivateLocation extends pulumi.CustomResource {
|
|
@@ -29,7 +29,7 @@ const utilities = require("./utilities");
|
|
|
29
29
|
* Synthetics private locations can be imported using their string ID, e.g.
|
|
30
30
|
*
|
|
31
31
|
* ```sh
|
|
32
|
-
*
|
|
32
|
+
* $ pulumi import datadog:index/syntheticsPrivateLocation:SyntheticsPrivateLocation bar pl:private-location-name-abcdef123456
|
|
33
33
|
* ```
|
|
34
34
|
*/
|
|
35
35
|
class SyntheticsPrivateLocation extends pulumi.CustomResource {
|
package/syntheticsTest.d.ts
CHANGED
|
@@ -384,7 +384,7 @@ import * as outputs from "./types/output";
|
|
|
384
384
|
* Synthetics tests can be imported using their public string ID, e.g.
|
|
385
385
|
*
|
|
386
386
|
* ```sh
|
|
387
|
-
*
|
|
387
|
+
* $ pulumi import datadog:index/syntheticsTest:SyntheticsTest fizz abc-123-xyz
|
|
388
388
|
* ```
|
|
389
389
|
*/
|
|
390
390
|
export declare class SyntheticsTest extends pulumi.CustomResource {
|
package/syntheticsTest.js
CHANGED
|
@@ -388,7 +388,7 @@ const utilities = require("./utilities");
|
|
|
388
388
|
* Synthetics tests can be imported using their public string ID, e.g.
|
|
389
389
|
*
|
|
390
390
|
* ```sh
|
|
391
|
-
*
|
|
391
|
+
* $ pulumi import datadog:index/syntheticsTest:SyntheticsTest fizz abc-123-xyz
|
|
392
392
|
* ```
|
|
393
393
|
*/
|
|
394
394
|
class SyntheticsTest extends pulumi.CustomResource {
|
package/teamMembership.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
27
27
|
* This resource is imported using team_id and user_id seperated by `:`.
|
|
28
28
|
*
|
|
29
29
|
* ```sh
|
|
30
|
-
*
|
|
30
|
+
* $ pulumi import datadog:index/teamMembership:TeamMembership foo "${team_id}:${user_id}"
|
|
31
31
|
* ```
|
|
32
32
|
*/
|
|
33
33
|
export declare class TeamMembership extends pulumi.CustomResource {
|
package/teamMembership.js
CHANGED
|
@@ -33,7 +33,7 @@ const utilities = require("./utilities");
|
|
|
33
33
|
* This resource is imported using team_id and user_id seperated by `:`.
|
|
34
34
|
*
|
|
35
35
|
* ```sh
|
|
36
|
-
*
|
|
36
|
+
* $ pulumi import datadog:index/teamMembership:TeamMembership foo "${team_id}:${user_id}"
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
39
39
|
class TeamMembership extends pulumi.CustomResource {
|