pulumi-wavefront 3.2.0a1747896880__py3-none-any.whl → 3.2.0a1748901825__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.
Files changed (58) hide show
  1. pulumi_wavefront/__init__.py +1 -1
  2. pulumi_wavefront/_inputs.py +1 -1
  3. pulumi_wavefront/_utilities.py +1 -1
  4. pulumi_wavefront/alert.py +1 -1
  5. pulumi_wavefront/alert_target.py +1 -1
  6. pulumi_wavefront/cloud_integration_app_dynamics.py +17 -18
  7. pulumi_wavefront/cloud_integration_aws_external_id.py +1 -1
  8. pulumi_wavefront/cloud_integration_azure.py +17 -18
  9. pulumi_wavefront/cloud_integration_azure_activity_log.py +17 -18
  10. pulumi_wavefront/cloud_integration_cloud_trail.py +17 -18
  11. pulumi_wavefront/cloud_integration_cloud_watch.py +17 -18
  12. pulumi_wavefront/cloud_integration_ec2.py +17 -18
  13. pulumi_wavefront/cloud_integration_gcp.py +17 -18
  14. pulumi_wavefront/cloud_integration_gcp_billing.py +17 -18
  15. pulumi_wavefront/cloud_integration_new_relic.py +17 -18
  16. pulumi_wavefront/config/__init__.py +1 -1
  17. pulumi_wavefront/config/__init__.pyi +1 -1
  18. pulumi_wavefront/config/vars.py +1 -1
  19. pulumi_wavefront/dashboard.py +1 -1
  20. pulumi_wavefront/dashboard_json.py +1 -1
  21. pulumi_wavefront/derived_metric.py +1 -1
  22. pulumi_wavefront/event.py +1 -1
  23. pulumi_wavefront/external_link.py +1 -1
  24. pulumi_wavefront/get_alert.py +1 -1
  25. pulumi_wavefront/get_alerts.py +1 -1
  26. pulumi_wavefront/get_dashboard.py +1 -1
  27. pulumi_wavefront/get_dashboards.py +1 -1
  28. pulumi_wavefront/get_default_user_group.py +1 -1
  29. pulumi_wavefront/get_derived_metric.py +1 -1
  30. pulumi_wavefront/get_derived_metrics.py +1 -1
  31. pulumi_wavefront/get_event.py +1 -1
  32. pulumi_wavefront/get_events.py +1 -1
  33. pulumi_wavefront/get_external_link.py +1 -1
  34. pulumi_wavefront/get_external_links.py +1 -1
  35. pulumi_wavefront/get_maintenance_window.py +1 -1
  36. pulumi_wavefront/get_maintenance_window_all.py +1 -1
  37. pulumi_wavefront/get_metrics_policy.py +1 -1
  38. pulumi_wavefront/get_role.py +1 -1
  39. pulumi_wavefront/get_roles.py +1 -1
  40. pulumi_wavefront/get_user.py +1 -1
  41. pulumi_wavefront/get_user_group.py +1 -1
  42. pulumi_wavefront/get_user_groups.py +1 -1
  43. pulumi_wavefront/get_users.py +1 -1
  44. pulumi_wavefront/ingestion_policy.py +1 -1
  45. pulumi_wavefront/maintenance_window.py +1 -1
  46. pulumi_wavefront/metrics_policy.py +1 -1
  47. pulumi_wavefront/outputs.py +1 -1
  48. pulumi_wavefront/provider.py +22 -24
  49. pulumi_wavefront/pulumi-plugin.json +1 -1
  50. pulumi_wavefront/role.py +1 -1
  51. pulumi_wavefront/service_account.py +1 -1
  52. pulumi_wavefront/user.py +1 -1
  53. pulumi_wavefront/user_group.py +1 -1
  54. {pulumi_wavefront-3.2.0a1747896880.dist-info → pulumi_wavefront-3.2.0a1748901825.dist-info}/METADATA +1 -1
  55. pulumi_wavefront-3.2.0a1748901825.dist-info/RECORD +58 -0
  56. {pulumi_wavefront-3.2.0a1747896880.dist-info → pulumi_wavefront-3.2.0a1748901825.dist-info}/WHEEL +1 -1
  57. pulumi_wavefront-3.2.0a1747896880.dist-info/RECORD +0 -58
  58. {pulumi_wavefront-3.2.0a1747896880.dist-info → pulumi_wavefront-3.2.0a1748901825.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -22,19 +22,18 @@ class CloudIntegrationGcpArgs:
22
22
  def __init__(__self__, *,
23
23
  json_key: pulumi.Input[builtins.str],
24
24
  project_id: pulumi.Input[builtins.str],
25
- service: pulumi.Input[builtins.str],
26
25
  additional_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
27
26
  categories: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
28
27
  force_save: Optional[pulumi.Input[builtins.bool]] = None,
29
28
  metric_filter_regex: Optional[pulumi.Input[builtins.str]] = None,
30
29
  name: Optional[pulumi.Input[builtins.str]] = None,
30
+ service: Optional[pulumi.Input[builtins.str]] = None,
31
31
  service_refresh_rate_in_minutes: Optional[pulumi.Input[builtins.int]] = None):
32
32
  """
33
33
  The set of arguments for constructing a CloudIntegrationGcp resource.
34
34
  :param pulumi.Input[builtins.str] json_key: Private key for a Google Cloud Platform (GCP) service account within your project.
35
35
  The account must have at least Viewer permissions. This key must be in the JSON format generated by GCP.
36
36
  :param pulumi.Input[builtins.str] project_id: The Google Cloud Platform (GCP) Project ID.
37
- :param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
38
37
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] additional_tags: A list of point tag key-values to add to every point ingested using this integration.
39
38
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] categories: A list of Google Cloud Platform (GCP) services. Valid values are `APPENGINE`,
40
39
  `BIGQUERY`, `BIGTABLE`, `CLOUDFUNCTIONS`, `CLOUDIOT`, `CLOUDSQL`, `CLOUDTASKS`, `COMPUTE`, `CONTAINER`,
@@ -44,11 +43,11 @@ class CloudIntegrationGcpArgs:
44
43
  :param pulumi.Input[builtins.bool] force_save: Forces this resource to save, even if errors are present.
45
44
  :param pulumi.Input[builtins.str] metric_filter_regex: A regular expression that a metric name must match (case-insensitively) in order to be ingested.
46
45
  :param pulumi.Input[builtins.str] name: The human-readable name of this integration.
46
+ :param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
47
47
  :param pulumi.Input[builtins.int] service_refresh_rate_in_minutes: How often, in minutes, to refresh the service.
48
48
  """
49
49
  pulumi.set(__self__, "json_key", json_key)
50
50
  pulumi.set(__self__, "project_id", project_id)
51
- pulumi.set(__self__, "service", service)
52
51
  if additional_tags is not None:
53
52
  pulumi.set(__self__, "additional_tags", additional_tags)
54
53
  if categories is not None:
@@ -59,6 +58,8 @@ class CloudIntegrationGcpArgs:
59
58
  pulumi.set(__self__, "metric_filter_regex", metric_filter_regex)
60
59
  if name is not None:
61
60
  pulumi.set(__self__, "name", name)
61
+ if service is not None:
62
+ pulumi.set(__self__, "service", service)
62
63
  if service_refresh_rate_in_minutes is not None:
63
64
  pulumi.set(__self__, "service_refresh_rate_in_minutes", service_refresh_rate_in_minutes)
64
65
 
@@ -87,18 +88,6 @@ class CloudIntegrationGcpArgs:
87
88
  def project_id(self, value: pulumi.Input[builtins.str]):
88
89
  pulumi.set(self, "project_id", value)
89
90
 
90
- @property
91
- @pulumi.getter
92
- def service(self) -> pulumi.Input[builtins.str]:
93
- """
94
- A value denoting which cloud service this service integrates with.
95
- """
96
- return pulumi.get(self, "service")
97
-
98
- @service.setter
99
- def service(self, value: pulumi.Input[builtins.str]):
100
- pulumi.set(self, "service", value)
101
-
102
91
  @property
103
92
  @pulumi.getter(name="additionalTags")
104
93
  def additional_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
@@ -163,6 +152,18 @@ class CloudIntegrationGcpArgs:
163
152
  def name(self, value: Optional[pulumi.Input[builtins.str]]):
164
153
  pulumi.set(self, "name", value)
165
154
 
155
+ @property
156
+ @pulumi.getter
157
+ def service(self) -> Optional[pulumi.Input[builtins.str]]:
158
+ """
159
+ A value denoting which cloud service this service integrates with.
160
+ """
161
+ return pulumi.get(self, "service")
162
+
163
+ @service.setter
164
+ def service(self, value: Optional[pulumi.Input[builtins.str]]):
165
+ pulumi.set(self, "service", value)
166
+
166
167
  @property
167
168
  @pulumi.getter(name="serviceRefreshRateInMinutes")
168
169
  def service_refresh_rate_in_minutes(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -469,8 +470,6 @@ class CloudIntegrationGcp(pulumi.CustomResource):
469
470
  if project_id is None and not opts.urn:
470
471
  raise TypeError("Missing required property 'project_id'")
471
472
  __props__.__dict__["project_id"] = project_id
472
- if service is None and not opts.urn:
473
- raise TypeError("Missing required property 'service'")
474
473
  __props__.__dict__["service"] = service
475
474
  __props__.__dict__["service_refresh_rate_in_minutes"] = service_refresh_rate_in_minutes
476
475
  secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["jsonKey"])
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -23,10 +23,10 @@ class CloudIntegrationGcpBillingArgs:
23
23
  api_key: pulumi.Input[builtins.str],
24
24
  json_key: pulumi.Input[builtins.str],
25
25
  project_id: pulumi.Input[builtins.str],
26
- service: pulumi.Input[builtins.str],
27
26
  additional_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
28
27
  force_save: Optional[pulumi.Input[builtins.bool]] = None,
29
28
  name: Optional[pulumi.Input[builtins.str]] = None,
29
+ service: Optional[pulumi.Input[builtins.str]] = None,
30
30
  service_refresh_rate_in_minutes: Optional[pulumi.Input[builtins.int]] = None):
