pulumi-datadog 4.63.0__py3-none-any.whl → 4.63.0a1768973818__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 +0 -39
- pulumi_datadog/_inputs.py +198 -3877
- pulumi_datadog/gcp/integration_sts.py +0 -94
- pulumi_datadog/get_service_level_objective.py +1 -15
- pulumi_datadog/metric_tag_configuration.py +29 -18
- pulumi_datadog/outputs.py +160 -2718
- pulumi_datadog/powerpack.py +7 -7
- pulumi_datadog/pulumi-plugin.json +1 -1
- pulumi_datadog/synthetics_global_variable.py +45 -112
- {pulumi_datadog-4.63.0.dist-info → pulumi_datadog-4.63.0a1768973818.dist-info}/METADATA +1 -1
- {pulumi_datadog-4.63.0.dist-info → pulumi_datadog-4.63.0a1768973818.dist-info}/RECORD +13 -20
- {pulumi_datadog-4.63.0.dist-info → pulumi_datadog-4.63.0a1768973818.dist-info}/WHEEL +1 -1
- pulumi_datadog/cloud_inventory_sync_config.py +0 -389
- pulumi_datadog/get_organization_settings.py +0 -138
- pulumi_datadog/get_team_notification_rule.py +0 -218
- pulumi_datadog/get_team_notification_rules.py +0 -136
- pulumi_datadog/on_call_user_notification_channel.py +0 -222
- pulumi_datadog/on_call_user_notification_rule.py +0 -332
- pulumi_datadog/team_notification_rule.py +0 -418
- {pulumi_datadog-4.63.0.dist-info → pulumi_datadog-4.63.0a1768973818.dist-info}/top_level.txt +0 -0
pulumi_datadog/__init__.py
CHANGED
|
@@ -22,7 +22,6 @@ from .aws_cur_config import *
|
|
|
22
22
|
from .azure_uc_config import *
|
|
23
23
|
from .child_organization import *
|
|
24
24
|
from .cloud_configuration_rule import *
|
|
25
|
-
from .cloud_inventory_sync_config import *
|
|
26
25
|
from .cloud_workload_security_agent_rule import *
|
|
27
26
|
from .compliance_custom_framework import *
|
|
28
27
|
from .compliance_resource_evaluation_filter import *
|
|
@@ -72,7 +71,6 @@ from .get_metrics import *
|
|
|
72
71
|
from .get_monitor import *
|
|
73
72
|
from .get_monitor_config_policies import *
|
|
74
73
|
from .get_monitors import *
|
|
75
|
-
from .get_organization_settings import *
|
|
76
74
|
from .get_permissions import *
|
|
77
75
|
from .get_powerpack import *
|
|
78
76
|
from .get_reference_table import *
|
|
@@ -98,8 +96,6 @@ from .get_tag_pipeline_ruleset import *
|
|
|
98
96
|
from .get_team import *
|
|
99
97
|
from .get_team_hierarchy_links import *
|
|
100
98
|
from .get_team_memberships import *
|
|
101
|
-
from .get_team_notification_rule import *
|
|
102
|
-
from .get_team_notification_rules import *
|
|
103
99
|
from .get_teams import *
|
|
104
100
|
from .get_user import *
|
|
105
101
|
from .get_users import *
|
|
@@ -128,8 +124,6 @@ from .observability_pipeline import *
|
|
|
128
124
|
from .on_call_escalation_policy import *
|
|
129
125
|
from .on_call_schedule import *
|
|
130
126
|
from .on_call_team_routing_rules import *
|
|
131
|
-
from .on_call_user_notification_channel import *
|
|
132
|
-
from .on_call_user_notification_rule import *
|
|
133
127
|
from .openapi_api import *
|
|
134
128
|
from .org_connection import *
|
|
135
129
|
from .organization_settings import *
|
|
@@ -168,7 +162,6 @@ from .team import *
|
|
|
168
162
|
from .team_hierarchy_links import *
|
|
169
163
|
from .team_link import *
|
|
170
164
|
from .team_membership import *
|
|
171
|
-
from .team_notification_rule import *
|
|
172
165
|
from .team_permission_setting import *
|
|
173
166
|
from .user import *
|
|
174
167
|
from .user_role import *
|
|
@@ -466,14 +459,6 @@ _utilities.register(
|
|
|
466
459
|
"datadog:index/cloudConfigurationRule:CloudConfigurationRule": "CloudConfigurationRule"
|
|
467
460
|
}
|
|
468
461
|
},
|
|
469
|
-
{
|
|
470
|
-
"pkg": "datadog",
|
|
471
|
-
"mod": "index/cloudInventorySyncConfig",
|
|
472
|
-
"fqn": "pulumi_datadog",
|
|
473
|
-
"classes": {
|
|
474
|
-
"datadog:index/cloudInventorySyncConfig:CloudInventorySyncConfig": "CloudInventorySyncConfig"
|
|
475
|
-
}
|
|
476
|
-
},
|
|
477
462
|
{
|
|
478
463
|
"pkg": "datadog",
|
|
479
464
|
"mod": "index/cloudWorkloadSecurityAgentRule",
|
|
@@ -802,22 +787,6 @@ _utilities.register(
|
|
|
802
787
|
"datadog:index/onCallTeamRoutingRules:OnCallTeamRoutingRules": "OnCallTeamRoutingRules"
|
|
803
788
|
}
|
|
804
789
|
},
|
|
805
|
-
{
|
|
806
|
-
"pkg": "datadog",
|
|
807
|
-
"mod": "index/onCallUserNotificationChannel",
|
|
808
|
-
"fqn": "pulumi_datadog",
|
|
809
|
-
"classes": {
|
|
810
|
-
"datadog:index/onCallUserNotificationChannel:OnCallUserNotificationChannel": "OnCallUserNotificationChannel"
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"pkg": "datadog",
|
|
815
|
-
"mod": "index/onCallUserNotificationRule",
|
|
816
|
-
"fqn": "pulumi_datadog",
|
|
817
|
-
"classes": {
|
|
818
|
-
"datadog:index/onCallUserNotificationRule:OnCallUserNotificationRule": "OnCallUserNotificationRule"
|
|
819
|
-
}
|
|
820
|
-
},
|
|
821
790
|
{
|
|
822
791
|
"pkg": "datadog",
|
|
823
792
|
"mod": "index/openapiApi",
|
|
@@ -1114,14 +1083,6 @@ _utilities.register(
|
|
|
1114
1083
|
"datadog:index/teamMembership:TeamMembership": "TeamMembership"
|
|
1115
1084
|
}
|
|
1116
1085
|
},
|
|
1117
|
-
{
|
|
1118
|
-
"pkg": "datadog",
|
|
1119
|
-
"mod": "index/teamNotificationRule",
|
|
1120
|
-
"fqn": "pulumi_datadog",
|
|
1121
|
-
"classes": {
|
|
1122
|
-
"datadog:index/teamNotificationRule:TeamNotificationRule": "TeamNotificationRule"
|
|
1123
|
-
}
|
|
1124
|
-
},
|
|
1125
1086
|
{
|
|
1126
1087
|
"pkg": "datadog",
|
|
1127
1088
|
"mod": "index/teamPermissionSetting",
|