pulumi-datadog 4.61.0a1766430889__py3-none-any.whl → 4.62.0__py3-none-any.whl
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.
- pulumi_datadog/__init__.py +9 -0
- pulumi_datadog/_inputs.py +2966 -4006
- pulumi_datadog/csm_threats_agent_rule.py +50 -3
- pulumi_datadog/deployment_gate.py +483 -0
- pulumi_datadog/logs_index.py +4 -0
- pulumi_datadog/observability_pipeline.py +14 -14
- pulumi_datadog/outputs.py +2148 -2528
- pulumi_datadog/pulumi-plugin.json +1 -1
- {pulumi_datadog-4.61.0a1766430889.dist-info → pulumi_datadog-4.62.0.dist-info}/METADATA +1 -1
- {pulumi_datadog-4.61.0a1766430889.dist-info → pulumi_datadog-4.62.0.dist-info}/RECORD +12 -11
- {pulumi_datadog-4.61.0a1766430889.dist-info → pulumi_datadog-4.62.0.dist-info}/WHEEL +0 -0
- {pulumi_datadog-4.61.0a1766430889.dist-info → pulumi_datadog-4.62.0.dist-info}/top_level.txt +0 -0
pulumi_datadog/__init__.py
CHANGED
|
@@ -34,6 +34,7 @@ from .dashboard import *
|
|
|
34
34
|
from .dashboard_json import *
|
|
35
35
|
from .dashboard_list import *
|
|
36
36
|
from .dataset import *
|
|
37
|
+
from .deployment_gate import *
|
|
37
38
|
from .domain_allowlist import *
|
|
38
39
|
from .downtime import *
|
|
39
40
|
from .downtime_schedule import *
|
|
@@ -554,6 +555,14 @@ _utilities.register(
|
|
|
554
555
|
"datadog:index/dataset:Dataset": "Dataset"
|
|
555
556
|
}
|
|
556
557
|
},
|
|
558
|
+
{
|
|
559
|
+
"pkg": "datadog",
|
|
560
|
+
"mod": "index/deploymentGate",
|
|
561
|
+
"fqn": "pulumi_datadog",
|
|
562
|
+
"classes": {
|
|
563
|
+
"datadog:index/deploymentGate:DeploymentGate": "DeploymentGate"
|
|
564
|
+
}
|
|
565
|
+
},
|
|
557
566
|
{
|
|
558
567
|
"pkg": "datadog",
|
|
559
568
|
"mod": "index/domainAllowlist",
|