pulumi-signalfx 7.15.0a1753338898__py3-none-any.whl → 7.15.0a1753511620__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 (70) hide show
  1. pulumi_signalfx/__init__.py +1 -1
  2. pulumi_signalfx/_inputs.py +1508 -1509
  3. pulumi_signalfx/alert_muting_rule.py +82 -83
  4. pulumi_signalfx/automatedarchival/__init__.py +1 -1
  5. pulumi_signalfx/automatedarchival/_inputs.py +32 -33
  6. pulumi_signalfx/automatedarchival/exempt_metric.py +4 -5
  7. pulumi_signalfx/automatedarchival/outputs.py +21 -22
  8. pulumi_signalfx/automatedarchival/settings.py +114 -115
  9. pulumi_signalfx/aws/__init__.py +1 -1
  10. pulumi_signalfx/aws/_inputs.py +67 -68
  11. pulumi_signalfx/aws/external_integration.py +36 -37
  12. pulumi_signalfx/aws/integration.py +351 -352
  13. pulumi_signalfx/aws/outputs.py +45 -46
  14. pulumi_signalfx/aws/token_integration.py +36 -37
  15. pulumi_signalfx/azure/__init__.py +1 -1
  16. pulumi_signalfx/azure/_inputs.py +19 -20
  17. pulumi_signalfx/azure/integration.py +245 -246
  18. pulumi_signalfx/azure/outputs.py +13 -14
  19. pulumi_signalfx/config/__init__.py +1 -1
  20. pulumi_signalfx/config/__init__.pyi +1 -2
  21. pulumi_signalfx/config/vars.py +14 -15
  22. pulumi_signalfx/dashboard.py +230 -231
  23. pulumi_signalfx/dashboard_group.py +95 -96
  24. pulumi_signalfx/data_link.py +64 -65
  25. pulumi_signalfx/detector.py +331 -332
  26. pulumi_signalfx/event_feed_chart.py +129 -130
  27. pulumi_signalfx/gcp/__init__.py +1 -1
  28. pulumi_signalfx/gcp/_inputs.py +21 -22
  29. pulumi_signalfx/gcp/integration.py +194 -195
  30. pulumi_signalfx/gcp/outputs.py +13 -14
  31. pulumi_signalfx/get_dimension_values.py +21 -22
  32. pulumi_signalfx/heatmap_chart.py +237 -238
  33. pulumi_signalfx/jira/__init__.py +1 -1
  34. pulumi_signalfx/jira/integration.py +205 -206
  35. pulumi_signalfx/list_chart.py +325 -326
  36. pulumi_signalfx/log/__init__.py +1 -1
  37. pulumi_signalfx/log/_inputs.py +19 -20
  38. pulumi_signalfx/log/outputs.py +13 -14
  39. pulumi_signalfx/log/timeline.py +146 -147
  40. pulumi_signalfx/log/view.py +152 -153
  41. pulumi_signalfx/metric_ruleset.py +98 -99
  42. pulumi_signalfx/opsgenie/__init__.py +1 -1
  43. pulumi_signalfx/opsgenie/integration.py +69 -70
  44. pulumi_signalfx/org_token.py +101 -102
  45. pulumi_signalfx/organization_members.py +9 -10
  46. pulumi_signalfx/outputs.py +1014 -1015
  47. pulumi_signalfx/pagerduty/__init__.py +1 -1
  48. pulumi_signalfx/pagerduty/get_integration.py +11 -12
  49. pulumi_signalfx/pagerduty/integration.py +52 -53
  50. pulumi_signalfx/provider.py +118 -119
  51. pulumi_signalfx/pulumi-plugin.json +1 -1
  52. pulumi_signalfx/servicenow/__init__.py +1 -1
  53. pulumi_signalfx/servicenow/integration.py +137 -138
  54. pulumi_signalfx/single_value_chart.py +237 -238
  55. pulumi_signalfx/slack/__init__.py +1 -1
  56. pulumi_signalfx/slack/integration.py +52 -53
  57. pulumi_signalfx/slo.py +58 -59
  58. pulumi_signalfx/slo_chart.py +27 -28
  59. pulumi_signalfx/table_chart.py +217 -218
  60. pulumi_signalfx/team.py +163 -164
  61. pulumi_signalfx/text_chart.py +78 -79
  62. pulumi_signalfx/time_chart.py +385 -386
  63. pulumi_signalfx/victorops/__init__.py +1 -1
  64. pulumi_signalfx/victorops/integration.py +52 -53
  65. pulumi_signalfx/webhook_integration.py +102 -103
  66. {pulumi_signalfx-7.15.0a1753338898.dist-info → pulumi_signalfx-7.15.0a1753511620.dist-info}/METADATA +1 -1
  67. pulumi_signalfx-7.15.0a1753511620.dist-info/RECORD +71 -0
  68. pulumi_signalfx-7.15.0a1753338898.dist-info/RECORD +0 -71
  69. {pulumi_signalfx-7.15.0a1753338898.dist-info → pulumi_signalfx-7.15.0a1753511620.dist-info}/WHEEL +0 -0
  70. {pulumi_signalfx-7.15.0a1753338898.dist-info → pulumi_signalfx-7.15.0a1753511620.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
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
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -23,26 +22,26 @@ __all__ = [
23
22
  @pulumi.output_type
24
23
  class IntegrationCustomNamespacesPerService(dict):
25
24
  def __init__(__self__, *,
26
- namespaces: Sequence[builtins.str],
27
- service: builtins.str):
25
+ namespaces: Sequence[_builtins.str],
26
+ service: _builtins.str):
28
27
  """
29
- :param Sequence[builtins.str] namespaces: The additional namespaces.
30
- :param builtins.str service: The name of the service.
28
+ :param Sequence[_builtins.str] namespaces: The additional namespaces.
29
+ :param _builtins.str service: The name of the service.
31
30
  """
32
31
  pulumi.set(__self__, "namespaces", namespaces)
33
32
  pulumi.set(__self__, "service", service)
34
33
 
35
- @property
34
+ @_builtins.property
36
35
  @pulumi.getter
37
- def namespaces(self) -> Sequence[builtins.str]:
36
+ def namespaces(self) -> Sequence[_builtins.str]:
38
37
  """
39
38
  The additional namespaces.
40
39
  """
41
40
  return pulumi.get(self, "namespaces")
42
41
 
43
- @property
42
+ @_builtins.property
44
43
  @pulumi.getter
45
- def service(self) -> builtins.str:
44
+ def service(self) -> _builtins.str:
46
45
  """
47
46
  The name of the service.
48
47
  """
@@ -69,15 +68,15 @@ class IntegrationResourceFilterRule(dict):
69
68
  return super().get(key, default)
70
69
 
71
70
  def __init__(__self__, *,
72
- filter_source: builtins.str):
71
+ filter_source: _builtins.str):
73
72
  """
74
- :param builtins.str filter_source: Expression that selects the data that Splunk Observability Cloud should sync for the resource associated with this sync rule. The expression uses the syntax defined for the SignalFlow `filter()` function. The source of each filter rule must be in the form filter('key', 'value'). You can join multiple filter statements using the and and or operators. Referenced keys are limited to tags and must start with the azure_tag_ prefix.
73
+ :param _builtins.str filter_source: Expression that selects the data that Splunk Observability Cloud should sync for the resource associated with this sync rule. The expression uses the syntax defined for the SignalFlow `filter()` function. The source of each filter rule must be in the form filter('key', 'value'). You can join multiple filter statements using the and and or operators. Referenced keys are limited to tags and must start with the azure_tag_ prefix.
75
74
  """
