pulumi-alicloud 3.60.0a1723455033__py3-none-any.whl → 3.60.0a1723462134__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (122) hide show
  1. pulumi_alicloud/__init__.py +150 -0
  2. pulumi_alicloud/adb/resource_group.py +48 -20
  3. pulumi_alicloud/alb/_inputs.py +22 -22
  4. pulumi_alicloud/alb/load_balancer.py +119 -133
  5. pulumi_alicloud/alb/outputs.py +22 -22
  6. pulumi_alicloud/alb/server_group.py +2 -2
  7. pulumi_alicloud/aligreen/__init__.py +13 -0
  8. pulumi_alicloud/aligreen/audit_callback.py +422 -0
  9. pulumi_alicloud/aligreen/biz_type.py +398 -0
  10. pulumi_alicloud/aligreen/callback.py +449 -0
  11. pulumi_alicloud/aligreen/image_lib.py +406 -0
  12. pulumi_alicloud/aligreen/keyword_lib.py +615 -0
  13. pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
  14. pulumi_alicloud/amqp/binding.py +94 -102
  15. pulumi_alicloud/apigateway/__init__.py +2 -0
  16. pulumi_alicloud/apigateway/_inputs.py +221 -2
  17. pulumi_alicloud/apigateway/access_control_list.py +17 -9
  18. pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
  19. pulumi_alicloud/apigateway/api.py +4 -2
  20. pulumi_alicloud/apigateway/group.py +51 -2
  21. pulumi_alicloud/apigateway/instance.py +396 -63
  22. pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
  23. pulumi_alicloud/apigateway/outputs.py +223 -2
  24. pulumi_alicloud/apigateway/vpc_access.py +2 -2
  25. pulumi_alicloud/arms/get_remote_writes.py +4 -0
  26. pulumi_alicloud/arms/outputs.py +2 -2
  27. pulumi_alicloud/arms/remote_write.py +4 -0
  28. pulumi_alicloud/cen/route_entry.py +2 -2
  29. pulumi_alicloud/cen/vbr_health_check.py +1 -1
  30. pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
  31. pulumi_alicloud/cfg/delivery.py +259 -122
  32. pulumi_alicloud/clickhouse/_inputs.py +39 -0
  33. pulumi_alicloud/clickhouse/db_cluster.py +66 -6
  34. pulumi_alicloud/clickhouse/outputs.py +50 -0
  35. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  36. pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
  37. pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
  38. pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
  39. pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
  40. pulumi_alicloud/cms/_inputs.py +214 -42
  41. pulumi_alicloud/cms/alarm.py +61 -14
  42. pulumi_alicloud/cms/dynamic_tag_group.py +53 -51
  43. pulumi_alicloud/cms/metric_rule_black_list.py +2 -2
  44. pulumi_alicloud/cms/metric_rule_template.py +54 -87
  45. pulumi_alicloud/cms/outputs.py +214 -42
  46. pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
  47. pulumi_alicloud/cs/outputs.py +2 -2
  48. pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
  49. pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
  50. pulumi_alicloud/ddos/basic_threshold.py +2 -2
  51. pulumi_alicloud/ddos/bgp_ip.py +2 -6
  52. pulumi_alicloud/eci/get_container_groups.py +2 -2
  53. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  54. pulumi_alicloud/ecs/ecs_image_pipeline.py +2 -2
  55. pulumi_alicloud/ecs/ecs_instance_set.py +2 -2
  56. pulumi_alicloud/ecs/ecs_invocation.py +2 -2
  57. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
  58. pulumi_alicloud/ecs/ecs_launch_template.py +9 -9
  59. pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
  60. pulumi_alicloud/ecs/eip_association.py +4 -6
  61. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +46 -6
  62. pulumi_alicloud/ecs/get_instances.py +3 -3
  63. pulumi_alicloud/ecs/get_network_interfaces.py +5 -5
  64. pulumi_alicloud/ecs/image.py +4 -6
  65. pulumi_alicloud/ecs/image_copy.py +2 -2
  66. pulumi_alicloud/ecs/image_export.py +2 -2
  67. pulumi_alicloud/ecs/image_import.py +14 -6
  68. pulumi_alicloud/ecs/image_share_permission.py +2 -2
  69. pulumi_alicloud/ecs/instance.py +7 -7
  70. pulumi_alicloud/ecs/outputs.py +48 -26
  71. pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
  72. pulumi_alicloud/eds/outputs.py +10 -10
  73. pulumi_alicloud/ess/scaling_group.py +101 -7
  74. pulumi_alicloud/fc/__init__.py +7 -0
  75. pulumi_alicloud/fc/_inputs.py +1666 -0
  76. pulumi_alicloud/fc/outputs.py +1723 -2
  77. pulumi_alicloud/fc/v3_alias.py +440 -0
  78. pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
  79. pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
  80. pulumi_alicloud/fc/v3_custom_domain.py +847 -0
  81. pulumi_alicloud/fc/v3_function.py +1391 -0
  82. pulumi_alicloud/fc/v3_function_version.py +313 -0
  83. pulumi_alicloud/fc/v3_trigger.py +663 -0
  84. pulumi_alicloud/ga/basic_accelerator.py +8 -8
  85. pulumi_alicloud/governance/__init__.py +12 -0
  86. pulumi_alicloud/governance/_inputs.py +70 -0
  87. pulumi_alicloud/governance/account.py +505 -0
  88. pulumi_alicloud/governance/baseline.py +387 -0
  89. pulumi_alicloud/governance/get_baselines.py +241 -0
  90. pulumi_alicloud/governance/outputs.py +99 -0
  91. pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
  92. pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
  93. pulumi_alicloud/hbr/server_backup_plan.py +2 -2
  94. pulumi_alicloud/kvstore/instance.py +47 -0
  95. pulumi_alicloud/kvstore/outputs.py +2 -2
  96. pulumi_alicloud/maxcompute/get_projects.py +12 -14
  97. pulumi_alicloud/maxcompute/get_service.py +4 -0
  98. pulumi_alicloud/maxcompute/outputs.py +75 -60
  99. pulumi_alicloud/maxcompute/project.py +7 -7
  100. pulumi_alicloud/polardb/outputs.py +2 -2
  101. pulumi_alicloud/privatelink/outputs.py +2 -2
  102. pulumi_alicloud/pulumi-plugin.json +1 -1
  103. pulumi_alicloud/ram/login_profile.py +8 -8
  104. pulumi_alicloud/rds/get_instances.py +1 -1
  105. pulumi_alicloud/rds/rds_account.py +189 -49
  106. pulumi_alicloud/rds/read_write_splitting_connection.py +10 -2
  107. pulumi_alicloud/slb/get_application_load_balancers.py +3 -3
  108. pulumi_alicloud/slb/get_load_balancers.py +3 -3
  109. pulumi_alicloud/slb/load_balancer.py +7 -7
  110. pulumi_alicloud/slb/outputs.py +8 -8
  111. pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
  112. pulumi_alicloud/vpc/bgp_peer.py +1 -1
  113. pulumi_alicloud/vpc/get_networks.py +2 -2
  114. pulumi_alicloud/vpc/get_switches.py +27 -27
  115. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  116. pulumi_alicloud/vpc/outputs.py +24 -24
  117. pulumi_alicloud/vpc/traffic_mirror_session.py +2 -2
  118. pulumi_alicloud/vpn/outputs.py +4 -4
  119. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/METADATA +1 -1
  120. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/RECORD +122 -99
  121. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/WHEEL +0 -0
  122. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,303 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+
