pulumi-azure-native 2.79.0a1734639794__py3-none-any.whl → 2.80.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +58 -0
- pulumi_azure_native/azurefleet/_enums.py +2 -2
- pulumi_azure_native/azurefleet/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
- pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
- pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
- pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
- pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
- pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
- pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
- pulumi_azure_native/compute/__init__.py +3 -0
- pulumi_azure_native/compute/cloud_service.py +5 -1
- pulumi_azure_native/compute/get_cloud_service.py +4 -0
- pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
- pulumi_azure_native/compute/v20241104/__init__.py +12 -0
- pulumi_azure_native/compute/v20241104/_enums.py +31 -0
- pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
- pulumi_azure_native/compute/v20241104/cloud_service.py +287 -0
- pulumi_azure_native/compute/v20241104/get_cloud_service.py +185 -0
- pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
- pulumi_azure_native/confluent/__init__.py +3 -0
- pulumi_azure_native/confluent/get_organization.py +2 -2
- pulumi_azure_native/confluent/list_access_clusters.py +2 -2
- pulumi_azure_native/confluent/list_access_environments.py +2 -2
- pulumi_azure_native/confluent/list_access_invitations.py +2 -2
- pulumi_azure_native/confluent/list_access_role_binding_name.py +4 -0
- pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
- pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
- pulumi_azure_native/confluent/list_access_users.py +2 -2
- pulumi_azure_native/confluent/list_organization_regions.py +4 -0
- pulumi_azure_native/confluent/organization.py +3 -3
- pulumi_azure_native/confluent/v20200301preview/organization.py +1 -1
- pulumi_azure_native/confluent/v20211201/organization.py +1 -1
- pulumi_azure_native/confluent/v20230822/organization.py +1 -1
- pulumi_azure_native/confluent/v20240213/organization.py +1 -1
- pulumi_azure_native/confluent/v20240701/__init__.py +28 -0
- pulumi_azure_native/confluent/v20240701/_enums.py +108 -0
- pulumi_azure_native/confluent/v20240701/_inputs.py +3187 -0
- pulumi_azure_native/confluent/v20240701/connector.py +319 -0
- pulumi_azure_native/confluent/v20240701/get_connector.py +189 -0
- pulumi_azure_native/confluent/v20240701/get_organization.py +241 -0
- pulumi_azure_native/confluent/v20240701/get_organization_cluster_by_id.py +183 -0
- pulumi_azure_native/confluent/v20240701/get_organization_environment_by_id.py +163 -0
- pulumi_azure_native/confluent/v20240701/get_topic.py +259 -0
- pulumi_azure_native/confluent/v20240701/list_access_clusters.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_environments.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_invitations.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_role_binding_name.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_role_bindings.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_service_accounts.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_access_users.py +121 -0
- pulumi_azure_native/confluent/v20240701/list_organization_regions.py +93 -0
- pulumi_azure_native/confluent/v20240701/organization.py +349 -0
- pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +375 -0
- pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +325 -0
- pulumi_azure_native/confluent/v20240701/outputs.py +3590 -0
- pulumi_azure_native/confluent/v20240701/topic.py +482 -0
- pulumi_azure_native/datadog/__init__.py +7 -0
- pulumi_azure_native/datadog/get_billing_info.py +103 -0
- pulumi_azure_native/datadog/get_monitor.py +2 -2
- pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
- pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
- pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
- pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
- pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
- pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
- pulumi_azure_native/datadog/monitor.py +3 -3
- pulumi_azure_native/datadog/monitored_subscription.py +5 -1
- pulumi_azure_native/datadog/outputs.py +120 -0
- pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
- pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
- pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
- pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
- pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
- pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
- pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
- pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
- pulumi_azure_native/datadog/v20230707/get_monitor.py +182 -0
- pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
- pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
- pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
- pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
- pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
- pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
- pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
- pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
- pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
- pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
- pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
- pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
- pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
- pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
- pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
- pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
- pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
- pulumi_azure_native/datafactory/_inputs.py +6 -6
- pulumi_azure_native/datafactory/outputs.py +4 -4
- pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
- pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quota/__init__.py +3 -0
- pulumi_azure_native/quota/get_group_quota.py +2 -2
- pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
- pulumi_azure_native/quota/group_quota.py +3 -3
- pulumi_azure_native/quota/group_quota_subscription.py +3 -3
- pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
- pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
- pulumi_azure_native/quota/v20241218preview/__init__.py +13 -0
- pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
- pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
- pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
- pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
- pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
- pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
- pulumi_azure_native/servicenetworking/__init__.py +3 -0
- pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
- pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
- pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
- pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
- pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
- pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
- pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
- pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
- pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
- pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
- pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
- pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
- pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +268 -0
- pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
- pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
- pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
- pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
- pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
- pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
- pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
- pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
- pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
- {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/RECORD +172 -97
- {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
from ._inputs import *
|
|
19
|
+
|
|
20
|
+
__all__ = ['MonitoredSubscriptionInitArgs', 'MonitoredSubscription']
|
|
21
|
+
|
|
22
|
+
@pulumi.input_type
|
|
23
|
+
class MonitoredSubscriptionInitArgs:
|
|
24
|
+
def __init__(__self__, *,
|
|
25
|
+
monitor_name: pulumi.Input[str],
|
|
26
|
+
resource_group_name: pulumi.Input[str],
|
|
27
|
+
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
properties: Optional[pulumi.Input['SubscriptionListArgs']] = None):
|
|
29
|
+
"""
|
|
30
|
+
The set of arguments for constructing a MonitoredSubscription resource.
|
|
31
|
+
:param pulumi.Input[str] monitor_name: Monitor resource name
|
|
32
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
33
|
+
:param pulumi.Input[str] configuration_name: The configuration name. Only 'default' value is supported.
|
|
34
|
+
:param pulumi.Input['SubscriptionListArgs'] properties: The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
35
|
+
"""
|
|
36
|
+
pulumi.set(__self__, "monitor_name", monitor_name)
|
|
37
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
38
|
+
if configuration_name is not None:
|
|
39
|
+
pulumi.set(__self__, "configuration_name", configuration_name)
|
|
40
|
+
if properties is not None:
|
|
41
|
+
pulumi.set(__self__, "properties", properties)
|
|
42
|
+
|
|
43
|
+
@property
|
|
44
|
+
@pulumi.getter(name="monitorName")
|
|
45
|
+
def monitor_name(self) -> pulumi.Input[str]:
|
|
46
|
+
"""
|
|
47
|
+
Monitor resource name
|
|
48
|
+
"""
|
|
49
|
+
return pulumi.get(self, "monitor_name")
|
|
50
|
+
|
|
51
|
+
@monitor_name.setter
|
|
52
|
+
def monitor_name(self, value: pulumi.Input[str]):
|
|
53
|
+
pulumi.set(self, "monitor_name", value)
|
|
54
|
+
|
|
55
|
+
@property
|
|
56
|
+
@pulumi.getter(name="resourceGroupName")
|
|
57
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
58
|
+
"""
|
|
59
|
+
The name of the resource group. The name is case insensitive.
|
|
60
|
+
"""
|
|
61
|
+
return pulumi.get(self, "resource_group_name")
|
|
62
|
+
|
|
63
|
+
@resource_group_name.setter
|
|
64
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
65
|
+
pulumi.set(self, "resource_group_name", value)
|
|
66
|
+
|
|
67
|
+
@property
|
|
68
|
+
@pulumi.getter(name="configurationName")
|
|
69
|
+
def configuration_name(self) -> Optional[pulumi.Input[str]]:
|
|
70
|
+
"""
|
|
71
|
+
The configuration name. Only 'default' value is supported.
|
|
72
|
+
"""
|
|
73
|
+
return pulumi.get(self, "configuration_name")
|
|
74
|
+
|
|
75
|
+
@configuration_name.setter
|
|
76
|
+
def configuration_name(self, value: Optional[pulumi.Input[str]]):
|
|
77
|
+
pulumi.set(self, "configuration_name", value)
|
|
78
|
+
|
|
79
|
+
@property
|
|
80
|
+
@pulumi.getter
|
|
81
|
+
def properties(self) -> Optional[pulumi.Input['SubscriptionListArgs']]:
|
|
82
|
+
"""
|
|
83
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
84
|
+
"""
|
|
85
|
+
return pulumi.get(self, "properties")
|
|
86
|
+
|
|
87
|
+
@properties.setter
|
|
88
|
+
def properties(self, value: Optional[pulumi.Input['SubscriptionListArgs']]):
|
|
89
|
+
pulumi.set(self, "properties", value)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
class MonitoredSubscription(pulumi.CustomResource):
|
|
93
|
+
@overload
|
|
94
|
+
def __init__(__self__,
|
|
95
|
+
resource_name: str,
|
|
96
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
97
|
+
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
98
|
+
monitor_name: Optional[pulumi.Input[str]] = None,
|
|
99
|
+
properties: Optional[pulumi.Input[Union['SubscriptionListArgs', 'SubscriptionListArgsDict']]] = None,
|
|
100
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
101
|
+
__props__=None):
|
|
102
|
+
"""
|
|
103
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
104
|
+
|
|
105
|
+
:param str resource_name: The name of the resource.
|
|
106
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
107
|
+
:param pulumi.Input[str] configuration_name: The configuration name. Only 'default' value is supported.
|
|
108
|
+
:param pulumi.Input[str] monitor_name: Monitor resource name
|
|
109
|
+
:param pulumi.Input[Union['SubscriptionListArgs', 'SubscriptionListArgsDict']] properties: The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
110
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
111
|
+
"""
|
|
112
|
+
...
|
|
113
|
+
@overload
|
|
114
|
+
def __init__(__self__,
|
|
115
|
+
resource_name: str,
|
|
116
|
+
args: MonitoredSubscriptionInitArgs,
|
|
117
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
118
|
+
"""
|
|
119
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
120
|
+
|
|
121
|
+
:param str resource_name: The name of the resource.
|
|
122
|
+
:param MonitoredSubscriptionInitArgs args: The arguments to use to populate this resource's properties.
|
|
123
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
124
|
+
"""
|
|
125
|
+
...
|
|
126
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
127
|
+
resource_args, opts = _utilities.get_resource_args_opts(MonitoredSubscriptionInitArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
128
|
+
if resource_args is not None:
|
|
129
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
130
|
+
else:
|
|
131
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
132
|
+
|
|
133
|
+
def _internal_init(__self__,
|
|
134
|
+
resource_name: str,
|
|
135
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
136
|
+
configuration_name: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
monitor_name: Optional[pulumi.Input[str]] = None,
|
|
138
|
+
properties: Optional[pulumi.Input[Union['SubscriptionListArgs', 'SubscriptionListArgsDict']]] = None,
|
|
139
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
140
|
+
__props__=None):
|
|
141
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
142
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
143
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
144
|
+
if opts.id is None:
|
|
145
|
+
if __props__ is not None:
|
|
146
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
147
|
+
__props__ = MonitoredSubscriptionInitArgs.__new__(MonitoredSubscriptionInitArgs)
|
|
148
|
+
|
|
149
|
+
__props__.__dict__["configuration_name"] = configuration_name
|
|
150
|
+
if monitor_name is None and not opts.urn:
|
|
151
|
+
raise TypeError("Missing required property 'monitor_name'")
|
|
152
|
+
__props__.__dict__["monitor_name"] = monitor_name
|
|
153
|
+
__props__.__dict__["properties"] = properties
|
|
154
|
+
if resource_group_name is None and not opts.urn:
|
|
155
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
156
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
157
|
+
__props__.__dict__["name"] = None
|
|
158
|
+
__props__.__dict__["type"] = None
|
|
159
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:datadog:MonitoredSubscription"), pulumi.Alias(type_="azure-native:datadog/v20230101:MonitoredSubscription"), pulumi.Alias(type_="azure-native:datadog/v20230707:MonitoredSubscription")])
|
|
160
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
161
|
+
super(MonitoredSubscription, __self__).__init__(
|
|
162
|
+
'azure-native:datadog/v20231020:MonitoredSubscription',
|
|
163
|
+
resource_name,
|
|
164
|
+
__props__,
|
|
165
|
+
opts)
|
|
166
|
+
|
|
167
|
+
@staticmethod
|
|
168
|
+
def get(resource_name: str,
|
|
169
|
+
id: pulumi.Input[str],
|
|
170
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'MonitoredSubscription':
|
|
171
|
+
"""
|
|
172
|
+
Get an existing MonitoredSubscription resource's state with the given name, id, and optional extra
|
|
173
|
+
properties used to qualify the lookup.
|
|
174
|
+
|
|
175
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
176
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
177
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
178
|
+
"""
|
|
179
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
180
|
+
|
|
181
|
+
__props__ = MonitoredSubscriptionInitArgs.__new__(MonitoredSubscriptionInitArgs)
|
|
182
|
+
|
|
183
|
+
__props__.__dict__["name"] = None
|
|
184
|
+
__props__.__dict__["properties"] = None
|
|
185
|
+
__props__.__dict__["type"] = None
|
|
186
|
+
return MonitoredSubscription(resource_name, opts=opts, __props__=__props__)
|
|
187
|
+
|
|
188
|
+
@property
|
|
189
|
+
@pulumi.getter
|
|
190
|
+
def name(self) -> pulumi.Output[str]:
|
|
191
|
+
"""
|
|
192
|
+
Name of the monitored subscription resource.
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "name")
|
|
195
|
+
|
|
196
|
+
@property
|
|
197
|
+
@pulumi.getter
|
|
198
|
+
def properties(self) -> pulumi.Output['outputs.SubscriptionListResponse']:
|
|
199
|
+
"""
|
|
200
|
+
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
|
|
201
|
+
"""
|
|
202
|
+
return pulumi.get(self, "properties")
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
@pulumi.getter
|
|
206
|
+
def type(self) -> pulumi.Output[str]:
|
|
207
|
+
"""
|
|
208
|
+
The type of the monitored subscription resource.
|
|
209
|
+
"""
|
|
210
|
+
return pulumi.get(self, "type")
|
|
211
|
+
|