pulumi-alicloud 3.66.0__py3-none-any.whl → 3.66.0a1730870255__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 +0 -94
- pulumi_alicloud/alb/load_balancer.py +1 -1
- pulumi_alicloud/alikafka/instance.py +0 -112
- pulumi_alicloud/arms/environment.py +7 -7
- pulumi_alicloud/arms/get_remote_writes.py +4 -4
- pulumi_alicloud/arms/prometheus_alert_rule.py +0 -58
- pulumi_alicloud/arms/remote_write.py +2 -2
- pulumi_alicloud/cen/transit_router_vbr_attachment.py +74 -96
- pulumi_alicloud/cloudsso/_inputs.py +9 -9
- pulumi_alicloud/cloudsso/access_configuration.py +34 -100
- pulumi_alicloud/cloudsso/outputs.py +6 -6
- pulumi_alicloud/cms/hybrid_monitor_fc_task.py +26 -28
- pulumi_alicloud/cr/chain.py +14 -22
- pulumi_alicloud/cr/chart_repository.py +6 -14
- pulumi_alicloud/cr/repo.py +8 -8
- pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +6 -14
- pulumi_alicloud/databasefilesystem/instance_attachment.py +63 -59
- pulumi_alicloud/databasefilesystem/snapshot.py +109 -53
- pulumi_alicloud/ecs/instance.py +7 -7
- pulumi_alicloud/ess/scaling_configuration.py +7 -7
- pulumi_alicloud/fc/_inputs.py +135 -243
- pulumi_alicloud/fc/outputs.py +90 -173
- pulumi_alicloud/fc/trigger.py +138 -202
- pulumi_alicloud/fc/v3_alias.py +0 -28
- pulumi_alicloud/fc/v3_async_invoke_config.py +0 -56
- pulumi_alicloud/fc/v3_concurrency_config.py +0 -28
- pulumi_alicloud/fc/v3_custom_domain.py +6 -118
- pulumi_alicloud/fc/v3_function.py +0 -308
- pulumi_alicloud/fc/v3_function_version.py +2 -30
- pulumi_alicloud/fc/v3_layer_version.py +1 -104
- pulumi_alicloud/fc/v3_provision_config.py +2 -86
- pulumi_alicloud/fc/v3_trigger.py +0 -114
- pulumi_alicloud/ga/custom_routing_endpoint_traffic_policy.py +44 -48
- pulumi_alicloud/governance/_inputs.py +0 -54
- pulumi_alicloud/governance/account.py +14 -49
- pulumi_alicloud/governance/outputs.py +0 -51
- pulumi_alicloud/gpdb/instance.py +15 -196
- pulumi_alicloud/kms/instance.py +0 -28
- pulumi_alicloud/nas/data_flow.py +6 -6
- pulumi_alicloud/nas/fileset.py +6 -6
- pulumi_alicloud/nas/lifecycle_policy.py +6 -6
- pulumi_alicloud/nas/recycle_bin.py +6 -6
- pulumi_alicloud/nas/snapshot.py +6 -6
- pulumi_alicloud/oss/__init__.py +0 -2
- pulumi_alicloud/oss/_inputs.py +0 -194
- pulumi_alicloud/oss/outputs.py +0 -141
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/quotas/_inputs.py +6 -6
- pulumi_alicloud/quotas/outputs.py +4 -4
- pulumi_alicloud/quotas/quota_application.py +28 -21
- pulumi_alicloud/redis/tair_instance.py +71 -1046
- pulumi_alicloud/threatdetection/honeypot_preset.py +0 -2
- pulumi_alicloud/vpc/__init__.py +0 -4
- pulumi_alicloud/vpn/gateway_vco_route.py +8 -28
- {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/RECORD +58 -73
- {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/WHEEL +1 -1
- pulumi_alicloud/esa/__init__.py +0 -9
- pulumi_alicloud/esa/rate_plan_instance.py +0 -626
- pulumi_alicloud/esa/site.py +0 -533
- pulumi_alicloud/gwlb/__init__.py +0 -12
- pulumi_alicloud/gwlb/_inputs.py +0 -673
- pulumi_alicloud/gwlb/listener.py +0 -434
- pulumi_alicloud/gwlb/load_balancer.py +0 -537
- pulumi_alicloud/gwlb/outputs.py +0 -533
- pulumi_alicloud/gwlb/server_group.py +0 -780
- pulumi_alicloud/oss/bucket_cname.py +0 -509
- pulumi_alicloud/oss/bucket_cname_token.py +0 -239
- pulumi_alicloud/vpc/ipam_ipam.py +0 -531
- pulumi_alicloud/vpc/ipam_ipam_pool.py +0 -850
- pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +0 -313
- pulumi_alicloud/vpc/ipam_ipam_scope.py +0 -537
- {pulumi_alicloud-3.66.0.dist-info → pulumi_alicloud-3.66.0a1730870255.dist-info}/top_level.txt +0 -0
|
@@ -133,11 +133,11 @@ if not MYPY:
|
|
|
133
133
|
class QuotaApplicationDimensionArgsDict(TypedDict):
|
|
134
134
|
key: NotRequired[pulumi.Input[str]]
|
|
135
135
|
"""
|
|
136
|
-
|
|
136
|
+
Key.
|
|
137
137
|
"""
|
|
138
138
|
value: NotRequired[pulumi.Input[str]]
|
|
139
139
|
"""
|
|
140
|
-
|
|
140
|
+
Value.
|
|
141
141
|
"""
|
|
142
142
|
elif False:
|
|
143
143
|
QuotaApplicationDimensionArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -148,8 +148,8 @@ class QuotaApplicationDimensionArgs:
|
|
|
148
148
|
key: Optional[pulumi.Input[str]] = None,
|
|
149
149
|
value: Optional[pulumi.Input[str]] = None):
|
|
150
150
|
"""
|
|
151
|
-
:param pulumi.Input[str] key:
|
|
152
|
-
:param pulumi.Input[str] value:
|
|
151
|
+
:param pulumi.Input[str] key: Key.
|
|
152
|
+
:param pulumi.Input[str] value: Value.
|
|
153
153
|
"""
|
|
154
154
|
if key is not None:
|
|
155
155
|
pulumi.set(__self__, "key", key)
|
|
@@ -160,7 +160,7 @@ class QuotaApplicationDimensionArgs:
|
|
|
160
160
|
@pulumi.getter
|
|
161
161
|
def key(self) -> Optional[pulumi.Input[str]]:
|
|
162
162
|
"""
|
|
163
|
-
|
|
163
|
+
Key.
|
|
164
164
|
"""
|
|
165
165
|
return pulumi.get(self, "key")
|
|
166
166
|
|
|
@@ -172,7 +172,7 @@ class QuotaApplicationDimensionArgs:
|
|
|
172
172
|
@pulumi.getter
|
|
173
173
|
def value(self) -> Optional[pulumi.Input[str]]:
|
|
174
174
|
"""
|
|
175
|
-
|
|
175
|
+
Value.
|
|
176
176
|
"""
|
|
177
177
|
return pulumi.get(self, "value")
|
|
178
178
|
|
|
@@ -97,8 +97,8 @@ class QuotaApplicationDimension(dict):
|
|
|
97
97
|
key: Optional[str] = None,
|
|
98
98
|
value: Optional[str] = None):
|
|
99
99
|
"""
|
|
100
|
-
:param str key:
|
|
101
|
-
:param str value:
|
|
100
|
+
:param str key: Key.
|
|
101
|
+
:param str value: Value.
|
|
102
102
|
"""
|
|
103
103
|
if key is not None:
|
|
104
104
|
pulumi.set(__self__, "key", key)
|
|
@@ -109,7 +109,7 @@ class QuotaApplicationDimension(dict):
|
|
|
109
109
|
@pulumi.getter
|
|
110
110
|
def key(self) -> Optional[str]:
|
|
111
111
|
"""
|
|
112
|
-
|
|
112
|
+
Key.
|
|
113
113
|
"""
|
|
114
114
|
return pulumi.get(self, "key")
|
|
115
115
|
|
|
@@ -117,7 +117,7 @@ class QuotaApplicationDimension(dict):
|
|
|
117
117
|
@pulumi.getter
|
|
118
118
|
def value(self) -> Optional[str]:
|
|
119
119
|
"""
|
|
120
|
-
|
|
120
|
+
Value.
|
|
121
121
|
"""
|
|
122
122
|
return pulumi.get(self, "value")
|
|
123
123
|
|
|
@@ -38,9 +38,10 @@ class QuotaApplicationArgs:
|
|
|
38
38
|
:param pulumi.Input[str] product_code: The product code.
|
|
39
39
|
:param pulumi.Input[str] quota_action_code: The ID of quota action.
|
|
40
40
|
:param pulumi.Input[str] reason: The reason of the quota application.
|
|
41
|
-
:param pulumi.Input[str] audit_mode:
|
|
42
|
-
- Sync:
|
|
43
|
-
- Async:
|
|
41
|
+
:param pulumi.Input[str] audit_mode: Quota audit mode. Value:
|
|
42
|
+
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
|
|
43
|
+
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
|
|
44
|
+
> **NOTE:** This parameter takes effect only for the ECS specification quota of the cloud server.
|
|
44
45
|
:param pulumi.Input[Sequence[pulumi.Input['QuotaApplicationDimensionArgs']]] dimensions: QuotaDimensions. See `dimensions` below.
|
|
45
46
|
:param pulumi.Input[str] effective_time: The effective time of the quota application.
|
|
46
47
|
:param pulumi.Input[str] env_language: The language of the quota alert notification. Value:
|
|
@@ -124,9 +125,10 @@ class QuotaApplicationArgs:
|
|
|
124
125
|
@pulumi.getter(name="auditMode")
|
|
125
126
|
def audit_mode(self) -> Optional[pulumi.Input[str]]:
|
|
126
127
|
"""
|
|
127
|
-
|
|
128
|
-
- Sync:
|
|
129
|
-
- Async:
|
|
128
|
+
Quota audit mode. Value:
|
|
129
|
+
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
|
|
130
|
+
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
|
|
131
|
+
> **NOTE:** This parameter takes effect only for the ECS specification quota of the cloud server.
|
|
130
132
|
"""
|
|
131
133
|
return pulumi.get(self, "audit_mode")
|
|
132
134
|
|
|
@@ -236,9 +238,10 @@ class _QuotaApplicationState:
|
|
|
236
238
|
"""
|
|
237
239
|
Input properties used for looking up and filtering QuotaApplication resources.
|
|
238
240
|
:param pulumi.Input[str] approve_value: The approve value of the quota application.
|
|
239
|
-
:param pulumi.Input[str] audit_mode:
|
|
240
|
-
- Sync:
|
|
241
|
-
- Async:
|
|
241
|
+
:param pulumi.Input[str] audit_mode: Quota audit mode. Value:
|
|
242
|
+
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
|
|
243
|
+
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
|
|
244
|
+
> **NOTE:** This parameter takes effect only for the ECS specification quota of the cloud server.
|
|
242
245
|
:param pulumi.Input[str] audit_reason: The audit reason.
|
|
243
246
|
:param pulumi.Input[str] create_time: Resource attribute field representing creation time.
|
|
244
247
|
:param pulumi.Input[float] desire_value: The desire value of the quota application.
|
|
@@ -318,9 +321,10 @@ class _QuotaApplicationState:
|
|
|
318
321
|
@pulumi.getter(name="auditMode")
|
|
319
322
|
def audit_mode(self) -> Optional[pulumi.Input[str]]:
|
|
320
323
|
"""
|
|
321
|
-
|
|
322
|
-
- Sync:
|
|
323
|
-
- Async:
|
|
324
|
+
Quota audit mode. Value:
|
|
325
|
+
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
|
|
326
|
+
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
|
|
327
|
+
> **NOTE:** This parameter takes effect only for the ECS specification quota of the cloud server.
|
|
324
328
|
"""
|
|
325
329
|
return pulumi.get(self, "audit_mode")
|
|
326
330
|
|
|
@@ -558,9 +562,10 @@ class QuotaApplication(pulumi.CustomResource):
|
|
|
558
562
|
|
|
559
563
|
:param str resource_name: The name of the resource.
|
|
560
564
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
561
|
-
:param pulumi.Input[str] audit_mode:
|
|
562
|
-
- Sync:
|
|
563
|
-
- Async:
|
|
565
|
+
:param pulumi.Input[str] audit_mode: Quota audit mode. Value:
|
|
566
|
+
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
|
|
567
|
+
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
|
|
568
|
+
> **NOTE:** This parameter takes effect only for the ECS specification quota of the cloud server.
|
|
564
569
|
:param pulumi.Input[float] desire_value: The desire value of the quota application.
|
|
565
570
|
:param pulumi.Input[Sequence[pulumi.Input[Union['QuotaApplicationDimensionArgs', 'QuotaApplicationDimensionArgsDict']]]] dimensions: QuotaDimensions. See `dimensions` below.
|
|
566
571
|
:param pulumi.Input[str] effective_time: The effective time of the quota application.
|
|
@@ -689,9 +694,10 @@ class QuotaApplication(pulumi.CustomResource):
|
|
|
689
694
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
690
695
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
691
696
|
:param pulumi.Input[str] approve_value: The approve value of the quota application.
|
|
692
|
-
:param pulumi.Input[str] audit_mode:
|
|
693
|
-
- Sync:
|
|
694
|
-
- Async:
|
|
697
|
+
:param pulumi.Input[str] audit_mode: Quota audit mode. Value:
|
|
698
|
+
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
|
|
699
|
+
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
|
|
700
|
+
> **NOTE:** This parameter takes effect only for the ECS specification quota of the cloud server.
|
|
695
701
|
:param pulumi.Input[str] audit_reason: The audit reason.
|
|
696
702
|
:param pulumi.Input[str] create_time: Resource attribute field representing creation time.
|
|
697
703
|
:param pulumi.Input[float] desire_value: The desire value of the quota application.
|
|
@@ -754,9 +760,10 @@ class QuotaApplication(pulumi.CustomResource):
|
|
|
754
760
|
@pulumi.getter(name="auditMode")
|
|
755
761
|
def audit_mode(self) -> pulumi.Output[str]:
|
|
756
762
|
"""
|
|
757
|
-
|
|
758
|
-
- Sync:
|
|
759
|
-
- Async:
|
|
763
|
+
Quota audit mode. Value:
|
|
764
|
+
- Sync: Synchronize auditing. The quota center automatically approves, and the approval result is returned immediately, but the probability of application passing is lower than that of asynchronous approval, and the validity period of the increase quota is 1 hour.
|
|
765
|
+
- Async: Asynchronous auditing. Manual review, the probability of application passing is relatively high, and the validity period of the increase quota is 1 month.
|
|
766
|
+
> **NOTE:** This parameter takes effect only for the ECS specification quota of the cloud server.
|
|
760
767
|
"""
|
|
761
768
|
return pulumi.get(self, "audit_mode")
|
|
762
769
|
|