pulumi-newrelic 5.47.0a1750228491__tar.gz → 5.48.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-newrelic might be problematic. Click here for more details.
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/PKG-INFO +1 -1
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/_inputs.py +162 -3
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/_inputs.py +54 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/aws_integrations.py +47 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/outputs.py +51 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_notification_destination.py +1 -1
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/notification_channel.py +9 -9
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/notification_destination.py +14 -14
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/outputs.py +95 -2
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/pulumi-plugin.json +1 -1
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic.egg-info/PKG-INFO +1 -1
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pyproject.toml +1 -1
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/README.md +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/__init__.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/_utilities.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/account_management.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/alert_channel.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/alert_condition.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/alert_muting_rule.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/alert_policy.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/alert_policy_channel.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/api_access_key.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/browser_application.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/__init__.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/aws_govcloud_integrations.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/aws_link_account.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/azure_integrations.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/azure_link_account.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/gcp_integrations.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/gcp_link_account.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/config/__init__.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/config/__init__.pyi +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/config/vars.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/data_partition_rule.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/entity_tags.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/events_to_metrics_rule.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_account.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_alert_channel.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_alert_policy.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_application.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_authentication_domain.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_cloud_account.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_entity.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_group.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_key_transaction.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_obfuscation_expression.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_service_level_alert_helper.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_test_grok_pattern.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/get_user.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/group.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/infra_alert_condition.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/insights/__init__.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/insights/_inputs.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/insights/event.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/insights/outputs.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/key_transaction.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/log_parsing_rule.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/monitor_downtime.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/nrql_alert_condition.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/nrql_drop_rule.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/obfuscation_expression.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/obfuscation_rule.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/one_dashboard.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/one_dashboard_json.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/one_dashboard_raw.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/plugins/__init__.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/plugins/_inputs.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/plugins/application_settings.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/plugins/outputs.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/plugins/workload.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/provider.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/py.typed +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/service_level.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/__init__.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/_inputs.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/alert_condition.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/broken_links_monitor.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/cert_check_monitor.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/get_private_location.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/get_secure_credential.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/monitor.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/multi_location_alert_condition.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/outputs.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/private_location.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/script_monitor.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/secure_credential.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/synthetics/step_monitor.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/user.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/workflow.py +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic.egg-info/SOURCES.txt +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic.egg-info/dependency_links.txt +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic.egg-info/requires.txt +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic.egg-info/top_level.txt +0 -0
- {pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/setup.cfg +0 -0
|
@@ -84,6 +84,8 @@ __all__ = [
|
|
|
84
84
|
'OneDashboardPageWidgetAreaNullValueArgsDict',
|
|
85
85
|
'OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs',
|
|
86
86
|
'OneDashboardPageWidgetAreaNullValueSeriesOverrideArgsDict',
|
|
87
|
+
'OneDashboardPageWidgetAreaTooltipArgs',
|
|
88
|
+
'OneDashboardPageWidgetAreaTooltipArgsDict',
|
|
87
89
|
'OneDashboardPageWidgetAreaUnitArgs',
|
|
88
90
|
'OneDashboardPageWidgetAreaUnitArgsDict',
|
|
89
91
|
'OneDashboardPageWidgetAreaUnitSeriesOverrideArgs',
|
|
@@ -246,6 +248,8 @@ __all__ = [
|
|
|
246
248
|
'OneDashboardPageWidgetLineNullValueSeriesOverrideArgsDict',
|
|
247
249
|
'OneDashboardPageWidgetLineThresholdArgs',
|
|
248
250
|
'OneDashboardPageWidgetLineThresholdArgsDict',
|
|
251
|
+
'OneDashboardPageWidgetLineTooltipArgs',
|
|
252
|
+
'OneDashboardPageWidgetLineTooltipArgsDict',
|
|
249
253
|
'OneDashboardPageWidgetLineUnitArgs',
|
|
250
254
|
'OneDashboardPageWidgetLineUnitArgsDict',
|
|
251
255
|
'OneDashboardPageWidgetLineUnitSeriesOverrideArgs',
|
|
@@ -326,6 +330,8 @@ __all__ = [
|
|
|
326
330
|
'OneDashboardPageWidgetStackedBarNullValueArgsDict',
|
|
327
331
|
'OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs',
|
|
328
332
|
'OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgsDict',
|
|
333
|
+
'OneDashboardPageWidgetStackedBarTooltipArgs',
|
|
334
|
+
'OneDashboardPageWidgetStackedBarTooltipArgsDict',
|
|
329
335
|
'OneDashboardPageWidgetStackedBarUnitArgs',
|
|
330
336
|
'OneDashboardPageWidgetStackedBarUnitArgsDict',
|
|
331
337
|
'OneDashboardPageWidgetStackedBarUnitSeriesOverrideArgs',
|
|
@@ -3188,6 +3194,10 @@ if not MYPY:
|
|
|
3188
3194
|
"""
|
|
3189
3195
|
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are `auto` for default value, `0` for no refresh, `5000` for 5 seconds, `30000` for 30 seconds, `60000` for 60 seconds, `300000` for 5 minutes, `1800000` for 30 minutes, `3600000` for 60 minute, `10800000` for 3 hours, `43200000` for 12 hours and `86400000` for 24 hours.
|
|
3190
3196
|
"""
|
|
3197
|
+
tooltip: NotRequired[pulumi.Input['OneDashboardPageWidgetAreaTooltipArgsDict']]
|
|
3198
|
+
"""
|
|
3199
|
+
(Optional) A nested block that describes tooltip configuration for area, line, and stacked bar widgets. See Nested tooltip blocks below for details.
|
|
3200
|
+
"""
|
|
3191
3201
|
units: NotRequired[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaUnitArgsDict']]]]
|
|
3192
3202
|
"""
|
|
3193
3203
|
(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
|
@@ -3221,6 +3231,7 @@ class OneDashboardPageWidgetAreaArgs:
|
|
|
3221
3231
|
legend_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
3222
3232
|
null_values: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaNullValueArgs']]]] = None,
|
|
3223
3233
|
refresh_rate: Optional[pulumi.Input[builtins.str]] = None,
|
|
3234
|
+
tooltip: Optional[pulumi.Input['OneDashboardPageWidgetAreaTooltipArgs']] = None,
|
|
3224
3235
|
units: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaUnitArgs']]]] = None,
|
|
3225
3236
|
width: Optional[pulumi.Input[builtins.int]] = None,
|
|
3226
3237
|
y_axis_left_max: Optional[pulumi.Input[builtins.float]] = None,
|
|
@@ -3240,6 +3251,7 @@ class OneDashboardPageWidgetAreaArgs:
|
|
|
3240
3251
|
:param pulumi.Input[builtins.bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
|
3241
3252
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
|
3242
3253
|
:param pulumi.Input[builtins.str] refresh_rate: (Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are `auto` for default value, `0` for no refresh, `5000` for 5 seconds, `30000` for 30 seconds, `60000` for 60 seconds, `300000` for 5 minutes, `1800000` for 30 minutes, `3600000` for 60 minute, `10800000` for 3 hours, `43200000` for 12 hours and `86400000` for 24 hours.
|
|
3254
|
+
:param pulumi.Input['OneDashboardPageWidgetAreaTooltipArgs'] tooltip: (Optional) A nested block that describes tooltip configuration for area, line, and stacked bar widgets. See Nested tooltip blocks below for details.
|
|
3243
3255
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
|
3244
3256
|
:param pulumi.Input[builtins.int] width: (Optional) Width of the widget. Valid values are `1` to `12` inclusive. Defaults to `4`.
|
|
3245
3257
|
:param pulumi.Input[builtins.float] y_axis_left_min: , `y_axis_left_max` - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
|
|
@@ -3268,6 +3280,8 @@ class OneDashboardPageWidgetAreaArgs:
|
|
|
3268
3280
|
pulumi.set(__self__, "null_values", null_values)
|
|
3269
3281
|
if refresh_rate is not None:
|
|
3270
3282
|
pulumi.set(__self__, "refresh_rate", refresh_rate)
|
|
3283
|
+
if tooltip is not None:
|
|
3284
|
+
pulumi.set(__self__, "tooltip", tooltip)
|
|
3271
3285
|
if units is not None:
|
|
3272
3286
|
pulumi.set(__self__, "units", units)
|
|
3273
3287
|
if width is not None:
|
|
@@ -3445,6 +3459,18 @@ class OneDashboardPageWidgetAreaArgs:
|
|
|
3445
3459
|
def refresh_rate(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
3446
3460
|
pulumi.set(self, "refresh_rate", value)
|
|
3447
3461
|
|
|
3462
|
+
@property
|
|
3463
|
+
@pulumi.getter
|
|
3464
|
+
def tooltip(self) -> Optional[pulumi.Input['OneDashboardPageWidgetAreaTooltipArgs']]:
|
|
3465
|
+
"""
|
|
3466
|
+
(Optional) A nested block that describes tooltip configuration for area, line, and stacked bar widgets. See Nested tooltip blocks below for details.
|
|
3467
|
+
"""
|
|
3468
|
+
return pulumi.get(self, "tooltip")
|
|
3469
|
+
|
|
3470
|
+
@tooltip.setter
|
|
3471
|
+
def tooltip(self, value: Optional[pulumi.Input['OneDashboardPageWidgetAreaTooltipArgs']]):
|
|
3472
|
+
pulumi.set(self, "tooltip", value)
|
|
3473
|
+
|
|
3448
3474
|
@property
|
|
3449
3475
|
@pulumi.getter
|
|
3450
3476
|
def units(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaUnitArgs']]]]:
|
|
@@ -3890,6 +3916,37 @@ class OneDashboardPageWidgetAreaNullValueSeriesOverrideArgs:
|
|
|
3890
3916
|
pulumi.set(self, "series_name", value)
|
|
3891
3917
|
|
|
3892
3918
|
|
|
3919
|
+
if not MYPY:
|
|
3920
|
+
class OneDashboardPageWidgetAreaTooltipArgsDict(TypedDict):
|
|
3921
|
+
mode: pulumi.Input[builtins.str]
|
|
3922
|
+
"""
|
|
3923
|
+
(Required) The tooltip display mode. Valid values are:
|
|
3924
|
+
"""
|
|
3925
|
+
elif False:
|
|
3926
|
+
OneDashboardPageWidgetAreaTooltipArgsDict: TypeAlias = Mapping[str, Any]
|
|
3927
|
+
|
|
3928
|
+
@pulumi.input_type
|
|
3929
|
+
class OneDashboardPageWidgetAreaTooltipArgs:
|
|
3930
|
+
def __init__(__self__, *,
|
|
3931
|
+
mode: pulumi.Input[builtins.str]):
|
|
3932
|
+
"""
|
|
3933
|
+
:param pulumi.Input[builtins.str] mode: (Required) The tooltip display mode. Valid values are:
|
|
3934
|
+
"""
|
|
3935
|
+
pulumi.set(__self__, "mode", mode)
|
|
3936
|
+
|
|
3937
|
+
@property
|
|
3938
|
+
@pulumi.getter
|
|
3939
|
+
def mode(self) -> pulumi.Input[builtins.str]:
|
|
3940
|
+
"""
|
|
3941
|
+
(Required) The tooltip display mode. Valid values are:
|
|
3942
|
+
"""
|
|
3943
|
+
return pulumi.get(self, "mode")
|
|
3944
|
+
|
|
3945
|
+
@mode.setter
|
|
3946
|
+
def mode(self, value: pulumi.Input[builtins.str]):
|
|
3947
|
+
pulumi.set(self, "mode", value)
|
|
3948
|
+
|
|
3949
|
+
|
|
3893
3950
|
if not MYPY:
|
|
3894
3951
|
class OneDashboardPageWidgetAreaUnitArgsDict(TypedDict):
|
|
3895
3952
|
series_overrides: NotRequired[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetAreaUnitSeriesOverrideArgsDict']]]]
|
|
@@ -10247,6 +10304,10 @@ if not MYPY:
|
|
|
10247
10304
|
"""
|
|
10248
10305
|
(Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The `threshold` attribute requires specifying the following attributes in a nested block -
|
|
10249
10306
|
"""
|
|
10307
|
+
tooltip: NotRequired[pulumi.Input['OneDashboardPageWidgetLineTooltipArgsDict']]
|
|
10308
|
+
"""
|
|
10309
|
+
(Optional) A nested block that describes tooltip configuration for area, line, and stacked bar widgets. See Nested tooltip blocks below for details.
|
|
10310
|
+
"""
|
|
10250
10311
|
units: NotRequired[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineUnitArgsDict']]]]
|
|
10251
10312
|
"""
|
|
10252
10313
|
(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
|
@@ -10290,6 +10351,7 @@ class OneDashboardPageWidgetLineArgs:
|
|
|
10290
10351
|
null_values: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineNullValueArgs']]]] = None,
|
|
10291
10352
|
refresh_rate: Optional[pulumi.Input[builtins.str]] = None,
|
|
10292
10353
|
thresholds: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineThresholdArgs']]]] = None,
|
|
10354
|
+
tooltip: Optional[pulumi.Input['OneDashboardPageWidgetLineTooltipArgs']] = None,
|
|
10293
10355
|
units: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineUnitArgs']]]] = None,
|
|
10294
10356
|
width: Optional[pulumi.Input[builtins.int]] = None,
|
|
10295
10357
|
y_axis_left_max: Optional[pulumi.Input[builtins.float]] = None,
|
|
@@ -10313,6 +10375,7 @@ class OneDashboardPageWidgetLineArgs:
|
|
|
10313
10375
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
|
10314
10376
|
:param pulumi.Input[builtins.str] refresh_rate: (Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are `auto` for default value, `0` for no refresh, `5000` for 5 seconds, `30000` for 30 seconds, `60000` for 60 seconds, `300000` for 5 minutes, `1800000` for 30 minutes, `3600000` for 60 minute, `10800000` for 3 hours, `43200000` for 12 hours and `86400000` for 24 hours.
|
|
10315
10377
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineThresholdArgs']]] thresholds: (Optional) An attribute that helps specify multiple thresholds, each inclusive of a range of values between which the threshold would need to function, the name of the threshold and its severity. Multiple thresholds can be defined in a table widget. The `threshold` attribute requires specifying the following attributes in a nested block -
|
|
10378
|
+
:param pulumi.Input['OneDashboardPageWidgetLineTooltipArgs'] tooltip: (Optional) A nested block that describes tooltip configuration for area, line, and stacked bar widgets. See Nested tooltip blocks below for details.
|
|
10316
10379
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
|
10317
10380
|
:param pulumi.Input[builtins.int] width: (Optional) Width of the widget. Valid values are `1` to `12` inclusive. Defaults to `4`.
|
|
10318
10381
|
:param pulumi.Input[builtins.float] y_axis_left_min: , `y_axis_left_max` - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
|
|
@@ -10347,6 +10410,8 @@ class OneDashboardPageWidgetLineArgs:
|
|
|
10347
10410
|
pulumi.set(__self__, "refresh_rate", refresh_rate)
|
|
10348
10411
|
if thresholds is not None:
|
|
10349
10412
|
pulumi.set(__self__, "thresholds", thresholds)
|
|
10413
|
+
if tooltip is not None:
|
|
10414
|
+
pulumi.set(__self__, "tooltip", tooltip)
|
|
10350
10415
|
if units is not None:
|
|
10351
10416
|
pulumi.set(__self__, "units", units)
|
|
10352
10417
|
if width is not None:
|
|
@@ -10552,6 +10617,18 @@ class OneDashboardPageWidgetLineArgs:
|
|
|
10552
10617
|
def thresholds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineThresholdArgs']]]]):
|
|
10553
10618
|
pulumi.set(self, "thresholds", value)
|
|
10554
10619
|
|
|
10620
|
+
@property
|
|
10621
|
+
@pulumi.getter
|
|
10622
|
+
def tooltip(self) -> Optional[pulumi.Input['OneDashboardPageWidgetLineTooltipArgs']]:
|
|
10623
|
+
"""
|
|
10624
|
+
(Optional) A nested block that describes tooltip configuration for area, line, and stacked bar widgets. See Nested tooltip blocks below for details.
|
|
10625
|
+
"""
|
|
10626
|
+
return pulumi.get(self, "tooltip")
|
|
10627
|
+
|
|
10628
|
+
@tooltip.setter
|
|
10629
|
+
def tooltip(self, value: Optional[pulumi.Input['OneDashboardPageWidgetLineTooltipArgs']]):
|
|
10630
|
+
pulumi.set(self, "tooltip", value)
|
|
10631
|
+
|
|
10555
10632
|
@property
|
|
10556
10633
|
@pulumi.getter
|
|
10557
10634
|
def units(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineUnitArgs']]]]:
|
|
@@ -11113,6 +11190,37 @@ class OneDashboardPageWidgetLineThresholdArgs:
|
|
|
11113
11190
|
pulumi.set(self, "to", value)
|
|
11114
11191
|
|
|
11115
11192
|
|
|
11193
|
+
if not MYPY:
|
|
11194
|
+
class OneDashboardPageWidgetLineTooltipArgsDict(TypedDict):
|
|
11195
|
+
mode: pulumi.Input[builtins.str]
|
|
11196
|
+
"""
|
|
11197
|
+
(Required) The tooltip display mode. Valid values are:
|
|
11198
|
+
"""
|
|
11199
|
+
elif False:
|
|
11200
|
+
OneDashboardPageWidgetLineTooltipArgsDict: TypeAlias = Mapping[str, Any]
|
|
11201
|
+
|
|
11202
|
+
@pulumi.input_type
|
|
11203
|
+
class OneDashboardPageWidgetLineTooltipArgs:
|
|
11204
|
+
def __init__(__self__, *,
|
|
11205
|
+
mode: pulumi.Input[builtins.str]):
|
|
11206
|
+
"""
|
|
11207
|
+
:param pulumi.Input[builtins.str] mode: (Required) The tooltip display mode. Valid values are:
|
|
11208
|
+
"""
|
|
11209
|
+
pulumi.set(__self__, "mode", mode)
|
|
11210
|
+
|
|
11211
|
+
@property
|
|
11212
|
+
@pulumi.getter
|
|
11213
|
+
def mode(self) -> pulumi.Input[builtins.str]:
|
|
11214
|
+
"""
|
|
11215
|
+
(Required) The tooltip display mode. Valid values are:
|
|
11216
|
+
"""
|
|
11217
|
+
return pulumi.get(self, "mode")
|
|
11218
|
+
|
|
11219
|
+
@mode.setter
|
|
11220
|
+
def mode(self, value: pulumi.Input[builtins.str]):
|
|
11221
|
+
pulumi.set(self, "mode", value)
|
|
11222
|
+
|
|
11223
|
+
|
|
11116
11224
|
if not MYPY:
|
|
11117
11225
|
class OneDashboardPageWidgetLineUnitArgsDict(TypedDict):
|
|
11118
11226
|
series_overrides: NotRequired[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetLineUnitSeriesOverrideArgsDict']]]]
|
|
@@ -13948,6 +14056,10 @@ if not MYPY:
|
|
|
13948
14056
|
"""
|
|
13949
14057
|
(Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are `auto` for default value, `0` for no refresh, `5000` for 5 seconds, `30000` for 30 seconds, `60000` for 60 seconds, `300000` for 5 minutes, `1800000` for 30 minutes, `3600000` for 60 minute, `10800000` for 3 hours, `43200000` for 12 hours and `86400000` for 24 hours.
|
|
13950
14058
|
"""
|
|
14059
|
+
tooltip: NotRequired[pulumi.Input['OneDashboardPageWidgetStackedBarTooltipArgsDict']]
|
|
14060
|
+
"""
|
|
14061
|
+
(Optional) A nested block that describes tooltip configuration for area, line, and stacked bar widgets. See Nested tooltip blocks below for details.
|
|
14062
|
+
"""
|
|
13951
14063
|
units: NotRequired[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarUnitArgsDict']]]]
|
|
13952
14064
|
"""
|
|
13953
14065
|
(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
|
@@ -13981,6 +14093,7 @@ class OneDashboardPageWidgetStackedBarArgs:
|
|
|
13981
14093
|
legend_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
13982
14094
|
null_values: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarNullValueArgs']]]] = None,
|
|
13983
14095
|
refresh_rate: Optional[pulumi.Input[builtins.str]] = None,
|
|
14096
|
+
tooltip: Optional[pulumi.Input['OneDashboardPageWidgetStackedBarTooltipArgs']] = None,
|
|
13984
14097
|
units: Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarUnitArgs']]]] = None,
|
|
13985
14098
|
width: Optional[pulumi.Input[builtins.int]] = None,
|
|
13986
14099
|
y_axis_left_max: Optional[pulumi.Input[builtins.float]] = None,
|
|
@@ -14000,6 +14113,7 @@ class OneDashboardPageWidgetStackedBarArgs:
|
|
|
14000
14113
|
:param pulumi.Input[builtins.bool] legend_enabled: (Optional) With this turned on, the legend will be displayed. Defaults to `true`.
|
|
14001
14114
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarNullValueArgs']]] null_values: (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
|
|
14002
14115
|
:param pulumi.Input[builtins.str] refresh_rate: (Optional) This attribute determines the frequency for data refresh specified in milliseconds. Accepted values are `auto` for default value, `0` for no refresh, `5000` for 5 seconds, `30000` for 30 seconds, `60000` for 60 seconds, `300000` for 5 minutes, `1800000` for 30 minutes, `3600000` for 60 minute, `10800000` for 3 hours, `43200000` for 12 hours and `86400000` for 24 hours.
|
|
14116
|
+
:param pulumi.Input['OneDashboardPageWidgetStackedBarTooltipArgs'] tooltip: (Optional) A nested block that describes tooltip configuration for area, line, and stacked bar widgets. See Nested tooltip blocks below for details.
|
|
14003
14117
|
:param pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarUnitArgs']]] units: (Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.
|
|
14004
14118
|
:param pulumi.Input[builtins.int] width: (Optional) Width of the widget. Valid values are `1` to `12` inclusive. Defaults to `4`.
|
|
14005
14119
|
:param pulumi.Input[builtins.float] y_axis_left_min: , `y_axis_left_max` - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.
|
|
@@ -14028,6 +14142,8 @@ class OneDashboardPageWidgetStackedBarArgs:
|
|
|
14028
14142
|
pulumi.set(__self__, "null_values", null_values)
|
|
14029
14143
|
if refresh_rate is not None:
|
|
14030
14144
|
pulumi.set(__self__, "refresh_rate", refresh_rate)
|
|
14145
|
+
if tooltip is not None:
|
|
14146
|
+
pulumi.set(__self__, "tooltip", tooltip)
|
|
14031
14147
|
if units is not None:
|
|
14032
14148
|
pulumi.set(__self__, "units", units)
|
|
14033
14149
|
if width is not None:
|
|
@@ -14205,6 +14321,18 @@ class OneDashboardPageWidgetStackedBarArgs:
|
|
|
14205
14321
|
def refresh_rate(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
14206
14322
|
pulumi.set(self, "refresh_rate", value)
|
|
14207
14323
|
|
|
14324
|
+
@property
|
|
14325
|
+
@pulumi.getter
|
|
14326
|
+
def tooltip(self) -> Optional[pulumi.Input['OneDashboardPageWidgetStackedBarTooltipArgs']]:
|
|
14327
|
+
"""
|
|
14328
|
+
(Optional) A nested block that describes tooltip configuration for area, line, and stacked bar widgets. See Nested tooltip blocks below for details.
|
|
14329
|
+
"""
|
|
14330
|
+
return pulumi.get(self, "tooltip")
|
|
14331
|
+
|
|
14332
|
+
@tooltip.setter
|
|
14333
|
+
def tooltip(self, value: Optional[pulumi.Input['OneDashboardPageWidgetStackedBarTooltipArgs']]):
|
|
14334
|
+
pulumi.set(self, "tooltip", value)
|
|
14335
|
+
|
|
14208
14336
|
@property
|
|
14209
14337
|
@pulumi.getter
|
|
14210
14338
|
def units(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarUnitArgs']]]]:
|
|
@@ -14650,6 +14778,37 @@ class OneDashboardPageWidgetStackedBarNullValueSeriesOverrideArgs:
|
|
|
14650
14778
|
pulumi.set(self, "series_name", value)
|
|
14651
14779
|
|
|
14652
14780
|
|
|
14781
|
+
if not MYPY:
|
|
14782
|
+
class OneDashboardPageWidgetStackedBarTooltipArgsDict(TypedDict):
|
|
14783
|
+
mode: pulumi.Input[builtins.str]
|
|
14784
|
+
"""
|
|
14785
|
+
(Required) The tooltip display mode. Valid values are:
|
|
14786
|
+
"""
|
|
14787
|
+
elif False:
|
|
14788
|
+
OneDashboardPageWidgetStackedBarTooltipArgsDict: TypeAlias = Mapping[str, Any]
|
|
14789
|
+
|
|
14790
|
+
@pulumi.input_type
|
|
14791
|
+
class OneDashboardPageWidgetStackedBarTooltipArgs:
|
|
14792
|
+
def __init__(__self__, *,
|
|
14793
|
+
mode: pulumi.Input[builtins.str]):
|
|
14794
|
+
"""
|
|
14795
|
+
:param pulumi.Input[builtins.str] mode: (Required) The tooltip display mode. Valid values are:
|
|
14796
|
+
"""
|
|
14797
|
+
pulumi.set(__self__, "mode", mode)
|
|
14798
|
+
|
|
14799
|
+
@property
|
|
14800
|
+
@pulumi.getter
|
|
14801
|
+
def mode(self) -> pulumi.Input[builtins.str]:
|
|
14802
|
+
"""
|
|
14803
|
+
(Required) The tooltip display mode. Valid values are:
|
|
14804
|
+
"""
|
|
14805
|
+
return pulumi.get(self, "mode")
|
|
14806
|
+
|
|
14807
|
+
@mode.setter
|
|
14808
|
+
def mode(self, value: pulumi.Input[builtins.str]):
|
|
14809
|
+
pulumi.set(self, "mode", value)
|
|
14810
|
+
|
|
14811
|
+
|
|
14653
14812
|
if not MYPY:
|
|
14654
14813
|
class OneDashboardPageWidgetStackedBarUnitArgsDict(TypedDict):
|
|
14655
14814
|
series_overrides: NotRequired[pulumi.Input[Sequence[pulumi.Input['OneDashboardPageWidgetStackedBarUnitSeriesOverrideArgsDict']]]]
|
|
@@ -17102,7 +17261,7 @@ if not MYPY:
|
|
|
17102
17261
|
"""
|
|
17103
17262
|
type: NotRequired[pulumi.Input[builtins.str]]
|
|
17104
17263
|
"""
|
|
17105
|
-
(Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA, MICROSOFT_TEAMS).
|
|
17264
|
+
(Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
|
|
17106
17265
|
"""
|
|
17107
17266
|
update_original_message: NotRequired[pulumi.Input[builtins.bool]]
|
|
17108
17267
|
"""
|
|
@@ -17123,7 +17282,7 @@ class WorkflowDestinationArgs:
|
|
|
17123
17282
|
:param pulumi.Input[builtins.str] channel_id: (Required) Destination's channel id.
|
|
17124
17283
|
:param pulumi.Input[builtins.str] name: The name of the workflow.
|
|
17125
17284
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] notification_triggers: List of triggers to notify about in this destination configuration.
|
|
17126
|
-
:param pulumi.Input[builtins.str] type: (Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA, MICROSOFT_TEAMS).
|
|
17285
|
+
:param pulumi.Input[builtins.str] type: (Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
|
|
17127
17286
|
:param pulumi.Input[builtins.bool] update_original_message: Update original notification message (Slack channels only)
|
|
17128
17287
|
"""
|
|
17129
17288
|
pulumi.set(__self__, "channel_id", channel_id)
|
|
@@ -17176,7 +17335,7 @@ class WorkflowDestinationArgs:
|
|
|
17176
17335
|
@pulumi.getter
|
|
17177
17336
|
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
17178
17337
|
"""
|
|
17179
|
-
(Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA, MICROSOFT_TEAMS).
|
|
17338
|
+
(Required) The type of the destination. One of: (EMAIL, EVENT_BRIDGE, PAGERDUTY_ACCOUNT_INTEGRATION, PAGERDUTY_SERVICE_INTEGRATION, SERVICE_NOW, SERVICE_NOW_APP, WEBHOOK, MOBILE_PUSH, SLACK, JIRA, MICROSOFT_TEAMS, WORKFLOW_AUTOMATION).
|
|
17180
17339
|
"""
|
|
17181
17340
|
return pulumi.get(self, "type")
|
|
17182
17341
|
|
{pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/_inputs.py
RENAMED
|
@@ -66,6 +66,8 @@ __all__ = [
|
|
|
66
66
|
'AwsIntegrationsAwsAppSyncArgsDict',
|
|
67
67
|
'AwsIntegrationsAwsAthenaArgs',
|
|
68
68
|
'AwsIntegrationsAwsAthenaArgsDict',
|
|
69
|
+
'AwsIntegrationsAwsAutoDiscoveryArgs',
|
|
70
|
+
'AwsIntegrationsAwsAutoDiscoveryArgsDict',
|
|
69
71
|
'AwsIntegrationsAwsCognitoArgs',
|
|
70
72
|
'AwsIntegrationsAwsCognitoArgsDict',
|
|
71
73
|
'AwsIntegrationsAwsConnectArgs',
|
|
@@ -2620,6 +2622,58 @@ class AwsIntegrationsAwsAthenaArgs:
|
|
|
2620
2622
|
pulumi.set(self, "metrics_polling_interval", value)
|
|
2621
2623
|
|
|
2622
2624
|
|
|
2625
|
+
if not MYPY:
|
|
2626
|
+
class AwsIntegrationsAwsAutoDiscoveryArgsDict(TypedDict):
|
|
2627
|
+
aws_regions: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2628
|
+
"""
|
|
2629
|
+
Specify each AWS region that includes the resources that you want to monitor.
|
|
2630
|
+
"""
|
|
2631
|
+
metrics_polling_interval: NotRequired[pulumi.Input[builtins.int]]
|
|
2632
|
+
"""
|
|
2633
|
+
The data polling interval in seconds.
|
|
2634
|
+
"""
|
|
2635
|
+
elif False:
|
|
2636
|
+
AwsIntegrationsAwsAutoDiscoveryArgsDict: TypeAlias = Mapping[str, Any]
|
|
2637
|
+
|
|
2638
|
+
@pulumi.input_type
|
|
2639
|
+
class AwsIntegrationsAwsAutoDiscoveryArgs:
|
|
2640
|
+
def __init__(__self__, *,
|
|
2641
|
+
aws_regions: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2642
|
+
metrics_polling_interval: Optional[pulumi.Input[builtins.int]] = None):
|
|
2643
|
+
"""
|
|
2644
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
|
|
2645
|
+
:param pulumi.Input[builtins.int] metrics_polling_interval: The data polling interval in seconds.
|
|
2646
|
+
"""
|
|
2647
|
+
if aws_regions is not None:
|
|
2648
|
+
pulumi.set(__self__, "aws_regions", aws_regions)
|
|
2649
|
+
if metrics_polling_interval is not None:
|
|
2650
|
+
pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
|
|
2651
|
+
|
|
2652
|
+
@property
|
|
2653
|
+
@pulumi.getter(name="awsRegions")
|
|
2654
|
+
def aws_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2655
|
+
"""
|
|
2656
|
+
Specify each AWS region that includes the resources that you want to monitor.
|
|
2657
|
+
"""
|
|
2658
|
+
return pulumi.get(self, "aws_regions")
|
|
2659
|
+
|
|
2660
|
+
@aws_regions.setter
|
|
2661
|
+
def aws_regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2662
|
+
pulumi.set(self, "aws_regions", value)
|
|
2663
|
+
|
|
2664
|
+
@property
|
|
2665
|
+
@pulumi.getter(name="metricsPollingInterval")
|
|
2666
|
+
def metrics_polling_interval(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2667
|
+
"""
|
|
2668
|
+
The data polling interval in seconds.
|
|
2669
|
+
"""
|
|
2670
|
+
return pulumi.get(self, "metrics_polling_interval")
|
|
2671
|
+
|
|
2672
|
+
@metrics_polling_interval.setter
|
|
2673
|
+
def metrics_polling_interval(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2674
|
+
pulumi.set(self, "metrics_polling_interval", value)
|
|
2675
|
+
|
|
2676
|
+
|
|
2623
2677
|
if not MYPY:
|
|
2624
2678
|
class AwsIntegrationsAwsCognitoArgsDict(TypedDict):
|
|
2625
2679
|
aws_regions: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
@@ -29,6 +29,7 @@ class AwsIntegrationsArgs:
|
|
|
29
29
|
auto_scaling: Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']] = None,
|
|
30
30
|
aws_app_sync: Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']] = None,
|
|
31
31
|
aws_athena: Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']] = None,
|
|
32
|
+
aws_auto_discovery: Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']] = None,
|
|
32
33
|
aws_cognito: Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']] = None,
|
|
33
34
|
aws_connect: Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']] = None,
|
|
34
35
|
aws_direct_connect: Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']] = None,
|
|
@@ -85,6 +86,7 @@ class AwsIntegrationsArgs:
|
|
|
85
86
|
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling: AutoScaling integration
|
|
86
87
|
:param pulumi.Input['AwsIntegrationsAwsAppSyncArgs'] aws_app_sync: Aws Appsync integration
|
|
87
88
|
:param pulumi.Input['AwsIntegrationsAwsAthenaArgs'] aws_athena: Aws Athena integration
|
|
89
|
+
:param pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs'] aws_auto_discovery: Aws Auto Discovery Integration
|
|
88
90
|
:param pulumi.Input['AwsIntegrationsAwsCognitoArgs'] aws_cognito: Aws Cognito integration
|
|
89
91
|
:param pulumi.Input['AwsIntegrationsAwsConnectArgs'] aws_connect: Aws Connect integration
|
|
90
92
|
:param pulumi.Input['AwsIntegrationsAwsDirectConnectArgs'] aws_direct_connect: Aws Direct Connect integration
|
|
@@ -146,6 +148,8 @@ class AwsIntegrationsArgs:
|
|
|
146
148
|
pulumi.set(__self__, "aws_app_sync", aws_app_sync)
|
|
147
149
|
if aws_athena is not None:
|
|
148
150
|
pulumi.set(__self__, "aws_athena", aws_athena)
|
|
151
|
+
if aws_auto_discovery is not None:
|
|
152
|
+
pulumi.set(__self__, "aws_auto_discovery", aws_auto_discovery)
|
|
149
153
|
if aws_cognito is not None:
|
|
150
154
|
pulumi.set(__self__, "aws_cognito", aws_cognito)
|
|
151
155
|
if aws_connect is not None:
|
|
@@ -325,6 +329,18 @@ class AwsIntegrationsArgs:
|
|
|
325
329
|
def aws_athena(self, value: Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']]):
|
|
326
330
|
pulumi.set(self, "aws_athena", value)
|
|
327
331
|
|
|
332
|
+
@property
|
|
333
|
+
@pulumi.getter(name="awsAutoDiscovery")
|
|
334
|
+
def aws_auto_discovery(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']]:
|
|
335
|
+
"""
|
|
336
|
+
Aws Auto Discovery Integration
|
|
337
|
+
"""
|
|
338
|
+
return pulumi.get(self, "aws_auto_discovery")
|
|
339
|
+
|
|
340
|
+
@aws_auto_discovery.setter
|
|
341
|
+
def aws_auto_discovery(self, value: Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']]):
|
|
342
|
+
pulumi.set(self, "aws_auto_discovery", value)
|
|
343
|
+
|
|
328
344
|
@property
|
|
329
345
|
@pulumi.getter(name="awsCognito")
|
|
330
346
|
def aws_cognito(self) -> Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']]:
|
|
@@ -899,6 +915,7 @@ class _AwsIntegrationsState:
|
|
|
899
915
|
auto_scaling: Optional[pulumi.Input['AwsIntegrationsAutoScalingArgs']] = None,
|
|
900
916
|
aws_app_sync: Optional[pulumi.Input['AwsIntegrationsAwsAppSyncArgs']] = None,
|
|
901
917
|
aws_athena: Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']] = None,
|
|
918
|
+
aws_auto_discovery: Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']] = None,
|
|
902
919
|
aws_cognito: Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']] = None,
|
|
903
920
|
aws_connect: Optional[pulumi.Input['AwsIntegrationsAwsConnectArgs']] = None,
|
|
904
921
|
aws_direct_connect: Optional[pulumi.Input['AwsIntegrationsAwsDirectConnectArgs']] = None,
|
|
@@ -955,6 +972,7 @@ class _AwsIntegrationsState:
|
|
|
955
972
|
:param pulumi.Input['AwsIntegrationsAutoScalingArgs'] auto_scaling: AutoScaling integration
|
|
956
973
|
:param pulumi.Input['AwsIntegrationsAwsAppSyncArgs'] aws_app_sync: Aws Appsync integration
|
|
957
974
|
:param pulumi.Input['AwsIntegrationsAwsAthenaArgs'] aws_athena: Aws Athena integration
|
|
975
|
+
:param pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs'] aws_auto_discovery: Aws Auto Discovery Integration
|
|
958
976
|
:param pulumi.Input['AwsIntegrationsAwsCognitoArgs'] aws_cognito: Aws Cognito integration
|
|
959
977
|
:param pulumi.Input['AwsIntegrationsAwsConnectArgs'] aws_connect: Aws Connect integration
|
|
960
978
|
:param pulumi.Input['AwsIntegrationsAwsDirectConnectArgs'] aws_direct_connect: Aws Direct Connect integration
|
|
@@ -1016,6 +1034,8 @@ class _AwsIntegrationsState:
|
|
|
1016
1034
|
pulumi.set(__self__, "aws_app_sync", aws_app_sync)
|
|
1017
1035
|
if aws_athena is not None:
|
|
1018
1036
|
pulumi.set(__self__, "aws_athena", aws_athena)
|
|
1037
|
+
if aws_auto_discovery is not None:
|
|
1038
|
+
pulumi.set(__self__, "aws_auto_discovery", aws_auto_discovery)
|
|
1019
1039
|
if aws_cognito is not None:
|
|
1020
1040
|
pulumi.set(__self__, "aws_cognito", aws_cognito)
|
|
1021
1041
|
if aws_connect is not None:
|
|
@@ -1185,6 +1205,18 @@ class _AwsIntegrationsState:
|
|
|
1185
1205
|
def aws_athena(self, value: Optional[pulumi.Input['AwsIntegrationsAwsAthenaArgs']]):
|
|
1186
1206
|
pulumi.set(self, "aws_athena", value)
|
|
1187
1207
|
|
|
1208
|
+
@property
|
|
1209
|
+
@pulumi.getter(name="awsAutoDiscovery")
|
|
1210
|
+
def aws_auto_discovery(self) -> Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']]:
|
|
1211
|
+
"""
|
|
1212
|
+
Aws Auto Discovery Integration
|
|
1213
|
+
"""
|
|
1214
|
+
return pulumi.get(self, "aws_auto_discovery")
|
|
1215
|
+
|
|
1216
|
+
@aws_auto_discovery.setter
|
|
1217
|
+
def aws_auto_discovery(self, value: Optional[pulumi.Input['AwsIntegrationsAwsAutoDiscoveryArgs']]):
|
|
1218
|
+
pulumi.set(self, "aws_auto_discovery", value)
|
|
1219
|
+
|
|
1188
1220
|
@property
|
|
1189
1221
|
@pulumi.getter(name="awsCognito")
|
|
1190
1222
|
def aws_cognito(self) -> Optional[pulumi.Input['AwsIntegrationsAwsCognitoArgs']]:
|
|
@@ -1774,6 +1806,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
1774
1806
|
auto_scaling: Optional[pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']]] = None,
|
|
1775
1807
|
aws_app_sync: Optional[pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']]] = None,
|
|
1776
1808
|
aws_athena: Optional[pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']]] = None,
|
|
1809
|
+
aws_auto_discovery: Optional[pulumi.Input[Union['AwsIntegrationsAwsAutoDiscoveryArgs', 'AwsIntegrationsAwsAutoDiscoveryArgsDict']]] = None,
|
|
1777
1810
|
aws_cognito: Optional[pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']]] = None,
|
|
1778
1811
|
aws_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']]] = None,
|
|
1779
1812
|
aws_direct_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']]] = None,
|
|
@@ -1842,6 +1875,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
1842
1875
|
:param pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']] auto_scaling: AutoScaling integration
|
|
1843
1876
|
:param pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']] aws_app_sync: Aws Appsync integration
|
|
1844
1877
|
:param pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']] aws_athena: Aws Athena integration
|
|
1878
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAutoDiscoveryArgs', 'AwsIntegrationsAwsAutoDiscoveryArgsDict']] aws_auto_discovery: Aws Auto Discovery Integration
|
|
1845
1879
|
:param pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']] aws_cognito: Aws Cognito integration
|
|
1846
1880
|
:param pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']] aws_connect: Aws Connect integration
|
|
1847
1881
|
:param pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']] aws_direct_connect: Aws Direct Connect integration
|
|
@@ -1929,6 +1963,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
1929
1963
|
auto_scaling: Optional[pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']]] = None,
|
|
1930
1964
|
aws_app_sync: Optional[pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']]] = None,
|
|
1931
1965
|
aws_athena: Optional[pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']]] = None,
|
|
1966
|
+
aws_auto_discovery: Optional[pulumi.Input[Union['AwsIntegrationsAwsAutoDiscoveryArgs', 'AwsIntegrationsAwsAutoDiscoveryArgsDict']]] = None,
|
|
1932
1967
|
aws_cognito: Optional[pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']]] = None,
|
|
1933
1968
|
aws_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']]] = None,
|
|
1934
1969
|
aws_direct_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']]] = None,
|
|
@@ -1992,6 +2027,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
1992
2027
|
__props__.__dict__["auto_scaling"] = auto_scaling
|
|
1993
2028
|
__props__.__dict__["aws_app_sync"] = aws_app_sync
|
|
1994
2029
|
__props__.__dict__["aws_athena"] = aws_athena
|
|
2030
|
+
__props__.__dict__["aws_auto_discovery"] = aws_auto_discovery
|
|
1995
2031
|
__props__.__dict__["aws_cognito"] = aws_cognito
|
|
1996
2032
|
__props__.__dict__["aws_connect"] = aws_connect
|
|
1997
2033
|
__props__.__dict__["aws_direct_connect"] = aws_direct_connect
|
|
@@ -2058,6 +2094,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
2058
2094
|
auto_scaling: Optional[pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']]] = None,
|
|
2059
2095
|
aws_app_sync: Optional[pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']]] = None,
|
|
2060
2096
|
aws_athena: Optional[pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']]] = None,
|
|
2097
|
+
aws_auto_discovery: Optional[pulumi.Input[Union['AwsIntegrationsAwsAutoDiscoveryArgs', 'AwsIntegrationsAwsAutoDiscoveryArgsDict']]] = None,
|
|
2061
2098
|
aws_cognito: Optional[pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']]] = None,
|
|
2062
2099
|
aws_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']]] = None,
|
|
2063
2100
|
aws_direct_connect: Optional[pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']]] = None,
|
|
@@ -2119,6 +2156,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
2119
2156
|
:param pulumi.Input[Union['AwsIntegrationsAutoScalingArgs', 'AwsIntegrationsAutoScalingArgsDict']] auto_scaling: AutoScaling integration
|
|
2120
2157
|
:param pulumi.Input[Union['AwsIntegrationsAwsAppSyncArgs', 'AwsIntegrationsAwsAppSyncArgsDict']] aws_app_sync: Aws Appsync integration
|
|
2121
2158
|
:param pulumi.Input[Union['AwsIntegrationsAwsAthenaArgs', 'AwsIntegrationsAwsAthenaArgsDict']] aws_athena: Aws Athena integration
|
|
2159
|
+
:param pulumi.Input[Union['AwsIntegrationsAwsAutoDiscoveryArgs', 'AwsIntegrationsAwsAutoDiscoveryArgsDict']] aws_auto_discovery: Aws Auto Discovery Integration
|
|
2122
2160
|
:param pulumi.Input[Union['AwsIntegrationsAwsCognitoArgs', 'AwsIntegrationsAwsCognitoArgsDict']] aws_cognito: Aws Cognito integration
|
|
2123
2161
|
:param pulumi.Input[Union['AwsIntegrationsAwsConnectArgs', 'AwsIntegrationsAwsConnectArgsDict']] aws_connect: Aws Connect integration
|
|
2124
2162
|
:param pulumi.Input[Union['AwsIntegrationsAwsDirectConnectArgs', 'AwsIntegrationsAwsDirectConnectArgsDict']] aws_direct_connect: Aws Direct Connect integration
|
|
@@ -2178,6 +2216,7 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
2178
2216
|
__props__.__dict__["auto_scaling"] = auto_scaling
|
|
2179
2217
|
__props__.__dict__["aws_app_sync"] = aws_app_sync
|
|
2180
2218
|
__props__.__dict__["aws_athena"] = aws_athena
|
|
2219
|
+
__props__.__dict__["aws_auto_discovery"] = aws_auto_discovery
|
|
2181
2220
|
__props__.__dict__["aws_cognito"] = aws_cognito
|
|
2182
2221
|
__props__.__dict__["aws_connect"] = aws_connect
|
|
2183
2222
|
__props__.__dict__["aws_direct_connect"] = aws_direct_connect
|
|
@@ -2276,6 +2315,14 @@ class AwsIntegrations(pulumi.CustomResource):
|
|
|
2276
2315
|
"""
|
|
2277
2316
|
return pulumi.get(self, "aws_athena")
|
|
2278
2317
|
|
|
2318
|
+
@property
|
|
2319
|
+
@pulumi.getter(name="awsAutoDiscovery")
|
|
2320
|
+
def aws_auto_discovery(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsAutoDiscovery']]:
|
|
2321
|
+
"""
|
|
2322
|
+
Aws Auto Discovery Integration
|
|
2323
|
+
"""
|
|
2324
|
+
return pulumi.get(self, "aws_auto_discovery")
|
|
2325
|
+
|
|
2279
2326
|
@property
|
|
2280
2327
|
@pulumi.getter(name="awsCognito")
|
|
2281
2328
|
def aws_cognito(self) -> pulumi.Output[Optional['outputs.AwsIntegrationsAwsCognito']]:
|
{pulumi_newrelic-5.47.0a1750228491 → pulumi_newrelic-5.48.0}/pulumi_newrelic/cloud/outputs.py
RENAMED
|
@@ -41,6 +41,7 @@ __all__ = [
|
|
|
41
41
|
'AwsIntegrationsAutoScaling',
|
|
42
42
|
'AwsIntegrationsAwsAppSync',
|
|
43
43
|
'AwsIntegrationsAwsAthena',
|
|
44
|
+
'AwsIntegrationsAwsAutoDiscovery',
|
|
44
45
|
'AwsIntegrationsAwsCognito',
|
|
45
46
|
'AwsIntegrationsAwsConnect',
|
|
46
47
|
'AwsIntegrationsAwsDirectConnect',
|
|
@@ -2126,6 +2127,56 @@ class AwsIntegrationsAwsAthena(dict):
|
|
|
2126
2127
|
return pulumi.get(self, "metrics_polling_interval")
|
|
2127
2128
|
|
|
2128
2129
|
|
|
2130
|
+
@pulumi.output_type
|
|
2131
|
+
class AwsIntegrationsAwsAutoDiscovery(dict):
|
|
2132
|
+
@staticmethod
|
|
2133
|
+
def __key_warning(key: str):
|
|
2134
|
+
suggest = None
|
|
2135
|
+
if key == "awsRegions":
|
|
2136
|
+
suggest = "aws_regions"
|
|
2137
|
+
elif key == "metricsPollingInterval":
|
|
2138
|
+
suggest = "metrics_polling_interval"
|
|
2139
|
+
|
|
2140
|
+
if suggest:
|
|
2141
|
+
pulumi.log.warn(f"Key '{key}' not found in AwsIntegrationsAwsAutoDiscovery. Access the value via the '{suggest}' property getter instead.")
|
|
2142
|
+
|
|
2143
|
+
def __getitem__(self, key: str) -> Any:
|
|
2144
|
+
AwsIntegrationsAwsAutoDiscovery.__key_warning(key)
|
|
2145
|
+
return super().__getitem__(key)
|
|
2146
|
+
|
|
2147
|
+
def get(self, key: str, default = None) -> Any:
|
|
2148
|
+
AwsIntegrationsAwsAutoDiscovery.__key_warning(key)
|
|
2149
|
+
return super().get(key, default)
|
|
2150
|
+
|
|
2151
|
+
def __init__(__self__, *,
|
|
2152
|
+
aws_regions: Optional[Sequence[builtins.str]] = None,
|
|
2153
|
+
metrics_polling_interval: Optional[builtins.int] = None):
|
|
2154
|
+
"""
|
|
2155
|
+
:param Sequence[builtins.str] aws_regions: Specify each AWS region that includes the resources that you want to monitor.
|
|
2156
|
+
:param builtins.int metrics_polling_interval: The data polling interval in seconds.
|
|
2157
|
+
"""
|
|
2158
|
+
if aws_regions is not None:
|
|
2159
|
+
pulumi.set(__self__, "aws_regions", aws_regions)
|
|
2160
|
+
if metrics_polling_interval is not None:
|
|
2161
|
+
pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
|
|
2162
|
+
|
|
2163
|
+
@property
|
|
2164
|
+
@pulumi.getter(name="awsRegions")
|
|
2165
|
+
def aws_regions(self) -> Optional[Sequence[builtins.str]]:
|
|
2166
|
+
"""
|
|
2167
|
+
Specify each AWS region that includes the resources that you want to monitor.
|
|
2168
|
+
"""
|
|
2169
|
+
return pulumi.get(self, "aws_regions")
|
|
2170
|
+
|
|
2171
|
+
@property
|
|
2172
|
+
@pulumi.getter(name="metricsPollingInterval")
|
|
2173
|
+
def metrics_polling_interval(self) -> Optional[builtins.int]:
|
|
2174
|
+
"""
|
|
2175
|
+
The data polling interval in seconds.
|
|
2176
|
+
"""
|
|
2177
|
+
return pulumi.get(self, "metrics_polling_interval")
|
|
2178
|
+
|
|
2179
|
+
|
|
2129
2180
|
@pulumi.output_type
|
|
2130
2181
|
class AwsIntegrationsAwsCognito(dict):
|
|
2131
2182
|
@staticmethod
|
|
@@ -120,7 +120,7 @@ class GetNotificationDestinationResult:
|
|
|
120
120
|
@pulumi.getter
|
|
121
121
|
def type(self) -> builtins.str:
|
|
122
122
|
"""
|
|
123
|
-
The notification destination type, either: `EMAIL`, `SERVICE_NOW`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `PAGERDUTY_SERVICE_INTEGRATION`, `SLACK`, `SLACK_COLLABORATION` and `
|
|
123
|
+
The notification destination type, either: `EMAIL`, `SERVICE_NOW`, `SERVICE_NOW_APP`, `WEBHOOK`, `JIRA`, `MOBILE_PUSH`, `EVENT_BRIDGE`, `PAGERDUTY_ACCOUNT_INTEGRATION` or `PAGERDUTY_SERVICE_INTEGRATION`, `SLACK`, `SLACK_COLLABORATION`, `MICROSOFT_TEAMS` and `WORKFLOW_AUTOMATION`.
|
|
124
124
|
"""
|
|
125
125
|
return pulumi.get(self, "type")
|
|
126
126
|
|