pulumi-signalfx 7.17.0a1756506814__py3-none-any.whl → 7.18.0a1757054283__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.
@@ -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
 
@@ -609,7 +609,7 @@ class DashboardGroupDashboard(dict):
609
609
  :param _builtins.str description_override: The description that will override the original dashboards's description.
610
610
  :param Sequence['DashboardGroupDashboardFilterOverrideArgs'] filter_overrides: The description that will override the original dashboards's description.
611
611
  :param _builtins.str name_override: The name that will override the original dashboards's name.
612
- :param Sequence['DashboardGroupDashboardVariableOverrideArgs'] variable_overrides: Dashboard variable to apply to each chart in the dashboard
612
+ :param Sequence['DashboardGroupDashboardVariableOverrideArgs'] variable_overrides: The description that will override the original dashboards's description.
613
613
  """
614
614
  pulumi.set(__self__, "dashboard_id", dashboard_id)
615
615
  if config_id is not None:
@@ -667,7 +667,7 @@ class DashboardGroupDashboard(dict):
667
667
  @pulumi.getter(name="variableOverrides")
668
668
  def variable_overrides(self) -> Optional[Sequence['outputs.DashboardGroupDashboardVariableOverride']]:
669
669
  """
670
- Dashboard variable to apply to each chart in the dashboard
670
+ The description that will override the original dashboards's description.
671
671
  """
672
672
  return pulumi.get(self, "variable_overrides")
673
673
 
@@ -679,8 +679,8 @@ class DashboardGroupDashboardFilterOverride(dict):
679
679
  values: Sequence[_builtins.str],
680
680
  negated: Optional[_builtins.bool] = None):
681
681
  """
