pulumi-alicloud 3.76.0a1743484854__py3-none-any.whl → 3.76.0a1744139894__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 +271 -4
- pulumi_alicloud/_inputs.py +20 -0
- pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
- pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
- pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
- pulumi_alicloud/alb/server_group.py +2 -2
- pulumi_alicloud/alikafka/sasl_acl.py +7 -7
- pulumi_alicloud/apigateway/_inputs.py +134 -0
- pulumi_alicloud/apigateway/group.py +117 -5
- pulumi_alicloud/apigateway/instance.py +148 -7
- pulumi_alicloud/apigateway/outputs.py +107 -0
- pulumi_alicloud/arms/alert_contact.py +2 -2
- pulumi_alicloud/arms/alert_contact_group.py +2 -2
- pulumi_alicloud/arms/get_prometheus.py +2 -6
- pulumi_alicloud/arms/grafana_workspace.py +511 -69
- pulumi_alicloud/arms/outputs.py +18 -18
- pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
- pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
- pulumi_alicloud/cdn/domain_new.py +2 -2
- pulumi_alicloud/cen/_inputs.py +6 -3
- pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
- pulumi_alicloud/cen/instance.py +101 -59
- pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
- pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
- pulumi_alicloud/cen/outputs.py +69 -26
- pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
- pulumi_alicloud/cen/transit_router.py +127 -53
- pulumi_alicloud/cen/transit_router_cidr.py +53 -35
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
- pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
- pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
- pulumi_alicloud/clickhouse/db_cluster.py +179 -6
- pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
- pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cs/__init__.py +1 -0
- pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
- pulumi_alicloud/cs/managed_kubernetes.py +127 -24
- pulumi_alicloud/cs/node_pool.py +42 -42
- pulumi_alicloud/cs/outputs.py +1782 -4
- pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
- pulumi_alicloud/dataworks/data_source.py +2 -2
- pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
- pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
- pulumi_alicloud/dataworks/di_job.py +2 -2
- pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
- pulumi_alicloud/dataworks/network.py +2 -2
- pulumi_alicloud/dataworks/project.py +2 -2
- pulumi_alicloud/dataworks/project_member.py +2 -2
- pulumi_alicloud/dbs/backup_plan.py +2 -2
- pulumi_alicloud/ddos/bgp_policy.py +2 -2
- pulumi_alicloud/eais/__init__.py +2 -0
- pulumi_alicloud/eais/_inputs.py +75 -0
- pulumi_alicloud/eais/client_instance_attachment.py +408 -0
- pulumi_alicloud/eais/instance.py +365 -118
- pulumi_alicloud/eais/outputs.py +32 -0
- pulumi_alicloud/ebs/disk_replica_group.py +512 -30
- pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
- pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
- pulumi_alicloud/ecp/instance.py +2 -2
- pulumi_alicloud/ecp/key_pair.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +33 -0
- pulumi_alicloud/ecs/disk.py +1 -1
- pulumi_alicloud/ecs/ecs_disk.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
- pulumi_alicloud/ecs/instance.py +1 -1
- pulumi_alicloud/ecs/outputs.py +26 -2
- pulumi_alicloud/eflo/__init__.py +5 -0
- pulumi_alicloud/eflo/_inputs.py +1717 -0
- pulumi_alicloud/eflo/cluster.py +935 -0
- pulumi_alicloud/eflo/invocation.py +1114 -0
- pulumi_alicloud/eflo/node.py +1013 -0
- pulumi_alicloud/eflo/node_group.py +1101 -0
- pulumi_alicloud/eflo/outputs.py +1366 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
- pulumi_alicloud/ens/image.py +81 -34
- pulumi_alicloud/esa/__init__.py +4 -0
- pulumi_alicloud/esa/_inputs.py +640 -18
- pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
- pulumi_alicloud/esa/cache_rule.py +193 -179
- pulumi_alicloud/esa/certificate.py +99 -92
- pulumi_alicloud/esa/compression_rule.py +42 -28
- pulumi_alicloud/esa/edge_container_app.py +972 -0
- pulumi_alicloud/esa/edge_container_app_record.py +376 -0
- pulumi_alicloud/esa/http_request_header_modification_rule.py +56 -42
- pulumi_alicloud/esa/http_response_header_modification_rule.py +35 -56
- pulumi_alicloud/esa/https_application_configuration.py +42 -28
- pulumi_alicloud/esa/https_basic_configuration.py +56 -42
- pulumi_alicloud/esa/image_transform.py +42 -28
- pulumi_alicloud/esa/kv_namespace.py +11 -11
- pulumi_alicloud/esa/list.py +28 -28
- pulumi_alicloud/esa/network_optimization.py +56 -126
- pulumi_alicloud/esa/origin_pool.py +19 -19
- pulumi_alicloud/esa/origin_rule.py +67 -39
- pulumi_alicloud/esa/outputs.py +536 -12
- pulumi_alicloud/esa/page.py +28 -49
- pulumi_alicloud/esa/rate_plan_instance.py +86 -159
- pulumi_alicloud/esa/redirect_rule.py +42 -28
- pulumi_alicloud/esa/rewrite_url_rule.py +49 -63
- pulumi_alicloud/esa/site.py +67 -123
- pulumi_alicloud/esa/site_delivery_task.py +841 -0
- pulumi_alicloud/esa/waiting_room.py +269 -319
- pulumi_alicloud/esa/waiting_room_event.py +291 -305
- pulumi_alicloud/esa/waiting_room_rule.py +46 -53
- pulumi_alicloud/ess/_inputs.py +155 -0
- pulumi_alicloud/ess/outputs.py +128 -0
- pulumi_alicloud/ess/scaling_group.py +237 -2
- pulumi_alicloud/ess/scaling_rule.py +143 -2
- pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
- pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
- pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
- pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
- pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
- pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
- pulumi_alicloud/gpdb/streaming_job.py +2 -2
- pulumi_alicloud/ims/oidc_provider.py +24 -13
- pulumi_alicloud/kvstore/account.py +9 -9
- pulumi_alicloud/kvstore/connection.py +2 -2
- pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
- pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
- pulumi_alicloud/kvstore/instance.py +7 -7
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/live/caster.py +2 -2
- pulumi_alicloud/maxcompute/__init__.py +1 -0
- pulumi_alicloud/maxcompute/_inputs.py +232 -3
- pulumi_alicloud/maxcompute/outputs.py +183 -2
- pulumi_alicloud/maxcompute/project.py +2 -2
- pulumi_alicloud/maxcompute/quota.py +438 -0
- pulumi_alicloud/nas/mount_target.py +149 -54
- pulumi_alicloud/nlb/__init__.py +1 -0
- pulumi_alicloud/nlb/_inputs.py +43 -6
- pulumi_alicloud/nlb/load_balancer.py +212 -24
- pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
- pulumi_alicloud/nlb/outputs.py +30 -4
- pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
- pulumi_alicloud/oss/__init__.py +1 -0
- pulumi_alicloud/oss/_inputs.py +20 -0
- pulumi_alicloud/oss/access_point.py +2 -2
- pulumi_alicloud/oss/bucket_cname.py +2 -2
- pulumi_alicloud/oss/bucket_cors.py +2 -2
- pulumi_alicloud/oss/bucket_style.py +402 -0
- pulumi_alicloud/oss/bucket_website.py +2 -2
- pulumi_alicloud/oss/outputs.py +14 -0
- pulumi_alicloud/pai/service.py +59 -67
- pulumi_alicloud/polardb/cluster.py +75 -28
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/__init__.py +3 -0
- pulumi_alicloud/ram/_inputs.py +9 -9
- pulumi_alicloud/ram/access_key.py +77 -31
- pulumi_alicloud/ram/account_alias.py +18 -45
- pulumi_alicloud/ram/get_system_policys.py +189 -0
- pulumi_alicloud/ram/group.py +156 -35
- pulumi_alicloud/ram/group_policy_attachment.py +51 -29
- pulumi_alicloud/ram/login_profile.py +92 -38
- pulumi_alicloud/ram/outputs.py +91 -6
- pulumi_alicloud/ram/password_policy.py +779 -0
- pulumi_alicloud/ram/policy.py +199 -88
- pulumi_alicloud/ram/role_policy_attachment.py +51 -29
- pulumi_alicloud/ram/saml_provider.py +44 -37
- pulumi_alicloud/ram/user_group_attachment.py +273 -0
- pulumi_alicloud/ram/user_policy_attachment.py +49 -27
- pulumi_alicloud/rds/__init__.py +1 -0
- pulumi_alicloud/rds/custom_disk.py +1053 -0
- pulumi_alicloud/rds/instance.py +110 -14
- pulumi_alicloud/redis/tair_instance.py +14 -14
- pulumi_alicloud/resourcemanager/__init__.py +1 -0
- pulumi_alicloud/resourcemanager/_inputs.py +53 -0
- pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
- pulumi_alicloud/resourcemanager/outputs.py +50 -0
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/rocketmq/__init__.py +1 -1
- pulumi_alicloud/rocketmq/_inputs.py +146 -4
- pulumi_alicloud/rocketmq/account.py +452 -0
- pulumi_alicloud/rocketmq/acl.py +473 -47
- pulumi_alicloud/rocketmq/client_user.py +8 -2
- pulumi_alicloud/rocketmq/consumer_group.py +121 -24
- pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
- pulumi_alicloud/rocketmq/outputs.py +113 -4
- pulumi_alicloud/rocketmq/qos.py +8 -2
- pulumi_alicloud/rocketmq/qos_car.py +10 -4
- pulumi_alicloud/rocketmq/qos_policy.py +6 -0
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
- pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
- pulumi_alicloud/rocketmq/snat_entry.py +8 -2
- pulumi_alicloud/sag/__init__.py +8 -0
- pulumi_alicloud/sag/acl.py +200 -0
- pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
- pulumi_alicloud/sag/client_user.py +560 -0
- pulumi_alicloud/sag/dnat_entry.py +512 -0
- pulumi_alicloud/sag/get_acls.py +2 -2
- pulumi_alicloud/sag/qos.py +202 -0
- pulumi_alicloud/sag/qos_car.py +654 -0
- pulumi_alicloud/sag/qos_policy.py +659 -0
- pulumi_alicloud/sag/snat_entry.py +313 -0
- pulumi_alicloud/securitycenter/group.py +2 -2
- pulumi_alicloud/selectdb/db_instance.py +60 -11
- pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
- pulumi_alicloud/sls/oss_export_sink.py +2 -2
- pulumi_alicloud/threatdetection/__init__.py +3 -0
- pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
- pulumi_alicloud/threatdetection/asset_bind.py +209 -0
- pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
- pulumi_alicloud/threatdetection/instance.py +271 -54
- pulumi_alicloud/threatdetection/log_meta.py +351 -0
- pulumi_alicloud/vpc/__init__.py +1 -0
- pulumi_alicloud/vpc/_inputs.py +281 -0
- pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
- pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
- pulumi_alicloud/vpc/ipv6_address.py +85 -5
- pulumi_alicloud/vpc/outputs.py +232 -0
- pulumi_alicloud/vpc/peer_connection.py +84 -42
- pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
- pulumi_alicloud/vpc/route_table.py +100 -45
- pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
- pulumi_alicloud/vpn/_inputs.py +716 -71
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +20 -63
- pulumi_alicloud/vpn/ipsec_server.py +2 -2
- pulumi_alicloud/vpn/outputs.py +1963 -998
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
|
@@ -26,14 +26,13 @@ class WaitingRoomRuleArgs:
|
|
|
26
26
|
waiting_room_id: pulumi.Input[str]):
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a WaitingRoomRule resource.
|
|
29
|
-
:param pulumi.Input[str] rule:
|
|
30
|
-
|
|
31
|
-
- on
|
|
32
|
-
- off
|
|
33
|
-
:param pulumi.Input[str] rule_name: Optional. The rule ID, which can be used to query a specific rule.
|
|
29
|
+
:param pulumi.Input[str] rule: The content of the rule, the implemented policy or conditional expression.
|
|
30
|
+
:param pulumi.Input[str] rule_name: Rule name, optional, used to query by waiting room bypass rule name.
|
|
34
31
|
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
|
|
35
|
-
:param pulumi.Input[str] status:
|
|
36
|
-
|
|
32
|
+
:param pulumi.Input[str] status: Rule enabled status, supporting:
|
|
33
|
+
-'on': means enabled.
|
|
34
|
+
-'off': means disabled.
|
|
35
|
+
:param pulumi.Input[str] waiting_room_id: Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
|
|
37
36
|
"""
|
|
38
37
|
pulumi.set(__self__, "rule", rule)
|
|
39
38
|
pulumi.set(__self__, "rule_name", rule_name)
|
|
@@ -45,10 +44,7 @@ class WaitingRoomRuleArgs:
|
|
|
45
44
|
@pulumi.getter
|
|
46
45
|
def rule(self) -> pulumi.Input[str]:
|
|
47
46
|
"""
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
- on
|
|
51
|
-
- off
|
|
47
|
+
The content of the rule, the implemented policy or conditional expression.
|
|
52
48
|
"""
|
|
53
49
|
return pulumi.get(self, "rule")
|
|
54
50
|
|
|
@@ -60,7 +56,7 @@ class WaitingRoomRuleArgs:
|
|
|
60
56
|
@pulumi.getter(name="ruleName")
|
|
61
57
|
def rule_name(self) -> pulumi.Input[str]:
|
|
62
58
|
"""
|
|
63
|
-
|
|
59
|
+
Rule name, optional, used to query by waiting room bypass rule name.
|
|
64
60
|
"""
|
|
65
61
|
return pulumi.get(self, "rule_name")
|
|
66
62
|
|
|
@@ -84,7 +80,9 @@ class WaitingRoomRuleArgs:
|
|
|
84
80
|
@pulumi.getter
|
|
85
81
|
def status(self) -> pulumi.Input[str]:
|
|
86
82
|
"""
|
|
87
|
-
|
|
83
|
+
Rule enabled status, supporting:
|
|
84
|
+
-'on': means enabled.
|
|
85
|
+
-'off': means disabled.
|
|
88
86
|
"""
|
|
89
87
|
return pulumi.get(self, "status")
|
|
90
88
|
|
|
@@ -96,7 +94,7 @@ class WaitingRoomRuleArgs:
|
|
|
96
94
|
@pulumi.getter(name="waitingRoomId")
|
|
97
95
|
def waiting_room_id(self) -> pulumi.Input[str]:
|
|
98
96
|
"""
|
|
99
|
-
|
|
97
|
+
Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
|
|
100
98
|
"""
|
|
101
99
|
return pulumi.get(self, "waiting_room_id")
|
|
102
100
|
|
|
@@ -116,15 +114,14 @@ class _WaitingRoomRuleState:
|
|
|
116
114
|
waiting_room_rule_id: Optional[pulumi.Input[int]] = None):
|
|
117
115
|
"""
|
|
118
116
|
Input properties used for looking up and filtering WaitingRoomRule resources.
|
|
119
|
-
:param pulumi.Input[str] rule:
|
|
120
|
-
|
|
121
|
-
- on
|
|
122
|
-
- off
|
|
123
|
-
:param pulumi.Input[str] rule_name: Optional. The rule ID, which can be used to query a specific rule.
|
|
117
|
+
:param pulumi.Input[str] rule: The content of the rule, the implemented policy or conditional expression.
|
|
118
|
+
:param pulumi.Input[str] rule_name: Rule name, optional, used to query by waiting room bypass rule name.
|
|
124
119
|
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
|
|
125
|
-
:param pulumi.Input[str] status:
|
|
126
|
-
|
|
127
|
-
|
|
120
|
+
:param pulumi.Input[str] status: Rule enabled status, supporting:
|
|
121
|
+
-'on': means enabled.
|
|
122
|
+
-'off': means disabled.
|
|
123
|
+
:param pulumi.Input[str] waiting_room_id: Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
|
|
124
|
+
:param pulumi.Input[int] waiting_room_rule_id: The rule ID, which can be used to query a specific rule.
|
|
128
125
|
"""
|
|
129
126
|
if rule is not None:
|
|
130
127
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -143,10 +140,7 @@ class _WaitingRoomRuleState:
|
|
|
143
140
|
@pulumi.getter
|
|
144
141
|
def rule(self) -> Optional[pulumi.Input[str]]:
|
|
145
142
|
"""
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
- on
|
|
149
|
-
- off
|
|
143
|
+
The content of the rule, the implemented policy or conditional expression.
|
|
150
144
|
"""
|
|
151
145
|
return pulumi.get(self, "rule")
|
|
152
146
|
|
|
@@ -158,7 +152,7 @@ class _WaitingRoomRuleState:
|
|
|
158
152
|
@pulumi.getter(name="ruleName")
|
|
159
153
|
def rule_name(self) -> Optional[pulumi.Input[str]]:
|
|
160
154
|
"""
|
|
161
|
-
|
|
155
|
+
Rule name, optional, used to query by waiting room bypass rule name.
|
|
162
156
|
"""
|
|
163
157
|
return pulumi.get(self, "rule_name")
|
|
164
158
|
|
|
@@ -182,7 +176,9 @@ class _WaitingRoomRuleState:
|
|
|
182
176
|
@pulumi.getter
|
|
183
177
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
184
178
|
"""
|
|
185
|
-
|
|
179
|
+
Rule enabled status, supporting:
|
|
180
|
+
-'on': means enabled.
|
|
181
|
+
-'off': means disabled.
|
|
186
182
|
"""
|
|
187
183
|
return pulumi.get(self, "status")
|
|
188
184
|
|
|
@@ -194,7 +190,7 @@ class _WaitingRoomRuleState:
|
|
|
194
190
|
@pulumi.getter(name="waitingRoomId")
|
|
195
191
|
def waiting_room_id(self) -> Optional[pulumi.Input[str]]:
|
|
196
192
|
"""
|
|
197
|
-
|
|
193
|
+
Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
|
|
198
194
|
"""
|
|
199
195
|
return pulumi.get(self, "waiting_room_id")
|
|
200
196
|
|
|
@@ -206,7 +202,7 @@ class _WaitingRoomRuleState:
|
|
|
206
202
|
@pulumi.getter(name="waitingRoomRuleId")
|
|
207
203
|
def waiting_room_rule_id(self) -> Optional[pulumi.Input[int]]:
|
|
208
204
|
"""
|
|
209
|
-
|
|
205
|
+
The rule ID, which can be used to query a specific rule.
|
|
210
206
|
"""
|
|
211
207
|
return pulumi.get(self, "waiting_room_rule_id")
|
|
212
208
|
|
|
@@ -287,14 +283,13 @@ class WaitingRoomRule(pulumi.CustomResource):
|
|
|
287
283
|
|
|
288
284
|
:param str resource_name: The name of the resource.
|
|
289
285
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
290
|
-
:param pulumi.Input[str] rule:
|
|
291
|
-
|
|
292
|
-
- on
|
|
293
|
-
- off
|
|
294
|
-
:param pulumi.Input[str] rule_name: Optional. The rule ID, which can be used to query a specific rule.
|
|
286
|
+
:param pulumi.Input[str] rule: The content of the rule, the implemented policy or conditional expression.
|
|
287
|
+
:param pulumi.Input[str] rule_name: Rule name, optional, used to query by waiting room bypass rule name.
|
|
295
288
|
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
|
|
296
|
-
:param pulumi.Input[str] status:
|
|
297
|
-
|
|
289
|
+
:param pulumi.Input[str] status: Rule enabled status, supporting:
|
|
290
|
+
-'on': means enabled.
|
|
291
|
+
-'off': means disabled.
|
|
292
|
+
:param pulumi.Input[str] waiting_room_id: Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
|
|
298
293
|
"""
|
|
299
294
|
...
|
|
300
295
|
@overload
|
|
@@ -429,15 +424,14 @@ class WaitingRoomRule(pulumi.CustomResource):
|
|
|
429
424
|
:param str resource_name: The unique name of the resulting resource.
|
|
430
425
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
431
426
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
432
|
-
:param pulumi.Input[str] rule:
|
|
433
|
-
|
|
434
|
-
- on
|
|
435
|
-
- off
|
|
436
|
-
:param pulumi.Input[str] rule_name: Optional. The rule ID, which can be used to query a specific rule.
|
|
427
|
+
:param pulumi.Input[str] rule: The content of the rule, the implemented policy or conditional expression.
|
|
428
|
+
:param pulumi.Input[str] rule_name: Rule name, optional, used to query by waiting room bypass rule name.
|
|
437
429
|
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the ListSites API.
|
|
438
|
-
:param pulumi.Input[str] status:
|
|
439
|
-
|
|
440
|
-
|
|
430
|
+
:param pulumi.Input[str] status: Rule enabled status, supporting:
|
|
431
|
+
-'on': means enabled.
|
|
432
|
+
-'off': means disabled.
|
|
433
|
+
:param pulumi.Input[str] waiting_room_id: Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
|
|
434
|
+
:param pulumi.Input[int] waiting_room_rule_id: The rule ID, which can be used to query a specific rule.
|
|
441
435
|
"""
|
|
442
436
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
443
437
|
|
|
@@ -455,10 +449,7 @@ class WaitingRoomRule(pulumi.CustomResource):
|
|
|
455
449
|
@pulumi.getter
|
|
456
450
|
def rule(self) -> pulumi.Output[str]:
|
|
457
451
|
"""
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
- on
|
|
461
|
-
- off
|
|
452
|
+
The content of the rule, the implemented policy or conditional expression.
|
|
462
453
|
"""
|
|
463
454
|
return pulumi.get(self, "rule")
|
|
464
455
|
|
|
@@ -466,7 +457,7 @@ class WaitingRoomRule(pulumi.CustomResource):
|
|
|
466
457
|
@pulumi.getter(name="ruleName")
|
|
467
458
|
def rule_name(self) -> pulumi.Output[str]:
|
|
468
459
|
"""
|
|
469
|
-
|
|
460
|
+
Rule name, optional, used to query by waiting room bypass rule name.
|
|
470
461
|
"""
|
|
471
462
|
return pulumi.get(self, "rule_name")
|
|
472
463
|
|
|
@@ -482,7 +473,9 @@ class WaitingRoomRule(pulumi.CustomResource):
|
|
|
482
473
|
@pulumi.getter
|
|
483
474
|
def status(self) -> pulumi.Output[str]:
|
|
484
475
|
"""
|
|
485
|
-
|
|
476
|
+
Rule enabled status, supporting:
|
|
477
|
+
-'on': means enabled.
|
|
478
|
+
-'off': means disabled.
|
|
486
479
|
"""
|
|
487
480
|
return pulumi.get(self, "status")
|
|
488
481
|
|
|
@@ -490,7 +483,7 @@ class WaitingRoomRule(pulumi.CustomResource):
|
|
|
490
483
|
@pulumi.getter(name="waitingRoomId")
|
|
491
484
|
def waiting_room_id(self) -> pulumi.Output[str]:
|
|
492
485
|
"""
|
|
493
|
-
|
|
486
|
+
Waiting room ID, used to identify a specific waiting room. It can be obtained by calling the [listwaitingroom](https://help.aliyun.com/document_detail/2850279.html) interface.
|
|
494
487
|
"""
|
|
495
488
|
return pulumi.get(self, "waiting_room_id")
|
|
496
489
|
|
|
@@ -498,7 +491,7 @@ class WaitingRoomRule(pulumi.CustomResource):
|
|
|
498
491
|
@pulumi.getter(name="waitingRoomRuleId")
|
|
499
492
|
def waiting_room_rule_id(self) -> pulumi.Output[int]:
|
|
500
493
|
"""
|
|
501
|
-
|
|
494
|
+
The rule ID, which can be used to query a specific rule.
|
|
502
495
|
"""
|
|
503
496
|
return pulumi.get(self, "waiting_room_rule_id")
|
|
504
497
|
|
pulumi_alicloud/ess/_inputs.py
CHANGED
|
@@ -69,6 +69,10 @@ __all__ = [
|
|
|
69
69
|
'ScalingGroupVServerGroupsVserverGroupVserverAttributeArgsDict',
|
|
70
70
|
'ScalingRuleAlarmDimensionArgs',
|
|
71
71
|
'ScalingRuleAlarmDimensionArgsDict',
|
|
72
|
+
'ScalingRuleHybridMetricArgs',
|
|
73
|
+
'ScalingRuleHybridMetricArgsDict',
|
|
74
|
+
'ScalingRuleHybridMetricDimensionArgs',
|
|
75
|
+
'ScalingRuleHybridMetricDimensionArgsDict',
|
|
72
76
|
'ScalingRuleStepAdjustmentArgs',
|
|
73
77
|
'ScalingRuleStepAdjustmentArgsDict',
|
|
74
78
|
]
|
|
@@ -3384,6 +3388,157 @@ class ScalingRuleAlarmDimensionArgs:
|
|
|
3384
3388
|
pulumi.set(self, "dimension_value", value)
|
|
3385
3389
|
|
|
3386
3390
|
|
|
3391
|
+
if not MYPY:
|
|
3392
|
+
class ScalingRuleHybridMetricArgsDict(TypedDict):
|
|
3393
|
+
dimensions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ScalingRuleHybridMetricDimensionArgsDict']]]]
|
|
3394
|
+
"""
|
|
3395
|
+
The structure of volumeMounts.
|
|
3396
|
+
See `dimensions` below for details.
|
|
3397
|
+
"""
|
|
3398
|
+
expression: NotRequired[pulumi.Input[str]]
|
|
3399
|
+
"""
|
|
3400
|
+
The metric expression that consists of multiple Hybrid Cloud Monitoring metrics. It calculates a result used to trigger scaling events. The expression must comply with the Reverse Polish Notation (RPN) specification, and the operators can only be + - × /.
|
|
3401
|
+
"""
|
|
3402
|
+
id: NotRequired[pulumi.Input[str]]
|
|
3403
|
+
"""
|
|
3404
|
+
The reference ID of the metric in the metric expression.
|
|
3405
|
+
"""
|
|
3406
|
+
metric_name: NotRequired[pulumi.Input[str]]
|
|
3407
|
+
"""
|
|
3408
|
+
The name of the Hybrid Cloud Monitoring metric.
|
|
3409
|
+
"""
|
|
3410
|
+
statistic: NotRequired[pulumi.Input[str]]
|
|
3411
|
+
"""
|
|
3412
|
+
The statistical method of the metric value. Valid values: Average, Minimum, Maximum.
|
|
3413
|
+
"""
|
|
3414
|
+
elif False:
|
|
3415
|
+
ScalingRuleHybridMetricArgsDict: TypeAlias = Mapping[str, Any]
|
|
3416
|
+
|
|
3417
|
+
@pulumi.input_type
|
|
3418
|
+
class ScalingRuleHybridMetricArgs:
|
|
3419
|
+
def __init__(__self__, *,
|
|
3420
|
+
dimensions: Optional[pulumi.Input[Sequence[pulumi.Input['ScalingRuleHybridMetricDimensionArgs']]]] = None,
|
|
3421
|
+
expression: Optional[pulumi.Input[str]] = None,
|
|
3422
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
3423
|
+
metric_name: Optional[pulumi.Input[str]] = None,
|
|
3424
|
+
statistic: Optional[pulumi.Input[str]] = None):
|
|
3425
|
+
"""
|
|
3426
|
+
:param pulumi.Input[Sequence[pulumi.Input['ScalingRuleHybridMetricDimensionArgs']]] dimensions: The structure of volumeMounts.
|
|
3427
|
+
See `dimensions` below for details.
|
|
3428
|
+
:param pulumi.Input[str] expression: The metric expression that consists of multiple Hybrid Cloud Monitoring metrics. It calculates a result used to trigger scaling events. The expression must comply with the Reverse Polish Notation (RPN) specification, and the operators can only be + - × /.
|
|
3429
|
+
:param pulumi.Input[str] id: The reference ID of the metric in the metric expression.
|
|
3430
|
+
:param pulumi.Input[str] metric_name: The name of the Hybrid Cloud Monitoring metric.
|
|
3431
|
+
:param pulumi.Input[str] statistic: The statistical method of the metric value. Valid values: Average, Minimum, Maximum.
|
|
3432
|
+
"""
|
|
3433
|
+
if dimensions is not None:
|
|
3434
|
+
pulumi.set(__self__, "dimensions", dimensions)
|
|
3435
|
+
if expression is not None:
|
|
3436
|
+
pulumi.set(__self__, "expression", expression)
|
|
3437
|
+
if id is not None:
|
|
3438
|
+
pulumi.set(__self__, "id", id)
|
|
3439
|
+
if metric_name is not None:
|
|
3440
|
+
pulumi.set(__self__, "metric_name", metric_name)
|
|
3441
|
+
if statistic is not None:
|
|
3442
|
+
pulumi.set(__self__, "statistic", statistic)
|
|
3443
|
+
|
|
3444
|
+
@property
|
|
3445
|
+
@pulumi.getter
|
|
3446
|
+
def dimensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ScalingRuleHybridMetricDimensionArgs']]]]:
|
|
3447
|
+
"""
|
|
3448
|
+
The structure of volumeMounts.
|
|
3449
|
+
See `dimensions` below for details.
|
|
3450
|
+
"""
|
|
3451
|
+
return pulumi.get(self, "dimensions")
|
|
3452
|
+
|
|
3453
|
+
@dimensions.setter
|
|
3454
|
+
def dimensions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScalingRuleHybridMetricDimensionArgs']]]]):
|
|
3455
|
+
pulumi.set(self, "dimensions", value)
|
|
3456
|
+
|
|
3457
|
+
@property
|
|
3458
|
+
@pulumi.getter
|
|
3459
|
+
def expression(self) -> Optional[pulumi.Input[str]]:
|
|
3460
|
+
"""
|
|
3461
|
+
The metric expression that consists of multiple Hybrid Cloud Monitoring metrics. It calculates a result used to trigger scaling events. The expression must comply with the Reverse Polish Notation (RPN) specification, and the operators can only be + - × /.
|
|
3462
|
+
"""
|
|
3463
|
+
return pulumi.get(self, "expression")
|
|
3464
|
+
|
|
3465
|
+
@expression.setter
|
|
3466
|
+
def expression(self, value: Optional[pulumi.Input[str]]):
|
|
3467
|
+
pulumi.set(self, "expression", value)
|
|
3468
|
+
|
|
3469
|
+
@property
|
|
3470
|
+
@pulumi.getter
|
|
3471
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
3472
|
+
"""
|
|
3473
|
+
The reference ID of the metric in the metric expression.
|
|
3474
|
+
"""
|
|
3475
|
+
return pulumi.get(self, "id")
|
|
3476
|
+
|
|
3477
|
+
@id.setter
|
|
3478
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
3479
|
+
pulumi.set(self, "id", value)
|
|
3480
|
+
|
|
3481
|
+
@property
|
|
3482
|
+
@pulumi.getter(name="metricName")
|
|
3483
|
+
def metric_name(self) -> Optional[pulumi.Input[str]]:
|
|
3484
|
+
"""
|
|
3485
|
+
The name of the Hybrid Cloud Monitoring metric.
|
|
3486
|
+
"""
|
|
3487
|
+
return pulumi.get(self, "metric_name")
|
|
3488
|
+
|
|
3489
|
+
@metric_name.setter
|
|
3490
|
+
def metric_name(self, value: Optional[pulumi.Input[str]]):
|
|
3491
|
+
pulumi.set(self, "metric_name", value)
|
|
3492
|
+
|
|
3493
|
+
@property
|
|
3494
|
+
@pulumi.getter
|
|
3495
|
+
def statistic(self) -> Optional[pulumi.Input[str]]:
|
|
3496
|
+
"""
|
|
3497
|
+
The statistical method of the metric value. Valid values: Average, Minimum, Maximum.
|
|
3498
|
+
"""
|
|
3499
|
+
return pulumi.get(self, "statistic")
|
|
3500
|
+
|
|
3501
|
+
@statistic.setter
|
|
3502
|
+
def statistic(self, value: Optional[pulumi.Input[str]]):
|
|
3503
|
+
pulumi.set(self, "statistic", value)
|
|
3504
|
+
|
|
3505
|
+
|
|
3506
|
+
if not MYPY:
|
|
3507
|
+
class ScalingRuleHybridMetricDimensionArgsDict(TypedDict):
|
|
3508
|
+
dimension_key: NotRequired[pulumi.Input[str]]
|
|
3509
|
+
dimension_value: NotRequired[pulumi.Input[str]]
|
|
3510
|
+
elif False:
|
|
3511
|
+
ScalingRuleHybridMetricDimensionArgsDict: TypeAlias = Mapping[str, Any]
|
|
3512
|
+
|
|
3513
|
+
@pulumi.input_type
|
|
3514
|
+
class ScalingRuleHybridMetricDimensionArgs:
|
|
3515
|
+
def __init__(__self__, *,
|
|
3516
|
+
dimension_key: Optional[pulumi.Input[str]] = None,
|
|
3517
|
+
dimension_value: Optional[pulumi.Input[str]] = None):
|
|
3518
|
+
if dimension_key is not None:
|
|
3519
|
+
pulumi.set(__self__, "dimension_key", dimension_key)
|
|
3520
|
+
if dimension_value is not None:
|
|
3521
|
+
pulumi.set(__self__, "dimension_value", dimension_value)
|
|
3522
|
+
|
|
3523
|
+
@property
|
|
3524
|
+
@pulumi.getter(name="dimensionKey")
|
|
3525
|
+
def dimension_key(self) -> Optional[pulumi.Input[str]]:
|
|
3526
|
+
return pulumi.get(self, "dimension_key")
|
|
3527
|
+
|
|
3528
|
+
@dimension_key.setter
|
|
3529
|
+
def dimension_key(self, value: Optional[pulumi.Input[str]]):
|
|
3530
|
+
pulumi.set(self, "dimension_key", value)
|
|
3531
|
+
|
|
3532
|
+
@property
|
|
3533
|
+
@pulumi.getter(name="dimensionValue")
|
|
3534
|
+
def dimension_value(self) -> Optional[pulumi.Input[str]]:
|
|
3535
|
+
return pulumi.get(self, "dimension_value")
|
|
3536
|
+
|
|
3537
|
+
@dimension_value.setter
|
|
3538
|
+
def dimension_value(self, value: Optional[pulumi.Input[str]]):
|
|
3539
|
+
pulumi.set(self, "dimension_value", value)
|
|
3540
|
+
|
|
3541
|
+
|
|
3387
3542
|
if not MYPY:
|
|
3388
3543
|
class ScalingRuleStepAdjustmentArgsDict(TypedDict):
|
|
3389
3544
|
metric_interval_lower_bound: NotRequired[pulumi.Input[str]]
|
pulumi_alicloud/ess/outputs.py
CHANGED
|
@@ -43,6 +43,8 @@ __all__ = [
|
|
|
43
43
|
'ScalingGroupVServerGroupsVserverGroup',
|
|
44
44
|
'ScalingGroupVServerGroupsVserverGroupVserverAttribute',
|
|
45
45
|
'ScalingRuleAlarmDimension',
|
|
46
|
+
'ScalingRuleHybridMetric',
|
|
47
|
+
'ScalingRuleHybridMetricDimension',
|
|
46
48
|
'ScalingRuleStepAdjustment',
|
|
47
49
|
'GetAlarmsAlarmResult',
|
|
48
50
|
'GetLifecycleHooksHookResult',
|
|
@@ -2525,6 +2527,132 @@ class ScalingRuleAlarmDimension(dict):
|
|
|
2525
2527
|
return pulumi.get(self, "dimension_value")
|
|
2526
2528
|
|
|
2527
2529
|
|
|
2530
|
+
@pulumi.output_type
|
|
2531
|
+
class ScalingRuleHybridMetric(dict):
|
|
2532
|
+
@staticmethod
|
|
2533
|
+
def __key_warning(key: str):
|
|
2534
|
+
suggest = None
|
|
2535
|
+
if key == "metricName":
|
|
2536
|
+
suggest = "metric_name"
|
|
2537
|
+
|
|
2538
|
+
if suggest:
|
|
2539
|
+
pulumi.log.warn(f"Key '{key}' not found in ScalingRuleHybridMetric. Access the value via the '{suggest}' property getter instead.")
|
|
2540
|
+
|
|
2541
|
+
def __getitem__(self, key: str) -> Any:
|
|
2542
|
+
ScalingRuleHybridMetric.__key_warning(key)
|
|
2543
|
+
return super().__getitem__(key)
|
|
2544
|
+
|
|
2545
|
+
def get(self, key: str, default = None) -> Any:
|
|
2546
|
+
ScalingRuleHybridMetric.__key_warning(key)
|
|
2547
|
+
return super().get(key, default)
|
|
2548
|
+
|
|
2549
|
+
def __init__(__self__, *,
|
|
2550
|
+
dimensions: Optional[Sequence['outputs.ScalingRuleHybridMetricDimension']] = None,
|
|
2551
|
+
expression: Optional[str] = None,
|
|
2552
|
+
id: Optional[str] = None,
|
|
2553
|
+
metric_name: Optional[str] = None,
|
|
2554
|
+
statistic: Optional[str] = None):
|
|
2555
|
+
"""
|
|
2556
|
+
:param Sequence['ScalingRuleHybridMetricDimensionArgs'] dimensions: The structure of volumeMounts.
|
|
2557
|
+
See `dimensions` below for details.
|
|
2558
|
+
:param str expression: The metric expression that consists of multiple Hybrid Cloud Monitoring metrics. It calculates a result used to trigger scaling events. The expression must comply with the Reverse Polish Notation (RPN) specification, and the operators can only be + - × /.
|
|
2559
|
+
:param str id: The reference ID of the metric in the metric expression.
|
|
2560
|
+
:param str metric_name: The name of the Hybrid Cloud Monitoring metric.
|
|
2561
|
+
:param str statistic: The statistical method of the metric value. Valid values: Average, Minimum, Maximum.
|
|
2562
|
+
"""
|
|
2563
|
+
if dimensions is not None:
|
|
2564
|
+
pulumi.set(__self__, "dimensions", dimensions)
|
|
2565
|
+
if expression is not None:
|
|
2566
|
+
pulumi.set(__self__, "expression", expression)
|
|
2567
|
+
if id is not None:
|
|
2568
|
+
pulumi.set(__self__, "id", id)
|
|
2569
|
+
if metric_name is not None:
|
|
2570
|
+
pulumi.set(__self__, "metric_name", metric_name)
|
|
2571
|
+
if statistic is not None:
|
|
2572
|
+
pulumi.set(__self__, "statistic", statistic)
|
|
2573
|
+
|
|
2574
|
+
@property
|
|
2575
|
+
@pulumi.getter
|
|
2576
|
+
def dimensions(self) -> Optional[Sequence['outputs.ScalingRuleHybridMetricDimension']]:
|
|
2577
|
+
"""
|
|
2578
|
+
The structure of volumeMounts.
|
|
2579
|
+
See `dimensions` below for details.
|
|
2580
|
+
"""
|
|
2581
|
+
return pulumi.get(self, "dimensions")
|
|
2582
|
+
|
|
2583
|
+
@property
|
|
2584
|
+
@pulumi.getter
|
|
2585
|
+
def expression(self) -> Optional[str]:
|
|
2586
|
+
"""
|
|
2587
|
+
The metric expression that consists of multiple Hybrid Cloud Monitoring metrics. It calculates a result used to trigger scaling events. The expression must comply with the Reverse Polish Notation (RPN) specification, and the operators can only be + - × /.
|
|
2588
|
+
"""
|
|
2589
|
+
return pulumi.get(self, "expression")
|
|
2590
|
+
|
|
2591
|
+
@property
|
|
2592
|
+
@pulumi.getter
|
|
2593
|
+
def id(self) -> Optional[str]:
|
|
2594
|
+
"""
|
|
2595
|
+
The reference ID of the metric in the metric expression.
|
|
2596
|
+
"""
|
|
2597
|
+
return pulumi.get(self, "id")
|
|
2598
|
+
|
|
2599
|
+
@property
|
|
2600
|
+
@pulumi.getter(name="metricName")
|
|
2601
|
+
def metric_name(self) -> Optional[str]:
|
|
2602
|
+
"""
|
|
2603
|
+
The name of the Hybrid Cloud Monitoring metric.
|
|
2604
|
+
"""
|
|
2605
|
+
return pulumi.get(self, "metric_name")
|
|
2606
|
+
|
|
2607
|
+
@property
|
|
2608
|
+
@pulumi.getter
|
|
2609
|
+
def statistic(self) -> Optional[str]:
|
|
2610
|
+
"""
|
|
2611
|
+
The statistical method of the metric value. Valid values: Average, Minimum, Maximum.
|
|
2612
|
+
"""
|
|
2613
|
+
return pulumi.get(self, "statistic")
|
|
2614
|
+
|
|
2615
|
+
|
|
2616
|
+
@pulumi.output_type
|
|
2617
|
+
class ScalingRuleHybridMetricDimension(dict):
|
|
2618
|
+
@staticmethod
|
|
2619
|
+
def __key_warning(key: str):
|
|
2620
|
+
suggest = None
|
|
2621
|
+
if key == "dimensionKey":
|
|
2622
|
+
suggest = "dimension_key"
|
|
2623
|
+
elif key == "dimensionValue":
|
|
2624
|
+
suggest = "dimension_value"
|
|
2625
|
+
|
|
2626
|
+
if suggest:
|
|
2627
|
+
pulumi.log.warn(f"Key '{key}' not found in ScalingRuleHybridMetricDimension. Access the value via the '{suggest}' property getter instead.")
|
|
2628
|
+
|
|
2629
|
+
def __getitem__(self, key: str) -> Any:
|
|
2630
|
+
ScalingRuleHybridMetricDimension.__key_warning(key)
|
|
2631
|
+
return super().__getitem__(key)
|
|
2632
|
+
|
|
2633
|
+
def get(self, key: str, default = None) -> Any:
|
|
2634
|
+
ScalingRuleHybridMetricDimension.__key_warning(key)
|
|
2635
|
+
return super().get(key, default)
|
|
2636
|
+
|
|
2637
|
+
def __init__(__self__, *,
|
|
2638
|
+
dimension_key: Optional[str] = None,
|
|
2639
|
+
dimension_value: Optional[str] = None):
|
|
2640
|
+
if dimension_key is not None:
|
|
2641
|
+
pulumi.set(__self__, "dimension_key", dimension_key)
|
|
2642
|
+
if dimension_value is not None:
|
|
2643
|
+
pulumi.set(__self__, "dimension_value", dimension_value)
|
|
2644
|
+
|
|
2645
|
+
@property
|
|
2646
|
+
@pulumi.getter(name="dimensionKey")
|
|
2647
|
+
def dimension_key(self) -> Optional[str]:
|
|
2648
|
+
return pulumi.get(self, "dimension_key")
|
|
2649
|
+
|
|
2650
|
+
@property
|
|
2651
|
+
@pulumi.getter(name="dimensionValue")
|
|
2652
|
+
def dimension_value(self) -> Optional[str]:
|
|
2653
|
+
return pulumi.get(self, "dimension_value")
|
|
2654
|
+
|
|
2655
|
+
|
|
2528
2656
|
@pulumi.output_type
|
|
2529
2657
|
class ScalingRuleStepAdjustment(dict):
|
|
2530
2658
|
@staticmethod
|