pulumi-datadog 4.61.0a1766428675__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.
@@ -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 *
@@ -72,6 +73,8 @@ from .get_monitor_config_policies import *
72
73
  from .get_monitors import *
73
74
  from .get_permissions import *
74
75
  from .get_powerpack import *
76
+ from .get_reference_table import *
77
+ from .get_reference_table_rows import *
75
78
  from .get_role import *
76
79
  from .get_role_users import *
77
80
  from .get_roles import *
@@ -91,6 +94,7 @@ from .get_synthetics_locations import *
91
94
  from .get_synthetics_test import *
92
95
  from .get_tag_pipeline_ruleset import *
93
96
  from .get_team import *
97
+ from .get_team_hierarchy_links import *
94
98
  from .get_team_memberships import *
95
99
  from .get_teams import *
96
100
  from .get_user import *
@@ -109,6 +113,7 @@ from .logs_index_order import *
109
113
  from .logs_integration_pipeline import *
110
114
  from .logs_metric import *
111
115
  from .logs_pipeline_order import *
116
+ from .logs_restriction_query import *
112
117
  from .metric_metadata import *
113
118
  from .metric_tag_configuration import *
114
119
  from .monitor import *
@@ -124,6 +129,7 @@ from .org_connection import *
124
129
  from .organization_settings import *
125
130
  from .powerpack import *
126
131
  from .provider import *
132
+ from .reference_table import *
127
133
  from .restriction_policy import *
128
134
  from .role import *
129
135
  from .rum_application import *
@@ -153,6 +159,7 @@ from .synthetics_test import *
153
159
  from .tag_pipeline_ruleset import *
154
160
  from .tag_pipeline_rulesets import *
155
161
  from .team import *
162
+ from .team_hierarchy_links import *
156
163
  from .team_link import *
157
164
  from .team_membership import *
158
165
  from .team_permission_setting import *
@@ -548,6 +555,14 @@ _utilities.register(
548
555
  "datadog:index/dataset:Dataset": "Dataset"
549
556
  }
550
557
  },
558
+ {
559
+ "pkg": "datadog",
560
+ "mod": "index/deploymentGate",
561
+ "fqn": "pulumi_datadog",
562
+ "classes": {
563
+ "datadog:index/deploymentGate:DeploymentGate": "DeploymentGate"
564
+ }
565
+ },
551
566
  {
552
567
  "pkg": "datadog",
553
568
  "mod": "index/domainAllowlist",
@@ -684,6 +699,14 @@ _utilities.register(
684
699
  "datadog:index/logsPipelineOrder:LogsPipelineOrder": "LogsPipelineOrder"
685
700
  }
686
701
  },
702
+ {
703
+ "pkg": "datadog",
704
+ "mod": "index/logsRestrictionQuery",
705
+ "fqn": "pulumi_datadog",
706
+ "classes": {
707
+ "datadog:index/logsRestrictionQuery:LogsRestrictionQuery": "LogsRestrictionQuery"
708
+ }
709
+ },
687
710
  {
688
711
  "pkg": "datadog",
689
712
  "mod": "index/metricMetadata",
@@ -796,6 +819,14 @@ _utilities.register(
796
819
  "datadog:index/powerpack:Powerpack": "Powerpack"
797
820
  }
798
821
  },
822
+ {
823
+ "pkg": "datadog",
824
+ "mod": "index/referenceTable",
825
+ "fqn": "pulumi_datadog",
826
+ "classes": {
827
+ "datadog:index/referenceTable:ReferenceTable": "ReferenceTable"
828
+ }
829
+ },
799
830
  {
800
831
  "pkg": "datadog",
801
832
  "mod": "index/restrictionPolicy",
@@ -1028,6 +1059,14 @@ _utilities.register(
1028
1059
  "datadog:index/team:Team": "Team"
1029
1060
  }
1030
1061
  },
1062
+ {
1063
+ "pkg": "datadog",
1064
+ "mod": "index/teamHierarchyLinks",
1065
+ "fqn": "pulumi_datadog",
1066
+ "classes": {
1067
+ "datadog:index/teamHierarchyLinks:TeamHierarchyLinks": "TeamHierarchyLinks"
1068
+ }
1069
+ },
1031
1070
  {
1032
1071
  "pkg": "datadog",
1033
1072
  "mod": "index/teamLink",