12
+ __all__ = ['AclEntryAttachmentArgs', 'AclEntryAttachment']
13
+
14
+ @pulumi.input_type
15
+ class AclEntryAttachmentArgs:
16
+ def __init__(__self__, *,
17
+ acl_id: pulumi.Input[str],
18
+ entry: pulumi.Input[str],
19
+ comment: Optional[pulumi.Input[str]] = None):
20
+ """
21
+ The set of arguments for constructing a AclEntryAttachment resource.
22
+ :param pulumi.Input[str] acl_id: The ID of the ACL that the entry will be attached to.
23
+ :param pulumi.Input[str] entry: The CIDR block of the entry to attach.
24
+ :param pulumi.Input[str] comment: The comment for the entry.
25
+ """
26
+ pulumi.set(__self__, "acl_id", acl_id)
27
+ pulumi.set(__self__, "entry", entry)
28
+ if comment is not None:
29
+ pulumi.set(__self__, "comment", comment)
30
+
31
+ @property
32
+ @pulumi.getter(name="aclId")
33
+ def acl_id(self) -> pulumi.Input[str]:
34
+ """
35
+ The ID of the ACL that the entry will be attached to.
36
+ """
37
+ return pulumi.get(self, "acl_id")
38
+
39
+ @acl_id.setter
40
+ def acl_id(self, value: pulumi.Input[str]):
41
+ pulumi.set(self, "acl_id", value)
42
+
43
+ @property
44
+ @pulumi.getter
45
+ def entry(self) -> pulumi.Input[str]:
46
+ """
47
+ The CIDR block of the entry to attach.
48
+ """
49
+ return pulumi.get(self, "entry")
50
+
51
+ @entry.setter
52
+ def entry(self, value: pulumi.Input[str]):
53
+ pulumi.set(self, "entry", value)
54
+
55
+ @property
56
+ @pulumi.getter
57
+ def comment(self) -> Optional[pulumi.Input[str]]:
58
+ """
59
+ The comment for the entry.
60
+ """
61
+ return pulumi.get(self, "comment")
62
+
63
+ @comment.setter
64
+ def comment(self, value: Optional[pulumi.Input[str]]):
65
+ pulumi.set(self, "comment", value)
66
+
67
+
68
+ @pulumi.input_type
69
+ class _AclEntryAttachmentState:
70
+ def __init__(__self__, *,
71
+ acl_id: Optional[pulumi.Input[str]] = None,
72
+ comment: Optional[pulumi.Input[str]] = None,
73
+ entry: Optional[pulumi.Input[str]] = None):
74
+ """
75
+ Input properties used for looking up and filtering AclEntryAttachment resources.
76
+ :param pulumi.Input[str] acl_id: The ID of the ACL that the entry will be attached to.
77
+ :param pulumi.Input[str] comment: The comment for the entry.
78
+ :param pulumi.Input[str] entry: The CIDR block of the entry to attach.
79
+ """
80
+ if acl_id is not None:
81
+ pulumi.set(__self__, "acl_id", acl_id)
82
+ if comment is not None:
83
+ pulumi.set(__self__, "comment", comment)
84
+ if entry is not None:
85
+ pulumi.set(__self__, "entry", entry)
86
+
87
+ @property
88
+ @pulumi.getter(name="aclId")
89
+ def acl_id(self) -> Optional[pulumi.Input[str]]:
90
+ """
91
+ The ID of the ACL that the entry will be attached to.
92
+ """
93
+ return pulumi.get(self, "acl_id")
94
+
95
+ @acl_id.setter
96
+ def acl_id(self, value: Optional[pulumi.Input[str]]):
97
+ pulumi.set(self, "acl_id", value)
98
+
99
+ @property
100
+ @pulumi.getter
101
+ def comment(self) -> Optional[pulumi.Input[str]]:
102
+ """
103
+ The comment for the entry.
104
+ """
105
+ return pulumi.get(self, "comment")
106
+
107
+ @comment.setter
108
+ def comment(self, value: Optional[pulumi.Input[str]]):
109
+ pulumi.set(self, "comment", value)
110
+
111
+ @property
112
+ @pulumi.getter
113
+ def entry(self) -> Optional[pulumi.Input[str]]:
114
+ """
115
+ The CIDR block of the entry to attach.
116
+ """
117
+ return pulumi.get(self, "entry")
118
+
119
+ @entry.setter
120
+ def entry(self, value: Optional[pulumi.Input[str]]):
121
+ pulumi.set(self, "entry", value)
122
+
123
+
124
+ class AclEntryAttachment(pulumi.CustomResource):
125
+ @overload
126
+ def __init__(__self__,
127
+ resource_name: str,
128
+ opts: Optional[pulumi.ResourceOptions] = None,
129
+ acl_id: Optional[pulumi.Input[str]] = None,
130
+ comment: Optional[pulumi.Input[str]] = None,
131
+ entry: Optional[pulumi.Input[str]] = None,
132
+ __props__=None):
133
+ """
134
+ Provides an ACL entry attachment resource for attaching ACL entry to an API Gateway ACL.
135
+
136
+ > **NOTE:** Available since v1.228.0
137
+
138
+ ## Example Usage
139
+
140
+ Basic Usage
141
+
142
+ ```python
143
+ import pulumi
144
+ import pulumi_alicloud as alicloud
145
+
146
+ config = pulumi.Config()
147
+ name = config.get("name")
148
+ if name is None:
149
+ name = "terraform_example"
150
+ default = alicloud.apigateway.AccessControlList("default",
151
+ access_control_list_name=name,
152
+ address_ip_version="ipv4")
153
+ default_acl_entry_attachment = alicloud.apigateway.AclEntryAttachment("default",
154
+ acl_id=default.id,
155
+ entry="128.0.0.1/32",
156
+ comment="test comment")
157
+ ```
158
+
159
+ ## Import
160
+
161
+ Api Gateway Acl Entry Attachment can be imported using the id, e.g.
162
+
163
+ ```sh
164
+ $ pulumi import alicloud:apigateway/aclEntryAttachment:AclEntryAttachment example <acl_id>:<entry>
165
+ ```
166
+
167
+ :param str resource_name: The name of the resource.
168
+ :param pulumi.ResourceOptions opts: Options for the resource.
169
+ :param pulumi.Input[str] acl_id: The ID of the ACL that the entry will be attached to.
170
+ :param pulumi.Input[str] comment: The comment for the entry.
171
+ :param pulumi.Input[str] entry: The CIDR block of the entry to attach.
172
+ """
173
+ ...
174
+ @overload
175
+ def __init__(__self__,
176
+ resource_name: str,
177
+ args: AclEntryAttachmentArgs,
178
+ opts: Optional[pulumi.ResourceOptions] = None):
179
+ """
180
+ Provides an ACL entry attachment resource for attaching ACL entry to an API Gateway ACL.
181
+
182
+ > **NOTE:** Available since v1.228.0
183
+
184
+ ## Example Usage
185
+
186
+ Basic Usage
187
+
188
+ ```python
189
+ import pulumi
190
+ import pulumi_alicloud as alicloud
191
+
192
+ config = pulumi.Config()
193
+ name = config.get("name")
194
+ if name is None:
195
+ name = "terraform_example"
196
+ default = alicloud.apigateway.AccessControlList("default",
197
+ access_control_list_name=name,
198
+ address_ip_version="ipv4")
199
+ default_acl_entry_attachment = alicloud.apigateway.AclEntryAttachment("default",
200
+ acl_id=default.id,
201
+ entry="128.0.0.1/32",
202
+ comment="test comment")
203
+ ```
204
+
205
+ ## Import
206
+
207
+ Api Gateway Acl Entry Attachment can be imported using the id, e.g.
208
+
209
+ ```sh
210
+ $ pulumi import alicloud:apigateway/aclEntryAttachment:AclEntryAttachment example <acl_id>:<entry>
211
+ ```
212
+
213
+ :param str resource_name: The name of the resource.
214
+ :param AclEntryAttachmentArgs args: The arguments to use to populate this resource's properties.
215
+ :param pulumi.ResourceOptions opts: Options for the resource.
216
+ """
217
+ ...
218
+ def __init__(__self__, resource_name: str, *args, **kwargs):
219
+ resource_args, opts = _utilities.get_resource_args_opts(AclEntryAttachmentArgs, pulumi.ResourceOptions, *args, **kwargs)
220
+ if resource_args is not None:
221
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
222
+ else:
223
+ __self__._internal_init(resource_name, *args, **kwargs)
224
+
225
+ def _internal_init(__self__,
226
+ resource_name: str,
227
+ opts: Optional[pulumi.ResourceOptions] = None,
228
+ acl_id: Optional[pulumi.Input[str]] = None,
229
+ comment: Optional[pulumi.Input[str]] = None,
230
+ entry: Optional[pulumi.Input[str]] = None,
231
+ __props__=None):
232
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
233
+ if not isinstance(opts, pulumi.ResourceOptions):
234
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
235
+ if opts.id is None:
236
+ if __props__ is not None:
237
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
238
+ __props__ = AclEntryAttachmentArgs.__new__(AclEntryAttachmentArgs)
239
+
240
+ if acl_id is None and not opts.urn:
241
+ raise TypeError("Missing required property 'acl_id'")
242
+ __props__.__dict__["acl_id"] = acl_id
243
+ __props__.__dict__["comment"] = comment
244
+ if entry is None and not opts.urn:
245
+ raise TypeError("Missing required property 'entry'")
246
+ __props__.__dict__["entry"] = entry
247
+ super(AclEntryAttachment, __self__).__init__(
248
+ 'alicloud:apigateway/aclEntryAttachment:AclEntryAttachment',
249
+ resource_name,
250
+ __props__,
251
+ opts)
252
+
253
+ @staticmethod
254
+ def get(resource_name: str,
255
+ id: pulumi.Input[str],
256
+ opts: Optional[pulumi.ResourceOptions] = None,
257
+ acl_id: Optional[pulumi.Input[str]] = None,
258
+ comment: Optional[pulumi.Input[str]] = None,
259
+ entry: Optional[pulumi.Input[str]] = None) -> 'AclEntryAttachment':
260
+ """
261
+ Get an existing AclEntryAttachment resource's state with the given name, id, and optional extra
262
+ properties used to qualify the lookup.
263
+
264
+ :param str resource_name: The unique name of the resulting resource.
265
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
266
+ :param pulumi.ResourceOptions opts: Options for the resource.
267
+ :param pulumi.Input[str] acl_id: The ID of the ACL that the entry will be attached to.
268
+ :param pulumi.Input[str] comment: The comment for the entry.
269
+ :param pulumi.Input[str] entry: The CIDR block of the entry to attach.
270
+ """
271
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
272
+
273
+ __props__ = _AclEntryAttachmentState.__new__(_AclEntryAttachmentState)
274
+
275
+ __props__.__dict__["acl_id"] = acl_id
276
+ __props__.__dict__["comment"] = comment
277
+ __props__.__dict__["entry"] = entry
278
+ return AclEntryAttachment(resource_name, opts=opts, __props__=__props__)
279
+
280
+ @property
281
+ @pulumi.getter(name="aclId")
282
+ def acl_id(self) -> pulumi.Output[str]:
283
+ """
284
+ The ID of the ACL that the entry will be attached to.
285
+ """
286
+ return pulumi.get(self, "acl_id")
287
+
288
+ @property
289
+ @pulumi.getter
290
+ def comment(self) -> pulumi.Output[Optional[str]]:
291
+ """
292
+ The comment for the entry.
293
+ """
294
+ return pulumi.get(self, "comment")
295
+
296
+ @property
297
+ @pulumi.getter
298
+ def entry(self) -> pulumi.Output[str]:
299
+ """
300
+ The CIDR block of the entry to attach.
301
+ """
302
+ return pulumi.get(self, "entry")
303
+
@@ -552,7 +552,8 @@ class Api(pulumi.CustomResource):
552
552
 
