pulumi-signalfx 7.17.0a1755844485__tar.gz → 7.20.0a1763708774__tar.gz

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 (76) hide show
  1. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/PKG-INFO +1 -1
  2. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/_inputs.py +18 -18
  3. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/aws/integration.py +4 -8
  4. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/config/__init__.pyi +3 -6
  5. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/config/vars.py +3 -6
  6. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/event_feed_chart.py +32 -0
  7. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/gcp/_inputs.py +54 -0
  8. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/gcp/integration.py +167 -12
  9. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/gcp/outputs.py +51 -0
  10. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/get_dimension_values.py +56 -0
  11. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/heatmap_chart.py +4 -4
  12. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/list_chart.py +4 -4
  13. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/outputs.py +12 -12
  14. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/provider.py +11 -22
  15. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/pulumi-plugin.json +1 -1
  16. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/single_value_chart.py +4 -4
  17. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/time_chart.py +2 -2
  18. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/webhook_integration.py +2 -2
  19. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx.egg-info/PKG-INFO +1 -1
  20. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pyproject.toml +1 -1
  21. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/README.md +0 -0
  22. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/__init__.py +0 -0
  23. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/_utilities.py +0 -0
  24. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/alert_muting_rule.py +0 -0
  25. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/automatedarchival/__init__.py +0 -0
  26. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/automatedarchival/_inputs.py +0 -0
  27. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/automatedarchival/exempt_metric.py +0 -0
  28. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/automatedarchival/outputs.py +0 -0
  29. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/automatedarchival/settings.py +0 -0
  30. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/aws/__init__.py +0 -0
  31. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/aws/_inputs.py +0 -0
  32. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/aws/external_integration.py +0 -0
  33. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/aws/outputs.py +0 -0
  34. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/aws/token_integration.py +0 -0
  35. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/azure/__init__.py +0 -0
  36. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/azure/_inputs.py +0 -0
  37. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/azure/integration.py +0 -0
  38. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/azure/outputs.py +0 -0
  39. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/config/__init__.py +0 -0
  40. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/dashboard.py +0 -0
  41. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/dashboard_group.py +0 -0
  42. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/data_link.py +0 -0
  43. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/detector.py +0 -0
  44. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/gcp/__init__.py +0 -0
  45. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/jira/__init__.py +0 -0
  46. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/jira/integration.py +0 -0
  47. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/log/__init__.py +0 -0
  48. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/log/_inputs.py +0 -0
  49. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/log/outputs.py +0 -0
  50. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/log/timeline.py +0 -0
  51. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/log/view.py +0 -0
  52. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/metric_ruleset.py +0 -0
  53. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/opsgenie/__init__.py +0 -0
  54. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/opsgenie/integration.py +0 -0
  55. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/org_token.py +0 -0
  56. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/organization_members.py +0 -0
  57. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/pagerduty/__init__.py +0 -0
  58. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/pagerduty/get_integration.py +0 -0
  59. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/pagerduty/integration.py +0 -0
  60. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/py.typed +0 -0
  61. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/servicenow/__init__.py +0 -0
  62. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/servicenow/integration.py +0 -0
  63. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/slack/__init__.py +0 -0
  64. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/slack/integration.py +0 -0
  65. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/slo.py +0 -0
  66. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/slo_chart.py +0 -0
  67. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/table_chart.py +0 -0
  68. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/team.py +0 -0
  69. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/text_chart.py +0 -0
  70. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/victorops/__init__.py +0 -0
  71. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx/victorops/integration.py +0 -0
  72. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx.egg-info/SOURCES.txt +0 -0
  73. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx.egg-info/dependency_links.txt +0 -0
  74. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx.egg-info/requires.txt +0 -0
  75. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/pulumi_signalfx.egg-info/top_level.txt +0 -0
  76. {pulumi_signalfx-7.17.0a1755844485 → pulumi_signalfx-7.20.0a1763708774}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_signalfx
3
- Version: 7.17.0a1755844485
3
+ Version: 7.20.0a1763708774
4
4
  Summary: A Pulumi package for creating and managing SignalFx resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -847,7 +847,7 @@ if not MYPY:
