pulumi-alicloud 3.86.0a1758340042__py3-none-any.whl → 3.89.0a1763702747__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.
- pulumi_alicloud/__init__.py +83 -0
- pulumi_alicloud/actiontrail/get_trails_deprecated.py +20 -0
- pulumi_alicloud/adb/resource_group.py +463 -3
- pulumi_alicloud/alikafka/topic.py +278 -85
- pulumi_alicloud/apig/_inputs.py +80 -6
- pulumi_alicloud/apig/gateway.py +111 -3
- pulumi_alicloud/apig/outputs.py +67 -4
- pulumi_alicloud/cas/certificate.py +248 -35
- pulumi_alicloud/cas/service_certificate.py +454 -168
- pulumi_alicloud/cen/get_transit_router_peer_attachments.py +20 -0
- pulumi_alicloud/cen/get_transit_router_vbr_attachments.py +20 -0
- pulumi_alicloud/cfg/_inputs.py +27 -24
- pulumi_alicloud/cfg/aggregator.py +142 -53
- pulumi_alicloud/cfg/outputs.py +18 -15
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +132 -0
- pulumi_alicloud/cloudfirewall/get_tls_inspect_ca_certificates.py +214 -0
- pulumi_alicloud/cloudfirewall/outputs.py +30 -0
- pulumi_alicloud/cloudsso/__init__.py +1 -0
- pulumi_alicloud/cloudsso/get_user_provisioning_events.py +226 -0
- pulumi_alicloud/cloudsso/outputs.py +228 -0
- pulumi_alicloud/cloudsso/user.py +247 -80
- pulumi_alicloud/cms/_inputs.py +870 -10
- pulumi_alicloud/cms/get_site_monitors.py +2 -2
- pulumi_alicloud/cms/outputs.py +606 -6
- pulumi_alicloud/cms/site_monitor.py +360 -89
- pulumi_alicloud/cr/registry_enterprise_instance.py +63 -0
- pulumi_alicloud/cs/managed_kubernetes.py +6 -2
- pulumi_alicloud/ddos/domain_resource.py +89 -0
- pulumi_alicloud/dms/get_enterprise_logic_databases.py +8 -0
- pulumi_alicloud/dts/instance.py +14 -14
- pulumi_alicloud/eais/get_instances.py +8 -0
- pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +32 -0
- pulumi_alicloud/eci/container_group.py +47 -0
- pulumi_alicloud/ecs/elasticity_assurance.py +279 -20
- pulumi_alicloud/ecs/instance.py +7 -7
- pulumi_alicloud/ecs/security_group_rule.py +7 -7
- pulumi_alicloud/edas/get_deploy_groups.py +4 -0
- pulumi_alicloud/eflo/node.py +153 -15
- pulumi_alicloud/emrv2/get_clusters.py +260 -0
- pulumi_alicloud/ens/load_balancer.py +8 -4
- pulumi_alicloud/esa/__init__.py +2 -0
- pulumi_alicloud/esa/_inputs.py +3774 -991
- pulumi_alicloud/esa/cache_rule.py +47 -0
- pulumi_alicloud/esa/certificate.py +21 -54
- pulumi_alicloud/esa/compression_rule.py +47 -0
- pulumi_alicloud/esa/http_response_header_modification_rule.py +89 -28
- pulumi_alicloud/esa/https_application_configuration.py +188 -0
- pulumi_alicloud/esa/https_basic_configuration.py +54 -7
- pulumi_alicloud/esa/image_transform.py +47 -0
- pulumi_alicloud/esa/load_balancer.py +999 -0
- pulumi_alicloud/esa/network_optimization.py +82 -21
- pulumi_alicloud/esa/origin_rule.py +470 -14
- pulumi_alicloud/esa/outputs.py +2080 -0
- pulumi_alicloud/esa/rate_plan_instance.py +64 -39
- pulumi_alicloud/esa/redirect_rule.py +68 -21
- pulumi_alicloud/esa/rewrite_url_rule.py +82 -56
- pulumi_alicloud/esa/waf_rule.py +510 -0
- pulumi_alicloud/ess/__init__.py +1 -0
- pulumi_alicloud/ess/_inputs.py +256 -0
- pulumi_alicloud/ess/alb_server_group_attachment.py +2 -2
- pulumi_alicloud/ess/attachment.py +10 -6
- pulumi_alicloud/ess/instance_refresh.py +760 -0
- pulumi_alicloud/ess/outputs.py +203 -0
- pulumi_alicloud/ess/scaling_configuration.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +94 -0
- pulumi_alicloud/ess/server_group_attachment.py +2 -2
- pulumi_alicloud/ess/suspend_process.py +2 -2
- pulumi_alicloud/eventbridge/event_source.py +57 -57
- pulumi_alicloud/expressconnect/get_virtual_physical_connections.py +4 -0
- pulumi_alicloud/expressconnect/traffic_qos.py +137 -31
- pulumi_alicloud/expressconnect/traffic_qos_queue.py +91 -66
- pulumi_alicloud/expressconnect/traffic_qos_rule.py +307 -261
- pulumi_alicloud/expressconnect/vbr_pconn_association.py +105 -59
- pulumi_alicloud/ga/_inputs.py +56 -16
- pulumi_alicloud/ga/outputs.py +39 -11
- pulumi_alicloud/gpdb/get_zones.py +24 -0
- pulumi_alicloud/hbase/get_instance_types.py +32 -0
- pulumi_alicloud/hbr/policy_binding.py +7 -0
- pulumi_alicloud/kvstore/account.py +18 -18
- pulumi_alicloud/lindorm/instance_v2.py +358 -70
- pulumi_alicloud/log/_inputs.py +29 -9
- pulumi_alicloud/log/etl.py +56 -9
- pulumi_alicloud/log/get_projects.py +24 -0
- pulumi_alicloud/log/outputs.py +18 -6
- pulumi_alicloud/marketplace/get_products.py +26 -0
- pulumi_alicloud/mongodb/get_sharding_network_private_addresses.py +28 -0
- pulumi_alicloud/nas/get_access_rules.py +26 -0
- pulumi_alicloud/oss/_inputs.py +53 -0
- pulumi_alicloud/oss/bucket_logging.py +80 -29
- pulumi_alicloud/oss/bucket_replication.py +55 -8
- pulumi_alicloud/oss/outputs.py +31 -0
- pulumi_alicloud/ots/get_search_indexes.py +26 -0
- pulumi_alicloud/ots/get_secondary_indexes.py +26 -0
- pulumi_alicloud/polardb/__init__.py +3 -0
- pulumi_alicloud/polardb/cluster.py +14 -14
- pulumi_alicloud/polardb/zonal_account.py +449 -0
- pulumi_alicloud/polardb/zonal_db_cluster.py +1255 -0
- pulumi_alicloud/polardb/zonal_endpoint.py +865 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_service.py +12 -8
- pulumi_alicloud/ram/get_policies.py +95 -81
- pulumi_alicloud/ram/get_roles.py +108 -31
- pulumi_alicloud/ram/outputs.py +64 -42
- pulumi_alicloud/ram/policy.py +2 -2
- pulumi_alicloud/resourcemanager/__init__.py +2 -0
- pulumi_alicloud/resourcemanager/_inputs.py +799 -0
- pulumi_alicloud/resourcemanager/control_policy.py +169 -31
- pulumi_alicloud/resourcemanager/delivery_channel.py +449 -0
- pulumi_alicloud/resourcemanager/get_policies.py +4 -0
- pulumi_alicloud/resourcemanager/multi_account_delivery_channel.py +470 -0
- pulumi_alicloud/resourcemanager/outputs.py +694 -0
- pulumi_alicloud/resourcemanager/resource_share.py +341 -11
- pulumi_alicloud/sae/_inputs.py +60 -0
- pulumi_alicloud/sae/application.py +1 -1
- pulumi_alicloud/sae/get_ingresses.py +122 -0
- pulumi_alicloud/sae/outputs.py +42 -0
- pulumi_alicloud/scdn/domain_config.py +56 -0
- pulumi_alicloud/servicemesh/extension_provider.py +138 -0
- pulumi_alicloud/servicemesh/user_permission.py +90 -0
- pulumi_alicloud/simpleapplicationserver/get_images.py +24 -0
- pulumi_alicloud/sls/__init__.py +1 -0
- pulumi_alicloud/sls/get_indexs.py +304 -0
- pulumi_alicloud/sls/outputs.py +148 -0
- pulumi_alicloud/star_rocks_instance.py +8 -2
- pulumi_alicloud/starrocks/__init__.py +12 -0
- pulumi_alicloud/starrocks/_inputs.py +656 -0
- pulumi_alicloud/starrocks/instance.py +1427 -0
- pulumi_alicloud/starrocks/node_group.py +1298 -0
- pulumi_alicloud/starrocks/outputs.py +508 -0
- pulumi_alicloud/vpc/_inputs.py +84 -0
- pulumi_alicloud/vpc/bgp_group.py +250 -53
- pulumi_alicloud/vpc/bgp_network.py +83 -36
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -14
- pulumi_alicloud/vpc/gateway_endpoint.py +8 -8
- pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +3 -3
- pulumi_alicloud/vpc/network_acl_entries.py +16 -20
- pulumi_alicloud/vpc/outputs.py +48 -0
- pulumi_alicloud/vpc/vbr_ha.py +127 -46
- pulumi_alicloud/wafv3/_inputs.py +396 -0
- pulumi_alicloud/wafv3/defense_rule.py +40 -110
- pulumi_alicloud/wafv3/outputs.py +303 -0
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/RECORD +146 -130
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/top_level.txt +0 -0
|
@@ -20,14 +20,18 @@ __all__ = ['BgpNetworkArgs', 'BgpNetwork']
|
|
|
20
20
|
class BgpNetworkArgs:
|
|
21
21
|
def __init__(__self__, *,
|
|
22
22
|
dst_cidr_block: pulumi.Input[_builtins.str],
|
|
23
|
-
router_id: pulumi.Input[_builtins.str]
|
|
23
|
+
router_id: pulumi.Input[_builtins.str],
|
|
24
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
24
25
|
"""
|
|
25
26
|
The set of arguments for constructing a BgpNetwork resource.
|
|
26
27
|
:param pulumi.Input[_builtins.str] dst_cidr_block: The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center.
|
|
27
|
-
:param pulumi.Input[_builtins.str] router_id: The ID of the
|
|
28
|
+
:param pulumi.Input[_builtins.str] router_id: The region ID of the virtual border router (VBR) group.
|
|
29
|
+
:param pulumi.Input[_builtins.str] vpc_id: The ID of the VPC.
|
|
28
30
|
"""
|
|
29
31
|
pulumi.set(__self__, "dst_cidr_block", dst_cidr_block)
|
|
30
32
|
pulumi.set(__self__, "router_id", router_id)
|
|
33
|
+
if vpc_id is not None:
|
|
34
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
31
35
|
|
|
32
36
|
@_builtins.property
|
|
33
37
|
@pulumi.getter(name="dstCidrBlock")
|
|
@@ -45,7 +49,7 @@ class BgpNetworkArgs:
|
|
|
45
49
|
@pulumi.getter(name="routerId")
|
|
46
50
|
def router_id(self) -> pulumi.Input[_builtins.str]:
|
|
47
51
|
"""
|
|
48
|
-
The ID of the
|
|
52
|
+
The region ID of the virtual border router (VBR) group.
|
|
49
53
|
"""
|
|
50
54
|
return pulumi.get(self, "router_id")
|
|
51
55
|
|
|
@@ -53,18 +57,32 @@ class BgpNetworkArgs:
|
|
|
53
57
|
def router_id(self, value: pulumi.Input[_builtins.str]):
|
|
54
58
|
pulumi.set(self, "router_id", value)
|
|
55
59
|
|
|
60
|
+
@_builtins.property
|
|
61
|
+
@pulumi.getter(name="vpcId")
|
|
62
|
+
def vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
63
|
+
"""
|
|
64
|
+
The ID of the VPC.
|
|
65
|
+
"""
|
|
66
|
+
return pulumi.get(self, "vpc_id")
|
|
67
|
+
|
|
68
|
+
@vpc_id.setter
|
|
69
|
+
def vpc_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
70
|
+
pulumi.set(self, "vpc_id", value)
|
|
71
|
+
|
|
56
72
|
|
|
57
73
|
@pulumi.input_type
|
|
58
74
|
class _BgpNetworkState:
|
|
59
75
|
def __init__(__self__, *,
|
|
60
76
|
dst_cidr_block: Optional[pulumi.Input[_builtins.str]] = None,
|
|
61
77
|
router_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
62
|
-
status: Optional[pulumi.Input[_builtins.str]] = None
|
|
78
|
+
status: Optional[pulumi.Input[_builtins.str]] = None,
|
|
79
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
63
80
|
"""
|
|
64
81
|
Input properties used for looking up and filtering BgpNetwork resources.
|
|
65
82
|
:param pulumi.Input[_builtins.str] dst_cidr_block: The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center.
|
|
66
|
-
:param pulumi.Input[_builtins.str] router_id: The ID of the
|
|
83
|
+
:param pulumi.Input[_builtins.str] router_id: The region ID of the virtual border router (VBR) group.
|
|
67
84
|
:param pulumi.Input[_builtins.str] status: The state of the advertised BGP network.
|
|
85
|
+
:param pulumi.Input[_builtins.str] vpc_id: The ID of the VPC.
|
|
68
86
|
"""
|
|
69
87
|
if dst_cidr_block is not None:
|
|
70
88
|
pulumi.set(__self__, "dst_cidr_block", dst_cidr_block)
|
|
@@ -72,6 +90,8 @@ class _BgpNetworkState:
|
|
|
72
90
|
pulumi.set(__self__, "router_id", router_id)
|
|
73
91
|
if status is not None:
|
|
74
92
|
pulumi.set(__self__, "status", status)
|
|
93
|
+
if vpc_id is not None:
|
|
94
|
+
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
75
95
|
|
|
76
96
|
@_builtins.property
|
|
77
97
|
@pulumi.getter(name="dstCidrBlock")
|
|
@@ -89,7 +109,7 @@ class _BgpNetworkState:
|
|
|
89
109
|
@pulumi.getter(name="routerId")
|
|
90
110
|
def router_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
91
111
|
"""
|
|
92
|
-
The ID of the
|
|
112
|
+
The region ID of the virtual border router (VBR) group.
|
|
93
113
|
"""
|
|
94
114
|
return pulumi.get(self, "router_id")
|
|
95
115
|
|
|
@@ -109,6 +129,18 @@ class _BgpNetworkState:
|
|
|
109
129
|
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
110
130
|
pulumi.set(self, "status", value)
|
|
111
131
|
|
|
132
|
+
@_builtins.property
|
|
133
|
+
@pulumi.getter(name="vpcId")
|
|
134
|
+
def vpc_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
135
|
+
"""
|
|
136
|
+
The ID of the VPC.
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "vpc_id")
|
|
139
|
+
|
|
140
|
+
@vpc_id.setter
|
|
141
|
+
def vpc_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
142
|
+
pulumi.set(self, "vpc_id", value)
|
|
143
|
+
|
|
112
144
|
|
|
113
145
|
@pulumi.type_token("alicloud:vpc/bgpNetwork:BgpNetwork")
|
|
114
146
|
class BgpNetwork(pulumi.CustomResource):
|
|
@@ -118,11 +150,12 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
118
150
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
119
151
|
dst_cidr_block: Optional[pulumi.Input[_builtins.str]] = None,
|
|
120
152
|
router_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
153
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
121
154
|
__props__=None):
|
|
122
155
|
"""
|
|
123
|
-
Provides a
|
|
156
|
+
Provides a Express Connect Bgp Network resource.
|
|
124
157
|
|
|
125
|
-
For information about
|
|
158
|
+
For information about Express Connect Bgp Network and how to use it, see [What is Bgp Network](https://www.alibabacloud.com/help/en/express-connect/developer-reference/api-vpc-2016-04-28-addbgpnetwork-express-connect).
|
|
126
159
|
|
|
127
160
|
> **NOTE:** Available since v1.153.0.
|
|
128
161
|
|
|
@@ -138,29 +171,29 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
138
171
|
config = pulumi.Config()
|
|
139
172
|
name = config.get("name")
|
|
140
173
|
if name is None:
|
|
141
|
-
name = "
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
174
|
+
name = "terraform-example"
|
|
175
|
+
default = alicloud.expressconnect.get_physical_connections(name_regex="^preserved-NODELETING")
|
|
176
|
+
default_integer = random.index.Integer("default",
|
|
177
|
+
min=1,
|
|
178
|
+
max=2999)
|
|
179
|
+
default_virtual_border_router = alicloud.expressconnect.VirtualBorderRouter("default",
|
|
147
180
|
local_gateway_ip="10.0.0.1",
|
|
148
181
|
peer_gateway_ip="10.0.0.2",
|
|
149
182
|
peering_subnet_mask="255.255.255.252",
|
|
150
|
-
physical_connection_id=
|
|
183
|
+
physical_connection_id=default.connections[0].id,
|
|
151
184
|
virtual_border_router_name=name,
|
|
152
|
-
vlan_id=
|
|
185
|
+
vlan_id=default_integer["id"],
|
|
153
186
|
min_rx_interval=1000,
|
|
154
187
|
min_tx_interval=1000,
|
|
155
188
|
detect_multiplier=10)
|
|
156
|
-
|
|
189
|
+
default_bgp_network = alicloud.vpc.BgpNetwork("default",
|
|
157
190
|
dst_cidr_block="192.168.0.0/24",
|
|
158
|
-
router_id=
|
|
191
|
+
router_id=default_virtual_border_router.id)
|
|
159
192
|
```
|
|
160
193
|
|
|
161
194
|
## Import
|
|
162
195
|
|
|
163
|
-
|
|
196
|
+
Express Connect Bgp Network can be imported using the id, e.g.
|
|
164
197
|
|
|
165
198
|
```sh
|
|
166
199
|
$ pulumi import alicloud:vpc/bgpNetwork:BgpNetwork example <router_id>:<dst_cidr_block>
|
|
@@ -169,7 +202,8 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
169
202
|
:param str resource_name: The name of the resource.
|
|
170
203
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
171
204
|
:param pulumi.Input[_builtins.str] dst_cidr_block: The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center.
|
|
172
|
-
:param pulumi.Input[_builtins.str] router_id: The ID of the
|
|
205
|
+
:param pulumi.Input[_builtins.str] router_id: The region ID of the virtual border router (VBR) group.
|
|
206
|
+
:param pulumi.Input[_builtins.str] vpc_id: The ID of the VPC.
|
|
173
207
|
"""
|
|
174
208
|
...
|
|
175
209
|
@overload
|
|
@@ -178,9 +212,9 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
178
212
|
args: BgpNetworkArgs,
|
|
179
213
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
180
214
|
"""
|
|
181
|
-
Provides a
|
|
215
|
+
Provides a Express Connect Bgp Network resource.
|
|
182
216
|
|
|
183
|
-
For information about
|
|
217
|
+
For information about Express Connect Bgp Network and how to use it, see [What is Bgp Network](https://www.alibabacloud.com/help/en/express-connect/developer-reference/api-vpc-2016-04-28-addbgpnetwork-express-connect).
|
|
184
218
|
|
|
185
219
|
> **NOTE:** Available since v1.153.0.
|
|
186
220
|
|
|
@@ -196,29 +230,29 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
196
230
|
config = pulumi.Config()
|
|
197
231
|
name = config.get("name")
|
|
198
232
|
if name is None:
|
|
199
|
-
name = "
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
233
|
+
name = "terraform-example"
|
|
234
|
+
default = alicloud.expressconnect.get_physical_connections(name_regex="^preserved-NODELETING")
|
|
235
|
+
default_integer = random.index.Integer("default",
|
|
236
|
+
min=1,
|
|
237
|
+
max=2999)
|
|
238
|
+
default_virtual_border_router = alicloud.expressconnect.VirtualBorderRouter("default",
|
|
205
239
|
local_gateway_ip="10.0.0.1",
|
|
206
240
|
peer_gateway_ip="10.0.0.2",
|
|
207
241
|
peering_subnet_mask="255.255.255.252",
|
|
208
|
-
physical_connection_id=
|
|
242
|
+
physical_connection_id=default.connections[0].id,
|
|
209
243
|
virtual_border_router_name=name,
|
|
210
|
-
vlan_id=
|
|
244
|
+
vlan_id=default_integer["id"],
|
|
211
245
|
min_rx_interval=1000,
|
|
212
246
|
min_tx_interval=1000,
|
|
213
247
|
detect_multiplier=10)
|
|
214
|
-
|
|
248
|
+
default_bgp_network = alicloud.vpc.BgpNetwork("default",
|
|
215
249
|
dst_cidr_block="192.168.0.0/24",
|
|
216
|
-
router_id=
|
|
250
|
+
router_id=default_virtual_border_router.id)
|
|
217
251
|
```
|
|
218
252
|
|
|
219
253
|
## Import
|
|
220
254
|
|
|
221
|
-
|
|
255
|
+
Express Connect Bgp Network can be imported using the id, e.g.
|
|
222
256
|
|
|
223
257
|
```sh
|
|
224
258
|
$ pulumi import alicloud:vpc/bgpNetwork:BgpNetwork example <router_id>:<dst_cidr_block>
|
|
@@ -241,6 +275,7 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
241
275
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
242
276
|
dst_cidr_block: Optional[pulumi.Input[_builtins.str]] = None,
|
|
243
277
|
router_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
278
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
244
279
|
__props__=None):
|
|
245
280
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
246
281
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -256,6 +291,7 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
256
291
|
if router_id is None and not opts.urn:
|
|
257
292
|
raise TypeError("Missing required property 'router_id'")
|
|
258
293
|
__props__.__dict__["router_id"] = router_id
|
|
294
|
+
__props__.__dict__["vpc_id"] = vpc_id
|
|
259
295
|
__props__.__dict__["status"] = None
|
|
260
296
|
super(BgpNetwork, __self__).__init__(
|
|
261
297
|
'alicloud:vpc/bgpNetwork:BgpNetwork',
|
|
@@ -269,7 +305,8 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
269
305
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
270
306
|
dst_cidr_block: Optional[pulumi.Input[_builtins.str]] = None,
|
|
271
307
|
router_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
272
|
-
status: Optional[pulumi.Input[_builtins.str]] = None
|
|
308
|
+
status: Optional[pulumi.Input[_builtins.str]] = None,
|
|
309
|
+
vpc_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'BgpNetwork':
|
|
273
310
|
"""
|
|
274
311
|
Get an existing BgpNetwork resource's state with the given name, id, and optional extra
|
|
275
312
|
properties used to qualify the lookup.
|
|
@@ -278,8 +315,9 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
278
315
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
279
316
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
280
317
|
:param pulumi.Input[_builtins.str] dst_cidr_block: The CIDR block of the virtual private cloud (VPC) or vSwitch that you want to connect to a data center.
|
|
281
|
-
:param pulumi.Input[_builtins.str] router_id: The ID of the
|
|
318
|
+
:param pulumi.Input[_builtins.str] router_id: The region ID of the virtual border router (VBR) group.
|
|
282
319
|
:param pulumi.Input[_builtins.str] status: The state of the advertised BGP network.
|
|
320
|
+
:param pulumi.Input[_builtins.str] vpc_id: The ID of the VPC.
|
|
283
321
|
"""
|
|
284
322
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
285
323
|
|
|
@@ -288,6 +326,7 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
288
326
|
__props__.__dict__["dst_cidr_block"] = dst_cidr_block
|
|
289
327
|
__props__.__dict__["router_id"] = router_id
|
|
290
328
|
__props__.__dict__["status"] = status
|
|
329
|
+
__props__.__dict__["vpc_id"] = vpc_id
|
|
291
330
|
return BgpNetwork(resource_name, opts=opts, __props__=__props__)
|
|
292
331
|
|
|
293
332
|
@_builtins.property
|
|
@@ -302,7 +341,7 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
302
341
|
@pulumi.getter(name="routerId")
|
|
303
342
|
def router_id(self) -> pulumi.Output[_builtins.str]:
|
|
304
343
|
"""
|
|
305
|
-
The ID of the
|
|
344
|
+
The region ID of the virtual border router (VBR) group.
|
|
306
345
|
"""
|
|
307
346
|
return pulumi.get(self, "router_id")
|
|
308
347
|
|
|
@@ -314,3 +353,11 @@ class BgpNetwork(pulumi.CustomResource):
|
|
|
314
353
|
"""
|
|
315
354
|
return pulumi.get(self, "status")
|
|
316
355
|
|
|
356
|
+
@_builtins.property
|
|
357
|
+
@pulumi.getter(name="vpcId")
|
|
358
|
+
def vpc_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
359
|
+
"""
|
|
360
|
+
The ID of the VPC.
|
|
361
|
+
"""
|
|
362
|
+
return pulumi.get(self, "vpc_id")
|
|
363
|
+
|
|
@@ -31,15 +31,19 @@ class CommonBandwithPackageAttachmentArgs:
|
|
|
31
31
|
|
|
32
32
|
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
33
33
|
|
|
34
|
-
> **NOTE:**
|
|
34
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
35
35
|
:param pulumi.Input[_builtins.str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
36
|
-
|
|
36
|
+
> **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
|
|
37
|
+
:param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: . Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
|
|
37
38
|
:param pulumi.Input[_builtins.str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
|
|
38
39
|
"""
|
|
39
40
|
pulumi.set(__self__, "bandwidth_package_id", bandwidth_package_id)
|
|
40
41
|
pulumi.set(__self__, "instance_id", instance_id)
|
|
41
42
|
if bandwidth_package_bandwidth is not None:
|
|
42
43
|
pulumi.set(__self__, "bandwidth_package_bandwidth", bandwidth_package_bandwidth)
|
|
44
|
+
if cancel_common_bandwidth_package_ip_bandwidth is not None:
|
|
45
|
+
warnings.warn("""Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""", DeprecationWarning)
|
|
46
|
+
pulumi.log.warn("""cancel_common_bandwidth_package_ip_bandwidth is deprecated: Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""")
|
|
43
47
|
if cancel_common_bandwidth_package_ip_bandwidth is not None:
|
|
44
48
|
pulumi.set(__self__, "cancel_common_bandwidth_package_ip_bandwidth", cancel_common_bandwidth_package_ip_bandwidth)
|
|
45
49
|
if ip_type is not None:
|
|
@@ -65,7 +69,7 @@ class CommonBandwithPackageAttachmentArgs:
|
|
|
65
69
|
|
|
66
70
|
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
67
71
|
|
|
68
|
-
> **NOTE:**
|
|
72
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
69
73
|
"""
|
|
70
74
|
return pulumi.get(self, "instance_id")
|
|
71
75
|
|
|
@@ -78,6 +82,7 @@ class CommonBandwithPackageAttachmentArgs:
|
|
|
78
82
|
def bandwidth_package_bandwidth(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
79
83
|
"""
|
|
80
84
|
The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
85
|
+
> **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
|
|
81
86
|
"""
|
|
82
87
|
return pulumi.get(self, "bandwidth_package_bandwidth")
|
|
83
88
|
|
|
@@ -87,9 +92,10 @@ class CommonBandwithPackageAttachmentArgs:
|
|
|
87
92
|
|
|
88
93
|
@_builtins.property
|
|
89
94
|
@pulumi.getter(name="cancelCommonBandwidthPackageIpBandwidth")
|
|
95
|
+
@_utilities.deprecated("""Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""")
|
|
90
96
|
def cancel_common_bandwidth_package_ip_bandwidth(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
91
97
|
"""
|
|
92
|
-
|
|
98
|
+
. Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
|
|
93
99
|
"""
|
|
94
100
|
return pulumi.get(self, "cancel_common_bandwidth_package_ip_bandwidth")
|
|
95
101
|
|
|
@@ -122,13 +128,14 @@ class _CommonBandwithPackageAttachmentState:
|
|
|
122
128
|
"""
|
|
123
129
|
Input properties used for looking up and filtering CommonBandwithPackageAttachment resources.
|
|
124
130
|
:param pulumi.Input[_builtins.str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
131
|
+
> **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
|
|
125
132
|
:param pulumi.Input[_builtins.str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
|
|
126
|
-
:param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth:
|
|
133
|
+
:param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: . Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
|
|
127
134
|
:param pulumi.Input[_builtins.str] instance_id: The ID of the EIP that you want to query.
|
|
128
135
|
|
|
129
136
|
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
130
137
|
|
|
131
|
-
> **NOTE:**
|
|
138
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
132
139
|
:param pulumi.Input[_builtins.str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
|
|
133
140
|
:param pulumi.Input[_builtins.str] status: The status of the Internet Shared Bandwidth instance.
|
|
134
141
|
"""
|
|
@@ -136,6 +143,9 @@ class _CommonBandwithPackageAttachmentState:
|
|
|
136
143
|
pulumi.set(__self__, "bandwidth_package_bandwidth", bandwidth_package_bandwidth)
|
|
137
144
|
if bandwidth_package_id is not None:
|
|
138
145
|
pulumi.set(__self__, "bandwidth_package_id", bandwidth_package_id)
|
|
146
|
+
if cancel_common_bandwidth_package_ip_bandwidth is not None:
|
|
147
|
+
warnings.warn("""Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""", DeprecationWarning)
|
|
148
|
+
pulumi.log.warn("""cancel_common_bandwidth_package_ip_bandwidth is deprecated: Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""")
|
|
139
149
|
if cancel_common_bandwidth_package_ip_bandwidth is not None:
|
|
140
150
|
pulumi.set(__self__, "cancel_common_bandwidth_package_ip_bandwidth", cancel_common_bandwidth_package_ip_bandwidth)
|
|
141
151
|
if instance_id is not None:
|
|
@@ -150,6 +160,7 @@ class _CommonBandwithPackageAttachmentState:
|
|
|
150
160
|
def bandwidth_package_bandwidth(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
151
161
|
"""
|
|
152
162
|
The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
163
|
+
> **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
|
|
153
164
|
"""
|
|
154
165
|
return pulumi.get(self, "bandwidth_package_bandwidth")
|
|
155
166
|
|
|
@@ -171,9 +182,10 @@ class _CommonBandwithPackageAttachmentState:
|
|
|
171
182
|
|
|
172
183
|
@_builtins.property
|
|
173
184
|
@pulumi.getter(name="cancelCommonBandwidthPackageIpBandwidth")
|
|
185
|
+
@_utilities.deprecated("""Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""")
|
|
174
186
|
def cancel_common_bandwidth_package_ip_bandwidth(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
175
187
|
"""
|
|
176
|
-
|
|
188
|
+
. Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
|
|
177
189
|
"""
|
|
178
190
|
return pulumi.get(self, "cancel_common_bandwidth_package_ip_bandwidth")
|
|
179
191
|
|
|
@@ -189,7 +201,7 @@ class _CommonBandwithPackageAttachmentState:
|
|
|
189
201
|
|
|
190
202
|
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
191
203
|
|
|
192
|
-
> **NOTE:**
|
|
204
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
193
205
|
"""
|
|
194
206
|
return pulumi.get(self, "instance_id")
|
|
195
207
|
|
|
@@ -271,13 +283,14 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
271
283
|
:param str resource_name: The name of the resource.
|
|
272
284
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
273
285
|
:param pulumi.Input[_builtins.str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
286
|
+
> **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
|
|
274
287
|
:param pulumi.Input[_builtins.str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
|
|
275
|
-
:param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth:
|
|
288
|
+
:param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: . Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
|
|
276
289
|
:param pulumi.Input[_builtins.str] instance_id: The ID of the EIP that you want to query.
|
|
277
290
|
|
|
278
291
|
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
279
292
|
|
|
280
|
-
> **NOTE:**
|
|
293
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
281
294
|
:param pulumi.Input[_builtins.str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
|
|
282
295
|
"""
|
|
283
296
|
...
|
|
@@ -383,13 +396,14 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
383
396
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
384
397
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
385
398
|
:param pulumi.Input[_builtins.str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
399
|
+
> **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
|
|
386
400
|
:param pulumi.Input[_builtins.str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
|
|
387
|
-
:param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth:
|
|
401
|
+
:param pulumi.Input[_builtins.bool] cancel_common_bandwidth_package_ip_bandwidth: . Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
|
|
388
402
|
:param pulumi.Input[_builtins.str] instance_id: The ID of the EIP that you want to query.
|
|
389
403
|
|
|
390
404
|
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
391
405
|
|
|
392
|
-
> **NOTE:**
|
|
406
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
393
407
|
:param pulumi.Input[_builtins.str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
|
|
394
408
|
:param pulumi.Input[_builtins.str] status: The status of the Internet Shared Bandwidth instance.
|
|
395
409
|
"""
|
|
@@ -410,6 +424,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
410
424
|
def bandwidth_package_bandwidth(self) -> pulumi.Output[_builtins.str]:
|
|
411
425
|
"""
|
|
412
426
|
The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
427
|
+
> **NOTE:** From version 1.261.0, If you want to cancel the maximum bandwidth configuration for the EIP, you can set `bandwidth_package_bandwidth` to `Cancelled`.
|
|
413
428
|
"""
|
|
414
429
|
return pulumi.get(self, "bandwidth_package_bandwidth")
|
|
415
430
|
|
|
@@ -423,9 +438,10 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
423
438
|
|
|
424
439
|
@_builtins.property
|
|
425
440
|
@pulumi.getter(name="cancelCommonBandwidthPackageIpBandwidth")
|
|
441
|
+
@_utilities.deprecated("""Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from version 1.261.0. Replace with bandwidth_package_bandwidth = \"Cancelled\"""")
|
|
426
442
|
def cancel_common_bandwidth_package_ip_bandwidth(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
427
443
|
"""
|
|
428
|
-
|
|
444
|
+
. Field `cancel_common_bandwidth_package_ip_bandwidth` has been deprecated from provider version 1.261.0. Replace with `bandwidth_package_bandwidth` = `"Cancelled"`.
|
|
429
445
|
"""
|
|
430
446
|
return pulumi.get(self, "cancel_common_bandwidth_package_ip_bandwidth")
|
|
431
447
|
|
|
@@ -437,7 +453,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
437
453
|
|
|
438
454
|
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
439
455
|
|
|
440
|
-
> **NOTE:**
|
|
456
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
441
457
|
"""
|
|
442
458
|
return pulumi.get(self, "instance_id")
|
|
443
459
|
|
|
@@ -36,7 +36,7 @@ class GatewayEndpointArgs:
|
|
|
36
36
|
:param pulumi.Input[_builtins.str] gateway_endpoint_name: The name of the VPC gateway endpoint.
|
|
37
37
|
:param pulumi.Input[_builtins.str] policy_document: Access control policies for cloud services. This parameter is required when the cloud service is oss. For details about the syntax and structure of access policies, see [syntax and structure of permission Policies](https://help.aliyun.com/document_detail/93739.html).
|
|
38
38
|
:param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
|
|
39
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint.
|
|
39
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
|
|
40
40
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The tags of the resource.
|
|
41
41
|
"""
|
|
42
42
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -131,7 +131,7 @@ class GatewayEndpointArgs:
|
|
|
131
131
|
@pulumi.getter(name="routeTables")
|
|
132
132
|
def route_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
133
133
|
"""
|
|
134
|
-
The ID list of the route table associated with the VPC gateway endpoint.
|
|
134
|
+
The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
|
|
135
135
|
"""
|
|
136
136
|
return pulumi.get(self, "route_tables")
|
|
137
137
|
|
|
@@ -173,7 +173,7 @@ class _GatewayEndpointState:
|
|
|
173
173
|
:param pulumi.Input[_builtins.str] gateway_endpoint_name: The name of the VPC gateway endpoint.
|
|
174
174
|
:param pulumi.Input[_builtins.str] policy_document: Access control policies for cloud services. This parameter is required when the cloud service is oss. For details about the syntax and structure of access policies, see [syntax and structure of permission Policies](https://help.aliyun.com/document_detail/93739.html).
|
|
175
175
|
:param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
|
|
176
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint.
|
|
176
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
|
|
177
177
|
:param pulumi.Input[_builtins.str] service_name: The endpoint service name.
|
|
178
178
|
:param pulumi.Input[_builtins.str] status: The status of VPC gateway endpoint.
|
|
179
179
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The tags of the resource.
|
|
@@ -265,7 +265,7 @@ class _GatewayEndpointState:
|
|
|
265
265
|
@pulumi.getter(name="routeTables")
|
|
266
266
|
def route_tables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
267
267
|
"""
|
|
268
|
-
The ID list of the route table associated with the VPC gateway endpoint.
|
|
268
|
+
The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
|
|
269
269
|
"""
|
|
270
270
|
return pulumi.get(self, "route_tables")
|
|
271
271
|
|
|
@@ -398,7 +398,7 @@ class GatewayEndpoint(pulumi.CustomResource):
|
|
|
398
398
|
:param pulumi.Input[_builtins.str] gateway_endpoint_name: The name of the VPC gateway endpoint.
|
|
399
399
|
:param pulumi.Input[_builtins.str] policy_document: Access control policies for cloud services. This parameter is required when the cloud service is oss. For details about the syntax and structure of access policies, see [syntax and structure of permission Policies](https://help.aliyun.com/document_detail/93739.html).
|
|
400
400
|
:param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
|
|
401
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint.
|
|
401
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
|
|
402
402
|
:param pulumi.Input[_builtins.str] service_name: The endpoint service name.
|
|
403
403
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The tags of the resource.
|
|
404
404
|
:param pulumi.Input[_builtins.str] vpc_id: The ID of the VPC.
|
|
@@ -542,7 +542,7 @@ class GatewayEndpoint(pulumi.CustomResource):
|
|
|
542
542
|
:param pulumi.Input[_builtins.str] gateway_endpoint_name: The name of the VPC gateway endpoint.
|
|
543
543
|
:param pulumi.Input[_builtins.str] policy_document: Access control policies for cloud services. This parameter is required when the cloud service is oss. For details about the syntax and structure of access policies, see [syntax and structure of permission Policies](https://help.aliyun.com/document_detail/93739.html).
|
|
544
544
|
:param pulumi.Input[_builtins.str] resource_group_id: The ID of the resource group to which the instance belongs.
|
|
545
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint.
|
|
545
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] route_tables: The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
|
|
546
546
|
:param pulumi.Input[_builtins.str] service_name: The endpoint service name.
|
|
547
547
|
:param pulumi.Input[_builtins.str] status: The status of VPC gateway endpoint.
|
|
548
548
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The tags of the resource.
|
|
@@ -607,9 +607,9 @@ class GatewayEndpoint(pulumi.CustomResource):
|
|
|
607
607
|
|
|
608
608
|
@_builtins.property
|
|
609
609
|
@pulumi.getter(name="routeTables")
|
|
610
|
-
def route_tables(self) -> pulumi.Output[
|
|
610
|
+
def route_tables(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
611
611
|
"""
|
|
612
|
-
The ID list of the route table associated with the VPC gateway endpoint.
|
|
612
|
+
The ID list of the route table associated with the VPC gateway endpoint. **NOTE:** this argument cannot be set at the same time as `vpc.GatewayEndpointRouteTableAttachment`.
|
|
613
613
|
"""
|
|
614
614
|
return pulumi.get(self, "route_tables")
|
|
615
615
|
|
|
@@ -53,7 +53,7 @@ class GetEnhancedNatAvailableZonesResult:
|
|
|
53
53
|
@pulumi.getter
|
|
54
54
|
def ids(self) -> Sequence[_builtins.str]:
|
|
55
55
|
"""
|
|
56
|
-
|
|
56
|
+
A list of available zones IDs by the enhanced NAT gateway.
|
|
57
57
|
"""
|
|
58
58
|
return pulumi.get(self, "ids")
|
|
59
59
|
|
|
@@ -88,7 +88,7 @@ def get_enhanced_nat_available_zones(output_file: Optional[_builtins.str] = None
|
|
|
88
88
|
"""
|
|
89
89
|
This data source provides a list of available zones by the enhanced Nat Gateway.
|
|
90
90
|
|
|
91
|
-
> **NOTE:** Available since
|
|
91
|
+
> **NOTE:** Available since v1.102.0.
|
|
92
92
|
|
|
93
93
|
## Example Usage
|
|
94
94
|
|
|
@@ -118,7 +118,7 @@ def get_enhanced_nat_available_zones_output(output_file: Optional[pulumi.Input[O
|
|
|
118
118
|
"""
|
|
119
119
|
This data source provides a list of available zones by the enhanced Nat Gateway.
|
|
120
120
|
|
|
121
|
-
> **NOTE:** Available since
|
|
121
|
+
> **NOTE:** Available since v1.102.0.
|
|
122
122
|
|
|
123
123
|
## Example Usage
|
|
124
124
|
|