pulumi-wavefront 3.2.0a1715929422__py3-none-any.whl → 3.2.0a1716964492__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.
@@ -1786,12 +1786,19 @@ class MetricsPolicyPolicyRuleTagArgs:
1786
1786
  def __init__(__self__, *,
1787
1787
  key: pulumi.Input[str],
1788
1788
  value: pulumi.Input[str]):
1789
+ """
1790
+ :param pulumi.Input[str] key: The tag's key.
1791
+ :param pulumi.Input[str] value: The tag's value.
1792
+ """
1789
1793
  pulumi.set(__self__, "key", key)
1790
1794
  pulumi.set(__self__, "value", value)
1791
1795
 
1792
1796
  @property
1793
1797
  @pulumi.getter
1794
1798
  def key(self) -> pulumi.Input[str]:
1799
+ """
1800
+ The tag's key.
1801
+ """
1795
1802
  return pulumi.get(self, "key")
1796
1803
 
1797
1804
  @key.setter
@@ -1801,6 +1808,9 @@ class MetricsPolicyPolicyRuleTagArgs:
1801
1808
  @property
1802
1809
  @pulumi.getter
1803
1810
  def value(self) -> pulumi.Input[str]:
1811
+ """
1812
+ The tag's value.
1813
+ """
1804
1814
  return pulumi.get(self, "value")
1805
1815
 
1806
1816
  @value.setter
@@ -1643,17 +1643,27 @@ class MetricsPolicyPolicyRuleTag(dict):
1643
1643
  def __init__(__self__, *,
1644
1644
  key: str,
1645
1645
  value: str):
1646
+ """
1647
+ :param str key: The tag's key.
1648
+ :param str value: The tag's value.
1649
+ """
1646
1650
  pulumi.set(__self__, "key", key)
1647
1651
  pulumi.set(__self__, "value", value)
1648
1652
 
1649
1653
  @property
1650
1654
  @pulumi.getter
1651
1655
  def key(self) -> str:
1656
+ """
1657
+ The tag's key.
1658
+ """
1652
1659
  return pulumi.get(self, "key")
1653
1660
 
1654
1661
  @property
1655
1662
  @pulumi.getter
1656
1663
  def value(self) -> str:
1664
+ """
1665
+ The tag's value.
1666
+ """
1657
1667
  return pulumi.get(self, "value")
1658
1668
 
1659
1669
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "wavefront",
4
- "version": "3.2.0-alpha.1715929422"
4
+ "version": "3.2.0-alpha.1716964492"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_wavefront
3
- Version: 3.2.0a1715929422
3
+ Version: 3.2.0a1716964492
4
4
  Summary: A Pulumi package for creating and managing wavefront cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,5 +1,5 @@
1
1
  pulumi_wavefront/__init__.py,sha256=GzcOZqBCXeYt4sDA_t2C2l5NHhs3DEqcURTuQYA73r4,6689
2
- pulumi_wavefront/_inputs.py,sha256=CfokVg09SpJDboQuZYn3hwTDmswNlD7YRXD0zoCqMpU,80836
2
+ pulumi_wavefront/_inputs.py,sha256=NEbInNw68o-K4j0lF-KdJoi7-jIzLGrATYgxk2epxTA,81066
3
3
  pulumi_wavefront/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
4
4
  pulumi_wavefront/alert.py,sha256=oNiT0TCLVecc4Sstz0NhVy7xYtOYR3lDVLNTWTs_jdY,55260
5
5
  pulumi_wavefront/alert_target.py,sha256=rDLUITQevhF3Vx_CF_V4jNwJuJm2XMBU91UjNG0uI1E,33237
@@ -41,9 +41,9 @@ pulumi_wavefront/get_users.py,sha256=q5SoIap5-ObAiskmW4WlrdfwbloS1ZnPuvJVOGYpnDQ
41
41
  pulumi_wavefront/ingestion_policy.py,sha256=ko3G_suLkBlwCPwpBahVBJ2lMtJfdy8DgUO0BQhf_V4,17169
42
42
  pulumi_wavefront/maintenance_window.py,sha256=rkCvNO0_xnlRIJ6RVOUyeU_IiiwpjZXBOu_cjxBKj38,34482
43
43
  pulumi_wavefront/metrics_policy.py,sha256=YGB9Gyus2ZJqh9kbeQttrWMnHKkJBBhLNKcHG-svFiU,12867
44
- pulumi_wavefront/outputs.py,sha256=8Ood-G_nujVdLOoIW2qtmNqRh_ObLTrNRUlGXZE5CX4,217687
44
+ pulumi_wavefront/outputs.py,sha256=5GCzNAB5Mygso2jqdGP2Ik64DieHEs9T_PmMPH6E4ZM,217889
45
45
  pulumi_wavefront/provider.py,sha256=McJomvmXAM64Cs_1TyQmUBDHnEOgJtmEXszmWqj6P3w,5652
46
- pulumi_wavefront/pulumi-plugin.json,sha256=TxW5Xfcv9UhVFq4pKM_1Z5A9V831OG2_QCa7_cOUZjY,85
46
+ pulumi_wavefront/pulumi-plugin.json,sha256=vxYUpcHVdewuVQjJPJboqzN6YWJ7PyoJnnwlEv16XWA,85
47
47
  pulumi_wavefront/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
48
  pulumi_wavefront/role.py,sha256=tgsV-kDNC3Mn4b5zonskg43PFf5ejwH2jaFqoGirXdM,14021
49
49
  pulumi_wavefront/service_account.py,sha256=46CAwl6_PVzZOj-jezK4wWNPVcITEA-Oo5ptSFCyin0,18954
@@ -52,7 +52,7 @@ pulumi_wavefront/user_group.py,sha256=NeFdwzFBb2exfTksWCc6YRAAPD2VHI-PPsyyjl4j92
52
52
  pulumi_wavefront/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
53
53
  pulumi_wavefront/config/__init__.pyi,sha256=d2VUcPrbCK4iSf8oWPkl-TIq_T5OF3b5aQBtCM7CSjE,417
54
54
  pulumi_wavefront/config/vars.py,sha256=FLpRg92qDNv_ERp4Re35vq8ik9UWlBjEXBaB1vTwfMQ,733
55
- pulumi_wavefront-3.2.0a1715929422.dist-info/METADATA,sha256=N39zHvo4PbCVLobVB81IwP5MI9IATsymDELj3fkzfC8,2893
56
- pulumi_wavefront-3.2.0a1715929422.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
57
- pulumi_wavefront-3.2.0a1715929422.dist-info/top_level.txt,sha256=fLT-9Ork4twhhON_den56-cfgFm6yOFEMvA18RQ3y8k,17
58
- pulumi_wavefront-3.2.0a1715929422.dist-info/RECORD,,
55
+ pulumi_wavefront-3.2.0a1716964492.dist-info/METADATA,sha256=Y0NxA1kSwmDbWowRi7KLsigqtM6PHCtmrmYOphW0G9E,2893
56
+ pulumi_wavefront-3.2.0a1716964492.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
57
+ pulumi_wavefront-3.2.0a1716964492.dist-info/top_level.txt,sha256=fLT-9Ork4twhhON_den56-cfgFm6yOFEMvA18RQ3y8k,17
58
+ pulumi_wavefront-3.2.0a1716964492.dist-info/RECORD,,