31
31
  """
32
32
  The set of arguments for constructing a CloudIntegrationGcpBilling resource.
@@ -34,22 +34,23 @@ class CloudIntegrationGcpBillingArgs:
34
34
  :param pulumi.Input[builtins.str] json_key: Private key for a Google Cloud Platform (GCP) service account within your project.
35
35
  The account must have at least Viewer permissions. This key must be in the JSON format generated by GCP.
36
36
  :param pulumi.Input[builtins.str] project_id: The Google Cloud Platform (GCP) Project ID.
37
- :param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
38
37
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] additional_tags: A list of point tag key-values to add to every point ingested using this integration.
39
38
  :param pulumi.Input[builtins.bool] force_save: Forces this resource to save, even if errors are present.
40
39
  :param pulumi.Input[builtins.str] name: The human-readable name of this integration.
40
+ :param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
41
41
  :param pulumi.Input[builtins.int] service_refresh_rate_in_minutes: How often, in minutes, to refresh the service.
42
42
  """
43
43
  pulumi.set(__self__, "api_key", api_key)
44
44
  pulumi.set(__self__, "json_key", json_key)
45
45
  pulumi.set(__self__, "project_id", project_id)
46
- pulumi.set(__self__, "service", service)
47
46
  if additional_tags is not None:
48
47
  pulumi.set(__self__, "additional_tags", additional_tags)
49
48
  if force_save is not None:
50
49
  pulumi.set(__self__, "force_save", force_save)
51
50
  if name is not None:
52
51
  pulumi.set(__self__, "name", name)
52
+ if service is not None:
53
+ pulumi.set(__self__, "service", service)
53
54
  if service_refresh_rate_in_minutes is not None:
54
55
  pulumi.set(__self__, "service_refresh_rate_in_minutes", service_refresh_rate_in_minutes)
55
56
 
@@ -90,18 +91,6 @@ class CloudIntegrationGcpBillingArgs:
90
91
  def project_id(self, value: pulumi.Input[builtins.str]):
91
92
  pulumi.set(self, "project_id", value)
92
93
 
93
- @property
94
- @pulumi.getter
95
- def service(self) -> pulumi.Input[builtins.str]:
96
- """
97
- A value denoting which cloud service this service integrates with.
98
- """
99
- return pulumi.get(self, "service")
100
-
101
- @service.setter
102
- def service(self, value: pulumi.Input[builtins.str]):
103
- pulumi.set(self, "service", value)
104
-
105
94
  @property
106
95
  @pulumi.getter(name="additionalTags")
107
96
  def additional_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
@@ -138,6 +127,18 @@ class CloudIntegrationGcpBillingArgs:
138
127
  def name(self, value: Optional[pulumi.Input[builtins.str]]):
