pulumi-newrelic 5.33.0a1727221609__py3-none-any.whl → 5.34.0__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 (85) hide show
  1. pulumi_newrelic/__init__.py +9 -0
  2. pulumi_newrelic/_inputs.py +5496 -223
  3. pulumi_newrelic/_utilities.py +1 -1
  4. pulumi_newrelic/account_management.py +5 -0
  5. pulumi_newrelic/alert_channel.py +5 -0
  6. pulumi_newrelic/alert_condition.py +5 -0
  7. pulumi_newrelic/alert_muting_rule.py +5 -0
  8. pulumi_newrelic/alert_policy.py +5 -0
  9. pulumi_newrelic/alert_policy_channel.py +5 -0
  10. pulumi_newrelic/api_access_key.py +5 -0
  11. pulumi_newrelic/browser_application.py +5 -0
  12. pulumi_newrelic/cloud/_inputs.py +2206 -11
  13. pulumi_newrelic/cloud/aws_govcloud_integrations.py +5 -0
  14. pulumi_newrelic/cloud/aws_govcloud_link_account.py +5 -0
  15. pulumi_newrelic/cloud/aws_integrations.py +5 -0
  16. pulumi_newrelic/cloud/aws_link_account.py +5 -0
  17. pulumi_newrelic/cloud/azure_integrations.py +5 -0
  18. pulumi_newrelic/cloud/azure_link_account.py +5 -0
  19. pulumi_newrelic/cloud/gcp_integrations.py +5 -0
  20. pulumi_newrelic/cloud/gcp_link_account.py +5 -0
  21. pulumi_newrelic/cloud/outputs.py +5 -0
  22. pulumi_newrelic/config/__init__.pyi +5 -0
  23. pulumi_newrelic/config/vars.py +5 -0
  24. pulumi_newrelic/data_partition_rule.py +5 -0
  25. pulumi_newrelic/entity_tags.py +5 -0
  26. pulumi_newrelic/events_to_metrics_rule.py +5 -0
  27. pulumi_newrelic/get_account.py +16 -4
  28. pulumi_newrelic/get_alert_channel.py +17 -4
  29. pulumi_newrelic/get_alert_policy.py +18 -4
  30. pulumi_newrelic/get_application.py +14 -4
  31. pulumi_newrelic/get_authentication_domain.py +12 -4
  32. pulumi_newrelic/get_cloud_account.py +16 -4
  33. pulumi_newrelic/get_entity.py +29 -4
  34. pulumi_newrelic/get_group.py +15 -4
  35. pulumi_newrelic/get_key_transaction.py +72 -9
  36. pulumi_newrelic/get_notification_destination.py +22 -4
  37. pulumi_newrelic/get_obfuscation_expression.py +14 -4
  38. pulumi_newrelic/get_service_level_alert_helper.py +28 -4
  39. pulumi_newrelic/get_test_grok_pattern.py +17 -4
  40. pulumi_newrelic/get_user.py +16 -4
  41. pulumi_newrelic/group.py +5 -0
  42. pulumi_newrelic/infra_alert_condition.py +5 -0
  43. pulumi_newrelic/insights/_inputs.py +43 -0
  44. pulumi_newrelic/insights/event.py +5 -0
  45. pulumi_newrelic/insights/outputs.py +5 -0
  46. pulumi_newrelic/key_transaction.py +464 -0
  47. pulumi_newrelic/log_parsing_rule.py +5 -0
  48. pulumi_newrelic/monitor_downtime.py +5 -0
  49. pulumi_newrelic/notification_channel.py +5 -0
  50. pulumi_newrelic/notification_destination.py +5 -0
  51. pulumi_newrelic/nrql_alert_condition.py +5 -0
  52. pulumi_newrelic/nrql_drop_rule.py +5 -0
  53. pulumi_newrelic/obfuscation_expression.py +5 -0
  54. pulumi_newrelic/obfuscation_rule.py +5 -0
  55. pulumi_newrelic/one_dashboard.py +5 -0
  56. pulumi_newrelic/one_dashboard_json.py +5 -0
  57. pulumi_newrelic/one_dashboard_raw.py +5 -0
  58. pulumi_newrelic/outputs.py +958 -1
  59. pulumi_newrelic/plugins/_inputs.py +135 -0
  60. pulumi_newrelic/plugins/application_settings.py +5 -0
  61. pulumi_newrelic/plugins/outputs.py +5 -0
  62. pulumi_newrelic/plugins/workload.py +5 -0
  63. pulumi_newrelic/provider.py +5 -0
  64. pulumi_newrelic/pulumi-plugin.json +1 -1
  65. pulumi_newrelic/service_level.py +5 -0
  66. pulumi_newrelic/synthetics/_inputs.py +157 -0
  67. pulumi_newrelic/synthetics/alert_condition.py +5 -0
  68. pulumi_newrelic/synthetics/broken_links_monitor.py +5 -0
  69. pulumi_newrelic/synthetics/cert_check_monitor.py +5 -0
  70. pulumi_newrelic/synthetics/get_private_location.py +16 -4
  71. pulumi_newrelic/synthetics/get_secure_credential.py +16 -4
  72. pulumi_newrelic/synthetics/monitor.py +5 -0
  73. pulumi_newrelic/synthetics/multi_location_alert_condition.py +5 -0
  74. pulumi_newrelic/synthetics/outputs.py +5 -0
  75. pulumi_newrelic/synthetics/private_location.py +5 -0
  76. pulumi_newrelic/synthetics/script_monitor.py +5 -0
  77. pulumi_newrelic/synthetics/secure_credential.py +5 -0
  78. pulumi_newrelic/synthetics/step_monitor.py +5 -0
  79. pulumi_newrelic/user.py +5 -0
  80. pulumi_newrelic/workflow.py +5 -0
  81. {pulumi_newrelic-5.33.0a1727221609.dist-info → pulumi_newrelic-5.34.0.dist-info}/METADATA +3 -2
  82. pulumi_newrelic-5.34.0.dist-info/RECORD +90 -0
  83. pulumi_newrelic-5.33.0a1727221609.dist-info/RECORD +0 -89
  84. {pulumi_newrelic-5.33.0a1727221609.dist-info → pulumi_newrelic-5.34.0.dist-info}/WHEEL +0 -0
  85. {pulumi_newrelic-5.33.0a1727221609.dist-info → pulumi_newrelic-5.34.0.dist-info}/top_level.txt +0 -0
@@ -4,9 +4,14 @@
4
4
 
5
5
  import copy
6
6
  import warnings
7
+ import sys
7
8
  import pulumi
8
9
  import pulumi.runtime
9
10
  from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
10
15
  from . import _utilities
11
16
  from . import outputs
12
17
 