682
- :param _builtins.str property: A metric time series dimension or property name.
683
- :param Sequence[_builtins.str] values: (Optional) List of of strings (which will be treated as an OR filter on the property).
682
+ :param _builtins.str property: The name of a dimension to filter against.
683
+ :param Sequence[_builtins.str] values: A list of values to be used with the `property`, they will be combined via `OR`.
684
684
  :param _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`.
685
685
  """
686
686
  pulumi.set(__self__, "property", property)
@@ -692,7 +692,7 @@ class DashboardGroupDashboardFilterOverride(dict):
692
692
  @pulumi.getter
693
693
  def property(self) -> _builtins.str:
694
694
  """
695
- A metric time series dimension or property name.
695
+ The name of a dimension to filter against.
696
696
  """
697
697
  return pulumi.get(self, "property")
698
698
 
@@ -700,7 +700,7 @@ class DashboardGroupDashboardFilterOverride(dict):
700
700
  @pulumi.getter
701
701
  def values(self) -> Sequence[_builtins.str]:
702
702
  """
703
- (Optional) List of of strings (which will be treated as an OR filter on the property).
703
+ A list of values to be used with the `property`, they will be combined via `OR`.
704
704
  """
705
705
  return pulumi.get(self, "values")
706
706
 
@@ -737,9 +737,9 @@ class DashboardGroupDashboardVariableOverride(dict):
737
737
  values: Optional[Sequence[_builtins.str]] = None,
738
738
  values_suggesteds: Optional[Sequence[_builtins.str]] = None):
739
739
  """
740
- :param _builtins.str property: A metric time series dimension or property name
741
- :param Sequence[_builtins.str] values: List of strings (which will be treated as an OR filter on the property)
742
- :param Sequence[_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
740
+ :param _builtins.str property: A metric time series dimension or property name.
741
+ :param Sequence[_builtins.str] values: (Optional) List of of strings (which will be treated as an OR filter on the property).
742
+ :param Sequence[_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.
743
743
  """
744
744
  pulumi.set(__self__, "property", property)
745
745
  if values is not None:
@@ -751,7 +751,7 @@ class DashboardGroupDashboardVariableOverride(dict):
751
751
  @pulumi.getter
752
752
  def property(self) -> _builtins.str:
753
753
  """
754
- A metric time series dimension or property name
754
+ A metric time series dimension or property name.
755
755
  """
756
756
  return pulumi.get(self, "property")
757
757
 
@@ -759,7 +759,7 @@ class DashboardGroupDashboardVariableOverride(dict):
759
759
  @pulumi.getter
760
760
  def values(self) -> Optional[Sequence[_builtins.str]]:
761
761
  """
762
- List of strings (which will be treated as an OR filter on the property)
762
+ (Optional) List of of strings (which will be treated as an OR filter on the property).
763
763
  """
764
764
  return pulumi.get(self, "values")
765
765
 
@@ -767,7 +767,7 @@ class DashboardGroupDashboardVariableOverride(dict):
767
767
  @pulumi.getter(name="valuesSuggesteds")
768
768
  def values_suggesteds(self) -> Optional[Sequence[_builtins.str]]:
769
769
  """
770
- A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable
770
+ A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
771
771
  """
772
772
  return pulumi.get(self, "values_suggesteds")
773
773
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "signalfx",
4
- "version": "7.17.0-alpha.1756506814"
4
+ "version": "7.18.0-alpha.1757054283"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_signalfx
3
- Version: 7.17.0a1756506814
3
+ Version: 7.18.0a1757054283
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
@@ -1,5 +1,5 @@
1
1
  pulumi_signalfx/__init__.py,sha256=B-QEzkKJLJBqmG0QcdHVNEOTMmzvPTrbkqBs4LlOct8,8345
2
- pulumi_signalfx/_inputs.py,sha256=ydxgPsU4buLA7zb9RH4Bo-GHRKjf-aDGeyKws20hrWI,259460
2
+ pulumi_signalfx/_inputs.py,sha256=jgyVRSDZzXzOXkQxPmbPknhuPxg2nHL2vAO2l9828pM,259520
3
3
  pulumi_signalfx/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
4
  pulumi_signalfx/alert_muting_rule.py,sha256=31ALjqUPcXpJBqRjbuhrOaKqksm6a6hK-cfMzelyF38,23725
5
5
  pulumi_signalfx/dashboard.py,sha256=6ZpblDvws6b4ir-gaFjNzqwMhWc-hneeL5uvFgHWgFg,64207
@@ -13,9 +13,9 @@ pulumi_signalfx/list_chart.py,sha256=b78MlBx3CZ9N3TICupqeScw5HbfmHaDCb0LE254vV2k
13
13
  pulumi_signalfx/metric_ruleset.py,sha256=j_PQRDKJ8lt4p7WtCRiGH3HlOiX2ZQpTr--JJmnfxG8,28494
14
14
  pulumi_signalfx/org_token.py,sha256=oYsLck67gbosUWDRKLw88tSdpOtCWoMns6_ucsjf_58,24508
15
15
  pulumi_signalfx/organization_members.py,sha256=UJ38vcL3PyfIcMjW40T1fKlwVa1K4yhlnjfF5WyWYt4,3834
16
- pulumi_signalfx/outputs.py,sha256=-j8KS6N-KQNZgEAUZA1-IcbC0kvUQzTnboFuX21349s,179892
16
+ pulumi_signalfx/outputs.py,sha256=p5DVgeG39avBDEEbH0hkq1J252SrJQxf78Pl3X2E1Qo,179932
17
17
  pulumi_signalfx/provider.py,sha256=JcczR5Oygj69zaAd-TJf_AyJFuzknLLRQUzhrNAOZYc,23101
18
- pulumi_signalfx/pulumi-plugin.json,sha256=MK0dadLech24V_CKcGX8H0ZMtUUsZj45e7KkYc8jVBs,85
18
+ pulumi_signalfx/pulumi-plugin.json,sha256=CQw-5xTpI4vdZp8Rg40O30cgt4OwMjhQ43TB3lDuEvw,85
19
19
  pulumi_signalfx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  pulumi_signalfx/single_value_chart.py,sha256=ALNXhAGiNTzCBV8_n9Amq5K93Nek1Bh9mR2ZN_OBhHI,45017
21
21
  pulumi_signalfx/slo.py,sha256=hAwZZ025BiWFxQzk22EuDqpPPiJOeM2v1Nj3QTBgWxk,19804
@@ -65,7 +65,7 @@ pulumi_signalfx/slack/__init__.py,sha256=yt8kZT9XbvEEi7wXcoghXeZFVg5mOa9Fvs2vDC1
65
65
  pulumi_signalfx/slack/integration.py,sha256=7v4tTKYpXlLQlmGaO5DUK8nDPouuK5I7yf0COAmxNJc,11175
66
66
  pulumi_signalfx/victorops/__init__.py,sha256=yt8kZT9XbvEEi7wXcoghXeZFVg5mOa9Fvs2vDC19b7k,307
67
67
  pulumi_signalfx/victorops/integration.py,sha256=geKWFhfkzZOh0cyN4-p5n46xJHyxoT8HTAnT903yY5A,11024
68
- pulumi_signalfx-7.17.0a1756506814.dist-info/METADATA,sha256=laIDjuLzwIQsoB-hRFowQ8rR4HmFt1z959aHL_yDNKw,3094
69
- pulumi_signalfx-7.17.0a1756506814.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
70
- pulumi_signalfx-7.17.0a1756506814.dist-info/top_level.txt,sha256=96zW1Lm-bEkyaNlSwcR6g0cPvusFulK_kulBOfoN6DI,16
71
- pulumi_signalfx-7.17.0a1756506814.dist-info/RECORD,,
68
+ pulumi_signalfx-7.18.0a1757054283.dist-info/METADATA,sha256=pn-4K8LvPp0ttMEJCadjJp61O2_MVOUlpsSguCr9pOk,3094
69
+ pulumi_signalfx-7.18.0a1757054283.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
70
+ pulumi_signalfx-7.18.0a1757054283.dist-info/top_level.txt,sha256=96zW1Lm-bEkyaNlSwcR6g0cPvusFulK_kulBOfoN6DI,16
71
+ pulumi_signalfx-7.18.0a1757054283.dist-info/RECORD,,