pulumi-alicloud 3.60.0a1723455033__py3-none-any.whl → 3.60.0a1723462134__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 +150 -0
- pulumi_alicloud/adb/resource_group.py +48 -20
- pulumi_alicloud/alb/_inputs.py +22 -22
- pulumi_alicloud/alb/load_balancer.py +119 -133
- pulumi_alicloud/alb/outputs.py +22 -22
- pulumi_alicloud/alb/server_group.py +2 -2
- pulumi_alicloud/aligreen/__init__.py +13 -0
- pulumi_alicloud/aligreen/audit_callback.py +422 -0
- pulumi_alicloud/aligreen/biz_type.py +398 -0
- pulumi_alicloud/aligreen/callback.py +449 -0
- pulumi_alicloud/aligreen/image_lib.py +406 -0
- pulumi_alicloud/aligreen/keyword_lib.py +615 -0
- pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
- pulumi_alicloud/amqp/binding.py +94 -102
- pulumi_alicloud/apigateway/__init__.py +2 -0
- pulumi_alicloud/apigateway/_inputs.py +221 -2
- pulumi_alicloud/apigateway/access_control_list.py +17 -9
- pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
- pulumi_alicloud/apigateway/api.py +4 -2
- pulumi_alicloud/apigateway/group.py +51 -2
- pulumi_alicloud/apigateway/instance.py +396 -63
- pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
- pulumi_alicloud/apigateway/outputs.py +223 -2
- pulumi_alicloud/apigateway/vpc_access.py +2 -2
- pulumi_alicloud/arms/get_remote_writes.py +4 -0
- pulumi_alicloud/arms/outputs.py +2 -2
- pulumi_alicloud/arms/remote_write.py +4 -0
- pulumi_alicloud/cen/route_entry.py +2 -2
- pulumi_alicloud/cen/vbr_health_check.py +1 -1
- pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
- pulumi_alicloud/cfg/delivery.py +259 -122
- pulumi_alicloud/clickhouse/_inputs.py +39 -0
- pulumi_alicloud/clickhouse/db_cluster.py +66 -6
- pulumi_alicloud/clickhouse/outputs.py +50 -0
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
- pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
- pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
- pulumi_alicloud/cms/_inputs.py +214 -42
- pulumi_alicloud/cms/alarm.py +61 -14
- pulumi_alicloud/cms/dynamic_tag_group.py +53 -51
- pulumi_alicloud/cms/metric_rule_black_list.py +2 -2
- pulumi_alicloud/cms/metric_rule_template.py +54 -87
- pulumi_alicloud/cms/outputs.py +214 -42
- pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
- pulumi_alicloud/cs/outputs.py +2 -2
- pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
- pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
- pulumi_alicloud/ddos/basic_threshold.py +2 -2
- pulumi_alicloud/ddos/bgp_ip.py +2 -6
- pulumi_alicloud/eci/get_container_groups.py +2 -2
- pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_image_pipeline.py +2 -2
- pulumi_alicloud/ecs/ecs_instance_set.py +2 -2
- pulumi_alicloud/ecs/ecs_invocation.py +2 -2
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_launch_template.py +9 -9
- pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
- pulumi_alicloud/ecs/eip_association.py +4 -6
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +46 -6
- pulumi_alicloud/ecs/get_instances.py +3 -3
- pulumi_alicloud/ecs/get_network_interfaces.py +5 -5
- pulumi_alicloud/ecs/image.py +4 -6
- pulumi_alicloud/ecs/image_copy.py +2 -2
- pulumi_alicloud/ecs/image_export.py +2 -2
- pulumi_alicloud/ecs/image_import.py +14 -6
- pulumi_alicloud/ecs/image_share_permission.py +2 -2
- pulumi_alicloud/ecs/instance.py +7 -7
- pulumi_alicloud/ecs/outputs.py +48 -26
- pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
- pulumi_alicloud/eds/outputs.py +10 -10
- pulumi_alicloud/ess/scaling_group.py +101 -7
- pulumi_alicloud/fc/__init__.py +7 -0
- pulumi_alicloud/fc/_inputs.py +1666 -0
- pulumi_alicloud/fc/outputs.py +1723 -2
- pulumi_alicloud/fc/v3_alias.py +440 -0
- pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
- pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
- pulumi_alicloud/fc/v3_custom_domain.py +847 -0
- pulumi_alicloud/fc/v3_function.py +1391 -0
- pulumi_alicloud/fc/v3_function_version.py +313 -0
- pulumi_alicloud/fc/v3_trigger.py +663 -0
- pulumi_alicloud/ga/basic_accelerator.py +8 -8
- pulumi_alicloud/governance/__init__.py +12 -0
- pulumi_alicloud/governance/_inputs.py +70 -0
- pulumi_alicloud/governance/account.py +505 -0
- pulumi_alicloud/governance/baseline.py +387 -0
- pulumi_alicloud/governance/get_baselines.py +241 -0
- pulumi_alicloud/governance/outputs.py +99 -0
- pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
- pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
- pulumi_alicloud/hbr/server_backup_plan.py +2 -2
- pulumi_alicloud/kvstore/instance.py +47 -0
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/maxcompute/get_projects.py +12 -14
- pulumi_alicloud/maxcompute/get_service.py +4 -0
- pulumi_alicloud/maxcompute/outputs.py +75 -60
- pulumi_alicloud/maxcompute/project.py +7 -7
- pulumi_alicloud/polardb/outputs.py +2 -2
- pulumi_alicloud/privatelink/outputs.py +2 -2
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/login_profile.py +8 -8
- pulumi_alicloud/rds/get_instances.py +1 -1
- pulumi_alicloud/rds/rds_account.py +189 -49
- pulumi_alicloud/rds/read_write_splitting_connection.py +10 -2
- pulumi_alicloud/slb/get_application_load_balancers.py +3 -3
- pulumi_alicloud/slb/get_load_balancers.py +3 -3
- pulumi_alicloud/slb/load_balancer.py +7 -7
- pulumi_alicloud/slb/outputs.py +8 -8
- pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
- pulumi_alicloud/vpc/bgp_peer.py +1 -1
- pulumi_alicloud/vpc/get_networks.py +2 -2
- pulumi_alicloud/vpc/get_switches.py +27 -27
- pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
- pulumi_alicloud/vpc/outputs.py +24 -24
- pulumi_alicloud/vpc/traffic_mirror_session.py +2 -2
- pulumi_alicloud/vpn/outputs.py +4 -4
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/RECORD +122 -99
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/top_level.txt +0 -0
|
@@ -34,24 +34,22 @@ class LoadBalancerArgs:
|
|
|
34
34
|
tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
|
|
35
35
|
"""
|
|
36
36
|
The set of arguments for constructing a LoadBalancer resource.
|
|
37
|
-
:param pulumi.Input[str] address_type: The type of
|
|
38
|
-
:param pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs'] load_balancer_billing_config: The
|
|
39
|
-
:param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance.
|
|
40
|
-
:param pulumi.Input[str] vpc_id: The ID of the
|
|
41
|
-
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]] zone_mappings: The zones and
|
|
42
|
-
:param pulumi.Input['LoadBalancerAccessLogConfigArgs'] access_log_config: The
|
|
43
|
-
:param pulumi.Input[str] address_allocated_mode: The
|
|
44
|
-
:param pulumi.Input[str] address_ip_version: The protocol version.
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
:param pulumi.Input[
|
|
48
|
-
:param pulumi.Input[
|
|
49
|
-
:param pulumi.Input[
|
|
50
|
-
:param pulumi.Input[
|
|
51
|
-
:param pulumi.Input[str] load_balancer_name: The name of the resource.
|
|
52
|
-
:param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: Modify the Protection Configuration. See `modification_protection_config` below.
|
|
37
|
+
:param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
|
|
38
|
+
:param pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs'] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
|
|
39
|
+
:param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
|
|
40
|
+
:param pulumi.Input[str] vpc_id: The ID of the VPC.
|
|
41
|
+
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]] zone_mappings: The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
|
|
42
|
+
:param pulumi.Input['LoadBalancerAccessLogConfigArgs'] access_log_config: The configuration of the access log. See `access_log_config` below.
|
|
43
|
+
:param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
|
|
44
|
+
:param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
|
|
45
|
+
:param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
|
|
46
|
+
:param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
|
|
47
|
+
:param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
|
|
48
|
+
:param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
|
|
49
|
+
:param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
|
|
50
|
+
:param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
|
|
53
51
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
54
|
-
:param pulumi.Input[Mapping[str, Any]] tags:
|
|
52
|
+
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
55
53
|
"""
|
|
56
54
|
pulumi.set(__self__, "address_type", address_type)
|
|
57
55
|
pulumi.set(__self__, "load_balancer_billing_config", load_balancer_billing_config)
|
|
@@ -85,7 +83,7 @@ class LoadBalancerArgs:
|
|
|
85
83
|
@pulumi.getter(name="addressType")
|
|
86
84
|
def address_type(self) -> pulumi.Input[str]:
|
|
87
85
|
"""
|
|
88
|
-
The type of
|
|
86
|
+
The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
|
|
89
87
|
"""
|
|
90
88
|
return pulumi.get(self, "address_type")
|
|
91
89
|
|
|
@@ -97,7 +95,7 @@ class LoadBalancerArgs:
|
|
|
97
95
|
@pulumi.getter(name="loadBalancerBillingConfig")
|
|
98
96
|
def load_balancer_billing_config(self) -> pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs']:
|
|
99
97
|
"""
|
|
100
|
-
The
|
|
98
|
+
The billing method of the ALB instance. See `load_balancer_billing_config` below.
|
|
101
99
|
"""
|
|
102
100
|
return pulumi.get(self, "load_balancer_billing_config")
|
|
103
101
|
|
|
@@ -109,7 +107,7 @@ class LoadBalancerArgs:
|
|
|
109
107
|
@pulumi.getter(name="loadBalancerEdition")
|
|
110
108
|
def load_balancer_edition(self) -> pulumi.Input[str]:
|
|
111
109
|
"""
|
|
112
|
-
The edition of the ALB instance.
|
|
110
|
+
The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
|
|
113
111
|
"""
|
|
114
112
|
return pulumi.get(self, "load_balancer_edition")
|
|
115
113
|
|
|
@@ -121,7 +119,7 @@ class LoadBalancerArgs:
|
|
|
121
119
|
@pulumi.getter(name="vpcId")
|
|
122
120
|
def vpc_id(self) -> pulumi.Input[str]:
|
|
123
121
|
"""
|
|
124
|
-
The ID of the
|
|
122
|
+
The ID of the VPC.
|
|
125
123
|
"""
|
|
126
124
|
return pulumi.get(self, "vpc_id")
|
|
127
125
|
|
|
@@ -133,7 +131,7 @@ class LoadBalancerArgs:
|
|
|
133
131
|
@pulumi.getter(name="zoneMappings")
|
|
134
132
|
def zone_mappings(self) -> pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]]:
|
|
135
133
|
"""
|
|
136
|
-
The zones and
|
|
134
|
+
The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
|
|
137
135
|
"""
|
|
138
136
|
return pulumi.get(self, "zone_mappings")
|
|
139
137
|
|
|
@@ -145,7 +143,7 @@ class LoadBalancerArgs:
|
|
|
145
143
|
@pulumi.getter(name="accessLogConfig")
|
|
146
144
|
def access_log_config(self) -> Optional[pulumi.Input['LoadBalancerAccessLogConfigArgs']]:
|
|
147
145
|
"""
|
|
148
|
-
The
|
|
146
|
+
The configuration of the access log. See `access_log_config` below.
|
|
149
147
|
"""
|
|
150
148
|
return pulumi.get(self, "access_log_config")
|
|
151
149
|
|
|
@@ -157,7 +155,7 @@ class LoadBalancerArgs:
|
|
|
157
155
|
@pulumi.getter(name="addressAllocatedMode")
|
|
158
156
|
def address_allocated_mode(self) -> Optional[pulumi.Input[str]]:
|
|
159
157
|
"""
|
|
160
|
-
The
|
|
158
|
+
The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
|
|
161
159
|
"""
|
|
162
160
|
return pulumi.get(self, "address_allocated_mode")
|
|
163
161
|
|
|
@@ -169,9 +167,7 @@ class LoadBalancerArgs:
|
|
|
169
167
|
@pulumi.getter(name="addressIpVersion")
|
|
170
168
|
def address_ip_version(self) -> Optional[pulumi.Input[str]]:
|
|
171
169
|
"""
|
|
172
|
-
The protocol version.
|
|
173
|
-
- **IPv4**:IPv4 type.
|
|
174
|
-
- **DualStack**: the dual-stack type.
|
|
170
|
+
The protocol version. Valid values: `IPv4`, `DualStack`.
|
|
175
171
|
"""
|
|
176
172
|
return pulumi.get(self, "address_ip_version")
|
|
177
173
|
|
|
@@ -183,7 +179,7 @@ class LoadBalancerArgs:
|
|
|
183
179
|
@pulumi.getter(name="bandwidthPackageId")
|
|
184
180
|
def bandwidth_package_id(self) -> Optional[pulumi.Input[str]]:
|
|
185
181
|
"""
|
|
186
|
-
The ID of the
|
|
182
|
+
The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
|
|
187
183
|
"""
|
|
188
184
|
return pulumi.get(self, "bandwidth_package_id")
|
|
189
185
|
|
|
@@ -195,7 +191,7 @@ class LoadBalancerArgs:
|
|
|
195
191
|
@pulumi.getter(name="deletionProtectionEnabled")
|
|
196
192
|
def deletion_protection_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
197
193
|
"""
|
|
198
|
-
|
|
194
|
+
Specifies whether to enable deletion protection. Default value: `false`. Valid values:
|
|
199
195
|
"""
|
|
200
196
|
return pulumi.get(self, "deletion_protection_enabled")
|
|
201
197
|
|
|
@@ -207,7 +203,7 @@ class LoadBalancerArgs:
|
|
|
207
203
|
@pulumi.getter(name="dryRun")
|
|
208
204
|
def dry_run(self) -> Optional[pulumi.Input[bool]]:
|
|
209
205
|
"""
|
|
210
|
-
|
|
206
|
+
Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
|
|
211
207
|
"""
|
|
212
208
|
return pulumi.get(self, "dry_run")
|
|
213
209
|
|
|
@@ -219,7 +215,7 @@ class LoadBalancerArgs:
|
|
|
219
215
|
@pulumi.getter(name="ipv6AddressType")
|
|
220
216
|
def ipv6_address_type(self) -> Optional[pulumi.Input[str]]:
|
|
221
217
|
"""
|
|
222
|
-
The address type of Ipv6.
|
|
218
|
+
The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
|
|
223
219
|
"""
|
|
224
220
|
return pulumi.get(self, "ipv6_address_type")
|
|
225
221
|
|
|
@@ -231,7 +227,7 @@ class LoadBalancerArgs:
|
|
|
231
227
|
@pulumi.getter(name="loadBalancerName")
|
|
232
228
|
def load_balancer_name(self) -> Optional[pulumi.Input[str]]:
|
|
233
229
|
"""
|
|
234
|
-
The name of the
|
|
230
|
+
The name of the ALB instance.
|
|
235
231
|
"""
|
|
236
232
|
return pulumi.get(self, "load_balancer_name")
|
|
237
233
|
|
|
@@ -243,7 +239,7 @@ class LoadBalancerArgs:
|
|
|
243
239
|
@pulumi.getter(name="modificationProtectionConfig")
|
|
244
240
|
def modification_protection_config(self) -> Optional[pulumi.Input['LoadBalancerModificationProtectionConfigArgs']]:
|
|
245
241
|
"""
|
|
246
|
-
|
|
242
|
+
The configuration of the read-only mode. See `modification_protection_config` below.
|
|
247
243
|
"""
|
|
248
244
|
return pulumi.get(self, "modification_protection_config")
|
|
249
245
|
|
|
@@ -267,7 +263,7 @@ class LoadBalancerArgs:
|
|
|
267
263
|
@pulumi.getter
|
|
268
264
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
269
265
|
"""
|
|
270
|
-
|
|
266
|
+
A mapping of tags to assign to the resource.
|
|
271
267
|
"""
|
|
272
268
|
return pulumi.get(self, "tags")
|
|
273
269
|
|
|
@@ -300,27 +296,25 @@ class _LoadBalancerState:
|
|
|
300
296
|
zone_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]]] = None):
|
|
301
297
|
"""
|
|
302
298
|
Input properties used for looking up and filtering LoadBalancer resources.
|
|
303
|
-
:param pulumi.Input['LoadBalancerAccessLogConfigArgs'] access_log_config: The
|
|
304
|
-
:param pulumi.Input[str] address_allocated_mode: The
|
|
305
|
-
:param pulumi.Input[str] address_ip_version: The protocol version.
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
:param pulumi.Input[str]
|
|
309
|
-
:param pulumi.Input[
|
|
310
|
-
:param pulumi.Input[str]
|
|
311
|
-
:param pulumi.Input[bool]
|
|
312
|
-
:param pulumi.Input[str]
|
|
313
|
-
:param pulumi.Input[
|
|
314
|
-
:param pulumi.Input[str]
|
|
315
|
-
:param pulumi.Input[
|
|
316
|
-
:param pulumi.Input[
|
|
317
|
-
:param pulumi.Input[str] load_balancer_name: The name of the resource.
|
|
318
|
-
:param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: Modify the Protection Configuration. See `modification_protection_config` below.
|
|
299
|
+
:param pulumi.Input['LoadBalancerAccessLogConfigArgs'] access_log_config: The configuration of the access log. See `access_log_config` below.
|
|
300
|
+
:param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
|
|
301
|
+
:param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
|
|
302
|
+
:param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
|
|
303
|
+
:param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
|
|
304
|
+
:param pulumi.Input[str] create_time: The time when the resource was created.
|
|
305
|
+
:param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
|
|
306
|
+
:param pulumi.Input[str] dns_name: (Available since v1.158.0) The domain name of the ALB instance.
|
|
307
|
+
:param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
|
|
308
|
+
:param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
|
|
309
|
+
:param pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs'] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
|
|
310
|
+
:param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
|
|
311
|
+
:param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
|
|
312
|
+
:param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
|
|
319
313
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
320
|
-
:param pulumi.Input[str] status:
|
|
321
|
-
:param pulumi.Input[Mapping[str, Any]] tags:
|
|
322
|
-
:param pulumi.Input[str] vpc_id: The ID of the
|
|
323
|
-
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]] zone_mappings: The zones and
|
|
314
|
+
:param pulumi.Input[str] status: The status of the Load Balancer.
|
|
315
|
+
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
316
|
+
:param pulumi.Input[str] vpc_id: The ID of the VPC.
|
|
317
|
+
:param pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]] zone_mappings: The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
|
|
324
318
|
"""
|
|
325
319
|
if access_log_config is not None:
|
|
326
320
|
pulumi.set(__self__, "access_log_config", access_log_config)
|
|
@@ -365,7 +359,7 @@ class _LoadBalancerState:
|
|
|
365
359
|
@pulumi.getter(name="accessLogConfig")
|
|
366
360
|
def access_log_config(self) -> Optional[pulumi.Input['LoadBalancerAccessLogConfigArgs']]:
|
|
367
361
|
"""
|
|
368
|
-
The
|
|
362
|
+
The configuration of the access log. See `access_log_config` below.
|
|
369
363
|
"""
|
|
370
364
|
return pulumi.get(self, "access_log_config")
|
|
371
365
|
|
|
@@ -377,7 +371,7 @@ class _LoadBalancerState:
|
|
|
377
371
|
@pulumi.getter(name="addressAllocatedMode")
|
|
378
372
|
def address_allocated_mode(self) -> Optional[pulumi.Input[str]]:
|
|
379
373
|
"""
|
|
380
|
-
The
|
|
374
|
+
The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
|
|
381
375
|
"""
|
|
382
376
|
return pulumi.get(self, "address_allocated_mode")
|
|
383
377
|
|
|
@@ -389,9 +383,7 @@ class _LoadBalancerState:
|
|
|
389
383
|
@pulumi.getter(name="addressIpVersion")
|
|
390
384
|
def address_ip_version(self) -> Optional[pulumi.Input[str]]:
|
|
391
385
|
"""
|
|
392
|
-
The protocol version.
|
|
393
|
-
- **IPv4**:IPv4 type.
|
|
394
|
-
- **DualStack**: the dual-stack type.
|
|
386
|
+
The protocol version. Valid values: `IPv4`, `DualStack`.
|
|
395
387
|
"""
|
|
396
388
|
return pulumi.get(self, "address_ip_version")
|
|
397
389
|
|
|
@@ -403,7 +395,7 @@ class _LoadBalancerState:
|
|
|
403
395
|
@pulumi.getter(name="addressType")
|
|
404
396
|
def address_type(self) -> Optional[pulumi.Input[str]]:
|
|
405
397
|
"""
|
|
406
|
-
The type of
|
|
398
|
+
The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
|
|
407
399
|
"""
|
|
408
400
|
return pulumi.get(self, "address_type")
|
|
409
401
|
|
|
@@ -415,7 +407,7 @@ class _LoadBalancerState:
|
|
|
415
407
|
@pulumi.getter(name="bandwidthPackageId")
|
|
416
408
|
def bandwidth_package_id(self) -> Optional[pulumi.Input[str]]:
|
|
417
409
|
"""
|
|
418
|
-
The ID of the
|
|
410
|
+
The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
|
|
419
411
|
"""
|
|
420
412
|
return pulumi.get(self, "bandwidth_package_id")
|
|
421
413
|
|
|
@@ -427,7 +419,7 @@ class _LoadBalancerState:
|
|
|
427
419
|
@pulumi.getter(name="createTime")
|
|
428
420
|
def create_time(self) -> Optional[pulumi.Input[str]]:
|
|
429
421
|
"""
|
|
430
|
-
The
|
|
422
|
+
The time when the resource was created.
|
|
431
423
|
"""
|
|
432
424
|
return pulumi.get(self, "create_time")
|
|
433
425
|
|
|
@@ -439,7 +431,7 @@ class _LoadBalancerState:
|
|
|
439
431
|
@pulumi.getter(name="deletionProtectionEnabled")
|
|
440
432
|
def deletion_protection_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
441
433
|
"""
|
|
442
|
-
|
|
434
|
+
Specifies whether to enable deletion protection. Default value: `false`. Valid values:
|
|
443
435
|
"""
|
|
444
436
|
return pulumi.get(self, "deletion_protection_enabled")
|
|
445
437
|
|
|
@@ -451,7 +443,7 @@ class _LoadBalancerState:
|
|
|
451
443
|
@pulumi.getter(name="dnsName")
|
|
452
444
|
def dns_name(self) -> Optional[pulumi.Input[str]]:
|
|
453
445
|
"""
|
|
454
|
-
The domain name of the ALB instance.
|
|
446
|
+
(Available since v1.158.0) The domain name of the ALB instance.
|
|
455
447
|
"""
|
|
456
448
|
return pulumi.get(self, "dns_name")
|
|
457
449
|
|
|
@@ -463,7 +455,7 @@ class _LoadBalancerState:
|
|
|
463
455
|
@pulumi.getter(name="dryRun")
|
|
464
456
|
def dry_run(self) -> Optional[pulumi.Input[bool]]:
|
|
465
457
|
"""
|
|
466
|
-
|
|
458
|
+
Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
|
|
467
459
|
"""
|
|
468
460
|
return pulumi.get(self, "dry_run")
|
|
469
461
|
|
|
@@ -475,7 +467,7 @@ class _LoadBalancerState:
|
|
|
475
467
|
@pulumi.getter(name="ipv6AddressType")
|
|
476
468
|
def ipv6_address_type(self) -> Optional[pulumi.Input[str]]:
|
|
477
469
|
"""
|
|
478
|
-
The address type of Ipv6.
|
|
470
|
+
The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
|
|
479
471
|
"""
|
|
480
472
|
return pulumi.get(self, "ipv6_address_type")
|
|
481
473
|
|
|
@@ -487,7 +479,7 @@ class _LoadBalancerState:
|
|
|
487
479
|
@pulumi.getter(name="loadBalancerBillingConfig")
|
|
488
480
|
def load_balancer_billing_config(self) -> Optional[pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs']]:
|
|
489
481
|
"""
|
|
490
|
-
The
|
|
482
|
+
The billing method of the ALB instance. See `load_balancer_billing_config` below.
|
|
491
483
|
"""
|
|
492
484
|
return pulumi.get(self, "load_balancer_billing_config")
|
|
493
485
|
|
|
@@ -499,7 +491,7 @@ class _LoadBalancerState:
|
|
|
499
491
|
@pulumi.getter(name="loadBalancerEdition")
|
|
500
492
|
def load_balancer_edition(self) -> Optional[pulumi.Input[str]]:
|
|
501
493
|
"""
|
|
502
|
-
The edition of the ALB instance.
|
|
494
|
+
The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
|
|
503
495
|
"""
|
|
504
496
|
return pulumi.get(self, "load_balancer_edition")
|
|
505
497
|
|
|
@@ -511,7 +503,7 @@ class _LoadBalancerState:
|
|
|
511
503
|
@pulumi.getter(name="loadBalancerName")
|
|
512
504
|
def load_balancer_name(self) -> Optional[pulumi.Input[str]]:
|
|
513
505
|
"""
|
|
514
|
-
The name of the
|
|
506
|
+
The name of the ALB instance.
|
|
515
507
|
"""
|
|
516
508
|
return pulumi.get(self, "load_balancer_name")
|
|
517
509
|
|
|
@@ -523,7 +515,7 @@ class _LoadBalancerState:
|
|
|
523
515
|
@pulumi.getter(name="modificationProtectionConfig")
|
|
524
516
|
def modification_protection_config(self) -> Optional[pulumi.Input['LoadBalancerModificationProtectionConfigArgs']]:
|
|
525
517
|
"""
|
|
526
|
-
|
|
518
|
+
The configuration of the read-only mode. See `modification_protection_config` below.
|
|
527
519
|
"""
|
|
528
520
|
return pulumi.get(self, "modification_protection_config")
|
|
529
521
|
|
|
@@ -547,7 +539,7 @@ class _LoadBalancerState:
|
|
|
547
539
|
@pulumi.getter
|
|
548
540
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
549
541
|
"""
|
|
550
|
-
|
|
542
|
+
The status of the Load Balancer.
|
|
551
543
|
"""
|
|
552
544
|
return pulumi.get(self, "status")
|
|
553
545
|
|
|
@@ -559,7 +551,7 @@ class _LoadBalancerState:
|
|
|
559
551
|
@pulumi.getter
|
|
560
552
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
561
553
|
"""
|
|
562
|
-
|
|
554
|
+
A mapping of tags to assign to the resource.
|
|
563
555
|
"""
|
|
564
556
|
return pulumi.get(self, "tags")
|
|
565
557
|
|
|
@@ -571,7 +563,7 @@ class _LoadBalancerState:
|
|
|
571
563
|
@pulumi.getter(name="vpcId")
|
|
572
564
|
def vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
573
565
|
"""
|
|
574
|
-
The ID of the
|
|
566
|
+
The ID of the VPC.
|
|
575
567
|
"""
|
|
576
568
|
return pulumi.get(self, "vpc_id")
|
|
577
569
|
|
|
@@ -583,7 +575,7 @@ class _LoadBalancerState:
|
|
|
583
575
|
@pulumi.getter(name="zoneMappings")
|
|
584
576
|
def zone_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]]]:
|
|
585
577
|
"""
|
|
586
|
-
The zones and
|
|
578
|
+
The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
|
|
587
579
|
"""
|
|
588
580
|
return pulumi.get(self, "zone_mappings")
|
|
589
581
|
|
|
@@ -631,24 +623,22 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
631
623
|
|
|
632
624
|
:param str resource_name: The name of the resource.
|
|
633
625
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
634
|
-
:param pulumi.Input[Union['LoadBalancerAccessLogConfigArgs', 'LoadBalancerAccessLogConfigArgsDict']] access_log_config: The
|
|
635
|
-
:param pulumi.Input[str] address_allocated_mode: The
|
|
636
|
-
:param pulumi.Input[str] address_ip_version: The protocol version.
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
:param pulumi.Input[
|
|
640
|
-
:param pulumi.Input[
|
|
641
|
-
:param pulumi.Input[
|
|
642
|
-
:param pulumi.Input[
|
|
643
|
-
:param pulumi.Input[str]
|
|
644
|
-
:param pulumi.Input[
|
|
645
|
-
:param pulumi.Input[
|
|
646
|
-
:param pulumi.Input[str] load_balancer_name: The name of the resource.
|
|
647
|
-
:param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: Modify the Protection Configuration. See `modification_protection_config` below.
|
|
626
|
+
:param pulumi.Input[Union['LoadBalancerAccessLogConfigArgs', 'LoadBalancerAccessLogConfigArgsDict']] access_log_config: The configuration of the access log. See `access_log_config` below.
|
|
627
|
+
:param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
|
|
628
|
+
:param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
|
|
629
|
+
:param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
|
|
630
|
+
:param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
|
|
631
|
+
:param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
|
|
632
|
+
:param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
|
|
633
|
+
:param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
|
|
634
|
+
:param pulumi.Input[Union['LoadBalancerLoadBalancerBillingConfigArgs', 'LoadBalancerLoadBalancerBillingConfigArgsDict']] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
|
|
635
|
+
:param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
|
|
636
|
+
:param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
|
|
637
|
+
:param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
|
|
648
638
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
649
|
-
:param pulumi.Input[Mapping[str, Any]] tags:
|
|
650
|
-
:param pulumi.Input[str] vpc_id: The ID of the
|
|
651
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerZoneMappingArgs', 'LoadBalancerZoneMappingArgsDict']]]] zone_mappings: The zones and
|
|
639
|
+
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
640
|
+
:param pulumi.Input[str] vpc_id: The ID of the VPC.
|
|
641
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerZoneMappingArgs', 'LoadBalancerZoneMappingArgsDict']]]] zone_mappings: The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
|
|
652
642
|
"""
|
|
653
643
|
...
|
|
654
644
|
@overload
|
|
@@ -776,27 +766,25 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
776
766
|
:param str resource_name: The unique name of the resulting resource.
|
|
777
767
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
778
768
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
779
|
-
:param pulumi.Input[Union['LoadBalancerAccessLogConfigArgs', 'LoadBalancerAccessLogConfigArgsDict']] access_log_config: The
|
|
780
|
-
:param pulumi.Input[str] address_allocated_mode: The
|
|
781
|
-
:param pulumi.Input[str] address_ip_version: The protocol version.
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
:param pulumi.Input[str]
|
|
785
|
-
:param pulumi.Input[
|
|
786
|
-
:param pulumi.Input[str]
|
|
787
|
-
:param pulumi.Input[bool]
|
|
788
|
-
:param pulumi.Input[str]
|
|
789
|
-
:param pulumi.Input[
|
|
790
|
-
:param pulumi.Input[str]
|
|
791
|
-
:param pulumi.Input[
|
|
792
|
-
:param pulumi.Input[
|
|
793
|
-
:param pulumi.Input[str] load_balancer_name: The name of the resource.
|
|
794
|
-
:param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: Modify the Protection Configuration. See `modification_protection_config` below.
|
|
769
|
+
:param pulumi.Input[Union['LoadBalancerAccessLogConfigArgs', 'LoadBalancerAccessLogConfigArgsDict']] access_log_config: The configuration of the access log. See `access_log_config` below.
|
|
770
|
+
:param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
|
|
771
|
+
:param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
|
|
772
|
+
:param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
|
|
773
|
+
:param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
|
|
774
|
+
:param pulumi.Input[str] create_time: The time when the resource was created.
|
|
775
|
+
:param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
|
|
776
|
+
:param pulumi.Input[str] dns_name: (Available since v1.158.0) The domain name of the ALB instance.
|
|
777
|
+
:param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
|
|
778
|
+
:param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
|
|
779
|
+
:param pulumi.Input[Union['LoadBalancerLoadBalancerBillingConfigArgs', 'LoadBalancerLoadBalancerBillingConfigArgsDict']] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
|
|
780
|
+
:param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
|
|
781
|
+
:param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
|
|
782
|
+
:param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
|
|
795
783
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
796
|
-
:param pulumi.Input[str] status:
|
|
797
|
-
:param pulumi.Input[Mapping[str, Any]] tags:
|
|
798
|
-
:param pulumi.Input[str] vpc_id: The ID of the
|
|
799
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerZoneMappingArgs', 'LoadBalancerZoneMappingArgsDict']]]] zone_mappings: The zones and
|
|
784
|
+
:param pulumi.Input[str] status: The status of the Load Balancer.
|
|
785
|
+
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
786
|
+
:param pulumi.Input[str] vpc_id: The ID of the VPC.
|
|
787
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerZoneMappingArgs', 'LoadBalancerZoneMappingArgsDict']]]] zone_mappings: The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
|
|
800
788
|
"""
|
|
801
789
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
802
790
|
|
|
@@ -827,7 +815,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
827
815
|
@pulumi.getter(name="accessLogConfig")
|
|
828
816
|
def access_log_config(self) -> pulumi.Output[Optional['outputs.LoadBalancerAccessLogConfig']]:
|
|
829
817
|
"""
|
|
830
|
-
The
|
|
818
|
+
The configuration of the access log. See `access_log_config` below.
|
|
831
819
|
"""
|
|
832
820
|
return pulumi.get(self, "access_log_config")
|
|
833
821
|
|
|
@@ -835,7 +823,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
835
823
|
@pulumi.getter(name="addressAllocatedMode")
|
|
836
824
|
def address_allocated_mode(self) -> pulumi.Output[Optional[str]]:
|
|
837
825
|
"""
|
|
838
|
-
The
|
|
826
|
+
The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
|
|
839
827
|
"""
|
|
840
828
|
return pulumi.get(self, "address_allocated_mode")
|
|
841
829
|
|
|
@@ -843,9 +831,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
843
831
|
@pulumi.getter(name="addressIpVersion")
|
|
844
832
|
def address_ip_version(self) -> pulumi.Output[str]:
|
|
845
833
|
"""
|
|
846
|
-
The protocol version.
|
|
847
|
-
- **IPv4**:IPv4 type.
|
|
848
|
-
- **DualStack**: the dual-stack type.
|
|
834
|
+
The protocol version. Valid values: `IPv4`, `DualStack`.
|
|
849
835
|
"""
|
|
850
836
|
return pulumi.get(self, "address_ip_version")
|
|
851
837
|
|
|
@@ -853,15 +839,15 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
853
839
|
@pulumi.getter(name="addressType")
|
|
854
840
|
def address_type(self) -> pulumi.Output[str]:
|
|
855
841
|
"""
|
|
856
|
-
The type of
|
|
842
|
+
The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
|
|
857
843
|
"""
|
|
858
844
|
return pulumi.get(self, "address_type")
|
|
859
845
|
|
|
860
846
|
@property
|
|
861
847
|
@pulumi.getter(name="bandwidthPackageId")
|
|
862
|
-
def bandwidth_package_id(self) -> pulumi.Output[str]:
|
|
848
|
+
def bandwidth_package_id(self) -> pulumi.Output[Optional[str]]:
|
|
863
849
|
"""
|
|
864
|
-
The ID of the
|
|
850
|
+
The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
|
|
865
851
|
"""
|
|
866
852
|
return pulumi.get(self, "bandwidth_package_id")
|
|
867
853
|
|
|
@@ -869,7 +855,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
869
855
|
@pulumi.getter(name="createTime")
|
|
870
856
|
def create_time(self) -> pulumi.Output[str]:
|
|
871
857
|
"""
|
|
872
|
-
The
|
|
858
|
+
The time when the resource was created.
|
|
873
859
|
"""
|
|
874
860
|
return pulumi.get(self, "create_time")
|
|
875
861
|
|
|
@@ -877,7 +863,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
877
863
|
@pulumi.getter(name="deletionProtectionEnabled")
|
|
878
864
|
def deletion_protection_enabled(self) -> pulumi.Output[Optional[bool]]:
|
|
879
865
|
"""
|
|
880
|
-
|
|
866
|
+
Specifies whether to enable deletion protection. Default value: `false`. Valid values:
|
|
881
867
|
"""
|
|
882
868
|
return pulumi.get(self, "deletion_protection_enabled")
|
|
883
869
|
|
|
@@ -885,7 +871,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
885
871
|
@pulumi.getter(name="dnsName")
|
|
886
872
|
def dns_name(self) -> pulumi.Output[str]:
|
|
887
873
|
"""
|
|
888
|
-
The domain name of the ALB instance.
|
|
874
|
+
(Available since v1.158.0) The domain name of the ALB instance.
|
|
889
875
|
"""
|
|
890
876
|
return pulumi.get(self, "dns_name")
|
|
891
877
|
|
|
@@ -893,7 +879,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
893
879
|
@pulumi.getter(name="dryRun")
|
|
894
880
|
def dry_run(self) -> pulumi.Output[Optional[bool]]:
|
|
895
881
|
"""
|
|
896
|
-
|
|
882
|
+
Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
|
|
897
883
|
"""
|
|
898
884
|
return pulumi.get(self, "dry_run")
|
|
899
885
|
|
|
@@ -901,7 +887,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
901
887
|
@pulumi.getter(name="ipv6AddressType")
|
|
902
888
|
def ipv6_address_type(self) -> pulumi.Output[str]:
|
|
903
889
|
"""
|
|
904
|
-
The address type of Ipv6.
|
|
890
|
+
The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
|
|
905
891
|
"""
|
|
906
892
|
return pulumi.get(self, "ipv6_address_type")
|
|
907
893
|
|
|
@@ -909,7 +895,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
909
895
|
@pulumi.getter(name="loadBalancerBillingConfig")
|
|
910
896
|
def load_balancer_billing_config(self) -> pulumi.Output['outputs.LoadBalancerLoadBalancerBillingConfig']:
|
|
911
897
|
"""
|
|
912
|
-
The
|
|
898
|
+
The billing method of the ALB instance. See `load_balancer_billing_config` below.
|
|
913
899
|
"""
|
|
914
900
|
return pulumi.get(self, "load_balancer_billing_config")
|
|
915
901
|
|
|
@@ -917,7 +903,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
917
903
|
@pulumi.getter(name="loadBalancerEdition")
|
|
918
904
|
def load_balancer_edition(self) -> pulumi.Output[str]:
|
|
919
905
|
"""
|
|
920
|
-
The edition of the ALB instance.
|
|
906
|
+
The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
|
|
921
907
|
"""
|
|
922
908
|
return pulumi.get(self, "load_balancer_edition")
|
|
923
909
|
|
|
@@ -925,7 +911,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
925
911
|
@pulumi.getter(name="loadBalancerName")
|
|
926
912
|
def load_balancer_name(self) -> pulumi.Output[Optional[str]]:
|
|
927
913
|
"""
|
|
928
|
-
The name of the
|
|
914
|
+
The name of the ALB instance.
|
|
929
915
|
"""
|
|
930
916
|
return pulumi.get(self, "load_balancer_name")
|
|
931
917
|
|
|
@@ -933,7 +919,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
933
919
|
@pulumi.getter(name="modificationProtectionConfig")
|
|
934
920
|
def modification_protection_config(self) -> pulumi.Output['outputs.LoadBalancerModificationProtectionConfig']:
|
|
935
921
|
"""
|
|
936
|
-
|
|
922
|
+
The configuration of the read-only mode. See `modification_protection_config` below.
|
|
937
923
|
"""
|
|
938
924
|
return pulumi.get(self, "modification_protection_config")
|
|
939
925
|
|
|
@@ -949,15 +935,15 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
949
935
|
@pulumi.getter
|
|
950
936
|
def status(self) -> pulumi.Output[str]:
|
|
951
937
|
"""
|
|
952
|
-
|
|
938
|
+
The status of the Load Balancer.
|
|
953
939
|
"""
|
|
954
940
|
return pulumi.get(self, "status")
|
|
955
941
|
|
|
956
942
|
@property
|
|
957
943
|
@pulumi.getter
|
|
958
|
-
def tags(self) -> pulumi.Output[Mapping[str, Any]]:
|
|
944
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
|
|
959
945
|
"""
|
|
960
|
-
|
|
946
|
+
A mapping of tags to assign to the resource.
|
|
961
947
|
"""
|
|
962
948
|
return pulumi.get(self, "tags")
|
|
963
949
|
|
|
@@ -965,7 +951,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
965
951
|
@pulumi.getter(name="vpcId")
|
|
966
952
|
def vpc_id(self) -> pulumi.Output[str]:
|
|
967
953
|
"""
|
|
968
|
-
The ID of the
|
|
954
|
+
The ID of the VPC.
|
|
969
955
|
"""
|
|
970
956
|
return pulumi.get(self, "vpc_id")
|
|
971
957
|
|
|
@@ -973,7 +959,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
973
959
|
@pulumi.getter(name="zoneMappings")
|
|
974
960
|
def zone_mappings(self) -> pulumi.Output[Sequence['outputs.LoadBalancerZoneMapping']]:
|
|
975
961
|
"""
|
|
976
|
-
The zones and
|
|
962
|
+
The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
|
|
977
963
|
"""
|
|
978
964
|
return pulumi.get(self, "zone_mappings")
|
|
979
965
|
|