76
75
  pulumi.set(__self__, "filter_source", filter_source)
77
76
 
78
- @property
77
+ @_builtins.property
79
78
  @pulumi.getter(name="filterSource")
80
- def filter_source(self) -> builtins.str:
79
+ def filter_source(self) -> _builtins.str:
81
80
  """
82
81
  Expression that selects the data that Splunk Observability Cloud should sync for the resource associated with this sync rule. The expression uses the syntax defined for the SignalFlow `filter()` function. The source of each filter rule must be in the form filter('key', 'value'). You can join multiple filter statements using the and and or operators. Referenced keys are limited to tags and must start with the azure_tag_ prefix.
83
82
  """
@@ -2,7 +2,7 @@
2
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
- import builtins
5
+ import builtins as _builtins
6
6
  import sys
7
7
  from .vars import _ExportableConfig
8
8
 
@@ -2,8 +2,7 @@
2
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
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -2,8 +2,7 @@
2
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
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -21,28 +20,28 @@ __config__ = pulumi.Config('signalfx')
21
20
 
22
21
 
23
22
  class _ExportableConfig(types.ModuleType):
24
- @property
23
+ @_builtins.property
25
24
  def api_url(self) -> Optional[str]:
26
25
  """
27
26
  API URL for your Splunk Observability Cloud org, may include a realm
28
27
  """
