pulumi-alicloud 3.66.0a1731672315__py3-none-any.whl → 3.67.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +16 -0
- pulumi_alicloud/cen/flow_log.py +373 -58
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +4 -4
- pulumi_alicloud/cr/registry_enterprise_instance.py +474 -90
- pulumi_alicloud/ecs/ecs_image_component.py +221 -48
- pulumi_alicloud/ess/_inputs.py +94 -0
- pulumi_alicloud/ess/eci_scaling_configuration.py +42 -14
- pulumi_alicloud/ess/outputs.py +79 -0
- pulumi_alicloud/ess/scaling_configuration.py +47 -0
- pulumi_alicloud/expressconnect/router_vbr_child_instance.py +86 -25
- pulumi_alicloud/kms/key.py +1 -1
- pulumi_alicloud/kvstore/account.py +24 -24
- pulumi_alicloud/kvstore/audit_log_config.py +4 -4
- pulumi_alicloud/kvstore/backup_policy.py +2 -2
- pulumi_alicloud/kvstore/connection.py +8 -8
- pulumi_alicloud/kvstore/get_accounts.py +4 -4
- pulumi_alicloud/kvstore/get_connections.py +5 -5
- pulumi_alicloud/kvstore/get_instance_classes.py +12 -12
- pulumi_alicloud/kvstore/get_instance_engines.py +7 -7
- pulumi_alicloud/kvstore/get_permission.py +10 -10
- pulumi_alicloud/kvstore/get_zones.py +4 -4
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/mongodb/instance.py +47 -0
- pulumi_alicloud/mongodb/sharding_instance.py +47 -0
- pulumi_alicloud/polardb/cluster.py +7 -7
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +42 -91
- pulumi_alicloud/privatelink/vpc_endpoint_service_connection.py +27 -23
- pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +34 -37
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +28 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/rds/__init__.py +2 -0
- pulumi_alicloud/rds/_inputs.py +146 -0
- pulumi_alicloud/rds/custom.py +1630 -0
- pulumi_alicloud/rds/custom_deployment_set.py +525 -0
- pulumi_alicloud/rds/outputs.py +105 -0
- pulumi_alicloud/redis/tair_instance.py +76 -1
- pulumi_alicloud/vpc/_inputs.py +54 -0
- pulumi_alicloud/vpc/nat_gateway.py +175 -14
- pulumi_alicloud/vpc/outputs.py +51 -0
- pulumi_alicloud/vpn/gateway_vco_route.py +68 -21
- {pulumi_alicloud-3.66.0a1731672315.dist-info → pulumi_alicloud-3.67.0.dist-info}/METADATA +5 -5
- {pulumi_alicloud-3.66.0a1731672315.dist-info → pulumi_alicloud-3.67.0.dist-info}/RECORD +44 -42
- {pulumi_alicloud-3.66.0a1731672315.dist-info → pulumi_alicloud-3.67.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.66.0a1731672315.dist-info → pulumi_alicloud-3.67.0.dist-info}/top_level.txt +0 -0
|
@@ -111,7 +111,7 @@ class ClusterArgs:
|
|
|
111
111
|
:param pulumi.Input[int] db_node_count: Number of the PolarDB cluster nodes, default is 2(Each cluster must contain at least a primary node and a read-only node). Add/remove nodes by modifying this parameter, valid values: [2~16].
|
|
112
112
|
> **NOTE:** To avoid adding or removing multiple read-only nodes by mistake, the system allows you to add or remove one read-only node at a time.
|
|
113
113
|
:param pulumi.Input[str] db_node_id: The ID of the node or node subscript. Node subscript values: 1 to 15.
|
|
114
|
-
:param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
|
|
114
|
+
:param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
|
|
115
115
|
:param pulumi.Input[str] default_time_zone: The time zone of the cluster. You can set the parameter to a value that is on the hour from -12:00 to +13:00 based on UTC. Example: 00:00. Default value: SYSTEM. This value indicates that the time zone of the cluster is the same as the time zone of the region.
|
|
116
116
|
> **NOTE:** This parameter is valid only when the DBType parameter is set to MySQL.
|
|
117
117
|
:param pulumi.Input[int] deletion_lock: turn on table deletion_lock. Valid values are 0, 1. 1 means to open the cluster protection lock, 0 means to close the cluster protection lock
|
|
@@ -500,7 +500,7 @@ class ClusterArgs:
|
|
|
500
500
|
@pulumi.getter(name="dbNodeNum")
|
|
501
501
|
def db_node_num(self) -> Optional[pulumi.Input[int]]:
|
|
502
502
|
"""
|
|
503
|
-
The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
|
|
503
|
+
The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
|
|
504
504
|
"""
|
|
505
505
|
return pulumi.get(self, "db_node_num")
|
|
506
506
|
|
|
@@ -1246,7 +1246,7 @@ class _ClusterState:
|
|
|
1246
1246
|
:param pulumi.Input[int] db_node_count: Number of the PolarDB cluster nodes, default is 2(Each cluster must contain at least a primary node and a read-only node). Add/remove nodes by modifying this parameter, valid values: [2~16].
|
|
1247
1247
|
> **NOTE:** To avoid adding or removing multiple read-only nodes by mistake, the system allows you to add or remove one read-only node at a time.
|
|
1248
1248
|
:param pulumi.Input[str] db_node_id: The ID of the node or node subscript. Node subscript values: 1 to 15.
|
|
1249
|
-
:param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
|
|
1249
|
+
:param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
|
|
1250
1250
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterDbRevisionVersionListArgs']]] db_revision_version_lists: (Available since v1.216.0) The db_revision_version_list supports the following:
|
|
1251
1251
|
:param pulumi.Input[str] db_type: Database type. Value options: MySQL, Oracle, PostgreSQL.
|
|
1252
1252
|
:param pulumi.Input[str] db_version: Database version. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `DBVersion`.
|
|
@@ -1658,7 +1658,7 @@ class _ClusterState:
|
|
|
1658
1658
|
@pulumi.getter(name="dbNodeNum")
|
|
1659
1659
|
def db_node_num(self) -> Optional[pulumi.Input[int]]:
|
|
1660
1660
|
"""
|
|
1661
|
-
The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
|
|
1661
|
+
The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
|
|
1662
1662
|
"""
|
|
1663
1663
|
return pulumi.get(self, "db_node_num")
|
|
1664
1664
|
|
|
@@ -2482,7 +2482,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
2482
2482
|
:param pulumi.Input[int] db_node_count: Number of the PolarDB cluster nodes, default is 2(Each cluster must contain at least a primary node and a read-only node). Add/remove nodes by modifying this parameter, valid values: [2~16].
|
|
2483
2483
|
> **NOTE:** To avoid adding or removing multiple read-only nodes by mistake, the system allows you to add or remove one read-only node at a time.
|
|
2484
2484
|
:param pulumi.Input[str] db_node_id: The ID of the node or node subscript. Node subscript values: 1 to 15.
|
|
2485
|
-
:param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
|
|
2485
|
+
:param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
|
|
2486
2486
|
:param pulumi.Input[str] db_type: Database type. Value options: MySQL, Oracle, PostgreSQL.
|
|
2487
2487
|
:param pulumi.Input[str] db_version: Database version. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `DBVersion`.
|
|
2488
2488
|
:param pulumi.Input[str] default_time_zone: The time zone of the cluster. You can set the parameter to a value that is on the hour from -12:00 to +13:00 based on UTC. Example: 00:00. Default value: SYSTEM. This value indicates that the time zone of the cluster is the same as the time zone of the region.
|
|
@@ -2857,7 +2857,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
2857
2857
|
:param pulumi.Input[int] db_node_count: Number of the PolarDB cluster nodes, default is 2(Each cluster must contain at least a primary node and a read-only node). Add/remove nodes by modifying this parameter, valid values: [2~16].
|
|
2858
2858
|
> **NOTE:** To avoid adding or removing multiple read-only nodes by mistake, the system allows you to add or remove one read-only node at a time.
|
|
2859
2859
|
:param pulumi.Input[str] db_node_id: The ID of the node or node subscript. Node subscript values: 1 to 15.
|
|
2860
|
-
:param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
|
|
2860
|
+
:param pulumi.Input[int] db_node_num: The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
|
|
2861
2861
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ClusterDbRevisionVersionListArgs', 'ClusterDbRevisionVersionListArgsDict']]]] db_revision_version_lists: (Available since v1.216.0) The db_revision_version_list supports the following:
|
|
2862
2862
|
:param pulumi.Input[str] db_type: Database type. Value options: MySQL, Oracle, PostgreSQL.
|
|
2863
2863
|
:param pulumi.Input[str] db_version: Database version. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `DBVersion`.
|
|
@@ -3146,7 +3146,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
3146
3146
|
@pulumi.getter(name="dbNodeNum")
|
|
3147
3147
|
def db_node_num(self) -> pulumi.Output[Optional[int]]:
|
|
3148
3148
|
"""
|
|
3149
|
-
The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`.
|
|
3149
|
+
The number of Standard Edition nodes. Default value: `1`. Valid values are `1`, `2`. From version 1.235.0, Valid values for PolarDB for MySQL Standard Edition: `1` to `8`. Valid values for PolarDB for MySQL Enterprise Edition: `1` to `16`.
|
|
3150
3150
|
"""
|
|
3151
3151
|
return pulumi.get(self, "db_node_num")
|
|
3152
3152
|
|
|
@@ -32,28 +32,17 @@ class VpcEndpointServiceArgs:
|
|
|
32
32
|
"""
|
|
33
33
|
The set of arguments for constructing a VpcEndpointService resource.
|
|
34
34
|
:param pulumi.Input[bool] auto_accept_connection: Indicates whether the endpoint service automatically accepts endpoint connection requests. Valid values:
|
|
35
|
-
- **true**
|
|
36
|
-
- **false**.
|
|
37
35
|
:param pulumi.Input[int] connect_bandwidth: The default bandwidth of the endpoint connection. Valid values: 100 to 10240. Unit: Mbit/s.
|
|
38
36
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request.
|
|
39
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
40
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
41
37
|
:param pulumi.Input[str] payer: The payer of the endpoint service. Valid values:
|
|
42
|
-
-
|
|
43
|
-
-
|
|
38
|
+
- `Endpoint`: the service consumer.
|
|
39
|
+
- `EndpointService`: the service provider.
|
|
44
40
|
:param pulumi.Input[str] resource_group_id: The resource group ID.
|
|
45
41
|
:param pulumi.Input[str] service_description: The description of the endpoint service.
|
|
46
42
|
:param pulumi.Input[str] service_resource_type: Service resource type, value:
|
|
47
|
-
- **slb**: indicates that the service resource type is Classic Load Balancer (CLB).
|
|
48
|
-
- **alb**: indicates that the service resource type is Application Load Balancer (ALB).
|
|
49
|
-
- **nlb**: indicates that the service resource type is Network Load Balancer (NLB).
|
|
50
43
|
:param pulumi.Input[bool] service_support_ipv6: Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
51
|
-
- **true**
|
|
52
|
-
- **false (default)**.
|
|
53
44
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
54
45
|
:param pulumi.Input[bool] zone_affinity_enabled: Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
55
|
-
- **true**
|
|
56
|
-
- **false (default)**.
|
|
57
46
|
"""
|
|
58
47
|
if auto_accept_connection is not None:
|
|
59
48
|
pulumi.set(__self__, "auto_accept_connection", auto_accept_connection)
|
|
@@ -81,8 +70,6 @@ class VpcEndpointServiceArgs:
|
|
|
81
70
|
def auto_accept_connection(self) -> Optional[pulumi.Input[bool]]:
|
|
82
71
|
"""
|
|
83
72
|
Indicates whether the endpoint service automatically accepts endpoint connection requests. Valid values:
|
|
84
|
-
- **true**
|
|
85
|
-
- **false**.
|
|
86
73
|
"""
|
|
87
74
|
return pulumi.get(self, "auto_accept_connection")
|
|
88
75
|
|
|
@@ -107,8 +94,6 @@ class VpcEndpointServiceArgs:
|
|
|
107
94
|
def dry_run(self) -> Optional[pulumi.Input[bool]]:
|
|
108
95
|
"""
|
|
109
96
|
Specifies whether to perform only a dry run, without performing the actual request.
|
|
110
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
111
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
112
97
|
"""
|
|
113
98
|
return pulumi.get(self, "dry_run")
|
|
114
99
|
|
|
@@ -121,8 +106,8 @@ class VpcEndpointServiceArgs:
|
|
|
121
106
|
def payer(self) -> Optional[pulumi.Input[str]]:
|
|
122
107
|
"""
|
|
123
108
|
The payer of the endpoint service. Valid values:
|
|
124
|
-
-
|
|
125
|
-
-
|
|
109
|
+
- `Endpoint`: the service consumer.
|
|
110
|
+
- `EndpointService`: the service provider.
|
|
126
111
|
"""
|
|
127
112
|
return pulumi.get(self, "payer")
|
|
128
113
|
|
|
@@ -159,9 +144,6 @@ class VpcEndpointServiceArgs:
|
|
|
159
144
|
def service_resource_type(self) -> Optional[pulumi.Input[str]]:
|
|
160
145
|
"""
|
|
161
146
|
Service resource type, value:
|
|
162
|
-
- **slb**: indicates that the service resource type is Classic Load Balancer (CLB).
|
|
163
|
-
- **alb**: indicates that the service resource type is Application Load Balancer (ALB).
|
|
164
|
-
- **nlb**: indicates that the service resource type is Network Load Balancer (NLB).
|
|
165
147
|
"""
|
|
166
148
|
return pulumi.get(self, "service_resource_type")
|
|
167
149
|
|
|
@@ -174,8 +156,6 @@ class VpcEndpointServiceArgs:
|
|
|
174
156
|
def service_support_ipv6(self) -> Optional[pulumi.Input[bool]]:
|
|
175
157
|
"""
|
|
176
158
|
Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
177
|
-
- **true**
|
|
178
|
-
- **false (default)**.
|
|
179
159
|
"""
|
|
180
160
|
return pulumi.get(self, "service_support_ipv6")
|
|
181
161
|
|
|
@@ -200,8 +180,6 @@ class VpcEndpointServiceArgs:
|
|
|
200
180
|
def zone_affinity_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
201
181
|
"""
|
|
202
182
|
Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
203
|
-
- **true**
|
|
204
|
-
- **false (default)**.
|
|
205
183
|
"""
|
|
206
184
|
return pulumi.get(self, "zone_affinity_enabled")
|
|
207
185
|
|
|
@@ -218,6 +196,7 @@ class _VpcEndpointServiceState:
|
|
|
218
196
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
219
197
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
220
198
|
payer: Optional[pulumi.Input[str]] = None,
|
|
199
|
+
region_id: Optional[pulumi.Input[str]] = None,
|
|
221
200
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
222
201
|
service_business_status: Optional[pulumi.Input[str]] = None,
|
|
223
202
|
service_description: Optional[pulumi.Input[str]] = None,
|
|
@@ -231,33 +210,23 @@ class _VpcEndpointServiceState:
|
|
|
231
210
|
"""
|
|
232
211
|
Input properties used for looking up and filtering VpcEndpointService resources.
|
|
233
212
|
:param pulumi.Input[bool] auto_accept_connection: Indicates whether the endpoint service automatically accepts endpoint connection requests. Valid values:
|
|
234
|
-
- **true**
|
|
235
|
-
- **false**.
|
|
236
213
|
:param pulumi.Input[int] connect_bandwidth: The default bandwidth of the endpoint connection. Valid values: 100 to 10240. Unit: Mbit/s.
|
|
237
214
|
:param pulumi.Input[str] create_time: The time when the endpoint service was created.
|
|
238
215
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request.
|
|
239
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
240
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
241
216
|
:param pulumi.Input[str] payer: The payer of the endpoint service. Valid values:
|
|
242
|
-
-
|
|
243
|
-
-
|
|
217
|
+
- `Endpoint`: the service consumer.
|
|
218
|
+
- `EndpointService`: the service provider.
|
|
219
|
+
:param pulumi.Input[str] region_id: (Available since v1.235.0) The ID of the region to which the endpoint service belongs.
|
|
244
220
|
:param pulumi.Input[str] resource_group_id: The resource group ID.
|
|
245
221
|
:param pulumi.Input[str] service_business_status: The service state of the endpoint service.
|
|
246
222
|
:param pulumi.Input[str] service_description: The description of the endpoint service.
|
|
247
223
|
:param pulumi.Input[str] service_domain: The domain name of the endpoint service.
|
|
248
224
|
:param pulumi.Input[str] service_resource_type: Service resource type, value:
|
|
249
|
-
- **slb**: indicates that the service resource type is Classic Load Balancer (CLB).
|
|
250
|
-
- **alb**: indicates that the service resource type is Application Load Balancer (ALB).
|
|
251
|
-
- **nlb**: indicates that the service resource type is Network Load Balancer (NLB).
|
|
252
225
|
:param pulumi.Input[bool] service_support_ipv6: Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
253
|
-
- **true**
|
|
254
|
-
- **false (default)**.
|
|
255
226
|
:param pulumi.Input[str] status: The state of the endpoint service.
|
|
256
227
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
257
228
|
:param pulumi.Input[str] vpc_endpoint_service_name: The name of the endpoint service.
|
|
258
229
|
:param pulumi.Input[bool] zone_affinity_enabled: Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
259
|
-
- **true**
|
|
260
|
-
- **false (default)**.
|
|
261
230
|
"""
|
|
262
231
|
if auto_accept_connection is not None:
|
|
263
232
|
pulumi.set(__self__, "auto_accept_connection", auto_accept_connection)
|
|
@@ -269,6 +238,8 @@ class _VpcEndpointServiceState:
|
|
|
269
238
|
pulumi.set(__self__, "dry_run", dry_run)
|
|
270
239
|
if payer is not None:
|
|
271
240
|
pulumi.set(__self__, "payer", payer)
|
|
241
|
+
if region_id is not None:
|
|
242
|
+
pulumi.set(__self__, "region_id", region_id)
|
|
272
243
|
if resource_group_id is not None:
|
|
273
244
|
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
274
245
|
if service_business_status is not None:
|
|
@@ -295,8 +266,6 @@ class _VpcEndpointServiceState:
|
|
|
295
266
|
def auto_accept_connection(self) -> Optional[pulumi.Input[bool]]:
|
|
296
267
|
"""
|
|
297
268
|
Indicates whether the endpoint service automatically accepts endpoint connection requests. Valid values:
|
|
298
|
-
- **true**
|
|
299
|
-
- **false**.
|
|
300
269
|
"""
|
|
301
270
|
return pulumi.get(self, "auto_accept_connection")
|
|
302
271
|
|
|
@@ -333,8 +302,6 @@ class _VpcEndpointServiceState:
|
|
|
333
302
|
def dry_run(self) -> Optional[pulumi.Input[bool]]:
|
|
334
303
|
"""
|
|
335
304
|
Specifies whether to perform only a dry run, without performing the actual request.
|
|
336
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
337
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
338
305
|
"""
|
|
339
306
|
return pulumi.get(self, "dry_run")
|
|
340
307
|
|
|
@@ -347,8 +314,8 @@ class _VpcEndpointServiceState:
|
|
|
347
314
|
def payer(self) -> Optional[pulumi.Input[str]]:
|
|
348
315
|
"""
|
|
349
316
|
The payer of the endpoint service. Valid values:
|
|
350
|
-
-
|
|
351
|
-
-
|
|
317
|
+
- `Endpoint`: the service consumer.
|
|
318
|
+
- `EndpointService`: the service provider.
|
|
352
319
|
"""
|
|
353
320
|
return pulumi.get(self, "payer")
|
|
354
321
|
|
|
@@ -356,6 +323,18 @@ class _VpcEndpointServiceState:
|
|
|
356
323
|
def payer(self, value: Optional[pulumi.Input[str]]):
|
|
357
324
|
pulumi.set(self, "payer", value)
|
|
358
325
|
|
|
326
|
+
@property
|
|
327
|
+
@pulumi.getter(name="regionId")
|
|
328
|
+
def region_id(self) -> Optional[pulumi.Input[str]]:
|
|
329
|
+
"""
|
|
330
|
+
(Available since v1.235.0) The ID of the region to which the endpoint service belongs.
|
|
331
|
+
"""
|
|
332
|
+
return pulumi.get(self, "region_id")
|
|
333
|
+
|
|
334
|
+
@region_id.setter
|
|
335
|
+
def region_id(self, value: Optional[pulumi.Input[str]]):
|
|
336
|
+
pulumi.set(self, "region_id", value)
|
|
337
|
+
|
|
359
338
|
@property
|
|
360
339
|
@pulumi.getter(name="resourceGroupId")
|
|
361
340
|
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -409,9 +388,6 @@ class _VpcEndpointServiceState:
|
|
|
409
388
|
def service_resource_type(self) -> Optional[pulumi.Input[str]]:
|
|
410
389
|
"""
|
|
411
390
|
Service resource type, value:
|
|
412
|
-
- **slb**: indicates that the service resource type is Classic Load Balancer (CLB).
|
|
413
|
-
- **alb**: indicates that the service resource type is Application Load Balancer (ALB).
|
|
414
|
-
- **nlb**: indicates that the service resource type is Network Load Balancer (NLB).
|
|
415
391
|
"""
|
|
416
392
|
return pulumi.get(self, "service_resource_type")
|
|
417
393
|
|
|
@@ -424,8 +400,6 @@ class _VpcEndpointServiceState:
|
|
|
424
400
|
def service_support_ipv6(self) -> Optional[pulumi.Input[bool]]:
|
|
425
401
|
"""
|
|
426
402
|
Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
427
|
-
- **true**
|
|
428
|
-
- **false (default)**.
|
|
429
403
|
"""
|
|
430
404
|
return pulumi.get(self, "service_support_ipv6")
|
|
431
405
|
|
|
@@ -474,8 +448,6 @@ class _VpcEndpointServiceState:
|
|
|
474
448
|
def zone_affinity_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
475
449
|
"""
|
|
476
450
|
Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
477
|
-
- **true**
|
|
478
|
-
- **false (default)**.
|
|
479
451
|
"""
|
|
480
452
|
return pulumi.get(self, "zone_affinity_enabled")
|
|
481
453
|
|
|
@@ -536,28 +508,17 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
536
508
|
:param str resource_name: The name of the resource.
|
|
537
509
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
538
510
|
:param pulumi.Input[bool] auto_accept_connection: Indicates whether the endpoint service automatically accepts endpoint connection requests. Valid values:
|
|
539
|
-
- **true**
|
|
540
|
-
- **false**.
|
|
541
511
|
:param pulumi.Input[int] connect_bandwidth: The default bandwidth of the endpoint connection. Valid values: 100 to 10240. Unit: Mbit/s.
|
|
542
512
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request.
|
|
543
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
544
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
545
513
|
:param pulumi.Input[str] payer: The payer of the endpoint service. Valid values:
|
|
546
|
-
-
|
|
547
|
-
-
|
|
514
|
+
- `Endpoint`: the service consumer.
|
|
515
|
+
- `EndpointService`: the service provider.
|
|
548
516
|
:param pulumi.Input[str] resource_group_id: The resource group ID.
|
|
549
517
|
:param pulumi.Input[str] service_description: The description of the endpoint service.
|
|
550
518
|
:param pulumi.Input[str] service_resource_type: Service resource type, value:
|
|
551
|
-
- **slb**: indicates that the service resource type is Classic Load Balancer (CLB).
|
|
552
|
-
- **alb**: indicates that the service resource type is Application Load Balancer (ALB).
|
|
553
|
-
- **nlb**: indicates that the service resource type is Network Load Balancer (NLB).
|
|
554
519
|
:param pulumi.Input[bool] service_support_ipv6: Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
555
|
-
- **true**
|
|
556
|
-
- **false (default)**.
|
|
557
520
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
558
521
|
:param pulumi.Input[bool] zone_affinity_enabled: Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
559
|
-
- **true**
|
|
560
|
-
- **false (default)**.
|
|
561
522
|
"""
|
|
562
523
|
...
|
|
563
524
|
@overload
|
|
@@ -643,6 +604,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
643
604
|
__props__.__dict__["tags"] = tags
|
|
644
605
|
__props__.__dict__["zone_affinity_enabled"] = zone_affinity_enabled
|
|
645
606
|
__props__.__dict__["create_time"] = None
|
|
607
|
+
__props__.__dict__["region_id"] = None
|
|
646
608
|
__props__.__dict__["service_business_status"] = None
|
|
647
609
|
__props__.__dict__["service_domain"] = None
|
|
648
610
|
__props__.__dict__["status"] = None
|
|
@@ -662,6 +624,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
662
624
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
663
625
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
664
626
|
payer: Optional[pulumi.Input[str]] = None,
|
|
627
|
+
region_id: Optional[pulumi.Input[str]] = None,
|
|
665
628
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
666
629
|
service_business_status: Optional[pulumi.Input[str]] = None,
|
|
667
630
|
service_description: Optional[pulumi.Input[str]] = None,
|
|
@@ -680,33 +643,23 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
680
643
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
681
644
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
682
645
|
:param pulumi.Input[bool] auto_accept_connection: Indicates whether the endpoint service automatically accepts endpoint connection requests. Valid values:
|
|
683
|
-
- **true**
|
|
684
|
-
- **false**.
|
|
685
646
|
:param pulumi.Input[int] connect_bandwidth: The default bandwidth of the endpoint connection. Valid values: 100 to 10240. Unit: Mbit/s.
|
|
686
647
|
:param pulumi.Input[str] create_time: The time when the endpoint service was created.
|
|
687
648
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request.
|
|
688
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
689
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
690
649
|
:param pulumi.Input[str] payer: The payer of the endpoint service. Valid values:
|
|
691
|
-
-
|
|
692
|
-
-
|
|
650
|
+
- `Endpoint`: the service consumer.
|
|
651
|
+
- `EndpointService`: the service provider.
|
|
652
|
+
:param pulumi.Input[str] region_id: (Available since v1.235.0) The ID of the region to which the endpoint service belongs.
|
|
693
653
|
:param pulumi.Input[str] resource_group_id: The resource group ID.
|
|
694
654
|
:param pulumi.Input[str] service_business_status: The service state of the endpoint service.
|
|
695
655
|
:param pulumi.Input[str] service_description: The description of the endpoint service.
|
|
696
656
|
:param pulumi.Input[str] service_domain: The domain name of the endpoint service.
|
|
697
657
|
:param pulumi.Input[str] service_resource_type: Service resource type, value:
|
|
698
|
-
- **slb**: indicates that the service resource type is Classic Load Balancer (CLB).
|
|
699
|
-
- **alb**: indicates that the service resource type is Application Load Balancer (ALB).
|
|
700
|
-
- **nlb**: indicates that the service resource type is Network Load Balancer (NLB).
|
|
701
658
|
:param pulumi.Input[bool] service_support_ipv6: Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
702
|
-
- **true**
|
|
703
|
-
- **false (default)**.
|
|
704
659
|
:param pulumi.Input[str] status: The state of the endpoint service.
|
|
705
660
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
706
661
|
:param pulumi.Input[str] vpc_endpoint_service_name: The name of the endpoint service.
|
|
707
662
|
:param pulumi.Input[bool] zone_affinity_enabled: Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
708
|
-
- **true**
|
|
709
|
-
- **false (default)**.
|
|
710
663
|
"""
|
|
711
664
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
712
665
|
|
|
@@ -717,6 +670,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
717
670
|
__props__.__dict__["create_time"] = create_time
|
|
718
671
|
__props__.__dict__["dry_run"] = dry_run
|
|
719
672
|
__props__.__dict__["payer"] = payer
|
|
673
|
+
__props__.__dict__["region_id"] = region_id
|
|
720
674
|
__props__.__dict__["resource_group_id"] = resource_group_id
|
|
721
675
|
__props__.__dict__["service_business_status"] = service_business_status
|
|
722
676
|
__props__.__dict__["service_description"] = service_description
|
|
@@ -734,8 +688,6 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
734
688
|
def auto_accept_connection(self) -> pulumi.Output[Optional[bool]]:
|
|
735
689
|
"""
|
|
736
690
|
Indicates whether the endpoint service automatically accepts endpoint connection requests. Valid values:
|
|
737
|
-
- **true**
|
|
738
|
-
- **false**.
|
|
739
691
|
"""
|
|
740
692
|
return pulumi.get(self, "auto_accept_connection")
|
|
741
693
|
|
|
@@ -760,8 +712,6 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
760
712
|
def dry_run(self) -> pulumi.Output[Optional[bool]]:
|
|
761
713
|
"""
|
|
762
714
|
Specifies whether to perform only a dry run, without performing the actual request.
|
|
763
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
764
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
765
715
|
"""
|
|
766
716
|
return pulumi.get(self, "dry_run")
|
|
767
717
|
|
|
@@ -770,11 +720,19 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
770
720
|
def payer(self) -> pulumi.Output[str]:
|
|
771
721
|
"""
|
|
772
722
|
The payer of the endpoint service. Valid values:
|
|
773
|
-
-
|
|
774
|
-
-
|
|
723
|
+
- `Endpoint`: the service consumer.
|
|
724
|
+
- `EndpointService`: the service provider.
|
|
775
725
|
"""
|
|
776
726
|
return pulumi.get(self, "payer")
|
|
777
727
|
|
|
728
|
+
@property
|
|
729
|
+
@pulumi.getter(name="regionId")
|
|
730
|
+
def region_id(self) -> pulumi.Output[str]:
|
|
731
|
+
"""
|
|
732
|
+
(Available since v1.235.0) The ID of the region to which the endpoint service belongs.
|
|
733
|
+
"""
|
|
734
|
+
return pulumi.get(self, "region_id")
|
|
735
|
+
|
|
778
736
|
@property
|
|
779
737
|
@pulumi.getter(name="resourceGroupId")
|
|
780
738
|
def resource_group_id(self) -> pulumi.Output[str]:
|
|
@@ -812,9 +770,6 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
812
770
|
def service_resource_type(self) -> pulumi.Output[str]:
|
|
813
771
|
"""
|
|
814
772
|
Service resource type, value:
|
|
815
|
-
- **slb**: indicates that the service resource type is Classic Load Balancer (CLB).
|
|
816
|
-
- **alb**: indicates that the service resource type is Application Load Balancer (ALB).
|
|
817
|
-
- **nlb**: indicates that the service resource type is Network Load Balancer (NLB).
|
|
818
773
|
"""
|
|
819
774
|
return pulumi.get(self, "service_resource_type")
|
|
820
775
|
|
|
@@ -823,8 +778,6 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
823
778
|
def service_support_ipv6(self) -> pulumi.Output[bool]:
|
|
824
779
|
"""
|
|
825
780
|
Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
826
|
-
- **true**
|
|
827
|
-
- **false (default)**.
|
|
828
781
|
"""
|
|
829
782
|
return pulumi.get(self, "service_support_ipv6")
|
|
830
783
|
|
|
@@ -857,8 +810,6 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
857
810
|
def zone_affinity_enabled(self) -> pulumi.Output[bool]:
|
|
858
811
|
"""
|
|
859
812
|
Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
860
|
-
- **true**
|
|
861
|
-
- **false (default)**.
|
|
862
813
|
"""
|
|
863
814
|
return pulumi.get(self, "zone_affinity_enabled")
|
|
864
815
|
|
|
@@ -27,10 +27,10 @@ class VpcEndpointServiceConnectionArgs:
|
|
|
27
27
|
The set of arguments for constructing a VpcEndpointServiceConnection resource.
|
|
28
28
|
:param pulumi.Input[str] endpoint_id: The endpoint ID.
|
|
29
29
|
:param pulumi.Input[str] service_id: The endpoint service ID.
|
|
30
|
-
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. Valid values:
|
|
30
|
+
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. Valid values: 1024 to 10240. Unit: Mbit/s.
|
|
31
|
+
|
|
32
|
+
Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
31
33
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
32
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
33
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
34
34
|
"""
|
|
35
35
|
pulumi.set(__self__, "endpoint_id", endpoint_id)
|
|
36
36
|
pulumi.set(__self__, "service_id", service_id)
|
|
@@ -67,7 +67,9 @@ class VpcEndpointServiceConnectionArgs:
|
|
|
67
67
|
@pulumi.getter
|
|
68
68
|
def bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
69
69
|
"""
|
|
70
|
-
The bandwidth of the endpoint connection. Valid values:
|
|
70
|
+
The bandwidth of the endpoint connection. Valid values: 1024 to 10240. Unit: Mbit/s.
|
|
71
|
+
|
|
72
|
+
Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
71
73
|
"""
|
|
72
74
|
return pulumi.get(self, "bandwidth")
|
|
73
75
|
|
|
@@ -80,8 +82,6 @@ class VpcEndpointServiceConnectionArgs:
|
|
|
80
82
|
def dry_run(self) -> Optional[pulumi.Input[bool]]:
|
|
81
83
|
"""
|
|
82
84
|
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
83
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
84
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
85
85
|
"""
|
|
86
86
|
return pulumi.get(self, "dry_run")
|
|
87
87
|
|
|
@@ -100,10 +100,10 @@ class _VpcEndpointServiceConnectionState:
|
|
|
100
100
|
status: Optional[pulumi.Input[str]] = None):
|
|
101
101
|
"""
|
|
102
102
|
Input properties used for looking up and filtering VpcEndpointServiceConnection resources.
|
|
103
|
-
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. Valid values:
|
|
103
|
+
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. Valid values: 1024 to 10240. Unit: Mbit/s.
|
|
104
|
+
|
|
105
|
+
Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
104
106
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
105
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
106
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
107
107
|
:param pulumi.Input[str] endpoint_id: The endpoint ID.
|
|
108
108
|
:param pulumi.Input[str] service_id: The endpoint service ID.
|
|
109
109
|
:param pulumi.Input[str] status: The state of the endpoint connection.
|
|
@@ -123,7 +123,9 @@ class _VpcEndpointServiceConnectionState:
|
|
|
123
123
|
@pulumi.getter
|
|
124
124
|
def bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
125
125
|
"""
|
|
126
|
-
The bandwidth of the endpoint connection. Valid values:
|
|
126
|
+
The bandwidth of the endpoint connection. Valid values: 1024 to 10240. Unit: Mbit/s.
|
|
127
|
+
|
|
128
|
+
Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
127
129
|
"""
|
|
128
130
|
return pulumi.get(self, "bandwidth")
|
|
129
131
|
|
|
@@ -136,8 +138,6 @@ class _VpcEndpointServiceConnectionState:
|
|
|
136
138
|
def dry_run(self) -> Optional[pulumi.Input[bool]]:
|
|
137
139
|
"""
|
|
138
140
|
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
139
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
140
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
141
141
|
"""
|
|
142
142
|
return pulumi.get(self, "dry_run")
|
|
143
143
|
|
|
@@ -193,7 +193,9 @@ class VpcEndpointServiceConnection(pulumi.CustomResource):
|
|
|
193
193
|
service_id: Optional[pulumi.Input[str]] = None,
|
|
194
194
|
__props__=None):
|
|
195
195
|
"""
|
|
196
|
-
Provides a Private Link Vpc Endpoint Connection resource.
|
|
196
|
+
Provides a Private Link Vpc Endpoint Connection resource.
|
|
197
|
+
|
|
198
|
+
vpc endpoint connection.
|
|
197
199
|
|
|
198
200
|
For information about Private Link Vpc Endpoint Connection and how to use it, see [What is Vpc Endpoint Connection](https://www.alibabacloud.com/help/en/privatelink/latest/api-privatelink-2020-04-15-enablevpcendpointzoneconnection).
|
|
199
201
|
|
|
@@ -257,10 +259,10 @@ class VpcEndpointServiceConnection(pulumi.CustomResource):
|
|
|
257
259
|
|
|
258
260
|
:param str resource_name: The name of the resource.
|
|
259
261
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
260
|
-
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. Valid values:
|
|
262
|
+
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. Valid values: 1024 to 10240. Unit: Mbit/s.
|
|
263
|
+
|
|
264
|
+
Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
261
265
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
262
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
263
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
264
266
|
:param pulumi.Input[str] endpoint_id: The endpoint ID.
|
|
265
267
|
:param pulumi.Input[str] service_id: The endpoint service ID.
|
|
266
268
|
"""
|
|
@@ -271,7 +273,9 @@ class VpcEndpointServiceConnection(pulumi.CustomResource):
|
|
|
271
273
|
args: VpcEndpointServiceConnectionArgs,
|
|
272
274
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
273
275
|
"""
|
|
274
|
-
Provides a Private Link Vpc Endpoint Connection resource.
|
|
276
|
+
Provides a Private Link Vpc Endpoint Connection resource.
|
|
277
|
+
|
|
278
|
+
vpc endpoint connection.
|
|
275
279
|
|
|
276
280
|
For information about Private Link Vpc Endpoint Connection and how to use it, see [What is Vpc Endpoint Connection](https://www.alibabacloud.com/help/en/privatelink/latest/api-privatelink-2020-04-15-enablevpcendpointzoneconnection).
|
|
277
281
|
|
|
@@ -392,10 +396,10 @@ class VpcEndpointServiceConnection(pulumi.CustomResource):
|
|
|
392
396
|
:param str resource_name: The unique name of the resulting resource.
|
|
393
397
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
394
398
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
395
|
-
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. Valid values:
|
|
399
|
+
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. Valid values: 1024 to 10240. Unit: Mbit/s.
|
|
400
|
+
|
|
401
|
+
Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
396
402
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
397
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
398
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
399
403
|
:param pulumi.Input[str] endpoint_id: The endpoint ID.
|
|
400
404
|
:param pulumi.Input[str] service_id: The endpoint service ID.
|
|
401
405
|
:param pulumi.Input[str] status: The state of the endpoint connection.
|
|
@@ -415,7 +419,9 @@ class VpcEndpointServiceConnection(pulumi.CustomResource):
|
|
|
415
419
|
@pulumi.getter
|
|
416
420
|
def bandwidth(self) -> pulumi.Output[int]:
|
|
417
421
|
"""
|
|
418
|
-
The bandwidth of the endpoint connection. Valid values:
|
|
422
|
+
The bandwidth of the endpoint connection. Valid values: 1024 to 10240. Unit: Mbit/s.
|
|
423
|
+
|
|
424
|
+
Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
419
425
|
"""
|
|
420
426
|
return pulumi.get(self, "bandwidth")
|
|
421
427
|
|
|
@@ -424,8 +430,6 @@ class VpcEndpointServiceConnection(pulumi.CustomResource):
|
|
|
424
430
|
def dry_run(self) -> pulumi.Output[Optional[bool]]:
|
|
425
431
|
"""
|
|
426
432
|
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
427
|
-
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
428
|
-
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
429
433
|
"""
|
|
430
434
|
return pulumi.get(self, "dry_run")
|
|
431
435
|
|