pulumi-newrelic 5.55.0a1760077761__tar.gz → 5.58.0a1762844926__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.
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/PKG-INFO +1 -1
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/_inputs.py +21 -1
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/alert_channel.py +6 -6
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/_inputs.py +54 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/aws_govcloud_integrations.py +4 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/azure_integrations.py +47 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/oci_link_account.py +6 -60
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/outputs.py +51 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/entity_tags.py +56 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_alert_channel.py +4 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_alert_policy.py +4 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/notification_channel.py +44 -44
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/nrql_alert_condition.py +49 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/one_dashboard_raw.py +24 -24
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/outputs.py +15 -1
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/pulumi-plugin.json +1 -1
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic.egg-info/PKG-INFO +1 -1
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pyproject.toml +1 -1
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/README.md +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/__init__.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/_utilities.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/account_management.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/alert_condition.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/alert_muting_rule.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/alert_policy.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/alert_policy_channel.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/api_access_key.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/browser_application.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/__init__.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/aws_govcloud_link_account.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/aws_integrations.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/aws_link_account.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/azure_link_account.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/gcp_integrations.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/cloud/gcp_link_account.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/config/__init__.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/config/__init__.pyi +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/config/vars.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/data_partition_rule.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/events_to_metrics_rule.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_account.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_application.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_authentication_domain.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_cloud_account.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_entity.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_group.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_key_transaction.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_notification_destination.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_obfuscation_expression.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_service_level_alert_helper.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_test_grok_pattern.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/get_user.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/group.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/infra_alert_condition.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/insights/__init__.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/insights/_inputs.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/insights/event.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/insights/outputs.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/key_transaction.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/log_parsing_rule.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/monitor_downtime.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/notification_destination.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/nrql_drop_rule.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/obfuscation_expression.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/obfuscation_rule.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/one_dashboard.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/one_dashboard_json.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/pipeline_cloud_rule.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/plugins/__init__.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/plugins/_inputs.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/plugins/application_settings.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/plugins/outputs.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/plugins/workload.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/provider.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/py.typed +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/service_level.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/__init__.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/_inputs.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/alert_condition.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/broken_links_monitor.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/cert_check_monitor.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/get_private_location.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/get_secure_credential.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/monitor.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/multi_location_alert_condition.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/outputs.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/private_location.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/script_monitor.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/secure_credential.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/synthetics/step_monitor.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/user.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/workflow.py +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic.egg-info/SOURCES.txt +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic.egg-info/dependency_links.txt +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic.egg-info/requires.txt +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic.egg-info/top_level.txt +0 -0
- {pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/setup.cfg +0 -0
{pulumi_newrelic-5.55.0a1760077761 → pulumi_newrelic-5.58.0a1762844926}/pulumi_newrelic/_inputs.py
RENAMED
|
@@ -16802,6 +16802,10 @@ if not MYPY:
|
|
|
16802
16802
|
"""
|
|
16803
16803
|
(Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
|
|
16804
16804
|
"""
|
|
16805
|
+
show_apply_action: NotRequired[pulumi.Input[_builtins.bool]]
|
|
16806
|
+
"""
|
|
16807
|
+
(Optional) When multi-selection is enabled (`is_multi_selection = true`), displays an "Apply" button that allows users to confirm and apply their selected values to the dashboard.
|
|
16808
|
+
"""
|
|
16805
16809
|
elif False:
|
|
16806
16810
|
OneDashboardVariableOptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
16807
16811
|
|
|
@@ -16809,15 +16813,19 @@ elif False:
|
|
|
16809
16813
|
class OneDashboardVariableOptionArgs:
|
|
16810
16814
|
def __init__(__self__, *,
|
|
16811
16815
|
excluded: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
16812
|
-
ignore_time_range: Optional[pulumi.Input[_builtins.bool]] = None
|
|
16816
|
+
ignore_time_range: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
16817
|
+
show_apply_action: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
16813
16818
|
"""
|
|
16814
16819
|
:param pulumi.Input[_builtins.bool] excluded: (Optional) An argument with a boolean value. With this turned on, the query condition defined with the variable will not be included in the query. Defaults to `false`.
|
|
16815
16820
|
:param pulumi.Input[_builtins.bool] ignore_time_range: (Optional) An argument with a boolean value that is supported only by variables of `type` _nrql_ - when true, the time range specified in the query will override the time picker on dashboards and other pages.
|
|
16821
|
+
:param pulumi.Input[_builtins.bool] show_apply_action: (Optional) When multi-selection is enabled (`is_multi_selection = true`), displays an "Apply" button that allows users to confirm and apply their selected values to the dashboard.
|
|
16816
16822
|
"""
|
|
16817
16823
|
if excluded is not None:
|
|
16818
16824
|
pulumi.set(__self__, "excluded", excluded)
|
|
16819
16825
|
if ignore_time_range is not None:
|
|
16820
16826
|
pulumi.set(__self__, "ignore_time_range", ignore_time_range)
|
|
16827
|
+
if show_apply_action is not None:
|
|
16828
|
+
pulumi.set(__self__, "show_apply_action", show_apply_action)
|
|
16821
16829
|
|
|
16822
16830
|
@_builtins.property
|
|
16823
16831
|
@pulumi.getter
|
|
@@ -16843,6 +16851,18 @@ class OneDashboardVariableOptionArgs:
|
|
|
16843
16851
|
def ignore_time_range(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
16844
16852
|
pulumi.set(self, "ignore_time_range", value)
|
|
16845
16853
|
|
|
16854
|
+
@_builtins.property
|
|
16855
|
+
@pulumi.getter(name="showApplyAction")
|
|
16856
|
+
def show_apply_action(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
16857
|
+
"""
|
|
16858
|
+
(Optional) When multi-selection is enabled (`is_multi_selection = true`), displays an "Apply" button that allows users to confirm and apply their selected values to the dashboard.
|
|
16859
|
+
"""
|
|
16860
|
+
return pulumi.get(self, "show_apply_action")
|
|
16861
|
+
|
|
16862
|
+
@show_apply_action.setter
|
|
16863
|
+
def show_apply_action(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
16864
|
+
pulumi.set(self, "show_apply_action", value)
|
|
16865
|
+
|
|
16846
16866
|
|
|
16847
16867
|
if not MYPY:
|
|
16848
16868
|
class ServiceLevelEventsArgsDict(TypedDict):
|
|
@@ -288,9 +288,9 @@ class AlertChannel(pulumi.CustomResource):
|
|
|
288
288
|
"base_url": "http://www.test.com",
|
|
289
289
|
"payload_type": "application/json",
|
|
290
290
|
"payload_string": \"\"\"{
|
|
291
|
-
"my_custom_values": {
|
|
292
|
-
"condition_name": "$CONDITION_NAME",
|
|
293
|
-
"policy_name": "$POLICY_NAME"
|
|
291
|
+
\\"my_custom_values\\": {
|
|
292
|
+
\\"condition_name\\": \\"$CONDITION_NAME\\",
|
|
293
|
+
\\"policy_name\\": \\"$POLICY_NAME\\"
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
296
|
\"\"\",
|
|
@@ -436,9 +436,9 @@ class AlertChannel(pulumi.CustomResource):
|
|
|
436
436
|
"base_url": "http://www.test.com",
|
|
437
437
|
"payload_type": "application/json",
|
|
438
438
|
"payload_string": \"\"\"{
|
|
439
|
-
"my_custom_values": {
|
|
440
|
-
"condition_name": "$CONDITION_NAME",
|
|
441
|
-
"policy_name": "$POLICY_NAME"
|
|
439
|
+
\\"my_custom_values\\": {
|
|
440
|
+
\\"condition_name\\": \\"$CONDITION_NAME\\",
|
|
441
|
+
\\"policy_name\\": \\"$POLICY_NAME\\"
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
444
|
\"\"\",
|
|
@@ -167,6 +167,8 @@ __all__ = [
|
|
|
167
167
|
'AzureIntegrationsAppGatewayArgsDict',
|
|
168
168
|
'AzureIntegrationsAppServiceArgs',
|
|
169
169
|
'AzureIntegrationsAppServiceArgsDict',
|
|
170
|
+
'AzureIntegrationsAutoDiscoveryArgs',
|
|
171
|
+
'AzureIntegrationsAutoDiscoveryArgsDict',
|
|
170
172
|
'AzureIntegrationsContainersArgs',
|
|
171
173
|
'AzureIntegrationsContainersArgsDict',
|
|
172
174
|
'AzureIntegrationsCosmosDbArgs',
|
|
@@ -6433,6 +6435,58 @@ class AzureIntegrationsAppServiceArgs:
|
|
|
6433
6435
|
pulumi.set(self, "resource_groups", value)
|
|
6434
6436
|
|
|
6435
6437
|
|
|
6438
|
+
if not MYPY:
|
|
6439
|
+
class AzureIntegrationsAutoDiscoveryArgsDict(TypedDict):
|
|
6440
|
+
metrics_polling_interval: NotRequired[pulumi.Input[_builtins.int]]
|
|
6441
|
+
"""
|
|
6442
|
+
The data polling interval in seconds
|
|
6443
|
+
"""
|
|
6444
|
+
resource_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
6445
|
+
"""
|
|
6446
|
+
Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
6447
|
+
"""
|
|
6448
|
+
elif False:
|
|
6449
|
+
AzureIntegrationsAutoDiscoveryArgsDict: TypeAlias = Mapping[str, Any]
|
|
6450
|
+
|
|
6451
|
+
@pulumi.input_type
|
|
6452
|
+
class AzureIntegrationsAutoDiscoveryArgs:
|
|
6453
|
+
def __init__(__self__, *,
|
|
6454
|
+
metrics_polling_interval: Optional[pulumi.Input[_builtins.int]] = None,
|
|
6455
|
+
resource_groups: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
6456
|
+
"""
|
|
6457
|
+
:param pulumi.Input[_builtins.int] metrics_polling_interval: The data polling interval in seconds
|
|
6458
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
6459
|
+
"""
|
|
6460
|
+
if metrics_polling_interval is not None:
|
|
6461
|
+
pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
|
|
6462
|
+
if resource_groups is not None:
|
|
6463
|
+
pulumi.set(__self__, "resource_groups", resource_groups)
|
|
6464
|
+
|
|
6465
|
+
@_builtins.property
|
|
6466
|
+
@pulumi.getter(name="metricsPollingInterval")
|
|
6467
|
+
def metrics_polling_interval(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
6468
|
+
"""
|
|
6469
|
+
The data polling interval in seconds
|
|
6470
|
+
"""
|
|
6471
|
+
return pulumi.get(self, "metrics_polling_interval")
|
|
6472
|
+
|
|
6473
|
+
@metrics_polling_interval.setter
|
|
6474
|
+
def metrics_polling_interval(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
6475
|
+
pulumi.set(self, "metrics_polling_interval", value)
|
|
6476
|
+
|
|
6477
|
+
@_builtins.property
|
|
6478
|
+
@pulumi.getter(name="resourceGroups")
|
|
6479
|
+
def resource_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
6480
|
+
"""
|
|
6481
|
+
Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
6482
|
+
"""
|
|
6483
|
+
return pulumi.get(self, "resource_groups")
|
|
6484
|
+
|
|
6485
|
+
@resource_groups.setter
|
|
6486
|
+
def resource_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
6487
|
+
pulumi.set(self, "resource_groups", value)
|
|
6488
|
+
|
|
6489
|
+
|
|
6436
6490
|
if not MYPY:
|
|
6437
6491
|
class AzureIntegrationsContainersArgsDict(TypedDict):
|
|
6438
6492
|
metrics_polling_interval: NotRequired[pulumi.Input[_builtins.int]]
|
|
@@ -779,6 +779,8 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
|
|
|
779
779
|
|
|
780
780
|
To pull data from AWSGovCloud, complete the [steps outlined here](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/connect/connect-aws-govcloud-new-relic).
|
|
781
781
|
|
|
782
|
+
## Example Usage
|
|
783
|
+
|
|
782
784
|
## Import
|
|
783
785
|
|
|
784
786
|
Integrate AWSGovCloud accounts can be imported using the `id`, e.g.
|
|
@@ -833,6 +835,8 @@ class AwsGovcloudIntegrations(pulumi.CustomResource):
|
|
|
833
835
|
|
|
834
836
|
To pull data from AWSGovCloud, complete the [steps outlined here](https://docs.newrelic.com/docs/infrastructure/amazon-integrations/connect/connect-aws-govcloud-new-relic).
|
|
835
837
|
|
|
838
|
+
## Example Usage
|
|
839
|
+
|
|
836
840
|
## Import
|
|
837
841
|
|
|
838
842
|
Integrate AWSGovCloud accounts can be imported using the `id`, e.g.
|
|
@@ -26,6 +26,7 @@ class AzureIntegrationsArgs:
|
|
|
26
26
|
api_management: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']] = None,
|
|
27
27
|
app_gateway: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']] = None,
|
|
28
28
|
app_service: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']] = None,
|
|
29
|
+
auto_discovery: Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']] = None,
|
|
29
30
|
containers: Optional[pulumi.Input['AzureIntegrationsContainersArgs']] = None,
|
|
30
31
|
cosmos_db: Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']] = None,
|
|
31
32
|
cost_management: Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']] = None,
|
|
@@ -65,6 +66,7 @@ class AzureIntegrationsArgs:
|
|
|
65
66
|
:param pulumi.Input['AzureIntegrationsApiManagementArgs'] api_management: Azure API Management. See Integration blocks below for details.
|
|
66
67
|
:param pulumi.Input['AzureIntegrationsAppGatewayArgs'] app_gateway: Azure App Gateway. See Integration blocks below for details.
|
|
67
68
|
:param pulumi.Input['AzureIntegrationsAppServiceArgs'] app_service: Azure App Service. See Integration blocks below for details.
|
|
69
|
+
:param pulumi.Input['AzureIntegrationsAutoDiscoveryArgs'] auto_discovery: Azure Auto Discovery
|
|
68
70
|
:param pulumi.Input['AzureIntegrationsContainersArgs'] containers: Azure Containers. See Integration blocks below for details.
|
|
69
71
|
:param pulumi.Input['AzureIntegrationsCosmosDbArgs'] cosmos_db: Azure CosmosDB. See Integration blocks below for details.
|
|
70
72
|
:param pulumi.Input['AzureIntegrationsCostManagementArgs'] cost_management: Azure Cost Management. See Integration blocks below for details.
|
|
@@ -110,6 +112,8 @@ class AzureIntegrationsArgs:
|
|
|
110
112
|
pulumi.set(__self__, "app_gateway", app_gateway)
|
|
111
113
|
if app_service is not None:
|
|
112
114
|
pulumi.set(__self__, "app_service", app_service)
|
|
115
|
+
if auto_discovery is not None:
|
|
116
|
+
pulumi.set(__self__, "auto_discovery", auto_discovery)
|
|
113
117
|
if containers is not None:
|
|
114
118
|
pulumi.set(__self__, "containers", containers)
|
|
115
119
|
if cosmos_db is not None:
|
|
@@ -232,6 +236,18 @@ class AzureIntegrationsArgs:
|
|
|
232
236
|
def app_service(self, value: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']]):
|
|
233
237
|
pulumi.set(self, "app_service", value)
|
|
234
238
|
|
|
239
|
+
@_builtins.property
|
|
240
|
+
@pulumi.getter(name="autoDiscovery")
|
|
241
|
+
def auto_discovery(self) -> Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']]:
|
|
242
|
+
"""
|
|
243
|
+
Azure Auto Discovery
|
|
244
|
+
"""
|
|
245
|
+
return pulumi.get(self, "auto_discovery")
|
|
246
|
+
|
|
247
|
+
@auto_discovery.setter
|
|
248
|
+
def auto_discovery(self, value: Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']]):
|
|
249
|
+
pulumi.set(self, "auto_discovery", value)
|
|
250
|
+
|
|
235
251
|
@_builtins.property
|
|
236
252
|
@pulumi.getter
|
|
237
253
|
def containers(self) -> Optional[pulumi.Input['AzureIntegrationsContainersArgs']]:
|
|
@@ -594,6 +610,7 @@ class _AzureIntegrationsState:
|
|
|
594
610
|
api_management: Optional[pulumi.Input['AzureIntegrationsApiManagementArgs']] = None,
|
|
595
611
|
app_gateway: Optional[pulumi.Input['AzureIntegrationsAppGatewayArgs']] = None,
|
|
596
612
|
app_service: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']] = None,
|
|
613
|
+
auto_discovery: Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']] = None,
|
|
597
614
|
containers: Optional[pulumi.Input['AzureIntegrationsContainersArgs']] = None,
|
|
598
615
|
cosmos_db: Optional[pulumi.Input['AzureIntegrationsCosmosDbArgs']] = None,
|
|
599
616
|
cost_management: Optional[pulumi.Input['AzureIntegrationsCostManagementArgs']] = None,
|
|
@@ -630,6 +647,7 @@ class _AzureIntegrationsState:
|
|
|
630
647
|
:param pulumi.Input['AzureIntegrationsApiManagementArgs'] api_management: Azure API Management. See Integration blocks below for details.
|
|
631
648
|
:param pulumi.Input['AzureIntegrationsAppGatewayArgs'] app_gateway: Azure App Gateway. See Integration blocks below for details.
|
|
632
649
|
:param pulumi.Input['AzureIntegrationsAppServiceArgs'] app_service: Azure App Service. See Integration blocks below for details.
|
|
650
|
+
:param pulumi.Input['AzureIntegrationsAutoDiscoveryArgs'] auto_discovery: Azure Auto Discovery
|
|
633
651
|
:param pulumi.Input['AzureIntegrationsContainersArgs'] containers: Azure Containers. See Integration blocks below for details.
|
|
634
652
|
:param pulumi.Input['AzureIntegrationsCosmosDbArgs'] cosmos_db: Azure CosmosDB. See Integration blocks below for details.
|
|
635
653
|
:param pulumi.Input['AzureIntegrationsCostManagementArgs'] cost_management: Azure Cost Management. See Integration blocks below for details.
|
|
@@ -678,6 +696,8 @@ class _AzureIntegrationsState:
|
|
|
678
696
|
pulumi.set(__self__, "app_gateway", app_gateway)
|
|
679
697
|
if app_service is not None:
|
|
680
698
|
pulumi.set(__self__, "app_service", app_service)
|
|
699
|
+
if auto_discovery is not None:
|
|
700
|
+
pulumi.set(__self__, "auto_discovery", auto_discovery)
|
|
681
701
|
if containers is not None:
|
|
682
702
|
pulumi.set(__self__, "containers", containers)
|
|
683
703
|
if cosmos_db is not None:
|
|
@@ -787,6 +807,18 @@ class _AzureIntegrationsState:
|
|
|
787
807
|
def app_service(self, value: Optional[pulumi.Input['AzureIntegrationsAppServiceArgs']]):
|
|
788
808
|
pulumi.set(self, "app_service", value)
|
|
789
809
|
|
|
810
|
+
@_builtins.property
|
|
811
|
+
@pulumi.getter(name="autoDiscovery")
|
|
812
|
+
def auto_discovery(self) -> Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']]:
|
|
813
|
+
"""
|
|
814
|
+
Azure Auto Discovery
|
|
815
|
+
"""
|
|
816
|
+
return pulumi.get(self, "auto_discovery")
|
|
817
|
+
|
|
818
|
+
@auto_discovery.setter
|
|
819
|
+
def auto_discovery(self, value: Optional[pulumi.Input['AzureIntegrationsAutoDiscoveryArgs']]):
|
|
820
|
+
pulumi.set(self, "auto_discovery", value)
|
|
821
|
+
|
|
790
822
|
@_builtins.property
|
|
791
823
|
@pulumi.getter
|
|
792
824
|
def containers(self) -> Optional[pulumi.Input['AzureIntegrationsContainersArgs']]:
|
|
@@ -1167,6 +1199,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1167
1199
|
api_management: Optional[pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']]] = None,
|
|
1168
1200
|
app_gateway: Optional[pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']]] = None,
|
|
1169
1201
|
app_service: Optional[pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']]] = None,
|
|
1202
|
+
auto_discovery: Optional[pulumi.Input[Union['AzureIntegrationsAutoDiscoveryArgs', 'AzureIntegrationsAutoDiscoveryArgsDict']]] = None,
|
|
1170
1203
|
containers: Optional[pulumi.Input[Union['AzureIntegrationsContainersArgs', 'AzureIntegrationsContainersArgsDict']]] = None,
|
|
1171
1204
|
cosmos_db: Optional[pulumi.Input[Union['AzureIntegrationsCosmosDbArgs', 'AzureIntegrationsCosmosDbArgsDict']]] = None,
|
|
1172
1205
|
cost_management: Optional[pulumi.Input[Union['AzureIntegrationsCostManagementArgs', 'AzureIntegrationsCostManagementArgsDict']]] = None,
|
|
@@ -1380,6 +1413,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1380
1413
|
:param pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']] api_management: Azure API Management. See Integration blocks below for details.
|
|
1381
1414
|
:param pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']] app_gateway: Azure App Gateway. See Integration blocks below for details.
|
|
1382
1415
|
:param pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']] app_service: Azure App Service. See Integration blocks below for details.
|
|
1416
|
+
:param pulumi.Input[Union['AzureIntegrationsAutoDiscoveryArgs', 'AzureIntegrationsAutoDiscoveryArgsDict']] auto_discovery: Azure Auto Discovery
|
|
1383
1417
|
:param pulumi.Input[Union['AzureIntegrationsContainersArgs', 'AzureIntegrationsContainersArgsDict']] containers: Azure Containers. See Integration blocks below for details.
|
|
1384
1418
|
:param pulumi.Input[Union['AzureIntegrationsCosmosDbArgs', 'AzureIntegrationsCosmosDbArgsDict']] cosmos_db: Azure CosmosDB. See Integration blocks below for details.
|
|
1385
1419
|
:param pulumi.Input[Union['AzureIntegrationsCostManagementArgs', 'AzureIntegrationsCostManagementArgsDict']] cost_management: Azure Cost Management. See Integration blocks below for details.
|
|
@@ -1621,6 +1655,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1621
1655
|
api_management: Optional[pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']]] = None,
|
|
1622
1656
|
app_gateway: Optional[pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']]] = None,
|
|
1623
1657
|
app_service: Optional[pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']]] = None,
|
|
1658
|
+
auto_discovery: Optional[pulumi.Input[Union['AzureIntegrationsAutoDiscoveryArgs', 'AzureIntegrationsAutoDiscoveryArgsDict']]] = None,
|
|
1624
1659
|
containers: Optional[pulumi.Input[Union['AzureIntegrationsContainersArgs', 'AzureIntegrationsContainersArgsDict']]] = None,
|
|
1625
1660
|
cosmos_db: Optional[pulumi.Input[Union['AzureIntegrationsCosmosDbArgs', 'AzureIntegrationsCosmosDbArgsDict']]] = None,
|
|
1626
1661
|
cost_management: Optional[pulumi.Input[Union['AzureIntegrationsCostManagementArgs', 'AzureIntegrationsCostManagementArgsDict']]] = None,
|
|
@@ -1664,6 +1699,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1664
1699
|
__props__.__dict__["api_management"] = api_management
|
|
1665
1700
|
__props__.__dict__["app_gateway"] = app_gateway
|
|
1666
1701
|
__props__.__dict__["app_service"] = app_service
|
|
1702
|
+
__props__.__dict__["auto_discovery"] = auto_discovery
|
|
1667
1703
|
__props__.__dict__["containers"] = containers
|
|
1668
1704
|
__props__.__dict__["cosmos_db"] = cosmos_db
|
|
1669
1705
|
__props__.__dict__["cost_management"] = cost_management
|
|
@@ -1710,6 +1746,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1710
1746
|
api_management: Optional[pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']]] = None,
|
|
1711
1747
|
app_gateway: Optional[pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']]] = None,
|
|
1712
1748
|
app_service: Optional[pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']]] = None,
|
|
1749
|
+
auto_discovery: Optional[pulumi.Input[Union['AzureIntegrationsAutoDiscoveryArgs', 'AzureIntegrationsAutoDiscoveryArgsDict']]] = None,
|
|
1713
1750
|
containers: Optional[pulumi.Input[Union['AzureIntegrationsContainersArgs', 'AzureIntegrationsContainersArgsDict']]] = None,
|
|
1714
1751
|
cosmos_db: Optional[pulumi.Input[Union['AzureIntegrationsCosmosDbArgs', 'AzureIntegrationsCosmosDbArgsDict']]] = None,
|
|
1715
1752
|
cost_management: Optional[pulumi.Input[Union['AzureIntegrationsCostManagementArgs', 'AzureIntegrationsCostManagementArgsDict']]] = None,
|
|
@@ -1751,6 +1788,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1751
1788
|
:param pulumi.Input[Union['AzureIntegrationsApiManagementArgs', 'AzureIntegrationsApiManagementArgsDict']] api_management: Azure API Management. See Integration blocks below for details.
|
|
1752
1789
|
:param pulumi.Input[Union['AzureIntegrationsAppGatewayArgs', 'AzureIntegrationsAppGatewayArgsDict']] app_gateway: Azure App Gateway. See Integration blocks below for details.
|
|
1753
1790
|
:param pulumi.Input[Union['AzureIntegrationsAppServiceArgs', 'AzureIntegrationsAppServiceArgsDict']] app_service: Azure App Service. See Integration blocks below for details.
|
|
1791
|
+
:param pulumi.Input[Union['AzureIntegrationsAutoDiscoveryArgs', 'AzureIntegrationsAutoDiscoveryArgsDict']] auto_discovery: Azure Auto Discovery
|
|
1754
1792
|
:param pulumi.Input[Union['AzureIntegrationsContainersArgs', 'AzureIntegrationsContainersArgsDict']] containers: Azure Containers. See Integration blocks below for details.
|
|
1755
1793
|
:param pulumi.Input[Union['AzureIntegrationsCosmosDbArgs', 'AzureIntegrationsCosmosDbArgsDict']] cosmos_db: Azure CosmosDB. See Integration blocks below for details.
|
|
1756
1794
|
:param pulumi.Input[Union['AzureIntegrationsCostManagementArgs', 'AzureIntegrationsCostManagementArgsDict']] cost_management: Azure Cost Management. See Integration blocks below for details.
|
|
@@ -1799,6 +1837,7 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1799
1837
|
__props__.__dict__["api_management"] = api_management
|
|
1800
1838
|
__props__.__dict__["app_gateway"] = app_gateway
|
|
1801
1839
|
__props__.__dict__["app_service"] = app_service
|
|
1840
|
+
__props__.__dict__["auto_discovery"] = auto_discovery
|
|
1802
1841
|
__props__.__dict__["containers"] = containers
|
|
1803
1842
|
__props__.__dict__["cosmos_db"] = cosmos_db
|
|
1804
1843
|
__props__.__dict__["cost_management"] = cost_management
|
|
@@ -1863,6 +1902,14 @@ class AzureIntegrations(pulumi.CustomResource):
|
|
|
1863
1902
|
"""
|
|
1864
1903
|
return pulumi.get(self, "app_service")
|
|
1865
1904
|
|
|
1905
|
+
@_builtins.property
|
|
1906
|
+
@pulumi.getter(name="autoDiscovery")
|
|
1907
|
+
def auto_discovery(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsAutoDiscovery']]:
|
|
1908
|
+
"""
|
|
1909
|
+
Azure Auto Discovery
|
|
1910
|
+
"""
|
|
1911
|
+
return pulumi.get(self, "auto_discovery")
|
|
1912
|
+
|
|
1866
1913
|
@_builtins.property
|
|
1867
1914
|
@pulumi.getter
|
|
1868
1915
|
def containers(self) -> pulumi.Output[Optional['outputs.AzureIntegrationsContainers']]:
|
|
@@ -24,7 +24,6 @@ class OciLinkAccountArgs:
|
|
|
24
24
|
oci_client_secret: pulumi.Input[_builtins.str],
|
|
25
25
|
oci_domain_url: pulumi.Input[_builtins.str],
|
|
26
26
|
oci_home_region: pulumi.Input[_builtins.str],
|
|
27
|
-
oci_svc_user_name: pulumi.Input[_builtins.str],
|
|
28
27
|
tenant_id: pulumi.Input[_builtins.str],
|
|
29
28
|
account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30
29
|
ingest_vault_ocid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -41,7 +40,6 @@ class OciLinkAccountArgs:
|
|
|
41
40
|
:param pulumi.Input[_builtins.str] oci_client_secret: OAuth2 client secret. Not displayed in plans or state outputs.
|
|
42
41
|
:param pulumi.Input[_builtins.str] oci_domain_url: Base URL of the OCI Identity Domain (e.g. `https://idcs-<hash>.identity.oraclecloud.com`).
|
|
43
42
|
:param pulumi.Input[_builtins.str] oci_home_region: Home region of the tenancy (e.g. `us-ashburn-1`).
|
|
44
|
-
:param pulumi.Input[_builtins.str] oci_svc_user_name: Service user name associated with the WIF configuration.
|
|
45
43
|
:param pulumi.Input[_builtins.str] tenant_id: OCI tenancy OCID (root tenancy). Changing forces a new linked account.
|
|
46
44
|
:param pulumi.Input[_builtins.str] account_id: New Relic account to operate on. Overrides the provider-level `account_id`. If omitted, use the provider default or `NEW_RELIC_ACCOUNT_ID`.
|
|
47
45
|
:param pulumi.Input[_builtins.str] ingest_vault_ocid: Vault secret OCID containing an ingest secret.
|
|
@@ -57,7 +55,6 @@ class OciLinkAccountArgs:
|
|
|
57
55
|
pulumi.set(__self__, "oci_client_secret", oci_client_secret)
|
|
58
56
|
pulumi.set(__self__, "oci_domain_url", oci_domain_url)
|
|
59
57
|
pulumi.set(__self__, "oci_home_region", oci_home_region)
|
|
60
|
-
pulumi.set(__self__, "oci_svc_user_name", oci_svc_user_name)
|
|
61
58
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
62
59
|
if account_id is not None:
|
|
63
60
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -136,18 +133,6 @@ class OciLinkAccountArgs:
|
|
|
136
133
|
def oci_home_region(self, value: pulumi.Input[_builtins.str]):
|
|
137
134
|
pulumi.set(self, "oci_home_region", value)
|
|
138
135
|
|
|
139
|
-
@_builtins.property
|
|
140
|
-
@pulumi.getter(name="ociSvcUserName")
|
|
141
|
-
def oci_svc_user_name(self) -> pulumi.Input[_builtins.str]:
|
|
142
|
-
"""
|
|
143
|
-
Service user name associated with the WIF configuration.
|
|
144
|
-
"""
|
|
145
|
-
return pulumi.get(self, "oci_svc_user_name")
|
|
146
|
-
|
|
147
|
-
@oci_svc_user_name.setter
|
|
148
|
-
def oci_svc_user_name(self, value: pulumi.Input[_builtins.str]):
|
|
149
|
-
pulumi.set(self, "oci_svc_user_name", value)
|
|
150
|
-
|
|
151
136
|
@_builtins.property
|
|
152
137
|
@pulumi.getter(name="tenantId")
|
|
153
138
|
def tenant_id(self) -> pulumi.Input[_builtins.str]:
|
|
@@ -272,7 +257,6 @@ class _OciLinkAccountState:
|
|
|
272
257
|
oci_domain_url: Optional[pulumi.Input[_builtins.str]] = None,
|
|
273
258
|
oci_home_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
274
259
|
oci_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
275
|
-
oci_svc_user_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
276
260
|
tenant_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
277
261
|
user_vault_ocid: Optional[pulumi.Input[_builtins.str]] = None):
|
|
278
262
|
"""
|
|
@@ -289,7 +273,6 @@ class _OciLinkAccountState:
|
|
|
289
273
|
:param pulumi.Input[_builtins.str] oci_domain_url: Base URL of the OCI Identity Domain (e.g. `https://idcs-<hash>.identity.oraclecloud.com`).
|
|
290
274
|
:param pulumi.Input[_builtins.str] oci_home_region: Home region of the tenancy (e.g. `us-ashburn-1`).
|
|
291
275
|
:param pulumi.Input[_builtins.str] oci_region: OCI region for the linkage (ignored on create, applied on update).
|
|
292
|
-
:param pulumi.Input[_builtins.str] oci_svc_user_name: Service user name associated with the WIF configuration.
|
|
293
276
|
:param pulumi.Input[_builtins.str] tenant_id: OCI tenancy OCID (root tenancy). Changing forces a new linked account.
|
|
294
277
|
:param pulumi.Input[_builtins.str] user_vault_ocid: Vault secret OCID containing a user or auxiliary secret.
|
|
295
278
|
"""
|
|
@@ -317,8 +300,6 @@ class _OciLinkAccountState:
|
|
|
317
300
|
pulumi.set(__self__, "oci_home_region", oci_home_region)
|
|
318
301
|
if oci_region is not None:
|
|
319
302
|
pulumi.set(__self__, "oci_region", oci_region)
|
|
320
|
-
if oci_svc_user_name is not None:
|
|
321
|
-
pulumi.set(__self__, "oci_svc_user_name", oci_svc_user_name)
|
|
322
303
|
if tenant_id is not None:
|
|
323
304
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
324
305
|
if user_vault_ocid is not None:
|
|
@@ -468,18 +449,6 @@ class _OciLinkAccountState:
|
|
|
468
449
|
def oci_region(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
469
450
|
pulumi.set(self, "oci_region", value)
|
|
470
451
|
|
|
471
|
-
@_builtins.property
|
|
472
|
-
@pulumi.getter(name="ociSvcUserName")
|
|
473
|
-
def oci_svc_user_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
474
|
-
"""
|
|
475
|
-
Service user name associated with the WIF configuration.
|
|
476
|
-
"""
|
|
477
|
-
return pulumi.get(self, "oci_svc_user_name")
|
|
478
|
-
|
|
479
|
-
@oci_svc_user_name.setter
|
|
480
|
-
def oci_svc_user_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
481
|
-
pulumi.set(self, "oci_svc_user_name", value)
|
|
482
|
-
|
|
483
452
|
@_builtins.property
|
|
484
453
|
@pulumi.getter(name="tenantId")
|
|
485
454
|
def tenant_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -523,7 +492,6 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
523
492
|
oci_domain_url: Optional[pulumi.Input[_builtins.str]] = None,
|
|
524
493
|
oci_home_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
525
494
|
oci_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
526
|
-
oci_svc_user_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
527
495
|
tenant_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
528
496
|
user_vault_ocid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
529
497
|
__props__=None):
|
|
@@ -543,7 +511,7 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
543
511
|
|
|
544
512
|
### Workload Identity Federation (WIF) Attributes
|
|
545
513
|
|
|
546
|
-
The following arguments rely on an OCI Identity Domain OAuth2 client set up for workload identity federation (identity propagation): `oci_client_id`, `oci_client_secret
|
|
514
|
+
The following arguments rely on an OCI Identity Domain OAuth2 client set up for workload identity federation (identity propagation): `oci_client_id`, `oci_client_secret` and `oci_domain_url`.
|
|
547
515
|
|
|
548
516
|
To create and retrieve these values, follow Oracle's guidance for configuring identity propagation / JWT token exchange:
|
|
549
517
|
|
|
@@ -553,8 +521,7 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
553
521
|
1. Create (or identify) an Identity Domain and register an OAuth2 confidential application (client) to represent New Relic ingestion.
|
|
554
522
|
2. Generate / record the client ID (`oci_client_id`) and client secret (`oci_client_secret`). Store the secret securely (e.g., in OCI Vault; reference its OCID via `ingest_vault_ocid` / `user_vault_ocid` if desired).
|
|
555
523
|
3. Use the Identity Domain base URL as `oci_domain_url` (format: `https://idcs-<hash>.identity.oraclecloud.com`).
|
|
556
|
-
4.
|
|
557
|
-
5. Ensure the client has the required scopes and the tenancy policies allow the token exchange.
|
|
524
|
+
4. Ensure the client has the required scopes and the tenancy policies allow the token exchange.
|
|
558
525
|
|
|
559
526
|
> TIP: Rotating the OAuth2 client secret only requires updating `oci_client_secret`; it does not force resource replacement.
|
|
560
527
|
|
|
@@ -574,8 +541,7 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
574
541
|
oci_client_id="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
|
|
575
542
|
oci_client_secret=oci_client_secret,
|
|
576
543
|
oci_domain_url="https://idcs-1234567890abcdef.identity.oraclecloud.com",
|
|
577
|
-
oci_home_region="us-ashburn-1"
|
|
578
|
-
oci_svc_user_name="svc-newrelic-collector")
|
|
544
|
+
oci_home_region="us-ashburn-1")
|
|
579
545
|
```
|
|
580
546
|
|
|
581
547
|
Example including optional secret references and update-only fields:
|
|
@@ -592,7 +558,6 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
592
558
|
oci_client_secret=oci_client_secret,
|
|
593
559
|
oci_domain_url="https://idcs-1234567890abcdef.identity.oraclecloud.com",
|
|
594
560
|
oci_home_region="us-ashburn-1",
|
|
595
|
-
oci_svc_user_name="svc-newrelic-collector",
|
|
596
561
|
ingest_vault_ocid="ocid1.vaultsecret.oc1..ccccccccexample",
|
|
597
562
|
user_vault_ocid="ocid1.vaultsecret.oc1..ddddddddexample",
|
|
598
563
|
instrumentation_type="METRICS,LOGS",
|
|
@@ -625,7 +590,6 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
625
590
|
:param pulumi.Input[_builtins.str] oci_domain_url: Base URL of the OCI Identity Domain (e.g. `https://idcs-<hash>.identity.oraclecloud.com`).
|
|
626
591
|
:param pulumi.Input[_builtins.str] oci_home_region: Home region of the tenancy (e.g. `us-ashburn-1`).
|
|
627
592
|
:param pulumi.Input[_builtins.str] oci_region: OCI region for the linkage (ignored on create, applied on update).
|
|
628
|
-
:param pulumi.Input[_builtins.str] oci_svc_user_name: Service user name associated with the WIF configuration.
|
|
629
593
|
:param pulumi.Input[_builtins.str] tenant_id: OCI tenancy OCID (root tenancy). Changing forces a new linked account.
|
|
630
594
|
:param pulumi.Input[_builtins.str] user_vault_ocid: Vault secret OCID containing a user or auxiliary secret.
|
|
631
595
|
"""
|
|
@@ -651,7 +615,7 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
651
615
|
|
|
652
616
|
### Workload Identity Federation (WIF) Attributes
|
|
653
617
|
|
|
654
|
-
The following arguments rely on an OCI Identity Domain OAuth2 client set up for workload identity federation (identity propagation): `oci_client_id`, `oci_client_secret
|
|
618
|
+
The following arguments rely on an OCI Identity Domain OAuth2 client set up for workload identity federation (identity propagation): `oci_client_id`, `oci_client_secret` and `oci_domain_url`.
|
|
655
619
|
|
|
656
620
|
To create and retrieve these values, follow Oracle's guidance for configuring identity propagation / JWT token exchange:
|
|
657
621
|
|
|
@@ -661,8 +625,7 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
661
625
|
1. Create (or identify) an Identity Domain and register an OAuth2 confidential application (client) to represent New Relic ingestion.
|
|
662
626
|
2. Generate / record the client ID (`oci_client_id`) and client secret (`oci_client_secret`). Store the secret securely (e.g., in OCI Vault; reference its OCID via `ingest_vault_ocid` / `user_vault_ocid` if desired).
|
|
663
627
|
3. Use the Identity Domain base URL as `oci_domain_url` (format: `https://idcs-<hash>.identity.oraclecloud.com`).
|
|
664
|
-
4.
|
|
665
|
-
5. Ensure the client has the required scopes and the tenancy policies allow the token exchange.
|
|
628
|
+
4. Ensure the client has the required scopes and the tenancy policies allow the token exchange.
|
|
666
629
|
|
|
667
630
|
> TIP: Rotating the OAuth2 client secret only requires updating `oci_client_secret`; it does not force resource replacement.
|
|
668
631
|
|
|
@@ -682,8 +645,7 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
682
645
|
oci_client_id="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
|
|
683
646
|
oci_client_secret=oci_client_secret,
|
|
684
647
|
oci_domain_url="https://idcs-1234567890abcdef.identity.oraclecloud.com",
|
|
685
|
-
oci_home_region="us-ashburn-1"
|
|
686
|
-
oci_svc_user_name="svc-newrelic-collector")
|
|
648
|
+
oci_home_region="us-ashburn-1")
|
|
687
649
|
```
|
|
688
650
|
|
|
689
651
|
Example including optional secret references and update-only fields:
|
|
@@ -700,7 +662,6 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
700
662
|
oci_client_secret=oci_client_secret,
|
|
701
663
|
oci_domain_url="https://idcs-1234567890abcdef.identity.oraclecloud.com",
|
|
702
664
|
oci_home_region="us-ashburn-1",
|
|
703
|
-
oci_svc_user_name="svc-newrelic-collector",
|
|
704
665
|
ingest_vault_ocid="ocid1.vaultsecret.oc1..ccccccccexample",
|
|
705
666
|
user_vault_ocid="ocid1.vaultsecret.oc1..ddddddddexample",
|
|
706
667
|
instrumentation_type="METRICS,LOGS",
|
|
@@ -746,7 +707,6 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
746
707
|
oci_domain_url: Optional[pulumi.Input[_builtins.str]] = None,
|
|
747
708
|
oci_home_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
748
709
|
oci_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
749
|
-
oci_svc_user_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
750
710
|
tenant_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
751
711
|
user_vault_ocid: Optional[pulumi.Input[_builtins.str]] = None,
|
|
752
712
|
__props__=None):
|
|
@@ -780,9 +740,6 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
780
740
|
raise TypeError("Missing required property 'oci_home_region'")
|
|
781
741
|
__props__.__dict__["oci_home_region"] = oci_home_region
|
|
782
742
|
__props__.__dict__["oci_region"] = oci_region
|
|
783
|
-
if oci_svc_user_name is None and not opts.urn:
|
|
784
|
-
raise TypeError("Missing required property 'oci_svc_user_name'")
|
|
785
|
-
__props__.__dict__["oci_svc_user_name"] = oci_svc_user_name
|
|
786
743
|
if tenant_id is None and not opts.urn:
|
|
787
744
|
raise TypeError("Missing required property 'tenant_id'")
|
|
788
745
|
__props__.__dict__["tenant_id"] = tenant_id
|
|
@@ -811,7 +768,6 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
811
768
|
oci_domain_url: Optional[pulumi.Input[_builtins.str]] = None,
|
|
812
769
|
oci_home_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
813
770
|
oci_region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
814
|
-
oci_svc_user_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
815
771
|
tenant_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
816
772
|
user_vault_ocid: Optional[pulumi.Input[_builtins.str]] = None) -> 'OciLinkAccount':
|
|
817
773
|
"""
|
|
@@ -833,7 +789,6 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
833
789
|
:param pulumi.Input[_builtins.str] oci_domain_url: Base URL of the OCI Identity Domain (e.g. `https://idcs-<hash>.identity.oraclecloud.com`).
|
|
834
790
|
:param pulumi.Input[_builtins.str] oci_home_region: Home region of the tenancy (e.g. `us-ashburn-1`).
|
|
835
791
|
:param pulumi.Input[_builtins.str] oci_region: OCI region for the linkage (ignored on create, applied on update).
|
|
836
|
-
:param pulumi.Input[_builtins.str] oci_svc_user_name: Service user name associated with the WIF configuration.
|
|
837
792
|
:param pulumi.Input[_builtins.str] tenant_id: OCI tenancy OCID (root tenancy). Changing forces a new linked account.
|
|
838
793
|
:param pulumi.Input[_builtins.str] user_vault_ocid: Vault secret OCID containing a user or auxiliary secret.
|
|
839
794
|
"""
|
|
@@ -853,7 +808,6 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
853
808
|
__props__.__dict__["oci_domain_url"] = oci_domain_url
|
|
854
809
|
__props__.__dict__["oci_home_region"] = oci_home_region
|
|
855
810
|
__props__.__dict__["oci_region"] = oci_region
|
|
856
|
-
__props__.__dict__["oci_svc_user_name"] = oci_svc_user_name
|
|
857
811
|
__props__.__dict__["tenant_id"] = tenant_id
|
|
858
812
|
__props__.__dict__["user_vault_ocid"] = user_vault_ocid
|
|
859
813
|
return OciLinkAccount(resource_name, opts=opts, __props__=__props__)
|
|
@@ -954,14 +908,6 @@ class OciLinkAccount(pulumi.CustomResource):
|
|
|
954
908
|
"""
|
|
955
909
|
return pulumi.get(self, "oci_region")
|
|
956
910
|
|
|
957
|
-
@_builtins.property
|
|
958
|
-
@pulumi.getter(name="ociSvcUserName")
|
|
959
|
-
def oci_svc_user_name(self) -> pulumi.Output[_builtins.str]:
|
|
960
|
-
"""
|
|
961
|
-
Service user name associated with the WIF configuration.
|
|
962
|
-
"""
|
|
963
|
-
return pulumi.get(self, "oci_svc_user_name")
|
|
964
|
-
|
|
965
911
|
@_builtins.property
|
|
966
912
|
@pulumi.getter(name="tenantId")
|
|
967
913
|
def tenant_id(self) -> pulumi.Output[_builtins.str]:
|
|
@@ -91,6 +91,7 @@ __all__ = [
|
|
|
91
91
|
'AzureIntegrationsApiManagement',
|
|
92
92
|
'AzureIntegrationsAppGateway',
|
|
93
93
|
'AzureIntegrationsAppService',
|
|
94
|
+
'AzureIntegrationsAutoDiscovery',
|
|
94
95
|
'AzureIntegrationsContainers',
|
|
95
96
|
'AzureIntegrationsCosmosDb',
|
|
96
97
|
'AzureIntegrationsCostManagement',
|
|
@@ -5488,6 +5489,56 @@ class AzureIntegrationsAppService(dict):
|
|
|
5488
5489
|
return pulumi.get(self, "resource_groups")
|
|
5489
5490
|
|
|
5490
5491
|
|
|
5492
|
+
@pulumi.output_type
|
|
5493
|
+
class AzureIntegrationsAutoDiscovery(dict):
|
|
5494
|
+
@staticmethod
|
|
5495
|
+
def __key_warning(key: str):
|
|
5496
|
+
suggest = None
|
|
5497
|
+
if key == "metricsPollingInterval":
|
|
5498
|
+
suggest = "metrics_polling_interval"
|
|
5499
|
+
elif key == "resourceGroups":
|
|
5500
|
+
suggest = "resource_groups"
|
|
5501
|
+
|
|
5502
|
+
if suggest:
|
|
5503
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureIntegrationsAutoDiscovery. Access the value via the '{suggest}' property getter instead.")
|
|
5504
|
+
|
|
5505
|
+
def __getitem__(self, key: str) -> Any:
|
|
5506
|
+
AzureIntegrationsAutoDiscovery.__key_warning(key)
|
|
5507
|
+
return super().__getitem__(key)
|
|
5508
|
+
|
|
5509
|
+
def get(self, key: str, default = None) -> Any:
|
|
5510
|
+
AzureIntegrationsAutoDiscovery.__key_warning(key)
|
|
5511
|
+
return super().get(key, default)
|
|
5512
|
+
|
|
5513
|
+
def __init__(__self__, *,
|
|
5514
|
+
metrics_polling_interval: Optional[_builtins.int] = None,
|
|
5515
|
+
resource_groups: Optional[Sequence[_builtins.str]] = None):
|
|
5516
|
+
"""
|
|
5517
|
+
:param _builtins.int metrics_polling_interval: The data polling interval in seconds
|
|
5518
|
+
:param Sequence[_builtins.str] resource_groups: Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
5519
|
+
"""
|
|
5520
|
+
if metrics_polling_interval is not None:
|
|
5521
|
+
pulumi.set(__self__, "metrics_polling_interval", metrics_polling_interval)
|
|
5522
|
+
if resource_groups is not None:
|
|
5523
|
+
pulumi.set(__self__, "resource_groups", resource_groups)
|
|
5524
|
+
|
|
5525
|
+
@_builtins.property
|
|
5526
|
+
@pulumi.getter(name="metricsPollingInterval")
|
|
5527
|
+
def metrics_polling_interval(self) -> Optional[_builtins.int]:
|
|
5528
|
+
"""
|
|
5529
|
+
The data polling interval in seconds
|
|
5530
|
+
"""
|
|
5531
|
+
return pulumi.get(self, "metrics_polling_interval")
|
|
5532
|
+
|
|
5533
|
+
@_builtins.property
|
|
5534
|
+
@pulumi.getter(name="resourceGroups")
|
|
5535
|
+
def resource_groups(self) -> Optional[Sequence[_builtins.str]]:
|
|
5536
|
+
"""
|
|
5537
|
+
Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
|
|
5538
|
+
"""
|
|
5539
|
+
return pulumi.get(self, "resource_groups")
|
|
5540
|
+
|
|
5541
|
+
|
|
5491
5542
|
@pulumi.output_type
|
|
5492
5543
|
class AzureIntegrationsContainers(dict):
|
|
5493
5544
|
@staticmethod
|