29
28
  return __config__.get('apiUrl')
30
29
 
31
- @property
30
+ @_builtins.property
32
31
  def auth_token(self) -> Optional[str]:
33
32
  """
34
33
  Splunk Observability Cloud auth token
35
34
  """
36
35
  return __config__.get('authToken')
37
36
 
38
- @property
37
+ @_builtins.property
39
38
  def custom_app_url(self) -> Optional[str]:
40
39
  """
41
40
  Application URL for your Splunk Observability Cloud org, often customized for organizations using SSO
42
41
  """
43
42
  return __config__.get('customAppUrl')
44
43
 
45
- @property
44
+ @_builtins.property
46
45
  def email(self) -> Optional[str]:
47
46
  """
48
47
  Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
@@ -50,21 +49,21 @@ class _ExportableConfig(types.ModuleType):
50
49
  """
51
50
  return __config__.get('email')
52
51
 
53
- @property
52
+ @_builtins.property
54
53
  def feature_preview(self) -> Optional[str]:
55
54
  """
56
55
  Allows for users to opt-in to new features that are considered experimental or not ready for general availability yet.
57
56
  """
58
57
  return __config__.get('featurePreview')
59
58
 
60
- @property
59
+ @_builtins.property
61
60
  def organization_id(self) -> Optional[str]:
62
61
  """
63
62
  Required if the user is configured to be part of multiple organizations
64
63
  """
65
64
  return __config__.get('organizationId')
66
65
 
67
- @property
66
+ @_builtins.property
68
67
  def password(self) -> Optional[str]:
69
68
  """
70
69
  Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
@@ -72,28 +71,28 @@ class _ExportableConfig(types.ModuleType):
72
71
  """
73
72
  return __config__.get('password')
74
73
 
75
- @property
74
+ @_builtins.property
76
75
  def retry_max_attempts(self) -> Optional[int]:
77
76
  """
78
77
  Max retries for a single HTTP call. Defaults to 4
79
78
  """
80
79
  return __config__.get_int('retryMaxAttempts')
81
80
 
82
- @property
81
+ @_builtins.property
83
82
  def retry_wait_max_seconds(self) -> Optional[int]:
84
83
  """
85
84
  Maximum retry wait for a single HTTP call in seconds. Defaults to 30
86
85
  """
87
86
  return __config__.get_int('retryWaitMaxSeconds')
88
87
 
89
- @property
88
+ @_builtins.property
90
89
  def retry_wait_min_seconds(self) -> Optional[int]:
91
90
  """
92
91
  Minimum retry wait for a single HTTP call in seconds. Defaults to 1
93
92
  """
94
93
  return __config__.get_int('retryWaitMinSeconds')
95
94
 
96
- @property
95
+ @_builtins.property
97
96
  def tags(self) -> Optional[str]:
98
97
  """
99
98
  Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags
@@ -101,14 +100,14 @@ class _ExportableConfig(types.ModuleType):
101
100
  """
102
101
  return __config__.get('tags')
103
102
 
104
- @property
103
+ @_builtins.property
105
104
  def teams(self) -> Optional[str]:
106
105
  """
107
106
  Allows for teams to be defined at a provider level, and apply to all applicable resources created.
108
107
  """
109
108
  return __config__.get('teams')
110
109
 
111
- @property
110
+ @_builtins.property
112
111
  def timeout_seconds(self) -> Optional[int]:
113
112
  """
114
113
  Timeout duration for a single HTTP call in seconds. Defaults to 120