pulumi-alicloud 3.72.0a1735837979__py3-none-any.whl → 3.72.0a1735881335__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-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +75 -0
- pulumi_alicloud/_inputs.py +471 -0
- pulumi_alicloud/adb/cluster.py +68 -0
- pulumi_alicloud/adb/db_cluster.py +94 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
- pulumi_alicloud/adb/outputs.py +106 -2
- pulumi_alicloud/apig/__init__.py +12 -0
- pulumi_alicloud/apig/_inputs.py +263 -0
- pulumi_alicloud/apig/environment.py +317 -0
- pulumi_alicloud/apig/gateway.py +645 -0
- pulumi_alicloud/apig/http_api.py +465 -0
- pulumi_alicloud/apig/outputs.py +213 -0
- pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
- pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
- pulumi_alicloud/cfg/get_aggregators.py +2 -2
- pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
- pulumi_alicloud/cfg/get_deliveries.py +11 -2
- pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
- pulumi_alicloud/cfg/get_rules.py +3 -7
- pulumi_alicloud/cfg/outputs.py +28 -20
- pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
- pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
- pulumi_alicloud/cloudfirewall/instance.py +1 -1
- pulumi_alicloud/cloudfirewall/outputs.py +16 -4
- pulumi_alicloud/config/__init__.pyi +2 -0
- pulumi_alicloud/config/outputs.py +284 -0
- pulumi_alicloud/config/vars.py +4 -0
- pulumi_alicloud/cr/_inputs.py +128 -0
- pulumi_alicloud/cr/outputs.py +93 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
- pulumi_alicloud/dcdn/get_domains.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
- pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
- pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
- pulumi_alicloud/dcdn/outputs.py +6 -6
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
- pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
- pulumi_alicloud/ddos/outputs.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +9 -0
- pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
- pulumi_alicloud/ecs/outputs.py +90 -36
- pulumi_alicloud/esa/__init__.py +3 -0
- pulumi_alicloud/esa/_inputs.py +456 -0
- pulumi_alicloud/esa/outputs.py +321 -0
- pulumi_alicloud/esa/record.py +798 -0
- pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
- pulumi_alicloud/ess/notification.py +50 -3
- pulumi_alicloud/ess/outputs.py +104 -8
- pulumi_alicloud/ess/scheduled_task.py +7 -7
- pulumi_alicloud/fc/v3_trigger.py +1 -1
- pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
- pulumi_alicloud/ga/get_acls.py +14 -2
- pulumi_alicloud/ga/get_additional_certificates.py +11 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
- pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
- pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
- pulumi_alicloud/ga/get_domains.py +2 -2
- pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
- pulumi_alicloud/ga/get_ip_sets.py +8 -2
- pulumi_alicloud/ga/get_listeners.py +11 -2
- pulumi_alicloud/ga/outputs.py +64 -32
- pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
- pulumi_alicloud/get_msc_sub_contacts.py +8 -2
- pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
- pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
- pulumi_alicloud/kms/key.py +108 -28
- pulumi_alicloud/kvstore/get_instances.py +14 -3
- pulumi_alicloud/kvstore/outputs.py +48 -4
- pulumi_alicloud/marketplace/order.py +2 -2
- pulumi_alicloud/mongodb/__init__.py +1 -0
- pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
- pulumi_alicloud/oss/__init__.py +2 -0
- pulumi_alicloud/oss/_inputs.py +68 -0
- pulumi_alicloud/oss/access_point.py +463 -0
- pulumi_alicloud/oss/bucket_worm.py +327 -0
- pulumi_alicloud/oss/outputs.py +74 -0
- pulumi_alicloud/privatelink/get_service.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
- pulumi_alicloud/privatelink/outputs.py +6 -6
- pulumi_alicloud/provider.py +20 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/get_policies.py +66 -8
- pulumi_alicloud/rds/instance.py +211 -14
- pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/schedulerx/__init__.py +3 -0
- pulumi_alicloud/schedulerx/_inputs.py +542 -0
- pulumi_alicloud/schedulerx/app_group.py +952 -0
- pulumi_alicloud/schedulerx/job.py +1454 -0
- pulumi_alicloud/schedulerx/namespace.py +64 -51
- pulumi_alicloud/schedulerx/outputs.py +425 -0
- pulumi_alicloud/sddp/get_configs.py +5 -2
- pulumi_alicloud/sddp/get_data_limits.py +11 -2
- pulumi_alicloud/sddp/get_instances.py +5 -2
- pulumi_alicloud/sddp/get_rules.py +29 -2
- pulumi_alicloud/sddp/outputs.py +14 -14
- pulumi_alicloud/vpc/get_peer_connections.py +17 -2
- pulumi_alicloud/vpc/network.py +293 -40
- pulumi_alicloud/vpc/outputs.py +2 -2
- pulumi_alicloud/vpc/peer_connection.py +239 -132
- pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
- pulumi_alicloud/waf/domain.py +2 -2
- pulumi_alicloud/waf/get_certificates.py +14 -2
- pulumi_alicloud/waf/get_domains.py +6 -4
- pulumi_alicloud/waf/get_instances.py +2 -2
- pulumi_alicloud/waf/instance.py +0 -64
- pulumi_alicloud/waf/outputs.py +2 -4
- pulumi_alicloud/wafv3/get_instances.py +10 -4
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/RECORD +129 -114
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735881335.dist-info}/top_level.txt +0 -0
|
@@ -23,8 +23,8 @@ class ControlPolicyAttachmentArgs:
|
|
|
23
23
|
target_id: pulumi.Input[str]):
|
|
24
24
|
"""
|
|
25
25
|
The set of arguments for constructing a ControlPolicyAttachment resource.
|
|
26
|
-
:param pulumi.Input[str] policy_id: The ID of control policy.
|
|
27
|
-
:param pulumi.Input[str] target_id: The ID of
|
|
26
|
+
:param pulumi.Input[str] policy_id: The ID of the access control policy.
|
|
27
|
+
:param pulumi.Input[str] target_id: The ID of the object to which you want to attach the access control policy.
|
|
28
28
|
"""
|
|
29
29
|
pulumi.set(__self__, "policy_id", policy_id)
|
|
30
30
|
pulumi.set(__self__, "target_id", target_id)
|
|
@@ -33,7 +33,7 @@ class ControlPolicyAttachmentArgs:
|
|
|
33
33
|
@pulumi.getter(name="policyId")
|
|
34
34
|
def policy_id(self) -> pulumi.Input[str]:
|
|
35
35
|
"""
|
|
36
|
-
The ID of control policy.
|
|
36
|
+
The ID of the access control policy.
|
|
37
37
|
"""
|
|
38
38
|
return pulumi.get(self, "policy_id")
|
|
39
39
|
|
|
@@ -45,7 +45,7 @@ class ControlPolicyAttachmentArgs:
|
|
|
45
45
|
@pulumi.getter(name="targetId")
|
|
46
46
|
def target_id(self) -> pulumi.Input[str]:
|
|
47
47
|
"""
|
|
48
|
-
The ID of
|
|
48
|
+
The ID of the object to which you want to attach the access control policy.
|
|
49
49
|
"""
|
|
50
50
|
return pulumi.get(self, "target_id")
|
|
51
51
|
|
|
@@ -61,8 +61,8 @@ class _ControlPolicyAttachmentState:
|
|
|
61
61
|
target_id: Optional[pulumi.Input[str]] = None):
|
|
62
62
|
"""
|
|
63
63
|
Input properties used for looking up and filtering ControlPolicyAttachment resources.
|
|
64
|
-
:param pulumi.Input[str] policy_id: The ID of control policy.
|
|
65
|
-
:param pulumi.Input[str] target_id: The ID of
|
|
64
|
+
:param pulumi.Input[str] policy_id: The ID of the access control policy.
|
|
65
|
+
:param pulumi.Input[str] target_id: The ID of the object to which you want to attach the access control policy.
|
|
66
66
|
"""
|
|
67
67
|
if policy_id is not None:
|
|
68
68
|
pulumi.set(__self__, "policy_id", policy_id)
|
|
@@ -73,7 +73,7 @@ class _ControlPolicyAttachmentState:
|
|
|
73
73
|
@pulumi.getter(name="policyId")
|
|
74
74
|
def policy_id(self) -> Optional[pulumi.Input[str]]:
|
|
75
75
|
"""
|
|
76
|
-
The ID of control policy.
|
|
76
|
+
The ID of the access control policy.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "policy_id")
|
|
79
79
|
|
|
@@ -85,7 +85,7 @@ class _ControlPolicyAttachmentState:
|
|
|
85
85
|
@pulumi.getter(name="targetId")
|
|
86
86
|
def target_id(self) -> Optional[pulumi.Input[str]]:
|
|
87
87
|
"""
|
|
88
|
-
The ID of
|
|
88
|
+
The ID of the object to which you want to attach the access control policy.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "target_id")
|
|
91
91
|
|
|
@@ -105,7 +105,7 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
105
105
|
"""
|
|
106
106
|
Provides a Resource Manager Control Policy Attachment resource.
|
|
107
107
|
|
|
108
|
-
For information about Resource Manager Control Policy Attachment and how to use it, see [What is Control Policy Attachment](https://www.alibabacloud.com/help/en/resource-management/
|
|
108
|
+
For information about Resource Manager Control Policy Attachment and how to use it, see [What is Control Policy Attachment](https://www.alibabacloud.com/help/en/resource-management/resource-directory/developer-reference/api-resourcemanager-2020-03-31-attachcontrolpolicy).
|
|
109
109
|
|
|
110
110
|
> **NOTE:** Available since v1.120.0.
|
|
111
111
|
|
|
@@ -121,11 +121,11 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
121
121
|
config = pulumi.Config()
|
|
122
122
|
name = config.get("name")
|
|
123
123
|
if name is None:
|
|
124
|
-
name = "
|
|
124
|
+
name = "terraform-example"
|
|
125
125
|
default = random.index.Integer("default",
|
|
126
126
|
min=10000,
|
|
127
127
|
max=99999)
|
|
128
|
-
|
|
128
|
+
default_control_policy = alicloud.resourcemanager.ControlPolicy("default",
|
|
129
129
|
control_policy_name=name,
|
|
130
130
|
description=name,
|
|
131
131
|
effect_scope="RAM",
|
|
@@ -145,10 +145,10 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
145
145
|
]
|
|
146
146
|
}
|
|
147
147
|
\"\"\")
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
policy_id=
|
|
151
|
-
target_id=
|
|
148
|
+
default_folder = alicloud.resourcemanager.Folder("default", folder_name=f"{name}-{default['result']}")
|
|
149
|
+
default_control_policy_attachment = alicloud.resourcemanager.ControlPolicyAttachment("default",
|
|
150
|
+
policy_id=default_control_policy.id,
|
|
151
|
+
target_id=default_folder.id)
|
|
152
152
|
```
|
|
153
153
|
|
|
154
154
|
## Import
|
|
@@ -161,8 +161,8 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
161
161
|
|
|
162
162
|
:param str resource_name: The name of the resource.
|
|
163
163
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
164
|
-
:param pulumi.Input[str] policy_id: The ID of control policy.
|
|
165
|
-
:param pulumi.Input[str] target_id: The ID of
|
|
164
|
+
:param pulumi.Input[str] policy_id: The ID of the access control policy.
|
|
165
|
+
:param pulumi.Input[str] target_id: The ID of the object to which you want to attach the access control policy.
|
|
166
166
|
"""
|
|
167
167
|
...
|
|
168
168
|
@overload
|
|
@@ -173,7 +173,7 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
173
173
|
"""
|
|
174
174
|
Provides a Resource Manager Control Policy Attachment resource.
|
|
175
175
|
|
|
176
|
-
For information about Resource Manager Control Policy Attachment and how to use it, see [What is Control Policy Attachment](https://www.alibabacloud.com/help/en/resource-management/
|
|
176
|
+
For information about Resource Manager Control Policy Attachment and how to use it, see [What is Control Policy Attachment](https://www.alibabacloud.com/help/en/resource-management/resource-directory/developer-reference/api-resourcemanager-2020-03-31-attachcontrolpolicy).
|
|
177
177
|
|
|
178
178
|
> **NOTE:** Available since v1.120.0.
|
|
179
179
|
|
|
@@ -189,11 +189,11 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
189
189
|
config = pulumi.Config()
|
|
190
190
|
name = config.get("name")
|
|
191
191
|
if name is None:
|
|
192
|
-
name = "
|
|
192
|
+
name = "terraform-example"
|
|
193
193
|
default = random.index.Integer("default",
|
|
194
194
|
min=10000,
|
|
195
195
|
max=99999)
|
|
196
|
-
|
|
196
|
+
default_control_policy = alicloud.resourcemanager.ControlPolicy("default",
|
|
197
197
|
control_policy_name=name,
|
|
198
198
|
description=name,
|
|
199
199
|
effect_scope="RAM",
|
|
@@ -213,10 +213,10 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
213
213
|
]
|
|
214
214
|
}
|
|
215
215
|
\"\"\")
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
policy_id=
|
|
219
|
-
target_id=
|
|
216
|
+
default_folder = alicloud.resourcemanager.Folder("default", folder_name=f"{name}-{default['result']}")
|
|
217
|
+
default_control_policy_attachment = alicloud.resourcemanager.ControlPolicyAttachment("default",
|
|
218
|
+
policy_id=default_control_policy.id,
|
|
219
|
+
target_id=default_folder.id)
|
|
220
220
|
```
|
|
221
221
|
|
|
222
222
|
## Import
|
|
@@ -278,8 +278,8 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
278
278
|
:param str resource_name: The unique name of the resulting resource.
|
|
279
279
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
280
280
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
281
|
-
:param pulumi.Input[str] policy_id: The ID of control policy.
|
|
282
|
-
:param pulumi.Input[str] target_id: The ID of
|
|
281
|
+
:param pulumi.Input[str] policy_id: The ID of the access control policy.
|
|
282
|
+
:param pulumi.Input[str] target_id: The ID of the object to which you want to attach the access control policy.
|
|
283
283
|
"""
|
|
284
284
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
285
285
|
|
|
@@ -293,7 +293,7 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
293
293
|
@pulumi.getter(name="policyId")
|
|
294
294
|
def policy_id(self) -> pulumi.Output[str]:
|
|
295
295
|
"""
|
|
296
|
-
The ID of control policy.
|
|
296
|
+
The ID of the access control policy.
|
|
297
297
|
"""
|
|
298
298
|
return pulumi.get(self, "policy_id")
|
|
299
299
|
|
|
@@ -301,7 +301,7 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
301
301
|
@pulumi.getter(name="targetId")
|
|
302
302
|
def target_id(self) -> pulumi.Output[str]:
|
|
303
303
|
"""
|
|
304
|
-
The ID of
|
|
304
|
+
The ID of the object to which you want to attach the access control policy.
|
|
305
305
|
"""
|
|
306
306
|
return pulumi.get(self, "target_id")
|
|
307
307
|
|
|
@@ -32,6 +32,7 @@ class SharedResourceArgs:
|
|
|
32
32
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
33
33
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
34
34
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
35
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
35
36
|
"""
|
|
36
37
|
pulumi.set(__self__, "resource_id", resource_id)
|
|
37
38
|
pulumi.set(__self__, "resource_share_id", resource_share_id)
|
|
@@ -71,6 +72,7 @@ class SharedResourceArgs:
|
|
|
71
72
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
72
73
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
73
74
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
75
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
74
76
|
"""
|
|
75
77
|
return pulumi.get(self, "resource_type")
|
|
76
78
|
|
|
@@ -96,6 +98,7 @@ class _SharedResourceState:
|
|
|
96
98
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
97
99
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
98
100
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
101
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
99
102
|
:param pulumi.Input[str] status: The status of the Shared Resource.
|
|
100
103
|
"""
|
|
101
104
|
if resource_id is not None:
|
|
@@ -141,6 +144,7 @@ class _SharedResourceState:
|
|
|
141
144
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
142
145
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
143
146
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
147
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
144
148
|
"""
|
|
145
149
|
return pulumi.get(self, "resource_type")
|
|
146
150
|
|
|
@@ -223,6 +227,7 @@ class SharedResource(pulumi.CustomResource):
|
|
|
223
227
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
224
228
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
225
229
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
230
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
226
231
|
"""
|
|
227
232
|
...
|
|
228
233
|
@overload
|
|
@@ -339,6 +344,7 @@ class SharedResource(pulumi.CustomResource):
|
|
|
339
344
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
340
345
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
341
346
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
347
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
342
348
|
:param pulumi.Input[str] status: The status of the Shared Resource.
|
|
343
349
|
"""
|
|
344
350
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -377,6 +383,7 @@ class SharedResource(pulumi.CustomResource):
|
|
|
377
383
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
378
384
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
379
385
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
386
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
380
387
|
"""
|
|
381
388
|
return pulumi.get(self, "resource_type")
|
|
382
389
|
|