139
128
  pulumi.set(self, "name", value)
140
129
 
130
+ @property
131
+ @pulumi.getter
132
+ def service(self) -> Optional[pulumi.Input[builtins.str]]:
133
+ """
134
+ A value denoting which cloud service this service integrates with.
135
+ """
136
+ return pulumi.get(self, "service")
137
+
138
+ @service.setter
139
+ def service(self, value: Optional[pulumi.Input[builtins.str]]):
140
+ pulumi.set(self, "service", value)
141
+
141
142
  @property
142
143
  @pulumi.getter(name="serviceRefreshRateInMinutes")
143
144
  def service_refresh_rate_in_minutes(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -416,8 +417,6 @@ class CloudIntegrationGcpBilling(pulumi.CustomResource):
416
417
  if project_id is None and not opts.urn:
417
418
  raise TypeError("Missing required property 'project_id'")
418
419
  __props__.__dict__["project_id"] = project_id
419
- if service is None and not opts.urn:
420
- raise TypeError("Missing required property 'service'")
421
420
  __props__.__dict__["service"] = service
422
421
  __props__.__dict__["service_refresh_rate_in_minutes"] = service_refresh_rate_in_minutes
423
422
  secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["apiKey", "jsonKey"])
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -23,28 +23,27 @@ __all__ = ['CloudIntegrationNewRelicArgs', 'CloudIntegrationNewRelic']
23
23
  class CloudIntegrationNewRelicArgs:
24
24
  def __init__(__self__, *,
25
25
  api_key: pulumi.Input[builtins.str],
26
- service: pulumi.Input[builtins.str],
27
26
  additional_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
28
27
  app_filter_regex: Optional[pulumi.Input[builtins.str]] = None,
29
28
  force_save: Optional[pulumi.Input[builtins.bool]] = None,
30
29
  host_filter_regex: Optional[pulumi.Input[builtins.str]] = None,
31
30
  metric_filters: Optional[pulumi.Input[Sequence[pulumi.Input['CloudIntegrationNewRelicMetricFilterArgs']]]] = None,
32
31
  name: Optional[pulumi.Input[builtins.str]] = None,
32
+ service: Optional[pulumi.Input[builtins.str]] = None,
33
33
  service_refresh_rate_in_minutes: Optional[pulumi.Input[builtins.int]] = None):