847
847
  """
848
848
  variable_overrides: NotRequired[pulumi.Input[Sequence[pulumi.Input['DashboardGroupDashboardVariableOverrideArgsDict']]]]
849
849
  """
850
- Dashboard variable to apply to each chart in the dashboard
850
+ The description that will override the original dashboards's description.
851
851
  """
852
852
  elif False:
853
853
  DashboardGroupDashboardArgsDict: TypeAlias = Mapping[str, Any]
@@ -867,7 +867,7 @@ class DashboardGroupDashboardArgs:
867
867
  :param pulumi.Input[_builtins.str] description_override: The description that will override the original dashboards's description.
868
868
  :param pulumi.Input[Sequence[pulumi.Input['DashboardGroupDashboardFilterOverrideArgs']]] filter_overrides: The description that will override the original dashboards's description.
869
869
  :param pulumi.Input[_builtins.str] name_override: The name that will override the original dashboards's name.
870
- :param pulumi.Input[Sequence[pulumi.Input['DashboardGroupDashboardVariableOverrideArgs']]] variable_overrides: Dashboard variable to apply to each chart in the dashboard
870
+ :param pulumi.Input[Sequence[pulumi.Input['DashboardGroupDashboardVariableOverrideArgs']]] variable_overrides: The description that will override the original dashboards's description.
871
871
  """
872
872
  pulumi.set(__self__, "dashboard_id", dashboard_id)
873
873
  if config_id is not None:
@@ -945,7 +945,7 @@ class DashboardGroupDashboardArgs:
945
945
  @pulumi.getter(name="variableOverrides")
946
946
  def variable_overrides(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DashboardGroupDashboardVariableOverrideArgs']]]]:
947
947
  """
948
- Dashboard variable to apply to each chart in the dashboard
948
+ The description that will override the original dashboards's description.
949
949
  """
950
950
  return pulumi.get(self, "variable_overrides")
951
951
 
@@ -958,11 +958,11 @@ if not MYPY:
958
958
  class DashboardGroupDashboardFilterOverrideArgsDict(TypedDict):
959
959
  property: pulumi.Input[_builtins.str]
960
960
  """
961
- A metric time series dimension or property name.
961
+ The name of a dimension to filter against.
962
962
  """
963
963
  values: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
964
964
  """
965
- (Optional) List of of strings (which will be treated as an OR filter on the property).
965
+ A list of values to be used with the `property`, they will be combined via `OR`.
966
966
  """
967
967
  negated: NotRequired[pulumi.Input[_builtins.bool]]
968
968
  """
@@ -978,8 +978,8 @@ class DashboardGroupDashboardFilterOverrideArgs:
978
978
  values: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
979
979
  negated: Optional[pulumi.Input[_builtins.bool]] = None):
980
980
  """
981
- :param pulumi.Input[_builtins.str] property: A metric time series dimension or property name.
982
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] values: (Optional) List of of strings (which will be treated as an OR filter on the property).
981
+ :param pulumi.Input[_builtins.str] property: The name of a dimension to filter against.
982
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] values: A list of values to be used with the `property`, they will be combined via `OR`.
983
983
  :param pulumi.Input[_builtins.bool] negated: If true, only data that does not match the specified value of the specified property appear in the event overlay. Defaults to `false`.
984
984
  """
985
985
  pulumi.set(__self__, "property", property)
@@ -991,7 +991,7 @@ class DashboardGroupDashboardFilterOverrideArgs:
991
991
  @pulumi.getter
992
992
  def property(self) -> pulumi.Input[_builtins.str]:
993
993
  """
994
- A metric time series dimension or property name.
994
+ The name of a dimension to filter against.
995
995
  """
996
996
  return pulumi.get(self, "property")
997
997
 
@@ -1003,7 +1003,7 @@ class DashboardGroupDashboardFilterOverrideArgs:
1003
1003
  @pulumi.getter
1004
1004
  def values(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
1005
1005
  """
1006
- (Optional) List of of strings (which will be treated as an OR filter on the property).
1006
+ A list of values to be used with the `property`, they will be combined via `OR`.
1007
1007
  """
1008
1008
  return pulumi.get(self, "values")
1009
1009
 
@@ -1028,15 +1028,15 @@ if not MYPY:
1028
1028
  class DashboardGroupDashboardVariableOverrideArgsDict(TypedDict):
1029
1029
  property: pulumi.Input[_builtins.str]
1030
1030
  """
1031
- A metric time series dimension or property name
1031
+ A metric time series dimension or property name.
1032
1032
  """
1033
1033
  values: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1034
1034
  """
1035
- List of strings (which will be treated as an OR filter on the property)
1035
+ (Optional) List of of strings (which will be treated as an OR filter on the property).
1036
1036
  """
1037
1037
  values_suggesteds: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
1038
1038
  """
1039
- A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable
1039
+ A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
1040
1040
  """
1041
1041
  elif False:
1042
1042
  DashboardGroupDashboardVariableOverrideArgsDict: TypeAlias = Mapping[str, Any]
@@ -1048,9 +1048,9 @@ class DashboardGroupDashboardVariableOverrideArgs:
1048
1048
  values: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1049
1049
  values_suggesteds: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
1050
1050
  """
1051
- :param pulumi.Input[_builtins.str] property: A metric time series dimension or property name
1052
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] values: List of strings (which will be treated as an OR filter on the property)
1053
- :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] values_suggesteds: A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable
1051
+ :param pulumi.Input[_builtins.str] property: A metric time series dimension or property name.
1052
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] values: (Optional) List of of strings (which will be treated as an OR filter on the property).
1053
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] values_suggesteds: A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
1054
1054
  """
1055
1055
  pulumi.set(__self__, "property", property)
1056
1056
  if values is not None:
@@ -1062,7 +1062,7 @@ class DashboardGroupDashboardVariableOverrideArgs:
1062
1062
  @pulumi.getter
1063
1063
  def property(self) -> pulumi.Input[_builtins.str]:
1064
1064
  """
1065
- A metric time series dimension or property name
1065
+ A metric time series dimension or property name.
1066
1066
  """
1067
1067
  return pulumi.get(self, "property")
1068
1068
 
@@ -1074,7 +1074,7 @@ class DashboardGroupDashboardVariableOverrideArgs:
1074
1074
  @pulumi.getter
1075
1075
  def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1076
1076
  """
1077
- List of strings (which will be treated as an OR filter on the property)
1077
+ (Optional) List of of strings (which will be treated as an OR filter on the property).
1078
1078
  """
1079
1079
  return pulumi.get(self, "values")
1080
1080
 
@@ -1086,7 +1086,7 @@ class DashboardGroupDashboardVariableOverrideArgs:
1086
1086
  @pulumi.getter(name="valuesSuggesteds")
1087
1087
  def values_suggesteds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
1088
1088
  """
1089
- A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable
1089
+ A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
1090
1090
  """
1091
1091
  return pulumi.get(self, "values_suggesteds")
1092
1092
 
@@ -404,8 +404,7 @@ class _IntegrationState:
404
404
  use_metric_streams_sync: Optional[pulumi.Input[_builtins.bool]] = None):
405
405
  """
406
406
  Input properties used for looking up and filtering Integration resources.
407
- :param pulumi.Input[_builtins.str] auth_method: The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define
408
- this
407
+ :param pulumi.Input[_builtins.str] auth_method: The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define this
409
408
  :param pulumi.Input[_builtins.bool] collect_only_recommended_stats: The integration will only ingest the recommended statistics published by AWS
410
409
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] custom_cloudwatch_namespaces: List of custom AWS CloudWatch namespaces to monitor. Custom namespaces contain custom metrics that you define in AWS; Splunk Observability Cloud imports the metrics so you can monitor them.
411
410
  :param pulumi.Input[Sequence[pulumi.Input['IntegrationCustomNamespaceSyncRuleArgs']]] custom_namespace_sync_rules: Each element controls the data collected by Splunk Observability Cloud for the specified namespace. Conflicts with the `custom_cloudwatch_namespaces` property.
@@ -483,8 +482,7 @@ class _IntegrationState:
483
482
  @pulumi.getter(name="authMethod")
484
483
  def auth_method(self) -> Optional[pulumi.Input[_builtins.str]]:
485
484
  """
486
- The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define
487
- this
485
+ The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define this
488
486
  """
489
487
  return pulumi.get(self, "auth_method")
490
488
 
@@ -1040,8 +1038,7 @@ class Integration(pulumi.CustomResource):
1040
1038
  :param str resource_name: The unique name of the resulting resource.
1041
1039
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1042
1040
  :param pulumi.ResourceOptions opts: Options for the resource.
1043
- :param pulumi.Input[_builtins.str] auth_method: The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define
1044
- this
1041
+ :param pulumi.Input[_builtins.str] auth_method: The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define this
1045
1042
  :param pulumi.Input[_builtins.bool] collect_only_recommended_stats: The integration will only ingest the recommended statistics published by AWS
1046
1043
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] custom_cloudwatch_namespaces: List of custom AWS CloudWatch namespaces to monitor. Custom namespaces contain custom metrics that you define in AWS; Splunk Observability Cloud imports the metrics so you can monitor them.
1047
1044
  :param pulumi.Input[Sequence[pulumi.Input[Union['IntegrationCustomNamespaceSyncRuleArgs', 'IntegrationCustomNamespaceSyncRuleArgsDict']]]] custom_namespace_sync_rules: Each element controls the data collected by Splunk Observability Cloud for the specified namespace. Conflicts with the `custom_cloudwatch_namespaces` property.
@@ -1100,8 +1097,7 @@ class Integration(pulumi.CustomResource):
1100
1097
  @pulumi.getter(name="authMethod")
1101
1098
  def auth_method(self) -> pulumi.Output[_builtins.str]:
1102
1099
  """
1103
- The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define
1104
- this
1100
+ The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define this
1105
1101
  """
1106
1102
  return pulumi.get(self, "auth_method")
1107
1103
 
@@ -31,8 +31,7 @@ Application URL for your Splunk Observability Cloud org, often customized for or
31
31
 
32
32
  email: Optional[str]
33
33
  """
34
- Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
35
- Password
34
+ Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
36
35
  """
37
36
 
38
37
  featurePreview: Optional[str]
@@ -47,8 +46,7 @@ Required if the user is configured to be part of multiple organizations
47
46
 
48
47
  password: Optional[str]
49
48
  """
50
- Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
51
- Password
49
+ Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
52
50
  """
53
51
 
54
52
  retryMaxAttempts: Optional[int]
@@ -68,8 +66,7 @@ Minimum retry wait for a single HTTP call in seconds. Defaults to 1
68
66
 
69
67
  tags: Optional[str]
70
68
  """
71
- Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags
72
- configured, the global tags are added in prefix.
69
+ Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags configured, the global tags are added in prefix.
73
70
  """
74
71
 
75
72
  teams: Optional[str]
@@ -44,8 +44,7 @@ class _ExportableConfig(types.ModuleType):
44
44
  @_builtins.property
45
45
  def email(self) -> Optional[str]:
46
46
  """
47
- Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
48
- Password
47
+ Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
49
48
  """
50
49
  return __config__.get('email')
51
50
 
@@ -66,8 +65,7 @@ class _ExportableConfig(types.ModuleType):
66
65
  @_builtins.property
67
66
  def password(self) -> Optional[str]:
68
67
  """
69
- Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
70
- Password
68
+ Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
71
69
  """
72
70
  return __config__.get('password')
73
71
 
@@ -95,8 +93,7 @@ class _ExportableConfig(types.ModuleType):
95
93
  @_builtins.property
96
94
  def tags(self) -> Optional[str]:
97
95
  """
98
- Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags
99
- configured, the global tags are added in prefix.
96
+ Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags configured, the global tags are added in prefix.
100
97
  """
101
98
  return __config__.get('tags')
102
99
 
@@ -288,6 +288,22 @@ class EventFeedChart(pulumi.CustomResource):
288
288
  """
289
289
  Displays a listing of events as a widget in a dashboard.
290
290
 
291
+ ## Example
292
+
293
+ ```python
294
+ import pulumi
295
+ import pulumi_signalfx as signalfx
296
+
297
+ mynote0 = signalfx.EventFeedChart("mynote0",
298
+ name="Important Dashboard Note",
299
+ description="Lorem ipsum dolor sit amet",
300
+ program_text="A = events(eventType='My Event Type').publish(label='A')",
301
+ viz_options=[{
302
+ "label": "A",
303
+ "color": "orange",
304
+ }])
305
+ ```
306
+
291
307
  :param str resource_name: The name of the resource.
292
308
  :param pulumi.ResourceOptions opts: Options for the resource.
293
309
  :param pulumi.Input[_builtins.str] description: Description of the text note.
@@ -307,6 +323,22 @@ class EventFeedChart(pulumi.CustomResource):
307
323
  """
308
324
  Displays a listing of events as a widget in a dashboard.
309
325
 
326
+ ## Example
327
+
328
+ ```python
329
+ import pulumi
330
+ import pulumi_signalfx as signalfx
331
+
332
+ mynote0 = signalfx.EventFeedChart("mynote0",
333
+ name="Important Dashboard Note",
334
+ description="Lorem ipsum dolor sit amet",
335
+ program_text="A = events(eventType='My Event Type').publish(label='A')",
336
+ viz_options=[{
337
+ "label": "A",
338
+ "color": "orange",
339
+ }])
340
+ ```
341
+
310
342
  :param str resource_name: The name of the resource.
311
343
  :param EventFeedChartArgs args: The arguments to use to populate this resource's properties.
312
344
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -19,6 +19,8 @@ __all__ = [
19
19
  'IntegrationProjectServiceKeyArgsDict',
20
20
  'IntegrationProjectWifConfigArgs',
21
21
  'IntegrationProjectWifConfigArgsDict',
22
+ 'IntegrationProjectsArgs',
23
+ 'IntegrationProjectsArgsDict',
22
24
  ]
23
25
 
24
26
  MYPY = False
@@ -91,3 +93,55 @@ class IntegrationProjectWifConfigArgs:
91
93
  pulumi.set(self, "wif_config", value)
92
94
 
93
95
 
96
+ if not MYPY:
97
+ class IntegrationProjectsArgsDict(TypedDict):
98
+ selected_project_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
99
+ """
100
+ List of project IDs to synchronize metrics and metadata from. Use only if you don't want to automatically synchronize all projects.
101
+ """
102
+ sync_mode: NotRequired[pulumi.Input[_builtins.str]]
103
+ """
104
+ What mode of synchronizing projects should be used. Sync all tries to synchronize metrics and metadata from all discoverable projects.
105
+ """
106
+ elif False:
107
+ IntegrationProjectsArgsDict: TypeAlias = Mapping[str, Any]
108
+
109
+ @pulumi.input_type
110
+ class IntegrationProjectsArgs:
111
+ def __init__(__self__, *,
112
+ selected_project_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
113
+ sync_mode: Optional[pulumi.Input[_builtins.str]] = None):
114
+ """
115
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] selected_project_ids: List of project IDs to synchronize metrics and metadata from. Use only if you don't want to automatically synchronize all projects.
116
+ :param pulumi.Input[_builtins.str] sync_mode: What mode of synchronizing projects should be used. Sync all tries to synchronize metrics and metadata from all discoverable projects.
117
+ """
118
+ if selected_project_ids is not None:
119
+ pulumi.set(__self__, "selected_project_ids", selected_project_ids)
120
+ if sync_mode is not None:
121
+ pulumi.set(__self__, "sync_mode", sync_mode)
122
+
123
+ @_builtins.property
124
+ @pulumi.getter(name="selectedProjectIds")
125
+ def selected_project_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
126
+ """
127
+ List of project IDs to synchronize metrics and metadata from. Use only if you don't want to automatically synchronize all projects.
128
+ """
129
+ return pulumi.get(self, "selected_project_ids")
130
+
131
+ @selected_project_ids.setter
132
+ def selected_project_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
133
+ pulumi.set(self, "selected_project_ids", value)
134
+
135
+ @_builtins.property
136
+ @pulumi.getter(name="syncMode")
137
+ def sync_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
138
+ """
139
+ What mode of synchronizing projects should be used. Sync all tries to synchronize metrics and metadata from all discoverable projects.
140
+ """
141
+ return pulumi.get(self, "sync_mode")
142
+
143
+ @sync_mode.setter
144
+ def sync_mode(self, value: Optional[pulumi.Input[_builtins.str]]):
145
+ pulumi.set(self, "sync_mode", value)
146
+
147
+