553
553
  example = alicloud.apigateway.Group("example",
554
554
  name="tf-example",
555
- description="tf-example")
555
+ description="tf-example",
556
+ base_path="/")
556
557
  example_api = alicloud.apigateway.Api("example",
557
558
  group_id=example.id,
558
559
  name="tf-example",
@@ -630,7 +631,8 @@ class Api(pulumi.CustomResource):
630
631
 
631
632
  example = alicloud.apigateway.Group("example",
632
633
  name="tf-example",
633
- description="tf-example")
634
+ description="tf-example",
635
+ base_path="/")
634
636
  example_api = alicloud.apigateway.Api("example",
635
637
  group_id=example.id,
636
638
  name="tf-example",
@@ -14,15 +14,19 @@ __all__ = ['GroupArgs', 'Group']
14
14
  @pulumi.input_type
15
15
  class GroupArgs:
16
16
  def __init__(__self__, *,
17
+ base_path: Optional[pulumi.Input[str]] = None,
17
18
  description: Optional[pulumi.Input[str]] = None,
18
19
  instance_id: Optional[pulumi.Input[str]] = None,
19
20
  name: Optional[pulumi.Input[str]] = None):
20
21
  """
21
22
  The set of arguments for constructing a Group resource.
23
+ :param pulumi.Input[str] base_path: The base path of the api gateway group. Defaults to `/`.
22
24
  :param pulumi.Input[str] description: The description of the api gateway group. Defaults to null.
23
25
  :param pulumi.Input[str] instance_id: The id of the api gateway.
24
26
  :param pulumi.Input[str] name: The name of the api gateway group. Defaults to null.
25
27
  """
28
+ if base_path is not None:
29
+ pulumi.set(__self__, "base_path", base_path)
26
30
  if description is not None:
27
31
  pulumi.set(__self__, "description", description)
28
32
  if instance_id is not None:
@@ -30,6 +34,18 @@ class GroupArgs:
30
34
  if name is not None:
31
35
  pulumi.set(__self__, "name", name)
32
36
 
37
+ @property
38
+ @pulumi.getter(name="basePath")
39
+ def base_path(self) -> Optional[pulumi.Input[str]]:
40
+ """
41
+ The base path of the api gateway group. Defaults to `/`.
42
+ """
43
+ return pulumi.get(self, "base_path")
44
+
45
+ @base_path.setter
46
+ def base_path(self, value: Optional[pulumi.Input[str]]):
47
+ pulumi.set(self, "base_path", value)
48
+
33
49
  @property
34
50
  @pulumi.getter
35
51
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -70,6 +86,7 @@ class GroupArgs:
70
86
  @pulumi.input_type
71
87
  class _GroupState:
72
88
  def __init__(__self__, *,
89
+ base_path: Optional[pulumi.Input[str]] = None,
73
90
  description: Optional[pulumi.Input[str]] = None,
74
91
  instance_id: Optional[pulumi.Input[str]] = None,
75
92
  name: Optional[pulumi.Input[str]] = None,
@@ -77,12 +94,15 @@ class _GroupState:
77
94
  vpc_domain: Optional[pulumi.Input[str]] = None):
78
95
  """
79
96
  Input properties used for looking up and filtering Group resources.
97
+ :param pulumi.Input[str] base_path: The base path of the api gateway group. Defaults to `/`.
80
98
  :param pulumi.Input[str] description: The description of the api gateway group. Defaults to null.
81
99
  :param pulumi.Input[str] instance_id: The id of the api gateway.
82
100
  :param pulumi.Input[str] name: The name of the api gateway group. Defaults to null.
83
101
  :param pulumi.Input[str] sub_domain: (Available in 1.69.0+) Second-level domain name automatically assigned to the API group.
84
102
  :param pulumi.Input[str] vpc_domain: (Available in 1.69.0+) Second-level VPC domain name automatically assigned to the API group.
85
103
  """
104
+ if base_path is not None:
105
+ pulumi.set(__self__, "base_path", base_path)
86
106
  if description is not None:
87
107
  pulumi.set(__self__, "description", description)
88
108
  if instance_id is not None:
@@ -94,6 +114,18 @@ class _GroupState:
94
114
  if vpc_domain is not None:
95
115
  pulumi.set(__self__, "vpc_domain", vpc_domain)
96
116
 
117
+ @property
118
+ @pulumi.getter(name="basePath")
119
+ def base_path(self) -> Optional[pulumi.Input[str]]:
120
+ """
121
+ The base path of the api gateway group. Defaults to `/`.
122
+ """
123
+ return pulumi.get(self, "base_path")
124
+
125
+ @base_path.setter
126
+ def base_path(self, value: Optional[pulumi.Input[str]]):
127
+ pulumi.set(self, "base_path", value)
128
+
97
129
  @property
98
130
  @pulumi.getter
99
131
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -160,6 +192,7 @@ class Group(pulumi.CustomResource):
160
192
  def __init__(__self__,
161
193
  resource_name: str,
162
194
  opts: Optional[pulumi.ResourceOptions] = None,
195
+ base_path: Optional[pulumi.Input[str]] = None,
163
196
  description: Optional[pulumi.Input[str]] = None,
164
197
  instance_id: Optional[pulumi.Input[str]] = None,
165
198
  name: Optional[pulumi.Input[str]] = None,
@@ -175,7 +208,8 @@ class Group(pulumi.CustomResource):
175
208
 
176
209
  default = alicloud.apigateway.Group("default",
177
210
  name="tf_example",
178
- description="tf_example")
211
+ description="tf_example",
212
+ base_path="/")
179
213
  ```
180
214
 
181
215
  ## Import
@@ -188,6 +222,7 @@ class Group(pulumi.CustomResource):
188
222
 
189
223
  :param str resource_name: The name of the resource.
190
224
  :param pulumi.ResourceOptions opts: Options for the resource.
225
+ :param pulumi.Input[str] base_path: The base path of the api gateway group. Defaults to `/`.
191
226
  :param pulumi.Input[str] description: The description of the api gateway group. Defaults to null.
192
227
  :param pulumi.Input[str] instance_id: The id of the api gateway.
193
228
  :param pulumi.Input[str] name: The name of the api gateway group. Defaults to null.
@@ -209,7 +244,8 @@ class Group(pulumi.CustomResource):
209
244
 
210
245
  default = alicloud.apigateway.Group("default",
211
246
  name="tf_example",
212
- description="tf_example")
247
+ description="tf_example",
248
+ base_path="/")
213
249
  ```
214
250
 
215
251
  ## Import
@@ -235,6 +271,7 @@ class Group(pulumi.CustomResource):
235
271
  def _internal_init(__self__,
236
272
  resource_name: str,
237
273
  opts: Optional[pulumi.ResourceOptions] = None,
274
+ base_path: Optional[pulumi.Input[str]] = None,
238
275
  description: Optional[pulumi.Input[str]] = None,
239
276
  instance_id: Optional[pulumi.Input[str]] = None,
240
277
  name: Optional[pulumi.Input[str]] = None,
@@ -247,6 +284,7 @@ class Group(pulumi.CustomResource):
247
284
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
248
285
  __props__ = GroupArgs.__new__(GroupArgs)
249
286
 
287
+ __props__.__dict__["base_path"] = base_path
250
288
  __props__.__dict__["description"] = description
251
289
  __props__.__dict__["instance_id"] = instance_id
252
290
  __props__.__dict__["name"] = name
@@ -262,6 +300,7 @@ class Group(pulumi.CustomResource):
262
300
  def get(resource_name: str,
263
301
  id: pulumi.Input[str],
264
302
  opts: Optional[pulumi.ResourceOptions] = None,
303
+ base_path: Optional[pulumi.Input[str]] = None,
265
304
  description: Optional[pulumi.Input[str]] = None,
266
305
  instance_id: Optional[pulumi.Input[str]] = None,
267
306
  name: Optional[pulumi.Input[str]] = None,
@@ -274,6 +313,7 @@ class Group(pulumi.CustomResource):
274
313
  :param str resource_name: The unique name of the resulting resource.
275
314
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
276
315
  :param pulumi.ResourceOptions opts: Options for the resource.
316
+ :param pulumi.Input[str] base_path: The base path of the api gateway group. Defaults to `/`.
277
317
  :param pulumi.Input[str] description: The description of the api gateway group. Defaults to null.
278
318
  :param pulumi.Input[str] instance_id: The id of the api gateway.
279
319
  :param pulumi.Input[str] name: The name of the api gateway group. Defaults to null.
@@ -284,6 +324,7 @@ class Group(pulumi.CustomResource):
284
324
 
285
325
  __props__ = _GroupState.__new__(_GroupState)
286
326
 
327
+ __props__.__dict__["base_path"] = base_path
287
328
  __props__.__dict__["description"] = description
288
329
  __props__.__dict__["instance_id"] = instance_id
289
330
  __props__.__dict__["name"] = name
@@ -291,6 +332,14 @@ class Group(pulumi.CustomResource):
291
332
  __props__.__dict__["vpc_domain"] = vpc_domain
292
333
  return Group(resource_name, opts=opts, __props__=__props__)
293
334
 
335
+ @property
336
+ @pulumi.getter(name="basePath")
337
+ def base_path(self) -> pulumi.Output[str]:
338
+ """
339
+ The base path of the api gateway group. Defaults to `/`.
340
+ """
341
+ return pulumi.get(self, "base_path")
342
+
294
343
  @property
295
344
  @pulumi.getter
296
345
  def description(self) -> pulumi.Output[Optional[str]]: