@pulumi/datadog 4.52.0-alpha.1750225783 → 4.52.0
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/actionConnection.d.ts +2 -0
- package/actionConnection.js +2 -0
- package/actionConnection.js.map +1 -1
- package/apiKey.d.ts +2 -0
- package/apiKey.js +2 -0
- package/apiKey.js.map +1 -1
- package/apmRetentionFilter.d.ts +2 -0
- package/apmRetentionFilter.js +2 -0
- package/apmRetentionFilter.js.map +1 -1
- package/apmRetentionFilterOrder.d.ts +2 -0
- package/apmRetentionFilterOrder.js +2 -0
- package/apmRetentionFilterOrder.js.map +1 -1
- package/appBuilderApp.d.ts +2 -0
- package/appBuilderApp.js +2 -0
- package/appBuilderApp.js.map +1 -1
- package/applicationKey.d.ts +2 -0
- package/applicationKey.js +2 -0
- package/applicationKey.js.map +1 -1
- package/appsecWafCustomRule.d.ts +2 -0
- package/appsecWafCustomRule.js +2 -0
- package/appsecWafCustomRule.js.map +1 -1
- package/appsecWafExclusionFilter.d.ts +2 -0
- package/appsecWafExclusionFilter.js +2 -0
- package/appsecWafExclusionFilter.js.map +1 -1
- package/authnMapping.d.ts +2 -0
- package/authnMapping.js +2 -0
- package/authnMapping.js.map +1 -1
- package/aws/integration.d.ts +2 -0
- package/aws/integration.js +2 -0
- package/aws/integration.js.map +1 -1
- package/aws/integrationEventBridge.d.ts +2 -0
- package/aws/integrationEventBridge.js +2 -0
- package/aws/integrationEventBridge.js.map +1 -1
- package/aws/integrationExternalId.d.ts +2 -0
- package/aws/integrationExternalId.js +2 -0
- package/aws/integrationExternalId.js.map +1 -1
- package/aws/integrationLambdaArn.d.ts +2 -0
- package/aws/integrationLambdaArn.js +2 -0
- package/aws/integrationLambdaArn.js.map +1 -1
- package/aws/integrationLogCollection.d.ts +2 -0
- package/aws/integrationLogCollection.js +2 -0
- package/aws/integrationLogCollection.js.map +1 -1
- package/aws/integrationTagFilter.d.ts +2 -0
- package/aws/integrationTagFilter.js +2 -0
- package/aws/integrationTagFilter.js.map +1 -1
- package/azure/integration.d.ts +2 -0
- package/azure/integration.js +2 -0
- package/azure/integration.js.map +1 -1
- package/cloudConfigurationRule.d.ts +2 -0
- package/cloudConfigurationRule.js +2 -0
- package/cloudConfigurationRule.js.map +1 -1
- package/cloudWorkloadSecurityAgentRule.d.ts +2 -0
- package/cloudWorkloadSecurityAgentRule.js +2 -0
- package/cloudWorkloadSecurityAgentRule.js.map +1 -1
- package/cloudflare/integrationAccount.d.ts +2 -0
- package/cloudflare/integrationAccount.js +2 -0
- package/cloudflare/integrationAccount.js.map +1 -1
- package/complianceResourceEvaluationFilter.d.ts +103 -0
- package/complianceResourceEvaluationFilter.js +87 -0
- package/complianceResourceEvaluationFilter.js.map +1 -0
- package/confluent/integrationAccount.d.ts +2 -0
- package/confluent/integrationAccount.js +2 -0
- package/confluent/integrationAccount.js.map +1 -1
- package/confluent/integrationResource.d.ts +2 -0
- package/confluent/integrationResource.js +2 -0
- package/confluent/integrationResource.js.map +1 -1
- package/costBudget.d.ts +121 -0
- package/costBudget.js +76 -0
- package/costBudget.js.map +1 -0
- package/csmThreatsAgentRule.d.ts +47 -7
- package/csmThreatsAgentRule.js +8 -3
- package/csmThreatsAgentRule.js.map +1 -1
- package/csmThreatsPolicy.d.ts +99 -0
- package/csmThreatsPolicy.js +63 -0
- package/csmThreatsPolicy.js.map +1 -0
- package/dashboard.d.ts +2 -0
- package/dashboard.js +2 -0
- package/dashboard.js.map +1 -1
- package/dashboardJson.d.ts +2 -1
- package/dashboardJson.js +2 -1
- package/dashboardJson.js.map +1 -1
- package/dashboardList.d.ts +2 -0
- package/dashboardList.js +2 -0
- package/dashboardList.js.map +1 -1
- package/downtime.d.ts +2 -0
- package/downtime.js +2 -0
- package/downtime.js.map +1 -1
- package/downtimeSchedule.d.ts +2 -0
- package/downtimeSchedule.js +2 -0
- package/downtimeSchedule.js.map +1 -1
- package/fastly/integrationAccount.d.ts +2 -0
- package/fastly/integrationAccount.js +2 -0
- package/fastly/integrationAccount.js.map +1 -1
- package/fastly/integrationService.d.ts +2 -0
- package/fastly/integrationService.js +2 -0
- package/fastly/integrationService.js.map +1 -1
- package/gcp/integration.d.ts +2 -0
- package/gcp/integration.js +2 -0
- package/gcp/integration.js.map +1 -1
- package/gcp/integrationSts.d.ts +2 -0
- package/gcp/integrationSts.js +2 -0
- package/gcp/integrationSts.js.map +1 -1
- package/getCostBudget.d.ts +70 -0
- package/getCostBudget.js +30 -0
- package/getCostBudget.js.map +1 -0
- package/getCsmThreatsAgentRules.d.ts +25 -3
- package/getCsmThreatsAgentRules.js +10 -4
- package/getCsmThreatsAgentRules.js.map +1 -1
- package/getCsmThreatsPolicies.d.ts +27 -0
- package/getCsmThreatsPolicies.js +24 -0
- package/getCsmThreatsPolicies.js.map +1 -0
- package/index.d.ts +16 -1
- package/index.js +25 -4
- package/index.js.map +1 -1
- package/logsArchive.d.ts +2 -0
- package/logsArchive.js +2 -0
- package/logsArchive.js.map +1 -1
- package/logsArchiveOrder.d.ts +2 -0
- package/logsArchiveOrder.js +2 -0
- package/logsArchiveOrder.js.map +1 -1
- package/logsCustomDestination.d.ts +14 -0
- package/logsCustomDestination.js +4 -0
- package/logsCustomDestination.js.map +1 -1
- package/logsCustomPipeline.d.ts +2 -0
- package/logsCustomPipeline.js +2 -0
- package/logsCustomPipeline.js.map +1 -1
- package/logsIndex.d.ts +2 -0
- package/logsIndex.js +2 -0
- package/logsIndex.js.map +1 -1
- package/logsIndexOrder.d.ts +2 -0
- package/logsIndexOrder.js +2 -0
- package/logsIndexOrder.js.map +1 -1
- package/logsIntegrationPipeline.d.ts +2 -0
- package/logsIntegrationPipeline.js +2 -0
- package/logsIntegrationPipeline.js.map +1 -1
- package/logsMetric.d.ts +2 -0
- package/logsMetric.js +2 -0
- package/logsMetric.js.map +1 -1
- package/logsPipelineOrder.d.ts +2 -0
- package/logsPipelineOrder.js +2 -0
- package/logsPipelineOrder.js.map +1 -1
- package/metricMetadata.d.ts +2 -0
- package/metricMetadata.js +2 -0
- package/metricMetadata.js.map +1 -1
- package/metricTagConfiguration.d.ts +2 -0
- package/metricTagConfiguration.js +2 -0
- package/metricTagConfiguration.js.map +1 -1
- package/monitor.d.ts +2 -18
- package/monitor.js +2 -0
- package/monitor.js.map +1 -1
- package/monitorJson.d.ts +2 -0
- package/monitorJson.js +2 -0
- package/monitorJson.js.map +1 -1
- package/monitorNotificationRule.d.ts +3 -1
- package/monitorNotificationRule.js +3 -1
- package/monitorNotificationRule.js.map +1 -1
- package/observabilityPipeline.d.ts +2 -0
- package/observabilityPipeline.js +2 -0
- package/observabilityPipeline.js.map +1 -1
- package/onCallEscalationPolicy.d.ts +9 -7
- package/onCallEscalationPolicy.js +6 -1
- package/onCallEscalationPolicy.js.map +1 -1
- package/onCallSchedule.d.ts +2 -0
- package/onCallSchedule.js +2 -0
- package/onCallSchedule.js.map +1 -1
- package/onCallTeamRoutingRules.d.ts +2 -0
- package/onCallTeamRoutingRules.js +2 -0
- package/onCallTeamRoutingRules.js.map +1 -1
- package/openapiApi.d.ts +2 -0
- package/openapiApi.js +2 -0
- package/openapiApi.js.map +1 -1
- package/organizationSettings.d.ts +2 -0
- package/organizationSettings.js +2 -0
- package/organizationSettings.js.map +1 -1
- package/package.json +2 -2
- package/pagerduty/serviceObject.d.ts +2 -0
- package/pagerduty/serviceObject.js +2 -0
- package/pagerduty/serviceObject.js.map +1 -1
- package/powerpack.d.ts +2 -0
- package/powerpack.js +2 -0
- package/powerpack.js.map +1 -1
- package/restrictionPolicy.d.ts +2 -0
- package/restrictionPolicy.js +2 -0
- package/restrictionPolicy.js.map +1 -1
- package/role.d.ts +2 -0
- package/role.js +2 -0
- package/role.js.map +1 -1
- package/rumApplication.d.ts +2 -0
- package/rumApplication.js +2 -0
- package/rumApplication.js.map +1 -1
- package/rumMetric.d.ts +2 -0
- package/rumMetric.js +2 -0
- package/rumMetric.js.map +1 -1
- package/rumRetentionFilter.d.ts +2 -0
- package/rumRetentionFilter.js +2 -0
- package/rumRetentionFilter.js.map +1 -1
- package/rumRetentionFiltersOrder.d.ts +2 -0
- package/rumRetentionFiltersOrder.js +2 -0
- package/rumRetentionFiltersOrder.js.map +1 -1
- package/securityMonitoringDefaultRule.d.ts +38 -0
- package/securityMonitoringDefaultRule.js +8 -0
- package/securityMonitoringDefaultRule.js.map +1 -1
- package/securityMonitoringFilter.d.ts +2 -0
- package/securityMonitoringFilter.js +2 -0
- package/securityMonitoringFilter.js.map +1 -1
- package/securityMonitoringRule.d.ts +3 -1
- package/securityMonitoringRule.js +3 -1
- package/securityMonitoringRule.js.map +1 -1
- package/securityMonitoringRuleJson.d.ts +2 -0
- package/securityMonitoringRuleJson.js +2 -0
- package/securityMonitoringRuleJson.js.map +1 -1
- package/securityMonitoringSuppression.d.ts +2 -0
- package/securityMonitoringSuppression.js +2 -0
- package/securityMonitoringSuppression.js.map +1 -1
- package/securityNotificationRule.d.ts +2 -0
- package/securityNotificationRule.js +2 -0
- package/securityNotificationRule.js.map +1 -1
- package/sensitiveDataScannerGroup.d.ts +28 -1
- package/sensitiveDataScannerGroup.js +18 -1
- package/sensitiveDataScannerGroup.js.map +1 -1
- package/sensitiveDataScannerGroupOrder.d.ts +2 -0
- package/sensitiveDataScannerGroupOrder.js +2 -0
- package/sensitiveDataScannerGroupOrder.js.map +1 -1
- package/sensitiveDataScannerRule.d.ts +2 -0
- package/sensitiveDataScannerRule.js +2 -0
- package/sensitiveDataScannerRule.js.map +1 -1
- package/serviceAccount.d.ts +2 -0
- package/serviceAccount.js +2 -0
- package/serviceAccount.js.map +1 -1
- package/serviceAccountApplicationKey.d.ts +2 -0
- package/serviceAccountApplicationKey.js +2 -0
- package/serviceAccountApplicationKey.js.map +1 -1
- package/serviceDefinitionYaml.d.ts +2 -0
- package/serviceDefinitionYaml.js +2 -0
- package/serviceDefinitionYaml.js.map +1 -1
- package/serviceLevelObjective.d.ts +2 -0
- package/serviceLevelObjective.js +2 -0
- package/serviceLevelObjective.js.map +1 -1
- package/slack/channel.d.ts +2 -0
- package/slack/channel.js +2 -0
- package/slack/channel.js.map +1 -1
- package/sloCorrection.d.ts +2 -0
- package/sloCorrection.js +2 -0
- package/sloCorrection.js.map +1 -1
- package/softwareCatalog.d.ts +2 -0
- package/softwareCatalog.js +2 -0
- package/softwareCatalog.js.map +1 -1
- package/spansMetric.d.ts +2 -0
- package/spansMetric.js +2 -0
- package/spansMetric.js.map +1 -1
- package/syntheticsConcurrencyCap.d.ts +2 -0
- package/syntheticsConcurrencyCap.js +2 -0
- package/syntheticsConcurrencyCap.js.map +1 -1
- package/syntheticsGlobalVariable.d.ts +2 -0
- package/syntheticsGlobalVariable.js +2 -0
- package/syntheticsGlobalVariable.js.map +1 -1
- package/syntheticsPrivateLocation.d.ts +14 -0
- package/syntheticsPrivateLocation.js +5 -1
- package/syntheticsPrivateLocation.js.map +1 -1
- package/syntheticsTest.d.ts +9 -1
- package/syntheticsTest.js +9 -1
- package/syntheticsTest.js.map +1 -1
- package/team.d.ts +2 -0
- package/team.js +2 -0
- package/team.js.map +1 -1
- package/teamLink.d.ts +2 -0
- package/teamLink.js +2 -0
- package/teamLink.js.map +1 -1
- package/teamMembership.d.ts +2 -0
- package/teamMembership.js +2 -0
- package/teamMembership.js.map +1 -1
- package/types/input.d.ts +237 -23
- package/types/output.d.ts +253 -23
- package/user.d.ts +2 -0
- package/user.js +2 -0
- package/user.js.map +1 -1
- package/userRole.d.ts +2 -0
- package/userRole.js +2 -0
- package/userRole.js.map +1 -1
- package/webhook.d.ts +2 -0
- package/webhook.js +2 -0
- package/webhook.js.map +1 -1
- package/webhookCustomVariable.d.ts +2 -0
- package/webhookCustomVariable.js +2 -0
- package/webhookCustomVariable.js.map +1 -1
- package/workflowAutomation.d.ts +2 -0
- package/workflowAutomation.js +2 -0
- package/workflowAutomation.js.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cloudWorkloadSecurityAgentRule.js","sourceRoot":"","sources":["../cloudWorkloadSecurityAgentRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"cloudWorkloadSecurityAgentRule.js","sourceRoot":"","sources":["../cloudWorkloadSecurityAgentRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,8BAA+B,SAAQ,MAAM,CAAC,cAAc;IACrE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2C,EAAE,IAAmC;QACzI,OAAO,IAAI,8BAA8B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACrF,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,8BAA8B,CAAC,YAAY,CAAC;IAC/E,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAsF,EAAE,IAAmC;QACjJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8D,CAAC;YAC7E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA6D,CAAC;YAC3E,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;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,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,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,8BAA8B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACnF,CAAC;;AA7EL,wEA8EC;AAhEG,gBAAgB;AACO,2CAAY,GAAG,6EAA6E,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationAccount.js","sourceRoot":"","sources":["../../cloudflare/integrationAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"integrationAccount.js","sourceRoot":"","sources":["../../cloudflare/integrationAccount.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Provides a Datadog ComplianceResourceEvaluationFilter resource. This can be used to create and manage a compliance resource evaluation filter.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as datadog from "@pulumi/datadog";
|
|
10
|
+
*
|
|
11
|
+
* // Manage Datadog compliance resource evaluation filters
|
|
12
|
+
* const basicFilter = new datadog.ComplianceResourceEvaluationFilter("basic_filter", {
|
|
13
|
+
* tags: ["tag1:val1"],
|
|
14
|
+
* cloudProvider: "aws",
|
|
15
|
+
* resourceId: "000000000000",
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* ## Import
|
|
20
|
+
*
|
|
21
|
+
* The `pulumi import` command can be used, for example:
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import datadog:index/complianceResourceEvaluationFilter:ComplianceResourceEvaluationFilter test_filter aws:00000000000000
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class ComplianceResourceEvaluationFilter extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing ComplianceResourceEvaluationFilter resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ComplianceResourceEvaluationFilterState, opts?: pulumi.CustomResourceOptions): ComplianceResourceEvaluationFilter;
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of ComplianceResourceEvaluationFilter. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj: any): obj is ComplianceResourceEvaluationFilter;
|
|
43
|
+
/**
|
|
44
|
+
* The cloud provider of the filter's targeted resource. Only `aws`, `gcp`, or `azure` are considered valid cloud
|
|
45
|
+
* providers.
|
|
46
|
+
*/
|
|
47
|
+
readonly cloudProvider: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* The ID of the of the filter's targeted resource. Different cloud providers target different resource IDs: - `aws`:
|
|
50
|
+
* account ID - `gcp`: project ID - `azure`: subscription ID
|
|
51
|
+
*/
|
|
52
|
+
readonly resourceId: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* List of tags to filter misconfiguration detections. Each entry should follow the format: "key":"value".
|
|
55
|
+
*/
|
|
56
|
+
readonly tags: pulumi.Output<string[]>;
|
|
57
|
+
/**
|
|
58
|
+
* Create a ComplianceResourceEvaluationFilter resource with the given unique name, arguments, and options.
|
|
59
|
+
*
|
|
60
|
+
* @param name The _unique_ name of the resource.
|
|
61
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
62
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
63
|
+
*/
|
|
64
|
+
constructor(name: string, args: ComplianceResourceEvaluationFilterArgs, opts?: pulumi.CustomResourceOptions);
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Input properties used for looking up and filtering ComplianceResourceEvaluationFilter resources.
|
|
68
|
+
*/
|
|
69
|
+
export interface ComplianceResourceEvaluationFilterState {
|
|
70
|
+
/**
|
|
71
|
+
* The cloud provider of the filter's targeted resource. Only `aws`, `gcp`, or `azure` are considered valid cloud
|
|
72
|
+
* providers.
|
|
73
|
+
*/
|
|
74
|
+
cloudProvider?: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* The ID of the of the filter's targeted resource. Different cloud providers target different resource IDs: - `aws`:
|
|
77
|
+
* account ID - `gcp`: project ID - `azure`: subscription ID
|
|
78
|
+
*/
|
|
79
|
+
resourceId?: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* List of tags to filter misconfiguration detections. Each entry should follow the format: "key":"value".
|
|
82
|
+
*/
|
|
83
|
+
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* The set of arguments for constructing a ComplianceResourceEvaluationFilter resource.
|
|
87
|
+
*/
|
|
88
|
+
export interface ComplianceResourceEvaluationFilterArgs {
|
|
89
|
+
/**
|
|
90
|
+
* The cloud provider of the filter's targeted resource. Only `aws`, `gcp`, or `azure` are considered valid cloud
|
|
91
|
+
* providers.
|
|
92
|
+
*/
|
|
93
|
+
cloudProvider: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The ID of the of the filter's targeted resource. Different cloud providers target different resource IDs: - `aws`:
|
|
96
|
+
* account ID - `gcp`: project ID - `azure`: subscription ID
|
|
97
|
+
*/
|
|
98
|
+
resourceId: pulumi.Input<string>;
|
|
99
|
+
/**
|
|
100
|
+
* List of tags to filter misconfiguration detections. Each entry should follow the format: "key":"value".
|
|
101
|
+
*/
|
|
102
|
+
tags: pulumi.Input<pulumi.Input<string>[]>;
|
|
103
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.ComplianceResourceEvaluationFilter = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a Datadog ComplianceResourceEvaluationFilter resource. This can be used to create and manage a compliance resource evaluation filter.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as datadog from "@pulumi/datadog";
|
|
16
|
+
*
|
|
17
|
+
* // Manage Datadog compliance resource evaluation filters
|
|
18
|
+
* const basicFilter = new datadog.ComplianceResourceEvaluationFilter("basic_filter", {
|
|
19
|
+
* tags: ["tag1:val1"],
|
|
20
|
+
* cloudProvider: "aws",
|
|
21
|
+
* resourceId: "000000000000",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* ## Import
|
|
26
|
+
*
|
|
27
|
+
* The `pulumi import` command can be used, for example:
|
|
28
|
+
*
|
|
29
|
+
* ```sh
|
|
30
|
+
* $ pulumi import datadog:index/complianceResourceEvaluationFilter:ComplianceResourceEvaluationFilter test_filter aws:00000000000000
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
class ComplianceResourceEvaluationFilter extends pulumi.CustomResource {
|
|
34
|
+
/**
|
|
35
|
+
* Get an existing ComplianceResourceEvaluationFilter resource's state with the given name, ID, and optional extra
|
|
36
|
+
* properties used to qualify the lookup.
|
|
37
|
+
*
|
|
38
|
+
* @param name The _unique_ name of the resulting resource.
|
|
39
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
40
|
+
* @param state Any extra arguments used during the lookup.
|
|
41
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
42
|
+
*/
|
|
43
|
+
static get(name, id, state, opts) {
|
|
44
|
+
return new ComplianceResourceEvaluationFilter(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Returns true if the given object is an instance of ComplianceResourceEvaluationFilter. This is designed to work even
|
|
48
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
49
|
+
*/
|
|
50
|
+
static isInstance(obj) {
|
|
51
|
+
if (obj === undefined || obj === null) {
|
|
52
|
+
return false;
|
|
53
|
+
}
|
|
54
|
+
return obj['__pulumiType'] === ComplianceResourceEvaluationFilter.__pulumiType;
|
|
55
|
+
}
|
|
56
|
+
constructor(name, argsOrState, opts) {
|
|
57
|
+
let resourceInputs = {};
|
|
58
|
+
opts = opts || {};
|
|
59
|
+
if (opts.id) {
|
|
60
|
+
const state = argsOrState;
|
|
61
|
+
resourceInputs["cloudProvider"] = state ? state.cloudProvider : undefined;
|
|
62
|
+
resourceInputs["resourceId"] = state ? state.resourceId : undefined;
|
|
63
|
+
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
64
|
+
}
|
|
65
|
+
else {
|
|
66
|
+
const args = argsOrState;
|
|
67
|
+
if ((!args || args.cloudProvider === undefined) && !opts.urn) {
|
|
68
|
+
throw new Error("Missing required property 'cloudProvider'");
|
|
69
|
+
}
|
|
70
|
+
if ((!args || args.resourceId === undefined) && !opts.urn) {
|
|
71
|
+
throw new Error("Missing required property 'resourceId'");
|
|
72
|
+
}
|
|
73
|
+
if ((!args || args.tags === undefined) && !opts.urn) {
|
|
74
|
+
throw new Error("Missing required property 'tags'");
|
|
75
|
+
}
|
|
76
|
+
resourceInputs["cloudProvider"] = args ? args.cloudProvider : undefined;
|
|
77
|
+
resourceInputs["resourceId"] = args ? args.resourceId : undefined;
|
|
78
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
79
|
+
}
|
|
80
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
|
+
super(ComplianceResourceEvaluationFilter.__pulumiType, name, resourceInputs, opts);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
exports.ComplianceResourceEvaluationFilter = ComplianceResourceEvaluationFilter;
|
|
85
|
+
/** @internal */
|
|
86
|
+
ComplianceResourceEvaluationFilter.__pulumiType = 'datadog:index/complianceResourceEvaluationFilter:ComplianceResourceEvaluationFilter';
|
|
87
|
+
//# sourceMappingURL=complianceResourceEvaluationFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"complianceResourceEvaluationFilter.js","sourceRoot":"","sources":["../complianceResourceEvaluationFilter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,kCAAmC,SAAQ,MAAM,CAAC,cAAc;IACzE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+C,EAAE,IAAmC;QAC7I,OAAO,IAAI,kCAAkC,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzF,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,kCAAkC,CAAC,YAAY,CAAC;IACnF,CAAC;IAyBD,YAAY,IAAY,EAAE,WAA8F,EAAE,IAAmC;QACzJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkE,CAAC;YACjF,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAiE,CAAC;YAC/E,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;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,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,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,kCAAkC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvF,CAAC;;AA5EL,gFA6EC;AA/DG,gBAAgB;AACO,+CAAY,GAAG,qFAAqF,CAAC"}
|
|
@@ -21,6 +21,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
21
21
|
*
|
|
22
22
|
* ## Import
|
|
23
23
|
*
|
|
24
|
+
* The `pulumi import` command can be used, for example:
|
|
25
|
+
*
|
|
24
26
|
* Confluent account ID can be retrieved using the ListConfluentAccounts endpoint
|
|
25
27
|
*
|
|
26
28
|
* https://docs.datadoghq.com/api/latest/confluent-cloud/#list-confluent-accounts
|
|
@@ -27,6 +27,8 @@ const utilities = require("../utilities");
|
|
|
27
27
|
*
|
|
28
28
|
* ## Import
|
|
29
29
|
*
|
|
30
|
+
* The `pulumi import` command can be used, for example:
|
|
31
|
+
*
|
|
30
32
|
* Confluent account ID can be retrieved using the ListConfluentAccounts endpoint
|
|
31
33
|
*
|
|
32
34
|
* https://docs.datadoghq.com/api/latest/confluent-cloud/#list-confluent-accounts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationAccount.js","sourceRoot":"","sources":["../../confluent/integrationAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"integrationAccount.js","sourceRoot":"","sources":["../../confluent/integrationAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;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"}
|
|
@@ -30,6 +30,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
30
30
|
*
|
|
31
31
|
* ## Import
|
|
32
32
|
*
|
|
33
|
+
* The `pulumi import` command can be used, for example:
|
|
34
|
+
*
|
|
33
35
|
* ```sh
|
|
34
36
|
* $ pulumi import datadog:confluent/integrationResource:IntegrationResource new_list "confluent_account_id:confluent_resource_id"
|
|
35
37
|
* ```
|
|
@@ -36,6 +36,8 @@ const utilities = require("../utilities");
|
|
|
36
36
|
*
|
|
37
37
|
* ## Import
|
|
38
38
|
*
|
|
39
|
+
* The `pulumi import` command can be used, for example:
|
|
40
|
+
*
|
|
39
41
|
* ```sh
|
|
40
42
|
* $ pulumi import datadog:confluent/integrationResource:IntegrationResource new_list "confluent_account_id:confluent_resource_id"
|
|
41
43
|
* ```
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrationResource.js","sourceRoot":"","sources":["../../confluent/integrationResource.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"integrationResource.js","sourceRoot":"","sources":["../../confluent/integrationResource.ts"],"names":[],"mappings":"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"}
|
package/costBudget.d.ts
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Provides a Datadog Cost Budget resource.
|
|
6
|
+
*/
|
|
7
|
+
export declare class CostBudget extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing CostBudget resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param state Any extra arguments used during the lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CostBudgetState, opts?: pulumi.CustomResourceOptions): CostBudget;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of CostBudget. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is CostBudget;
|
|
23
|
+
/**
|
|
24
|
+
* The ID of the budget.
|
|
25
|
+
*/
|
|
26
|
+
readonly budgetId: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* The month when the budget ends (YYYYMM).
|
|
29
|
+
*/
|
|
30
|
+
readonly endMonth: pulumi.Output<number>;
|
|
31
|
+
/**
|
|
32
|
+
* The entries of the budget.
|
|
33
|
+
*/
|
|
34
|
+
readonly entries: pulumi.Output<outputs.CostBudgetEntry[] | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* The cost query used to track against the budget.
|
|
37
|
+
*/
|
|
38
|
+
readonly metricsQuery: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* The name of the budget.
|
|
41
|
+
*/
|
|
42
|
+
readonly name: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* The month when the budget starts (YYYYMM).
|
|
45
|
+
*/
|
|
46
|
+
readonly startMonth: pulumi.Output<number>;
|
|
47
|
+
/**
|
|
48
|
+
* The sum of all budget entries' amounts.
|
|
49
|
+
*/
|
|
50
|
+
readonly totalAmount: pulumi.Output<number>;
|
|
51
|
+
/**
|
|
52
|
+
* Create a CostBudget resource with the given unique name, arguments, and options.
|
|
53
|
+
*
|
|
54
|
+
* @param name The _unique_ name of the resource.
|
|
55
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
56
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
57
|
+
*/
|
|
58
|
+
constructor(name: string, args: CostBudgetArgs, opts?: pulumi.CustomResourceOptions);
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Input properties used for looking up and filtering CostBudget resources.
|
|
62
|
+
*/
|
|
63
|
+
export interface CostBudgetState {
|
|
64
|
+
/**
|
|
65
|
+
* The ID of the budget.
|
|
66
|
+
*/
|
|
67
|
+
budgetId?: pulumi.Input<string>;
|
|
68
|
+
/**
|
|
69
|
+
* The month when the budget ends (YYYYMM).
|
|
70
|
+
*/
|
|
71
|
+
endMonth?: pulumi.Input<number>;
|
|
72
|
+
/**
|
|
73
|
+
* The entries of the budget.
|
|
74
|
+
*/
|
|
75
|
+
entries?: pulumi.Input<pulumi.Input<inputs.CostBudgetEntry>[]>;
|
|
76
|
+
/**
|
|
77
|
+
* The cost query used to track against the budget.
|
|
78
|
+
*/
|
|
79
|
+
metricsQuery?: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* The name of the budget.
|
|
82
|
+
*/
|
|
83
|
+
name?: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* The month when the budget starts (YYYYMM).
|
|
86
|
+
*/
|
|
87
|
+
startMonth?: pulumi.Input<number>;
|
|
88
|
+
/**
|
|
89
|
+
* The sum of all budget entries' amounts.
|
|
90
|
+
*/
|
|
91
|
+
totalAmount?: pulumi.Input<number>;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* The set of arguments for constructing a CostBudget resource.
|
|
95
|
+
*/
|
|
96
|
+
export interface CostBudgetArgs {
|
|
97
|
+
/**
|
|
98
|
+
* The ID of the budget.
|
|
99
|
+
*/
|
|
100
|
+
budgetId?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The month when the budget ends (YYYYMM).
|
|
103
|
+
*/
|
|
104
|
+
endMonth: pulumi.Input<number>;
|
|
105
|
+
/**
|
|
106
|
+
* The entries of the budget.
|
|
107
|
+
*/
|
|
108
|
+
entries?: pulumi.Input<pulumi.Input<inputs.CostBudgetEntry>[]>;
|
|
109
|
+
/**
|
|
110
|
+
* The cost query used to track against the budget.
|
|
111
|
+
*/
|
|
112
|
+
metricsQuery: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The name of the budget.
|
|
115
|
+
*/
|
|
116
|
+
name: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* The month when the budget starts (YYYYMM).
|
|
119
|
+
*/
|
|
120
|
+
startMonth: pulumi.Input<number>;
|
|
121
|
+
}
|
package/costBudget.js
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.CostBudget = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Provides a Datadog Cost Budget resource.
|
|
10
|
+
*/
|
|
11
|
+
class CostBudget extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing CostBudget resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param state Any extra arguments used during the lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name, id, state, opts) {
|
|
22
|
+
return new CostBudget(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of CostBudget. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj) {
|
|
29
|
+
if (obj === undefined || obj === null) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
return obj['__pulumiType'] === CostBudget.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
constructor(name, argsOrState, opts) {
|
|
35
|
+
let resourceInputs = {};
|
|
36
|
+
opts = opts || {};
|
|
37
|
+
if (opts.id) {
|
|
38
|
+
const state = argsOrState;
|
|
39
|
+
resourceInputs["budgetId"] = state ? state.budgetId : undefined;
|
|
40
|
+
resourceInputs["endMonth"] = state ? state.endMonth : undefined;
|
|
41
|
+
resourceInputs["entries"] = state ? state.entries : undefined;
|
|
42
|
+
resourceInputs["metricsQuery"] = state ? state.metricsQuery : undefined;
|
|
43
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
44
|
+
resourceInputs["startMonth"] = state ? state.startMonth : undefined;
|
|
45
|
+
resourceInputs["totalAmount"] = state ? state.totalAmount : undefined;
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
const args = argsOrState;
|
|
49
|
+
if ((!args || args.endMonth === undefined) && !opts.urn) {
|
|
50
|
+
throw new Error("Missing required property 'endMonth'");
|
|
51
|
+
}
|
|
52
|
+
if ((!args || args.metricsQuery === undefined) && !opts.urn) {
|
|
53
|
+
throw new Error("Missing required property 'metricsQuery'");
|
|
54
|
+
}
|
|
55
|
+
if ((!args || args.name === undefined) && !opts.urn) {
|
|
56
|
+
throw new Error("Missing required property 'name'");
|
|
57
|
+
}
|
|
58
|
+
if ((!args || args.startMonth === undefined) && !opts.urn) {
|
|
59
|
+
throw new Error("Missing required property 'startMonth'");
|
|
60
|
+
}
|
|
61
|
+
resourceInputs["budgetId"] = args ? args.budgetId : undefined;
|
|
62
|
+
resourceInputs["endMonth"] = args ? args.endMonth : undefined;
|
|
63
|
+
resourceInputs["entries"] = args ? args.entries : undefined;
|
|
64
|
+
resourceInputs["metricsQuery"] = args ? args.metricsQuery : undefined;
|
|
65
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
66
|
+
resourceInputs["startMonth"] = args ? args.startMonth : undefined;
|
|
67
|
+
resourceInputs["totalAmount"] = undefined /*out*/;
|
|
68
|
+
}
|
|
69
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
70
|
+
super(CostBudget.__pulumiType, name, resourceInputs, opts);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
exports.CostBudget = CostBudget;
|
|
74
|
+
/** @internal */
|
|
75
|
+
CostBudget.__pulumiType = 'datadog:index/costBudget:CostBudget';
|
|
76
|
+
//# sourceMappingURL=costBudget.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"costBudget.js","sourceRoot":"","sources":["../costBudget.ts"],"names":[],"mappings":"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"}
|
package/csmThreatsAgentRule.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
2
4
|
/**
|
|
3
5
|
* Provides a Datadog CSM Threats Agent Rule API resource.
|
|
4
6
|
*
|
|
@@ -18,6 +20,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
18
20
|
*
|
|
19
21
|
* ## Import
|
|
20
22
|
*
|
|
23
|
+
* The `pulumi import` command can be used, for example:
|
|
24
|
+
*
|
|
21
25
|
* CSM Agent Rules can be imported using ID. For example:
|
|
22
26
|
*
|
|
23
27
|
* ```sh
|
|
@@ -41,11 +45,15 @@ export declare class CsmThreatsAgentRule extends pulumi.CustomResource {
|
|
|
41
45
|
*/
|
|
42
46
|
static isInstance(obj: any): obj is CsmThreatsAgentRule;
|
|
43
47
|
/**
|
|
44
|
-
*
|
|
48
|
+
* The list of actions the rule can perform
|
|
49
|
+
*/
|
|
50
|
+
readonly actions: pulumi.Output<outputs.CsmThreatsAgentRuleAction[] | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* A description for the Agent rule.
|
|
45
53
|
*/
|
|
46
54
|
readonly description: pulumi.Output<string>;
|
|
47
55
|
/**
|
|
48
|
-
* Indicates
|
|
56
|
+
* Indicates whether the Agent rule is enabled. Must not be used without policy_id.
|
|
49
57
|
*/
|
|
50
58
|
readonly enabled: pulumi.Output<boolean>;
|
|
51
59
|
/**
|
|
@@ -56,6 +64,14 @@ export declare class CsmThreatsAgentRule extends pulumi.CustomResource {
|
|
|
56
64
|
* The name of the Agent rule.
|
|
57
65
|
*/
|
|
58
66
|
readonly name: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The ID of the agent policy in which the rule is saved
|
|
69
|
+
*/
|
|
70
|
+
readonly policyId: pulumi.Output<string | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* The list of product tags associated with the rule
|
|
73
|
+
*/
|
|
74
|
+
readonly productTags: pulumi.Output<string[]>;
|
|
59
75
|
/**
|
|
60
76
|
* Create a CsmThreatsAgentRule resource with the given unique name, arguments, and options.
|
|
61
77
|
*
|
|
@@ -70,11 +86,15 @@ export declare class CsmThreatsAgentRule extends pulumi.CustomResource {
|
|
|
70
86
|
*/
|
|
71
87
|
export interface CsmThreatsAgentRuleState {
|
|
72
88
|
/**
|
|
73
|
-
*
|
|
89
|
+
* The list of actions the rule can perform
|
|
90
|
+
*/
|
|
91
|
+
actions?: pulumi.Input<pulumi.Input<inputs.CsmThreatsAgentRuleAction>[]>;
|
|
92
|
+
/**
|
|
93
|
+
* A description for the Agent rule.
|
|
74
94
|
*/
|
|
75
95
|
description?: pulumi.Input<string>;
|
|
76
96
|
/**
|
|
77
|
-
* Indicates
|
|
97
|
+
* Indicates whether the Agent rule is enabled. Must not be used without policy_id.
|
|
78
98
|
*/
|
|
79
99
|
enabled?: pulumi.Input<boolean>;
|
|
80
100
|
/**
|
|
@@ -85,19 +105,31 @@ export interface CsmThreatsAgentRuleState {
|
|
|
85
105
|
* The name of the Agent rule.
|
|
86
106
|
*/
|
|
87
107
|
name?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* The ID of the agent policy in which the rule is saved
|
|
110
|
+
*/
|
|
111
|
+
policyId?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The list of product tags associated with the rule
|
|
114
|
+
*/
|
|
115
|
+
productTags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
88
116
|
}
|
|
89
117
|
/**
|
|
90
118
|
* The set of arguments for constructing a CsmThreatsAgentRule resource.
|
|
91
119
|
*/
|
|
92
120
|
export interface CsmThreatsAgentRuleArgs {
|
|
93
121
|
/**
|
|
94
|
-
*
|
|
122
|
+
* The list of actions the rule can perform
|
|
123
|
+
*/
|
|
124
|
+
actions?: pulumi.Input<pulumi.Input<inputs.CsmThreatsAgentRuleAction>[]>;
|
|
125
|
+
/**
|
|
126
|
+
* A description for the Agent rule.
|
|
95
127
|
*/
|
|
96
128
|
description?: pulumi.Input<string>;
|
|
97
129
|
/**
|
|
98
|
-
* Indicates
|
|
130
|
+
* Indicates whether the Agent rule is enabled. Must not be used without policy_id.
|
|
99
131
|
*/
|
|
100
|
-
enabled
|
|
132
|
+
enabled?: pulumi.Input<boolean>;
|
|
101
133
|
/**
|
|
102
134
|
* The SECL expression of the Agent rule
|
|
103
135
|
*/
|
|
@@ -106,4 +138,12 @@ export interface CsmThreatsAgentRuleArgs {
|
|
|
106
138
|
* The name of the Agent rule.
|
|
107
139
|
*/
|
|
108
140
|
name: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* The ID of the agent policy in which the rule is saved
|
|
143
|
+
*/
|
|
144
|
+
policyId?: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* The list of product tags associated with the rule
|
|
147
|
+
*/
|
|
148
|
+
productTags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
109
149
|
}
|