@@ -37,6 +42,7 @@ __all__ = [
37
42
  'OneDashboardPageWidgetArea',
38
43
  'OneDashboardPageWidgetAreaColor',
39
44
  'OneDashboardPageWidgetAreaColorSeriesOverride',
45
+ 'OneDashboardPageWidgetAreaDataFormat',
40
46
  'OneDashboardPageWidgetAreaInitialSorting',
41
47
  'OneDashboardPageWidgetAreaNrqlQuery',
42
48
  'OneDashboardPageWidgetAreaNullValue',
@@ -46,6 +52,7 @@ __all__ = [
46
52
  'OneDashboardPageWidgetBar',
47
53
  'OneDashboardPageWidgetBarColor',
48
54
  'OneDashboardPageWidgetBarColorSeriesOverride',
55
+ 'OneDashboardPageWidgetBarDataFormat',
49
56
  'OneDashboardPageWidgetBarInitialSorting',
50
57
  'OneDashboardPageWidgetBarNrqlQuery',
51
58
  'OneDashboardPageWidgetBarNullValue',
@@ -55,6 +62,7 @@ __all__ = [
55
62
  'OneDashboardPageWidgetBillboard',
56
63
  'OneDashboardPageWidgetBillboardColor',
57
64
  'OneDashboardPageWidgetBillboardColorSeriesOverride',
65
+ 'OneDashboardPageWidgetBillboardDataFormat',
58
66
  'OneDashboardPageWidgetBillboardInitialSorting',
59
67
  'OneDashboardPageWidgetBillboardNrqlQuery',
60
68
  'OneDashboardPageWidgetBillboardNullValue',
@@ -64,6 +72,7 @@ __all__ = [
64
72
  'OneDashboardPageWidgetBullet',
65
73
  'OneDashboardPageWidgetBulletColor',
66
74
  'OneDashboardPageWidgetBulletColorSeriesOverride',
75
+ 'OneDashboardPageWidgetBulletDataFormat',
67
76
  'OneDashboardPageWidgetBulletInitialSorting',
68
77
  'OneDashboardPageWidgetBulletNrqlQuery',
69
78
  'OneDashboardPageWidgetBulletNullValue',
@@ -73,6 +82,7 @@ __all__ = [
73
82
  'OneDashboardPageWidgetFunnel',
74
83
  'OneDashboardPageWidgetFunnelColor',
75
84
  'OneDashboardPageWidgetFunnelColorSeriesOverride',
85
+ 'OneDashboardPageWidgetFunnelDataFormat',
76
86
  'OneDashboardPageWidgetFunnelInitialSorting',
77
87
  'OneDashboardPageWidgetFunnelNrqlQuery',
78
88
  'OneDashboardPageWidgetFunnelNullValue',
@@ -82,6 +92,7 @@ __all__ = [
82
92
  'OneDashboardPageWidgetHeatmap',
83
93
  'OneDashboardPageWidgetHeatmapColor',
84
94
  'OneDashboardPageWidgetHeatmapColorSeriesOverride',
95
+ 'OneDashboardPageWidgetHeatmapDataFormat',
85
96
  'OneDashboardPageWidgetHeatmapInitialSorting',
86
97
  'OneDashboardPageWidgetHeatmapNrqlQuery',
87
98
  'OneDashboardPageWidgetHeatmapNullValue',
@@ -91,6 +102,7 @@ __all__ = [
91
102
  'OneDashboardPageWidgetHistogram',
92
103
  'OneDashboardPageWidgetHistogramColor',
93
104
  'OneDashboardPageWidgetHistogramColorSeriesOverride',
105
+ 'OneDashboardPageWidgetHistogramDataFormat',
94
106
  'OneDashboardPageWidgetHistogramInitialSorting',
95
107
  'OneDashboardPageWidgetHistogramNrqlQuery',
96
108
  'OneDashboardPageWidgetHistogramNullValue',
@@ -100,6 +112,7 @@ __all__ = [
100
112
  'OneDashboardPageWidgetJson',
101
113
  'OneDashboardPageWidgetJsonColor',
102
114
  'OneDashboardPageWidgetJsonColorSeriesOverride',
115
+ 'OneDashboardPageWidgetJsonDataFormat',
103
116
  'OneDashboardPageWidgetJsonInitialSorting',
104
117
  'OneDashboardPageWidgetJsonNrqlQuery',
105
118
  'OneDashboardPageWidgetJsonNullValue',
@@ -109,6 +122,7 @@ __all__ = [
109
122
  'OneDashboardPageWidgetLine',
110
123
  'OneDashboardPageWidgetLineColor',
111
124
  'OneDashboardPageWidgetLineColorSeriesOverride',
125
+ 'OneDashboardPageWidgetLineDataFormat',
112
126
  'OneDashboardPageWidgetLineInitialSorting',
113
127
  'OneDashboardPageWidgetLineNrqlQuery',
114
128
  'OneDashboardPageWidgetLineNullValue',
@@ -120,6 +134,7 @@ __all__ = [
120
134
  'OneDashboardPageWidgetLogTable',
121
135
  'OneDashboardPageWidgetLogTableColor',
122
136
  'OneDashboardPageWidgetLogTableColorSeriesOverride',
137
+ 'OneDashboardPageWidgetLogTableDataFormat',
123
138
  'OneDashboardPageWidgetLogTableInitialSorting',
124
139
  'OneDashboardPageWidgetLogTableNrqlQuery',
125
140
  'OneDashboardPageWidgetLogTableNullValue',
@@ -129,6 +144,7 @@ __all__ = [
129
144
  'OneDashboardPageWidgetMarkdown',
130
145
  'OneDashboardPageWidgetMarkdownColor',
131
146
  'OneDashboardPageWidgetMarkdownColorSeriesOverride',
147
+ 'OneDashboardPageWidgetMarkdownDataFormat',
132
148
  'OneDashboardPageWidgetMarkdownInitialSorting',
133
149
  'OneDashboardPageWidgetMarkdownNullValue',
134
150
  'OneDashboardPageWidgetMarkdownNullValueSeriesOverride',
@@ -137,6 +153,7 @@ __all__ = [
137
153
  'OneDashboardPageWidgetPy',
138
154
  'OneDashboardPageWidgetPyColor',
139
155
  'OneDashboardPageWidgetPyColorSeriesOverride',
156
+ 'OneDashboardPageWidgetPyDataFormat',
140
157
  'OneDashboardPageWidgetPyInitialSorting',
141
158
  'OneDashboardPageWidgetPyNrqlQuery',
142
159
  'OneDashboardPageWidgetPyNullValue',
@@ -146,6 +163,7 @@ __all__ = [
146
163
  'OneDashboardPageWidgetStackedBar',
147
164
  'OneDashboardPageWidgetStackedBarColor',
148
165
  'OneDashboardPageWidgetStackedBarColorSeriesOverride',
166
+ 'OneDashboardPageWidgetStackedBarDataFormat',
149
167
  'OneDashboardPageWidgetStackedBarInitialSorting',
150
168
  'OneDashboardPageWidgetStackedBarNrqlQuery',
151
169
  'OneDashboardPageWidgetStackedBarNullValue',
@@ -155,6 +173,7 @@ __all__ = [
155
173
  'OneDashboardPageWidgetTable',
156
174
  'OneDashboardPageWidgetTableColor',
157
175
  'OneDashboardPageWidgetTableColorSeriesOverride',
176
+ 'OneDashboardPageWidgetTableDataFormat',
158
177
  'OneDashboardPageWidgetTableInitialSorting',
159
178
  'OneDashboardPageWidgetTableNrqlQuery',
160
179
  'OneDashboardPageWidgetTableNullValue',
@@ -2009,6 +2028,8 @@ class OneDashboardPageWidgetArea(dict):
2009
2028
  suggest = None
2010
2029
  if key == "nrqlQueries":
2011
2030
  suggest = "nrql_queries"
2031
+ elif key == "dataFormats":
2032
+ suggest = "data_formats"
2012
2033
  elif key == "facetShowOtherSeries":
2013
2034
  suggest = "facet_show_other_series"
2014
2035
  elif key == "ignoreTimeRange":
@@ -2043,6 +2064,7 @@ class OneDashboardPageWidgetArea(dict):
2043
2064
  row: int,
2044
2065
  title: str,
2045
2066
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetAreaColor']] = None,
2067
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetAreaDataFormat']] = None,
2046
2068
  facet_show_other_series: Optional[bool] = None,
2047
2069
  height: Optional[int] = None,
2048
2070
  id: Optional[str] = None,
@@ -2061,6 +2083,7 @@ class OneDashboardPageWidgetArea(dict):
2061
2083
  :param int row: (Required) Row position of widget from top left, starting at `1`.
2062
2084
  :param str title: (Optional) A human-friendly display string for this value.
2063
2085
  :param Sequence['OneDashboardPageWidgetAreaColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
2086
+ :param Sequence['OneDashboardPageWidgetAreaDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
2064
2087
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
2065
2088
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
2066
2089
  :param str id: The ID of the widget.
@@ -2079,6 +2102,8 @@ class OneDashboardPageWidgetArea(dict):
2079
2102
  pulumi.set(__self__, "title", title)
2080
2103
  if colors is not None:
2081
2104
  pulumi.set(__self__, "colors", colors)
2105
+ if data_formats is not None:
2106
+ pulumi.set(__self__, "data_formats", data_formats)
2082
2107
  if facet_show_other_series is not None:
2083
2108
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
2084
2109
  if height is not None:
@@ -2144,6 +2169,14 @@ class OneDashboardPageWidgetArea(dict):
2144
2169
  """
2145
2170
  return pulumi.get(self, "colors")
2146
2171
 
2172
+ @property
2173
+ @pulumi.getter(name="dataFormats")
2174
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetAreaDataFormat']]:
2175
+ """
2176
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
2177
+ """
2178
+ return pulumi.get(self, "data_formats")
2179
+
2147
2180
  @property
2148
2181
  @pulumi.getter(name="facetShowOtherSeries")
2149
2182
  def facet_show_other_series(self) -> Optional[bool]:
@@ -2334,6 +2367,59 @@ class OneDashboardPageWidgetAreaColorSeriesOverride(dict):
2334
2367
  return pulumi.get(self, "series_name")
2335
2368
 
2336
2369
 
2370
+ @pulumi.output_type
2371
+ class OneDashboardPageWidgetAreaDataFormat(dict):
2372
+ def __init__(__self__, *,
2373
+ name: str,
2374
+ type: str,
2375
+ format: Optional[str] = None,
2376
+ precision: Optional[int] = None):
2377
+ """
2378
+ :param str name: The title of the dashboard.
2379
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
2380
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
2381
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
2382
+ """
2383
+ pulumi.set(__self__, "name", name)
2384
+ pulumi.set(__self__, "type", type)
2385
+ if format is not None:
2386
+ pulumi.set(__self__, "format", format)
2387
+ if precision is not None:
2388
+ pulumi.set(__self__, "precision", precision)
2389
+
2390
+ @property
2391
+ @pulumi.getter
2392
+ def name(self) -> str:
2393
+ """
2394
+ The title of the dashboard.
2395
+ """
2396
+ return pulumi.get(self, "name")
2397
+
2398
+ @property
2399
+ @pulumi.getter
2400
+ def type(self) -> str:
2401
+ """
2402
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
2403
+ """
2404
+ return pulumi.get(self, "type")
2405
+
2406
+ @property
2407
+ @pulumi.getter
2408
+ def format(self) -> Optional[str]:
2409
+ """
2410
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
2411
+ """
2412
+ return pulumi.get(self, "format")
2413
+
2414
+ @property
2415
+ @pulumi.getter
2416
+ def precision(self) -> Optional[int]:
2417
+ """
2418
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
2419
+ """
2420
+ return pulumi.get(self, "precision")
2421
+
2422
+
2337
2423
  @pulumi.output_type
2338
2424
  class OneDashboardPageWidgetAreaInitialSorting(dict):
2339
2425
  def __init__(__self__, *,
@@ -2613,6 +2699,8 @@ class OneDashboardPageWidgetBar(dict):
2613
2699
  suggest = None
2614
2700
  if key == "nrqlQueries":
2615
2701
  suggest = "nrql_queries"
2702
+ elif key == "dataFormats":
2703
+ suggest = "data_formats"
2616
2704
  elif key == "facetShowOtherSeries":
2617
2705
  suggest = "facet_show_other_series"
2618
2706
  elif key == "filterCurrentDashboard":
@@ -2651,6 +2739,7 @@ class OneDashboardPageWidgetBar(dict):
2651
2739
  row: int,
2652
2740
  title: str,
2653
2741
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetBarColor']] = None,
2742
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetBarDataFormat']] = None,
2654
2743
  facet_show_other_series: Optional[bool] = None,
2655
2744
  filter_current_dashboard: Optional[bool] = None,
2656
2745
  height: Optional[int] = None,
@@ -2671,6 +2760,7 @@ class OneDashboardPageWidgetBar(dict):
2671
2760
  :param int row: (Required) Row position of widget from top left, starting at `1`.
2672
2761
  :param str title: (Optional) A human-friendly display string for this value.
2673
2762
  :param Sequence['OneDashboardPageWidgetBarColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
2763
+ :param Sequence['OneDashboardPageWidgetBarDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
2674
2764
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
2675
2765
  :param bool filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
2676
2766
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
@@ -2691,6 +2781,8 @@ class OneDashboardPageWidgetBar(dict):
2691
2781
  pulumi.set(__self__, "title", title)
2692
2782
  if colors is not None:
2693
2783
  pulumi.set(__self__, "colors", colors)
2784
+ if data_formats is not None:
2785
+ pulumi.set(__self__, "data_formats", data_formats)
2694
2786
  if facet_show_other_series is not None:
2695
2787
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
2696
2788
  if filter_current_dashboard is not None:
@@ -2760,6 +2852,14 @@ class OneDashboardPageWidgetBar(dict):
2760
2852
  """
2761
2853
  return pulumi.get(self, "colors")
2762
2854
 
2855
+ @property
2856
+ @pulumi.getter(name="dataFormats")
2857
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetBarDataFormat']]:
2858
+ """
2859
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
2860
+ """
2861
+ return pulumi.get(self, "data_formats")
2862
+
2763
2863
  @property
2764
2864
  @pulumi.getter(name="facetShowOtherSeries")
2765
2865
  def facet_show_other_series(self) -> Optional[bool]:
@@ -2966,6 +3066,59 @@ class OneDashboardPageWidgetBarColorSeriesOverride(dict):
2966
3066
  return pulumi.get(self, "series_name")
2967
3067
 
2968
3068
 
3069
+ @pulumi.output_type
3070
+ class OneDashboardPageWidgetBarDataFormat(dict):
3071
+ def __init__(__self__, *,
3072
+ name: str,
3073
+ type: str,
3074
+ format: Optional[str] = None,
3075
+ precision: Optional[int] = None):
3076
+ """
3077
+ :param str name: The title of the dashboard.
3078
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
3079
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
3080
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
3081
+ """
3082
+ pulumi.set(__self__, "name", name)
3083
+ pulumi.set(__self__, "type", type)
3084
+ if format is not None:
3085
+ pulumi.set(__self__, "format", format)
3086
+ if precision is not None:
3087
+ pulumi.set(__self__, "precision", precision)
3088
+
3089
+ @property
3090
+ @pulumi.getter
3091
+ def name(self) -> str:
3092
+ """
3093
+ The title of the dashboard.
3094
+ """
3095
+ return pulumi.get(self, "name")
3096
+
3097
+ @property
3098
+ @pulumi.getter
3099
+ def type(self) -> str:
3100
+ """
3101
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
3102
+ """
3103
+ return pulumi.get(self, "type")
3104
+
3105
+ @property
3106
+ @pulumi.getter
3107
+ def format(self) -> Optional[str]:
3108
+ """
3109
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
3110
+ """
3111
+ return pulumi.get(self, "format")
3112
+
3113
+ @property
3114
+ @pulumi.getter
3115
+ def precision(self) -> Optional[int]:
3116
+ """
3117
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
3118
+ """
3119
+ return pulumi.get(self, "precision")
3120
+
3121
+
2969
3122
  @pulumi.output_type
2970
3123
  class OneDashboardPageWidgetBarInitialSorting(dict):
2971
3124
  def __init__(__self__, *,
@@ -3245,6 +3398,8 @@ class OneDashboardPageWidgetBillboard(dict):
3245
3398
  suggest = None
3246
3399
  if key == "nrqlQueries":
3247
3400
  suggest = "nrql_queries"
3401
+ elif key == "dataFormats":
3402
+ suggest = "data_formats"
3248
3403
  elif key == "facetShowOtherSeries":
3249
3404
  suggest = "facet_show_other_series"
3250
3405
  elif key == "ignoreTimeRange":
@@ -3280,6 +3435,7 @@ class OneDashboardPageWidgetBillboard(dict):
3280
3435
  title: str,
3281
3436
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetBillboardColor']] = None,
3282
3437
  critical: Optional[str] = None,
3438
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetBillboardDataFormat']] = None,
3283
3439
  facet_show_other_series: Optional[bool] = None,
3284
3440
  height: Optional[int] = None,
3285
3441
  id: Optional[str] = None,
@@ -3300,6 +3456,7 @@ class OneDashboardPageWidgetBillboard(dict):
3300
3456
  :param str title: (Optional) A human-friendly display string for this value.
3301
3457
  :param Sequence['OneDashboardPageWidgetBillboardColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
3302
3458
  :param str critical: (Optional) Threshold above which the displayed value will be styled with a red color.
3459
+ :param Sequence['OneDashboardPageWidgetBillboardDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
3303
3460
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
3304
3461
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
3305
3462
  :param str id: The ID of the widget.
@@ -3321,6 +3478,8 @@ class OneDashboardPageWidgetBillboard(dict):
3321
3478
  pulumi.set(__self__, "colors", colors)
3322
3479
  if critical is not None:
3323
3480
  pulumi.set(__self__, "critical", critical)
3481
+ if data_formats is not None:
3482
+ pulumi.set(__self__, "data_formats", data_formats)
3324
3483
  if facet_show_other_series is not None:
3325
3484
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
3326
3485
  if height is not None:
@@ -3396,6 +3555,14 @@ class OneDashboardPageWidgetBillboard(dict):
3396
3555
  """
3397
3556
  return pulumi.get(self, "critical")
3398
3557
 
3558
+ @property
3559
+ @pulumi.getter(name="dataFormats")
3560
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetBillboardDataFormat']]:
3561
+ """
3562
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
3563
+ """
3564
+ return pulumi.get(self, "data_formats")
3565
+
3399
3566
  @property
3400
3567
  @pulumi.getter(name="facetShowOtherSeries")
3401
3568
  def facet_show_other_series(self) -> Optional[bool]:
@@ -3594,6 +3761,59 @@ class OneDashboardPageWidgetBillboardColorSeriesOverride(dict):
3594
3761
  return pulumi.get(self, "series_name")
3595
3762
 
3596
3763
 
3764
+ @pulumi.output_type
3765
+ class OneDashboardPageWidgetBillboardDataFormat(dict):
3766
+ def __init__(__self__, *,
3767
+ name: str,
3768
+ type: str,
3769
+ format: Optional[str] = None,
3770
+ precision: Optional[int] = None):
3771
+ """
3772
+ :param str name: The title of the dashboard.
3773
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
3774
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
3775
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
3776
+ """
3777
+ pulumi.set(__self__, "name", name)
3778
+ pulumi.set(__self__, "type", type)
3779
+ if format is not None:
3780
+ pulumi.set(__self__, "format", format)
3781
+ if precision is not None:
3782
+ pulumi.set(__self__, "precision", precision)
3783
+
3784
+ @property
3785
+ @pulumi.getter
3786
+ def name(self) -> str:
3787
+ """
3788
+ The title of the dashboard.
3789
+ """
3790
+ return pulumi.get(self, "name")
3791
+
3792
+ @property
3793
+ @pulumi.getter
3794
+ def type(self) -> str:
3795
+ """
3796
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
3797
+ """
3798
+ return pulumi.get(self, "type")
3799
+
3800
+ @property
3801
+ @pulumi.getter
3802
+ def format(self) -> Optional[str]:
3803
+ """
3804
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
3805
+ """
3806
+ return pulumi.get(self, "format")
3807
+
3808
+ @property
3809
+ @pulumi.getter
3810
+ def precision(self) -> Optional[int]:
3811
+ """
3812
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
3813
+ """
3814
+ return pulumi.get(self, "precision")
3815
+
3816
+
3597
3817
  @pulumi.output_type
3598
3818
  class OneDashboardPageWidgetBillboardInitialSorting(dict):
3599
3819
  def __init__(__self__, *,
@@ -3873,6 +4093,8 @@ class OneDashboardPageWidgetBullet(dict):
3873
4093
  suggest = None
3874
4094
  if key == "nrqlQueries":
3875
4095
  suggest = "nrql_queries"
4096
+ elif key == "dataFormats":
4097
+ suggest = "data_formats"
3876
4098
  elif key == "facetShowOtherSeries":
3877
4099
  suggest = "facet_show_other_series"
3878
4100
  elif key == "ignoreTimeRange":
@@ -3908,6 +4130,7 @@ class OneDashboardPageWidgetBullet(dict):
3908
4130
  row: int,
3909
4131
  title: str,
3910
4132
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetBulletColor']] = None,
4133
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetBulletDataFormat']] = None,
3911
4134
  facet_show_other_series: Optional[bool] = None,
3912
4135
  height: Optional[int] = None,
3913
4136
  id: Optional[str] = None,
@@ -3927,6 +4150,7 @@ class OneDashboardPageWidgetBullet(dict):
3927
4150
  :param int row: (Required) Row position of widget from top left, starting at `1`.
3928
4151
  :param str title: (Optional) A human-friendly display string for this value.
3929
4152
  :param Sequence['OneDashboardPageWidgetBulletColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
4153
+ :param Sequence['OneDashboardPageWidgetBulletDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
3930
4154
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
3931
4155
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
3932
4156
  :param str id: The ID of the widget.
@@ -3946,6 +4170,8 @@ class OneDashboardPageWidgetBullet(dict):
3946
4170
  pulumi.set(__self__, "title", title)
3947
4171
  if colors is not None:
3948
4172
  pulumi.set(__self__, "colors", colors)
4173
+ if data_formats is not None:
4174
+ pulumi.set(__self__, "data_formats", data_formats)
3949
4175
  if facet_show_other_series is not None:
3950
4176
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
3951
4177
  if height is not None:
@@ -4019,6 +4245,14 @@ class OneDashboardPageWidgetBullet(dict):
4019
4245
  """
4020
4246
  return pulumi.get(self, "colors")
4021
4247
 
4248
+ @property
4249
+ @pulumi.getter(name="dataFormats")
4250
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetBulletDataFormat']]:
4251
+ """
4252
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
4253
+ """
4254
+ return pulumi.get(self, "data_formats")
4255
+
4022
4256
  @property
4023
4257
  @pulumi.getter(name="facetShowOtherSeries")
4024
4258
  def facet_show_other_series(self) -> Optional[bool]:
@@ -4209,6 +4443,59 @@ class OneDashboardPageWidgetBulletColorSeriesOverride(dict):
4209
4443
  return pulumi.get(self, "series_name")
4210
4444
 
4211
4445
 
4446
+ @pulumi.output_type
4447
+ class OneDashboardPageWidgetBulletDataFormat(dict):
4448
+ def __init__(__self__, *,
4449
+ name: str,
4450
+ type: str,
4451
+ format: Optional[str] = None,
4452
+ precision: Optional[int] = None):
4453
+ """
4454
+ :param str name: The title of the dashboard.
4455
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
4456
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
4457
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
4458
+ """
4459
+ pulumi.set(__self__, "name", name)
4460
+ pulumi.set(__self__, "type", type)
4461
+ if format is not None:
4462
+ pulumi.set(__self__, "format", format)
4463
+ if precision is not None:
4464
+ pulumi.set(__self__, "precision", precision)
4465
+
4466
+ @property
4467
+ @pulumi.getter
4468
+ def name(self) -> str:
4469
+ """
4470
+ The title of the dashboard.
4471
+ """
4472
+ return pulumi.get(self, "name")
4473
+
4474
+ @property
4475
+ @pulumi.getter
4476
+ def type(self) -> str:
4477
+ """
4478
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
4479
+ """
4480
+ return pulumi.get(self, "type")
4481
+
4482
+ @property
4483
+ @pulumi.getter
4484
+ def format(self) -> Optional[str]:
4485
+ """
4486
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
4487
+ """
4488
+ return pulumi.get(self, "format")
4489
+
4490
+ @property
4491
+ @pulumi.getter
4492
+ def precision(self) -> Optional[int]:
4493
+ """
4494
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
4495
+ """
4496
+ return pulumi.get(self, "precision")
4497
+
4498
+
4212
4499
  @pulumi.output_type
4213
4500
  class OneDashboardPageWidgetBulletInitialSorting(dict):
4214
4501
  def __init__(__self__, *,
@@ -4488,6 +4775,8 @@ class OneDashboardPageWidgetFunnel(dict):
4488
4775
  suggest = None
4489
4776
  if key == "nrqlQueries":
4490
4777
  suggest = "nrql_queries"
4778
+ elif key == "dataFormats":
4779
+ suggest = "data_formats"
4491
4780
  elif key == "facetShowOtherSeries":
4492
4781
  suggest = "facet_show_other_series"
4493
4782
  elif key == "ignoreTimeRange":
@@ -4522,6 +4811,7 @@ class OneDashboardPageWidgetFunnel(dict):
4522
4811
  row: int,
4523
4812
  title: str,
4524
4813
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetFunnelColor']] = None,
4814
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetFunnelDataFormat']] = None,
4525
4815
  facet_show_other_series: Optional[bool] = None,
4526
4816
  height: Optional[int] = None,
4527
4817
  id: Optional[str] = None,
@@ -4540,6 +4830,7 @@ class OneDashboardPageWidgetFunnel(dict):
4540
4830
  :param int row: (Required) Row position of widget from top left, starting at `1`.
4541
4831
  :param str title: (Optional) A human-friendly display string for this value.
4542
4832
  :param Sequence['OneDashboardPageWidgetFunnelColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
4833
+ :param Sequence['OneDashboardPageWidgetFunnelDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
4543
4834
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
4544
4835
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
4545
4836
  :param str id: The ID of the widget.
@@ -4558,6 +4849,8 @@ class OneDashboardPageWidgetFunnel(dict):
4558
4849
  pulumi.set(__self__, "title", title)
4559
4850
  if colors is not None:
4560
4851
  pulumi.set(__self__, "colors", colors)
4852
+ if data_formats is not None:
4853
+ pulumi.set(__self__, "data_formats", data_formats)
4561
4854
  if facet_show_other_series is not None:
4562
4855
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
4563
4856
  if height is not None:
@@ -4623,6 +4916,14 @@ class OneDashboardPageWidgetFunnel(dict):
4623
4916
  """
4624
4917
  return pulumi.get(self, "colors")
4625
4918
 
4919
+ @property
4920
+ @pulumi.getter(name="dataFormats")
4921
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetFunnelDataFormat']]:
4922
+ """
4923
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
4924
+ """
4925
+ return pulumi.get(self, "data_formats")
4926
+
4626
4927
  @property
4627
4928
  @pulumi.getter(name="facetShowOtherSeries")
4628
4929
  def facet_show_other_series(self) -> Optional[bool]:
@@ -4813,6 +5114,59 @@ class OneDashboardPageWidgetFunnelColorSeriesOverride(dict):
4813
5114
  return pulumi.get(self, "series_name")
4814
5115
 
4815
5116
 
5117
+ @pulumi.output_type
5118
+ class OneDashboardPageWidgetFunnelDataFormat(dict):
5119
+ def __init__(__self__, *,
5120
+ name: str,
5121
+ type: str,
5122
+ format: Optional[str] = None,
5123
+ precision: Optional[int] = None):
5124
+ """
5125
+ :param str name: The title of the dashboard.
5126
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
5127
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
5128
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
5129
+ """
5130
+ pulumi.set(__self__, "name", name)
5131
+ pulumi.set(__self__, "type", type)
5132
+ if format is not None:
5133
+ pulumi.set(__self__, "format", format)
5134
+ if precision is not None:
5135
+ pulumi.set(__self__, "precision", precision)
5136
+
5137
+ @property
5138
+ @pulumi.getter
5139
+ def name(self) -> str:
5140
+ """
5141
+ The title of the dashboard.
5142
+ """
5143
+ return pulumi.get(self, "name")
5144
+
5145
+ @property
5146
+ @pulumi.getter
5147
+ def type(self) -> str:
5148
+ """
5149
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
5150
+ """
5151
+ return pulumi.get(self, "type")
5152
+
5153
+ @property
5154
+ @pulumi.getter
5155
+ def format(self) -> Optional[str]:
5156
+ """
5157
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
5158
+ """
5159
+ return pulumi.get(self, "format")
5160
+
5161
+ @property
5162
+ @pulumi.getter
5163
+ def precision(self) -> Optional[int]:
5164
+ """
5165
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
5166
+ """
5167
+ return pulumi.get(self, "precision")
5168
+
5169
+
4816
5170
  @pulumi.output_type
4817
5171
  class OneDashboardPageWidgetFunnelInitialSorting(dict):
4818
5172
  def __init__(__self__, *,
@@ -5092,6 +5446,8 @@ class OneDashboardPageWidgetHeatmap(dict):
5092
5446
  suggest = None
5093
5447
  if key == "nrqlQueries":
5094
5448
  suggest = "nrql_queries"
5449
+ elif key == "dataFormats":
5450
+ suggest = "data_formats"
5095
5451
  elif key == "facetShowOtherSeries":
5096
5452
  suggest = "facet_show_other_series"
5097
5453
  elif key == "filterCurrentDashboard":
@@ -5130,6 +5486,7 @@ class OneDashboardPageWidgetHeatmap(dict):
5130
5486
  row: int,
5131
5487
  title: str,
5132
5488
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetHeatmapColor']] = None,
5489
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetHeatmapDataFormat']] = None,
5133
5490
  facet_show_other_series: Optional[bool] = None,
5134
5491
  filter_current_dashboard: Optional[bool] = None,
5135
5492
  height: Optional[int] = None,
@@ -5150,6 +5507,7 @@ class OneDashboardPageWidgetHeatmap(dict):
5150
5507
  :param int row: (Required) Row position of widget from top left, starting at `1`.
5151
5508
  :param str title: (Optional) A human-friendly display string for this value.
5152
5509
  :param Sequence['OneDashboardPageWidgetHeatmapColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
5510
+ :param Sequence['OneDashboardPageWidgetHeatmapDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
5153
5511
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
5154
5512
  :param bool filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
5155
5513
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
@@ -5170,6 +5528,8 @@ class OneDashboardPageWidgetHeatmap(dict):
5170
5528
  pulumi.set(__self__, "title", title)
5171
5529
  if colors is not None:
5172
5530
  pulumi.set(__self__, "colors", colors)
5531
+ if data_formats is not None:
5532
+ pulumi.set(__self__, "data_formats", data_formats)
5173
5533
  if facet_show_other_series is not None:
5174
5534
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
5175
5535
  if filter_current_dashboard is not None:
@@ -5239,6 +5599,14 @@ class OneDashboardPageWidgetHeatmap(dict):
5239
5599
  """
5240
5600
  return pulumi.get(self, "colors")
5241
5601
 
5602
+ @property
5603
+ @pulumi.getter(name="dataFormats")
5604
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetHeatmapDataFormat']]:
5605
+ """
5606
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
5607
+ """
5608
+ return pulumi.get(self, "data_formats")
5609
+
5242
5610
  @property
5243
5611
  @pulumi.getter(name="facetShowOtherSeries")
5244
5612
  def facet_show_other_series(self) -> Optional[bool]:
@@ -5445,6 +5813,59 @@ class OneDashboardPageWidgetHeatmapColorSeriesOverride(dict):
5445
5813
  return pulumi.get(self, "series_name")
5446
5814
 
5447
5815
 
5816
+ @pulumi.output_type
5817
+ class OneDashboardPageWidgetHeatmapDataFormat(dict):
5818
+ def __init__(__self__, *,
5819
+ name: str,
5820
+ type: str,
5821
+ format: Optional[str] = None,
5822
+ precision: Optional[int] = None):
5823
+ """
5824
+ :param str name: The title of the dashboard.
5825
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
5826
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
5827
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
5828
+ """
5829
+ pulumi.set(__self__, "name", name)
5830
+ pulumi.set(__self__, "type", type)
5831
+ if format is not None:
5832
+ pulumi.set(__self__, "format", format)
5833
+ if precision is not None:
5834
+ pulumi.set(__self__, "precision", precision)
5835
+
5836
+ @property
5837
+ @pulumi.getter
5838
+ def name(self) -> str:
5839
+ """
5840
+ The title of the dashboard.
5841
+ """
5842
+ return pulumi.get(self, "name")
5843
+
5844
+ @property
5845
+ @pulumi.getter
5846
+ def type(self) -> str:
5847
+ """
5848
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
5849
+ """
5850
+ return pulumi.get(self, "type")
5851
+
5852
+ @property
5853
+ @pulumi.getter
5854
+ def format(self) -> Optional[str]:
5855
+ """
5856
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
5857
+ """
5858
+ return pulumi.get(self, "format")
5859
+
5860
+ @property
5861
+ @pulumi.getter
5862
+ def precision(self) -> Optional[int]:
5863
+ """
5864
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
5865
+ """
5866
+ return pulumi.get(self, "precision")
5867
+
5868
+
5448
5869
  @pulumi.output_type
5449
5870
  class OneDashboardPageWidgetHeatmapInitialSorting(dict):
5450
5871
  def __init__(__self__, *,
@@ -5724,6 +6145,8 @@ class OneDashboardPageWidgetHistogram(dict):
5724
6145
  suggest = None
5725
6146
  if key == "nrqlQueries":
5726
6147
  suggest = "nrql_queries"
6148
+ elif key == "dataFormats":
6149
+ suggest = "data_formats"
5727
6150
  elif key == "facetShowOtherSeries":
5728
6151
  suggest = "facet_show_other_series"
5729
6152
  elif key == "ignoreTimeRange":
@@ -5758,6 +6181,7 @@ class OneDashboardPageWidgetHistogram(dict):
5758
6181
  row: int,
5759
6182
  title: str,
5760
6183
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetHistogramColor']] = None,
6184
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetHistogramDataFormat']] = None,
5761
6185
  facet_show_other_series: Optional[bool] = None,
5762
6186
  height: Optional[int] = None,
5763
6187
  id: Optional[str] = None,
@@ -5776,6 +6200,7 @@ class OneDashboardPageWidgetHistogram(dict):
5776
6200
  :param int row: (Required) Row position of widget from top left, starting at `1`.
5777
6201
  :param str title: (Optional) A human-friendly display string for this value.
5778
6202
  :param Sequence['OneDashboardPageWidgetHistogramColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
6203
+ :param Sequence['OneDashboardPageWidgetHistogramDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
5779
6204
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
5780
6205
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
5781
6206
  :param str id: The ID of the widget.
@@ -5794,6 +6219,8 @@ class OneDashboardPageWidgetHistogram(dict):
5794
6219
  pulumi.set(__self__, "title", title)
5795
6220
  if colors is not None:
5796
6221
  pulumi.set(__self__, "colors", colors)
6222
+ if data_formats is not None:
6223
+ pulumi.set(__self__, "data_formats", data_formats)
5797
6224
  if facet_show_other_series is not None:
5798
6225
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
5799
6226
  if height is not None:
@@ -5859,6 +6286,14 @@ class OneDashboardPageWidgetHistogram(dict):
5859
6286
  """
5860
6287
  return pulumi.get(self, "colors")
5861
6288
 
6289
+ @property
6290
+ @pulumi.getter(name="dataFormats")
6291
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetHistogramDataFormat']]:
6292
+ """
6293
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
6294
+ """
6295
+ return pulumi.get(self, "data_formats")
6296
+
5862
6297
  @property
5863
6298
  @pulumi.getter(name="facetShowOtherSeries")
5864
6299
  def facet_show_other_series(self) -> Optional[bool]:
@@ -6049,6 +6484,59 @@ class OneDashboardPageWidgetHistogramColorSeriesOverride(dict):
6049
6484
  return pulumi.get(self, "series_name")
6050
6485
 
6051
6486
 
6487
+ @pulumi.output_type
6488
+ class OneDashboardPageWidgetHistogramDataFormat(dict):
6489
+ def __init__(__self__, *,
6490
+ name: str,
6491
+ type: str,
6492
+ format: Optional[str] = None,
6493
+ precision: Optional[int] = None):
6494
+ """
6495
+ :param str name: The title of the dashboard.
6496
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
6497
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
6498
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
6499
+ """
6500
+ pulumi.set(__self__, "name", name)
6501
+ pulumi.set(__self__, "type", type)
6502
+ if format is not None:
6503
+ pulumi.set(__self__, "format", format)
6504
+ if precision is not None:
6505
+ pulumi.set(__self__, "precision", precision)
6506
+
6507
+ @property
6508
+ @pulumi.getter
6509
+ def name(self) -> str:
6510
+ """
6511
+ The title of the dashboard.
6512
+ """
6513
+ return pulumi.get(self, "name")
6514
+
6515
+ @property
6516
+ @pulumi.getter
6517
+ def type(self) -> str:
6518
+ """
6519
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
6520
+ """
6521
+ return pulumi.get(self, "type")
6522
+
6523
+ @property
6524
+ @pulumi.getter
6525
+ def format(self) -> Optional[str]:
6526
+ """
6527
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
6528
+ """
6529
+ return pulumi.get(self, "format")
6530
+
6531
+ @property
6532
+ @pulumi.getter
6533
+ def precision(self) -> Optional[int]:
6534
+ """
6535
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
6536
+ """
6537
+ return pulumi.get(self, "precision")
6538
+
6539
+
6052
6540
  @pulumi.output_type
6053
6541
  class OneDashboardPageWidgetHistogramInitialSorting(dict):
6054
6542
  def __init__(__self__, *,
@@ -6328,6 +6816,8 @@ class OneDashboardPageWidgetJson(dict):
6328
6816
  suggest = None
6329
6817
  if key == "nrqlQueries":
6330
6818
  suggest = "nrql_queries"
6819
+ elif key == "dataFormats":
6820
+ suggest = "data_formats"
6331
6821
  elif key == "facetShowOtherSeries":
6332
6822
  suggest = "facet_show_other_series"
6333
6823
  elif key == "ignoreTimeRange":
@@ -6362,6 +6852,7 @@ class OneDashboardPageWidgetJson(dict):
6362
6852
  row: int,
6363
6853
  title: str,
6364
6854
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetJsonColor']] = None,
6855
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetJsonDataFormat']] = None,
6365
6856
  facet_show_other_series: Optional[bool] = None,
6366
6857
  height: Optional[int] = None,
6367
6858
  id: Optional[str] = None,
@@ -6380,6 +6871,7 @@ class OneDashboardPageWidgetJson(dict):
6380
6871
  :param int row: (Required) Row position of widget from top left, starting at `1`.
6381
6872
  :param str title: (Optional) A human-friendly display string for this value.
6382
6873
  :param Sequence['OneDashboardPageWidgetJsonColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
6874
+ :param Sequence['OneDashboardPageWidgetJsonDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
6383
6875
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
6384
6876
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
6385
6877
  :param str id: The ID of the widget.
@@ -6398,6 +6890,8 @@ class OneDashboardPageWidgetJson(dict):
6398
6890
  pulumi.set(__self__, "title", title)
6399
6891
  if colors is not None:
6400
6892
  pulumi.set(__self__, "colors", colors)
6893
+ if data_formats is not None:
6894
+ pulumi.set(__self__, "data_formats", data_formats)
6401
6895
  if facet_show_other_series is not None:
6402
6896
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
6403
6897
  if height is not None:
@@ -6463,6 +6957,14 @@ class OneDashboardPageWidgetJson(dict):
6463
6957
  """
6464
6958
  return pulumi.get(self, "colors")
6465
6959
 
6960
+ @property
6961
+ @pulumi.getter(name="dataFormats")
6962
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetJsonDataFormat']]:
6963
+ """
6964
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
6965
+ """
6966
+ return pulumi.get(self, "data_formats")
6967
+
6466
6968
  @property
6467
6969
  @pulumi.getter(name="facetShowOtherSeries")
6468
6970
  def facet_show_other_series(self) -> Optional[bool]:
@@ -6653,6 +7155,59 @@ class OneDashboardPageWidgetJsonColorSeriesOverride(dict):
6653
7155
  return pulumi.get(self, "series_name")
6654
7156
 
6655
7157
 
7158
+ @pulumi.output_type
7159
+ class OneDashboardPageWidgetJsonDataFormat(dict):
7160
+ def __init__(__self__, *,
7161
+ name: str,
7162
+ type: str,
7163
+ format: Optional[str] = None,
7164
+ precision: Optional[int] = None):
7165
+ """
7166
+ :param str name: The title of the dashboard.
7167
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
7168
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
7169
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
7170
+ """
7171
+ pulumi.set(__self__, "name", name)
7172
+ pulumi.set(__self__, "type", type)
7173
+ if format is not None:
7174
+ pulumi.set(__self__, "format", format)
7175
+ if precision is not None:
7176
+ pulumi.set(__self__, "precision", precision)
7177
+
7178
+ @property
7179
+ @pulumi.getter
7180
+ def name(self) -> str:
7181
+ """
7182
+ The title of the dashboard.
7183
+ """
7184
+ return pulumi.get(self, "name")
7185
+
7186
+ @property
7187
+ @pulumi.getter
7188
+ def type(self) -> str:
7189
+ """
7190
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
7191
+ """
7192
+ return pulumi.get(self, "type")
7193
+
7194
+ @property
7195
+ @pulumi.getter
7196
+ def format(self) -> Optional[str]:
7197
+ """
7198
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
7199
+ """
7200
+ return pulumi.get(self, "format")
7201
+
7202
+ @property
7203
+ @pulumi.getter
7204
+ def precision(self) -> Optional[int]:
7205
+ """
7206
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
7207
+ """
7208
+ return pulumi.get(self, "precision")
7209
+
7210
+
6656
7211
  @pulumi.output_type
6657
7212
  class OneDashboardPageWidgetJsonInitialSorting(dict):
6658
7213
  def __init__(__self__, *,
@@ -6932,6 +7487,8 @@ class OneDashboardPageWidgetLine(dict):
6932
7487
  suggest = None
6933
7488
  if key == "nrqlQueries":
6934
7489
  suggest = "nrql_queries"
7490
+ elif key == "dataFormats":
7491
+ suggest = "data_formats"
6935
7492
  elif key == "facetShowOtherSeries":
6936
7493
  suggest = "facet_show_other_series"
6937
7494
  elif key == "ignoreTimeRange":
@@ -6972,6 +7529,7 @@ class OneDashboardPageWidgetLine(dict):
6972
7529
  row: int,
6973
7530
  title: str,
6974
7531
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetLineColor']] = None,
7532
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetLineDataFormat']] = None,
6975
7533
  facet_show_other_series: Optional[bool] = None,
6976
7534
  height: Optional[int] = None,
6977
7535
  id: Optional[str] = None,
@@ -6994,6 +7552,7 @@ class OneDashboardPageWidgetLine(dict):
6994
7552
  :param int row: (Required) Row position of widget from top left, starting at `1`.
6995
7553
  :param str title: (Optional) A human-friendly display string for this value.
6996
7554
  :param Sequence['OneDashboardPageWidgetLineColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
7555
+ :param Sequence['OneDashboardPageWidgetLineDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
6997
7556
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
6998
7557
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
6999
7558
  :param str id: The ID of the widget.
@@ -7016,6 +7575,8 @@ class OneDashboardPageWidgetLine(dict):
7016
7575
  pulumi.set(__self__, "title", title)
7017
7576
  if colors is not None:
7018
7577
  pulumi.set(__self__, "colors", colors)
7578
+ if data_formats is not None:
7579
+ pulumi.set(__self__, "data_formats", data_formats)
7019
7580
  if facet_show_other_series is not None:
7020
7581
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
7021
7582
  if height is not None:
@@ -7089,6 +7650,14 @@ class OneDashboardPageWidgetLine(dict):
7089
7650
  """
7090
7651
  return pulumi.get(self, "colors")
7091
7652
 
7653
+ @property
7654
+ @pulumi.getter(name="dataFormats")
7655
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetLineDataFormat']]:
7656
+ """
7657
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
7658
+ """
7659
+ return pulumi.get(self, "data_formats")
7660
+
7092
7661
  @property
7093
7662
  @pulumi.getter(name="facetShowOtherSeries")
7094
7663
  def facet_show_other_series(self) -> Optional[bool]:
@@ -7311,6 +7880,59 @@ class OneDashboardPageWidgetLineColorSeriesOverride(dict):
7311
7880
  return pulumi.get(self, "series_name")
7312
7881
 
7313
7882
 
7883
+ @pulumi.output_type
7884
+ class OneDashboardPageWidgetLineDataFormat(dict):
7885
+ def __init__(__self__, *,
7886
+ name: str,
7887
+ type: str,
7888
+ format: Optional[str] = None,
7889
+ precision: Optional[int] = None):
7890
+ """
7891
+ :param str name: The title of the dashboard.
7892
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
7893
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
7894
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
7895
+ """
7896
+ pulumi.set(__self__, "name", name)
7897
+ pulumi.set(__self__, "type", type)
7898
+ if format is not None:
7899
+ pulumi.set(__self__, "format", format)
7900
+ if precision is not None:
7901
+ pulumi.set(__self__, "precision", precision)
7902
+
7903
+ @property
7904
+ @pulumi.getter
7905
+ def name(self) -> str:
7906
+ """
7907
+ The title of the dashboard.
7908
+ """
7909
+ return pulumi.get(self, "name")
7910
+
7911
+ @property
7912
+ @pulumi.getter
7913
+ def type(self) -> str:
7914
+ """
7915
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
7916
+ """
7917
+ return pulumi.get(self, "type")
7918
+
7919
+ @property
7920
+ @pulumi.getter
7921
+ def format(self) -> Optional[str]:
7922
+ """
7923
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
7924
+ """
7925
+ return pulumi.get(self, "format")
7926
+
7927
+ @property
7928
+ @pulumi.getter
7929
+ def precision(self) -> Optional[int]:
7930
+ """
7931
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
7932
+ """
7933
+ return pulumi.get(self, "precision")
7934
+
7935
+
7314
7936
  @pulumi.output_type
7315
7937
  class OneDashboardPageWidgetLineInitialSorting(dict):
7316
7938
  def __init__(__self__, *,
@@ -7740,6 +8362,8 @@ class OneDashboardPageWidgetLogTable(dict):
7740
8362
  suggest = None
7741
8363
  if key == "nrqlQueries":
7742
8364
  suggest = "nrql_queries"
8365
+ elif key == "dataFormats":
8366
+ suggest = "data_formats"
7743
8367
  elif key == "facetShowOtherSeries":
7744
8368
  suggest = "facet_show_other_series"
7745
8369
  elif key == "ignoreTimeRange":
@@ -7774,6 +8398,7 @@ class OneDashboardPageWidgetLogTable(dict):
7774
8398
  row: int,
7775
8399
  title: str,
7776
8400
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetLogTableColor']] = None,
8401
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetLogTableDataFormat']] = None,
7777
8402
  facet_show_other_series: Optional[bool] = None,
7778
8403
  height: Optional[int] = None,
7779
8404
  id: Optional[str] = None,
@@ -7792,6 +8417,7 @@ class OneDashboardPageWidgetLogTable(dict):
7792
8417
  :param int row: (Required) Row position of widget from top left, starting at `1`.
7793
8418
  :param str title: (Optional) A human-friendly display string for this value.
7794
8419
  :param Sequence['OneDashboardPageWidgetLogTableColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
8420
+ :param Sequence['OneDashboardPageWidgetLogTableDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
7795
8421
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
7796
8422
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
7797
8423
  :param str id: The ID of the widget.
@@ -7810,6 +8436,8 @@ class OneDashboardPageWidgetLogTable(dict):
7810
8436
  pulumi.set(__self__, "title", title)
7811
8437
  if colors is not None:
7812
8438
  pulumi.set(__self__, "colors", colors)
8439
+ if data_formats is not None:
8440
+ pulumi.set(__self__, "data_formats", data_formats)
7813
8441
  if facet_show_other_series is not None:
7814
8442
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
7815
8443
  if height is not None:
@@ -7875,6 +8503,14 @@ class OneDashboardPageWidgetLogTable(dict):
7875
8503
  """
7876
8504
  return pulumi.get(self, "colors")
7877
8505
 
8506
+ @property
8507
+ @pulumi.getter(name="dataFormats")
8508
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetLogTableDataFormat']]:
8509
+ """
8510
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
8511
+ """
8512
+ return pulumi.get(self, "data_formats")
8513
+
7878
8514
  @property
7879
8515
  @pulumi.getter(name="facetShowOtherSeries")
7880
8516
  def facet_show_other_series(self) -> Optional[bool]:
@@ -8065,6 +8701,59 @@ class OneDashboardPageWidgetLogTableColorSeriesOverride(dict):
8065
8701
  return pulumi.get(self, "series_name")
8066
8702
 
8067
8703
 
8704
+ @pulumi.output_type
8705
+ class OneDashboardPageWidgetLogTableDataFormat(dict):
8706
+ def __init__(__self__, *,
8707
+ name: str,
8708
+ type: str,
8709
+ format: Optional[str] = None,
8710
+ precision: Optional[int] = None):
8711
+ """
8712
+ :param str name: The title of the dashboard.
8713
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
8714
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
8715
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
8716
+ """
8717
+ pulumi.set(__self__, "name", name)
8718
+ pulumi.set(__self__, "type", type)
8719
+ if format is not None:
8720
+ pulumi.set(__self__, "format", format)
8721
+ if precision is not None:
8722
+ pulumi.set(__self__, "precision", precision)
8723
+
8724
+ @property
8725
+ @pulumi.getter
8726
+ def name(self) -> str:
8727
+ """
8728
+ The title of the dashboard.
8729
+ """
8730
+ return pulumi.get(self, "name")
8731
+
8732
+ @property
8733
+ @pulumi.getter
8734
+ def type(self) -> str:
8735
+ """
8736
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
8737
+ """
8738
+ return pulumi.get(self, "type")
8739
+
8740
+ @property
8741
+ @pulumi.getter
8742
+ def format(self) -> Optional[str]:
8743
+ """
8744
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
8745
+ """
8746
+ return pulumi.get(self, "format")
8747
+
8748
+ @property
8749
+ @pulumi.getter
8750
+ def precision(self) -> Optional[int]:
8751
+ """
8752
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
8753
+ """
8754
+ return pulumi.get(self, "precision")
8755
+
8756
+
8068
8757
  @pulumi.output_type
8069
8758
  class OneDashboardPageWidgetLogTableInitialSorting(dict):
8070
8759
  def __init__(__self__, *,
@@ -8342,7 +9031,9 @@ class OneDashboardPageWidgetMarkdown(dict):
8342
9031
  @staticmethod
8343
9032
  def __key_warning(key: str):
8344
9033
  suggest = None
8345
- if key == "facetShowOtherSeries":
9034
+ if key == "dataFormats":
9035
+ suggest = "data_formats"
9036
+ elif key == "facetShowOtherSeries":
8346
9037
  suggest = "facet_show_other_series"
8347
9038
  elif key == "ignoreTimeRange":
8348
9039
  suggest = "ignore_time_range"
@@ -8376,6 +9067,7 @@ class OneDashboardPageWidgetMarkdown(dict):
8376
9067
  text: str,
8377
9068
  title: str,
8378
9069
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetMarkdownColor']] = None,
9070
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetMarkdownDataFormat']] = None,
8379
9071
  facet_show_other_series: Optional[bool] = None,
8380
9072
  height: Optional[int] = None,
8381
9073
  id: Optional[str] = None,
@@ -8394,6 +9086,7 @@ class OneDashboardPageWidgetMarkdown(dict):
8394
9086
  :param str text: (Required) The markdown source to be rendered in the widget.
8395
9087
  :param str title: (Optional) A human-friendly display string for this value.
8396
9088
  :param Sequence['OneDashboardPageWidgetMarkdownColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
9089
+ :param Sequence['OneDashboardPageWidgetMarkdownDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
8397
9090
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
8398
9091
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
8399
9092
  :param str id: The ID of the widget.
@@ -8412,6 +9105,8 @@ class OneDashboardPageWidgetMarkdown(dict):
8412
9105
  pulumi.set(__self__, "title", title)
8413
9106
  if colors is not None:
8414
9107
  pulumi.set(__self__, "colors", colors)
9108
+ if data_formats is not None:
9109
+ pulumi.set(__self__, "data_formats", data_formats)
8415
9110
  if facet_show_other_series is not None:
8416
9111
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
8417
9112
  if height is not None:
@@ -8477,6 +9172,14 @@ class OneDashboardPageWidgetMarkdown(dict):
8477
9172
  """
8478
9173
  return pulumi.get(self, "colors")
8479
9174
 
9175
+ @property
9176
+ @pulumi.getter(name="dataFormats")
9177
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetMarkdownDataFormat']]:
9178
+ """
9179
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
9180
+ """
9181
+ return pulumi.get(self, "data_formats")
9182
+
8480
9183
  @property
8481
9184
  @pulumi.getter(name="facetShowOtherSeries")
8482
9185
  def facet_show_other_series(self) -> Optional[bool]:
@@ -8667,6 +9370,59 @@ class OneDashboardPageWidgetMarkdownColorSeriesOverride(dict):
8667
9370
  return pulumi.get(self, "series_name")
8668
9371
 
8669
9372
 
9373
+ @pulumi.output_type
9374
+ class OneDashboardPageWidgetMarkdownDataFormat(dict):
9375
+ def __init__(__self__, *,
9376
+ name: str,
9377
+ type: str,
9378
+ format: Optional[str] = None,
9379
+ precision: Optional[int] = None):
9380
+ """
9381
+ :param str name: The title of the dashboard.
9382
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
9383
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
9384
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
9385
+ """
9386
+ pulumi.set(__self__, "name", name)
9387
+ pulumi.set(__self__, "type", type)
9388
+ if format is not None:
9389
+ pulumi.set(__self__, "format", format)
9390
+ if precision is not None:
9391
+ pulumi.set(__self__, "precision", precision)
9392
+
9393
+ @property
9394
+ @pulumi.getter
9395
+ def name(self) -> str:
9396
+ """
9397
+ The title of the dashboard.
9398
+ """
9399
+ return pulumi.get(self, "name")
9400
+
9401
+ @property
9402
+ @pulumi.getter
9403
+ def type(self) -> str:
9404
+ """
9405
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
9406
+ """
9407
+ return pulumi.get(self, "type")
9408
+
9409
+ @property
9410
+ @pulumi.getter
9411
+ def format(self) -> Optional[str]:
9412
+ """
9413
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
9414
+ """
9415
+ return pulumi.get(self, "format")
9416
+
9417
+ @property
9418
+ @pulumi.getter
9419
+ def precision(self) -> Optional[int]:
9420
+ """
9421
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
9422
+ """
9423
+ return pulumi.get(self, "precision")
9424
+
9425
+
8670
9426
  @pulumi.output_type
8671
9427
  class OneDashboardPageWidgetMarkdownInitialSorting(dict):
8672
9428
  def __init__(__self__, *,
@@ -8899,6 +9655,8 @@ class OneDashboardPageWidgetPy(dict):
8899
9655
  suggest = None
8900
9656
  if key == "nrqlQueries":
8901
9657
  suggest = "nrql_queries"
9658
+ elif key == "dataFormats":
9659
+ suggest = "data_formats"
8902
9660
  elif key == "facetShowOtherSeries":
8903
9661
  suggest = "facet_show_other_series"
8904
9662
  elif key == "filterCurrentDashboard":
@@ -8937,6 +9695,7 @@ class OneDashboardPageWidgetPy(dict):
8937
9695
  row: int,
8938
9696
  title: str,
8939
9697
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetPyColor']] = None,
9698
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetPyDataFormat']] = None,
8940
9699
  facet_show_other_series: Optional[bool] = None,
8941
9700
  filter_current_dashboard: Optional[bool] = None,
8942
9701
  height: Optional[int] = None,
@@ -8957,6 +9716,7 @@ class OneDashboardPageWidgetPy(dict):
8957
9716
  :param int row: (Required) Row position of widget from top left, starting at `1`.
8958
9717
  :param str title: (Optional) A human-friendly display string for this value.
8959
9718
  :param Sequence['OneDashboardPageWidgetPyColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
9719
+ :param Sequence['OneDashboardPageWidgetPyDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
8960
9720
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
8961
9721
  :param bool filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
8962
9722
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
@@ -8977,6 +9737,8 @@ class OneDashboardPageWidgetPy(dict):
8977
9737
  pulumi.set(__self__, "title", title)
8978
9738
  if colors is not None:
8979
9739
  pulumi.set(__self__, "colors", colors)
9740
+ if data_formats is not None:
9741
+ pulumi.set(__self__, "data_formats", data_formats)
8980
9742
  if facet_show_other_series is not None:
8981
9743
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
8982
9744
  if filter_current_dashboard is not None:
@@ -9046,6 +9808,14 @@ class OneDashboardPageWidgetPy(dict):
9046
9808
  """
9047
9809
  return pulumi.get(self, "colors")
9048
9810
 
9811
+ @property
9812
+ @pulumi.getter(name="dataFormats")
9813
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetPyDataFormat']]:
9814
+ """
9815
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
9816
+ """
9817
+ return pulumi.get(self, "data_formats")
9818
+
9049
9819
  @property
9050
9820
  @pulumi.getter(name="facetShowOtherSeries")
9051
9821
  def facet_show_other_series(self) -> Optional[bool]:
@@ -9252,6 +10022,59 @@ class OneDashboardPageWidgetPyColorSeriesOverride(dict):
9252
10022
  return pulumi.get(self, "series_name")
9253
10023
 
9254
10024
 
10025
+ @pulumi.output_type
10026
+ class OneDashboardPageWidgetPyDataFormat(dict):
10027
+ def __init__(__self__, *,
10028
+ name: str,
10029
+ type: str,
10030
+ format: Optional[str] = None,
10031
+ precision: Optional[int] = None):
10032
+ """
10033
+ :param str name: The title of the dashboard.
10034
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
10035
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
10036
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
10037
+ """
10038
+ pulumi.set(__self__, "name", name)
10039
+ pulumi.set(__self__, "type", type)
10040
+ if format is not None:
10041
+ pulumi.set(__self__, "format", format)
10042
+ if precision is not None:
10043
+ pulumi.set(__self__, "precision", precision)
10044
+
10045
+ @property
10046
+ @pulumi.getter
10047
+ def name(self) -> str:
10048
+ """
10049
+ The title of the dashboard.
10050
+ """
10051
+ return pulumi.get(self, "name")
10052
+
10053
+ @property
10054
+ @pulumi.getter
10055
+ def type(self) -> str:
10056
+ """
10057
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
10058
+ """
10059
+ return pulumi.get(self, "type")
10060
+
10061
+ @property
10062
+ @pulumi.getter
10063
+ def format(self) -> Optional[str]:
10064
+ """
10065
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
10066
+ """
10067
+ return pulumi.get(self, "format")
10068
+
10069
+ @property
10070
+ @pulumi.getter
10071
+ def precision(self) -> Optional[int]:
10072
+ """
10073
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
10074
+ """
10075
+ return pulumi.get(self, "precision")
10076
+
10077
+
9255
10078
  @pulumi.output_type
9256
10079
  class OneDashboardPageWidgetPyInitialSorting(dict):
9257
10080
  def __init__(__self__, *,
@@ -9531,6 +10354,8 @@ class OneDashboardPageWidgetStackedBar(dict):
9531
10354
  suggest = None
9532
10355
  if key == "nrqlQueries":
9533
10356
  suggest = "nrql_queries"
10357
+ elif key == "dataFormats":
10358
+ suggest = "data_formats"
9534
10359
  elif key == "facetShowOtherSeries":
9535
10360
  suggest = "facet_show_other_series"
9536
10361
  elif key == "ignoreTimeRange":
@@ -9565,6 +10390,7 @@ class OneDashboardPageWidgetStackedBar(dict):
9565
10390
  row: int,
9566
10391
  title: str,
9567
10392
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetStackedBarColor']] = None,
10393
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetStackedBarDataFormat']] = None,
9568
10394
  facet_show_other_series: Optional[bool] = None,
9569
10395
  height: Optional[int] = None,
9570
10396
  id: Optional[str] = None,
@@ -9583,6 +10409,7 @@ class OneDashboardPageWidgetStackedBar(dict):
9583
10409
  :param int row: (Required) Row position of widget from top left, starting at `1`.
9584
10410
  :param str title: (Optional) A human-friendly display string for this value.
9585
10411
  :param Sequence['OneDashboardPageWidgetStackedBarColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
10412
+ :param Sequence['OneDashboardPageWidgetStackedBarDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
9586
10413
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
9587
10414
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
9588
10415
  :param str id: The ID of the widget.
@@ -9601,6 +10428,8 @@ class OneDashboardPageWidgetStackedBar(dict):
9601
10428
  pulumi.set(__self__, "title", title)
9602
10429
  if colors is not None:
9603
10430
  pulumi.set(__self__, "colors", colors)
10431
+ if data_formats is not None:
10432
+ pulumi.set(__self__, "data_formats", data_formats)
9604
10433
  if facet_show_other_series is not None:
9605
10434
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
9606
10435
  if height is not None:
@@ -9666,6 +10495,14 @@ class OneDashboardPageWidgetStackedBar(dict):
9666
10495
  """
9667
10496
  return pulumi.get(self, "colors")
9668
10497
 
10498
+ @property
10499
+ @pulumi.getter(name="dataFormats")
10500
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetStackedBarDataFormat']]:
10501
+ """
10502
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
10503
+ """
10504
+ return pulumi.get(self, "data_formats")
10505
+
9669
10506
  @property
9670
10507
  @pulumi.getter(name="facetShowOtherSeries")
9671
10508
  def facet_show_other_series(self) -> Optional[bool]:
@@ -9856,6 +10693,59 @@ class OneDashboardPageWidgetStackedBarColorSeriesOverride(dict):
9856
10693
  return pulumi.get(self, "series_name")
9857
10694
 
9858
10695
 
10696
+ @pulumi.output_type
10697
+ class OneDashboardPageWidgetStackedBarDataFormat(dict):
10698
+ def __init__(__self__, *,
10699
+ name: str,
10700
+ type: str,
10701
+ format: Optional[str] = None,
10702
+ precision: Optional[int] = None):
10703
+ """
10704
+ :param str name: The title of the dashboard.
10705
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
10706
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
10707
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
10708
+ """
10709
+ pulumi.set(__self__, "name", name)
10710
+ pulumi.set(__self__, "type", type)
10711
+ if format is not None:
10712
+ pulumi.set(__self__, "format", format)
10713
+ if precision is not None:
10714
+ pulumi.set(__self__, "precision", precision)
10715
+
10716
+ @property
10717
+ @pulumi.getter
10718
+ def name(self) -> str:
10719
+ """
10720
+ The title of the dashboard.
10721
+ """
10722
+ return pulumi.get(self, "name")
10723
+
10724
+ @property
10725
+ @pulumi.getter
10726
+ def type(self) -> str:
10727
+ """
10728
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
10729
+ """
10730
+ return pulumi.get(self, "type")
10731
+
10732
+ @property
10733
+ @pulumi.getter
10734
+ def format(self) -> Optional[str]:
10735
+ """
10736
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
10737
+ """
10738
+ return pulumi.get(self, "format")
10739
+
10740
+ @property
10741
+ @pulumi.getter
10742
+ def precision(self) -> Optional[int]:
10743
+ """
10744
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
10745
+ """
10746
+ return pulumi.get(self, "precision")
10747
+
10748
+
9859
10749
  @pulumi.output_type
9860
10750
  class OneDashboardPageWidgetStackedBarInitialSorting(dict):
9861
10751
  def __init__(__self__, *,
@@ -10135,6 +11025,8 @@ class OneDashboardPageWidgetTable(dict):
10135
11025
  suggest = None
10136
11026
  if key == "nrqlQueries":
10137
11027
  suggest = "nrql_queries"
11028
+ elif key == "dataFormats":
11029
+ suggest = "data_formats"
10138
11030
  elif key == "facetShowOtherSeries":
10139
11031
  suggest = "facet_show_other_series"
10140
11032
  elif key == "filterCurrentDashboard":
@@ -10173,6 +11065,7 @@ class OneDashboardPageWidgetTable(dict):
10173
11065
  row: int,
10174
11066
  title: str,
10175
11067
  colors: Optional[Sequence['outputs.OneDashboardPageWidgetTableColor']] = None,
11068
+ data_formats: Optional[Sequence['outputs.OneDashboardPageWidgetTableDataFormat']] = None,
10176
11069
  facet_show_other_series: Optional[bool] = None,
10177
11070
  filter_current_dashboard: Optional[bool] = None,
10178
11071
  height: Optional[int] = None,
@@ -10194,6 +11087,7 @@ class OneDashboardPageWidgetTable(dict):
10194
11087
  :param int row: (Required) Row position of widget from top left, starting at `1`.
10195
11088
  :param str title: (Optional) A human-friendly display string for this value.
10196
11089
  :param Sequence['OneDashboardPageWidgetTableColorArgs'] colors: (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
11090
+ :param Sequence['OneDashboardPageWidgetTableDataFormatArgs'] data_formats: (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
10197
11091
  :param bool facet_show_other_series: (Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to `false`
10198
11092
  :param bool filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
10199
11093
  :param int height: (Optional) Height of the widget. Valid values are `1` to `12` inclusive. Defaults to `3`.
@@ -10215,6 +11109,8 @@ class OneDashboardPageWidgetTable(dict):
10215
11109
  pulumi.set(__self__, "title", title)
10216
11110
  if colors is not None:
10217
11111
  pulumi.set(__self__, "colors", colors)
11112
+ if data_formats is not None:
11113
+ pulumi.set(__self__, "data_formats", data_formats)
10218
11114
  if facet_show_other_series is not None:
10219
11115
  pulumi.set(__self__, "facet_show_other_series", facet_show_other_series)
10220
11116
  if filter_current_dashboard is not None:
@@ -10286,6 +11182,14 @@ class OneDashboardPageWidgetTable(dict):
10286
11182
  """
10287
11183
  return pulumi.get(self, "colors")
10288
11184
 
11185
+ @property
11186
+ @pulumi.getter(name="dataFormats")
11187
+ def data_formats(self) -> Optional[Sequence['outputs.OneDashboardPageWidgetTableDataFormat']]:
11188
+ """
11189
+ (Optional) A nested block that describes data format. See Nested data_format blocks below for details.
11190
+ """
11191
+ return pulumi.get(self, "data_formats")
11192
+
10289
11193
  @property
10290
11194
  @pulumi.getter(name="facetShowOtherSeries")
10291
11195
  def facet_show_other_series(self) -> Optional[bool]:
@@ -10500,6 +11404,59 @@ class OneDashboardPageWidgetTableColorSeriesOverride(dict):
10500
11404
  return pulumi.get(self, "series_name")
10501
11405
 
10502
11406
 
11407
+ @pulumi.output_type
11408
+ class OneDashboardPageWidgetTableDataFormat(dict):
11409
+ def __init__(__self__, *,
11410
+ name: str,
11411
+ type: str,
11412
+ format: Optional[str] = None,
11413
+ precision: Optional[int] = None):
11414
+ """
11415
+ :param str name: The title of the dashboard.
11416
+ :param str type: (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
11417
+ :param str format: (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
11418
+ :param int precision: (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
11419
+ """
11420
+ pulumi.set(__self__, "name", name)
11421
+ pulumi.set(__self__, "type", type)
11422
+ if format is not None:
11423
+ pulumi.set(__self__, "format", format)
11424
+ if precision is not None:
11425
+ pulumi.set(__self__, "precision", precision)
11426
+
11427
+ @property
11428
+ @pulumi.getter
11429
+ def name(self) -> str:
11430
+ """
11431
+ The title of the dashboard.
11432
+ """
11433
+ return pulumi.get(self, "name")
11434
+
11435
+ @property
11436
+ @pulumi.getter
11437
+ def type(self) -> str:
11438
+ """
11439
+ (Required) Specifies the data type of the variable and where its possible values may come from. One of `enum`, `nrql` or `string`
11440
+ """
11441
+ return pulumi.get(self, "type")
11442
+
11443
+ @property
11444
+ @pulumi.getter
11445
+ def format(self) -> Optional[str]:
11446
+ """
11447
+ (Optional) This attribute is provided when the `name` is that of a column comprising date/time values and the `type` attribute is set to `custom` defining the specific date format to be applied to your data.
11448
+ """
11449
+ return pulumi.get(self, "format")
11450
+
11451
+ @property
11452
+ @pulumi.getter
11453
+ def precision(self) -> Optional[int]:
11454
+ """
11455
+ (Optional) This attribute is utilized when the `type` attribute is set to `decimal`, stipulating the precise number of digits after the decimal point for your data.
11456
+ """
11457
+ return pulumi.get(self, "precision")
11458
+
11459
+
10503
11460
  @pulumi.output_type
10504
11461
  class OneDashboardPageWidgetTableInitialSorting(dict):
10505
11462
  def __init__(__self__, *,