34
34
  """
35
35
  The set of arguments for constructing a CloudIntegrationNewRelic resource.
36
36
  :param pulumi.Input[builtins.str] api_key: New Relic REST API key.
37
- :param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
38
37
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] additional_tags: A list of point tag key-values to add to every point ingested using this integration.
39
38
  :param pulumi.Input[builtins.str] app_filter_regex: A regular expression that an application name must match (case-insensitively) in order to collect metrics.
40
39
  :param pulumi.Input[builtins.bool] force_save: Forces this resource to save, even if errors are present.
41
40
  :param pulumi.Input[builtins.str] host_filter_regex: A regular expression that a host name must match (case-insensitively) in order to collect metrics.
42
41
  :param pulumi.Input[Sequence[pulumi.Input['CloudIntegrationNewRelicMetricFilterArgs']]] metric_filters: See Metric Filter.
43
42
  :param pulumi.Input[builtins.str] name: The human-readable name of this integration.
43
+ :param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
44
44
  :param pulumi.Input[builtins.int] service_refresh_rate_in_minutes: How often, in minutes, to refresh the service.
45
45
  """
46
46
  pulumi.set(__self__, "api_key", api_key)
47
- pulumi.set(__self__, "service", service)
48
47
  if additional_tags is not None:
49
48
  pulumi.set(__self__, "additional_tags", additional_tags)
50
49
  if app_filter_regex is not None:
@@ -57,6 +56,8 @@ class CloudIntegrationNewRelicArgs:
57
56
  pulumi.set(__self__, "metric_filters", metric_filters)
58
57
  if name is not None:
59
58
  pulumi.set(__self__, "name", name)
59
+ if service is not None:
60
+ pulumi.set(__self__, "service", service)
60
61
  if service_refresh_rate_in_minutes is not None:
61
62
  pulumi.set(__self__, "service_refresh_rate_in_minutes", service_refresh_rate_in_minutes)
62
63
 
@@ -72,18 +73,6 @@ class CloudIntegrationNewRelicArgs:
72
73
  def api_key(self, value: pulumi.Input[builtins.str]):
73
74
  pulumi.set(self, "api_key", value)
74
75
 
75
- @property
76
- @pulumi.getter
77
- def service(self) -> pulumi.Input[builtins.str]:
78
- """
79
- A value denoting which cloud service this service integrates with.
80
- """
81
- return pulumi.get(self, "service")
82
-
83
- @service.setter
84
- def service(self, value: pulumi.Input[builtins.str]):
85
- pulumi.set(self, "service", value)
86
-
87
76
  @property
88
77
  @pulumi.getter(name="additionalTags")
89
78
  def additional_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
@@ -156,6 +145,18 @@ class CloudIntegrationNewRelicArgs:
156
145
  def name(self, value: Optional[pulumi.Input[builtins.str]]):
157
146
  pulumi.set(self, "name", value)
158
147
 
148
+ @property
149
+ @pulumi.getter
150
+ def service(self) -> Optional[pulumi.Input[builtins.str]]:
151
+ """
152
+ A value denoting which cloud service this service integrates with.
153
+ """
154
+ return pulumi.get(self, "service")
155
+
156
+ @service.setter
157
+ def service(self, value: Optional[pulumi.Input[builtins.str]]):
158
+ pulumi.set(self, "service", value)
159
+
159
160
  @property
160
161
  @pulumi.getter(name="serviceRefreshRateInMinutes")
161
162
  def service_refresh_rate_in_minutes(self) -> Optional[pulumi.Input[builtins.int]]:
@@ -443,8 +444,6 @@ class CloudIntegrationNewRelic(pulumi.CustomResource):
443
444
  __props__.__dict__["host_filter_regex"] = host_filter_regex
444
445
  __props__.__dict__["metric_filters"] = metric_filters
445
446
  __props__.__dict__["name"] = name
446
- if service is None and not opts.urn:
447
- raise TypeError("Missing required property 'service'")
448
447
  __props__.__dict__["service"] = service
449
448
  __props__.__dict__["service_refresh_rate_in_minutes"] = service_refresh_rate_in_minutes
450
449
  secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["apiKey"])
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_wavefront/event.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins