pulumi-alicloud 3.64.0a1729894283__py3-none-any.whl → 3.64.0a1730118787__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 (76) hide show
  1. pulumi_alicloud/__init__.py +16 -0
  2. pulumi_alicloud/amqp/instance.py +8 -8
  3. pulumi_alicloud/bss/get_open_api_pricing_modules.py +4 -4
  4. pulumi_alicloud/bss/get_open_api_products.py +4 -4
  5. pulumi_alicloud/cas/get_certificates.py +17 -1
  6. pulumi_alicloud/cas/get_service_certificates.py +153 -17
  7. pulumi_alicloud/cas/outputs.py +40 -36
  8. pulumi_alicloud/cen/instance.py +108 -53
  9. pulumi_alicloud/cloudfirewall/control_policy.py +524 -23
  10. pulumi_alicloud/cloudfirewall/instance.py +64 -36
  11. pulumi_alicloud/cs/_inputs.py +390 -26
  12. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +2 -0
  13. pulumi_alicloud/cs/kubernetes.py +48 -35
  14. pulumi_alicloud/cs/managed_kubernetes.py +91 -35
  15. pulumi_alicloud/cs/node_pool.py +68 -14
  16. pulumi_alicloud/cs/outputs.py +293 -16
  17. pulumi_alicloud/cs/serverless_kubernetes.py +157 -63
  18. pulumi_alicloud/databasefilesystem/_inputs.py +0 -6
  19. pulumi_alicloud/databasefilesystem/instance.py +31 -0
  20. pulumi_alicloud/databasefilesystem/outputs.py +0 -4
  21. pulumi_alicloud/dns/get_alidns_records.py +26 -4
  22. pulumi_alicloud/dns/outputs.py +2 -2
  23. pulumi_alicloud/eais/instance.py +55 -57
  24. pulumi_alicloud/ecp/instance.py +177 -219
  25. pulumi_alicloud/ecs/disk.py +2 -2
  26. pulumi_alicloud/ecs/ecs_disk.py +142 -58
  27. pulumi_alicloud/ecs/ecs_key_pair.py +1 -1
  28. pulumi_alicloud/ecs/ecs_launch_template.py +169 -0
  29. pulumi_alicloud/ecs/get_ecs_launch_templates.py +172 -6
  30. pulumi_alicloud/ecs/instance.py +131 -98
  31. pulumi_alicloud/ecs/key_pair.py +1 -1
  32. pulumi_alicloud/ecs/launch_template.py +102 -0
  33. pulumi_alicloud/ecs/outputs.py +57 -24
  34. pulumi_alicloud/ens/disk.py +2 -2
  35. pulumi_alicloud/ens/disk_instance_attachment.py +2 -2
  36. pulumi_alicloud/ess/_inputs.py +342 -2
  37. pulumi_alicloud/ess/eci_scaling_configuration.py +202 -0
  38. pulumi_alicloud/ess/outputs.py +226 -2
  39. pulumi_alicloud/ess/scaling_configuration.py +376 -0
  40. pulumi_alicloud/ga/_inputs.py +57 -22
  41. pulumi_alicloud/ga/outputs.py +39 -15
  42. pulumi_alicloud/gpdb/__init__.py +1 -0
  43. pulumi_alicloud/gpdb/database.py +545 -0
  44. pulumi_alicloud/gpdb/instance.py +1 -1
  45. pulumi_alicloud/kvstore/instance.py +24 -5
  46. pulumi_alicloud/mse/cluster.py +149 -51
  47. pulumi_alicloud/mse/engine_namespace.py +176 -74
  48. pulumi_alicloud/mse/get_clusters.py +70 -10
  49. pulumi_alicloud/mse/get_engine_namespaces.py +93 -15
  50. pulumi_alicloud/mse/outputs.py +36 -8
  51. pulumi_alicloud/nas/data_flow.py +6 -6
  52. pulumi_alicloud/nas/fileset.py +6 -6
  53. pulumi_alicloud/nas/lifecycle_policy.py +6 -6
  54. pulumi_alicloud/nas/recycle_bin.py +6 -6
  55. pulumi_alicloud/nas/snapshot.py +6 -6
  56. pulumi_alicloud/polardb/cluster.py +162 -0
  57. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +51 -7
  58. pulumi_alicloud/privatelink/outputs.py +17 -6
  59. pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +54 -17
  60. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +7 -21
  61. pulumi_alicloud/pulumi-plugin.json +1 -1
  62. pulumi_alicloud/rds/instance.py +50 -3
  63. pulumi_alicloud/resourcemanager/get_folders.py +35 -28
  64. pulumi_alicloud/resourcemanager/outputs.py +8 -8
  65. pulumi_alicloud/servicemesh/_inputs.py +656 -174
  66. pulumi_alicloud/servicemesh/outputs.py +507 -117
  67. pulumi_alicloud/servicemesh/service_mesh.py +120 -78
  68. pulumi_alicloud/sls/__init__.py +1 -0
  69. pulumi_alicloud/sls/_inputs.py +307 -0
  70. pulumi_alicloud/sls/collection_policy.py +561 -0
  71. pulumi_alicloud/sls/outputs.py +263 -0
  72. pulumi_alicloud/threatdetection/instance.py +331 -43
  73. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/METADATA +1 -1
  74. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/RECORD +76 -74
  75. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/WHEEL +0 -0
  76. {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/top_level.txt +0 -0
@@ -4453,6 +4453,14 @@ _utilities.register(
4453
4453
  "alicloud:gpdb/connection:Connection": "Connection"
4454
4454
  }
4455
4455
  },
4456
+ {
4457
+ "pkg": "alicloud",
4458
+ "mod": "gpdb/database",
4459
+ "fqn": "pulumi_alicloud.gpdb",
4460
+ "classes": {
4461
+ "alicloud:gpdb/database:Database": "Database"
4462
+ }
4463
+ },
4456
4464
  {
4457
4465
  "pkg": "alicloud",
4458
4466
  "mod": "gpdb/dbInstanceIpArray",
@@ -6869,6 +6877,14 @@ _utilities.register(
6869
6877
  "alicloud:sls/alert:Alert": "Alert"
6870
6878
  }
6871
6879
  },
6880
+ {
6881
+ "pkg": "alicloud",
6882
+ "mod": "sls/collectionPolicy",
6883
+ "fqn": "pulumi_alicloud.sls",
6884
+ "classes": {
6885
+ "alicloud:sls/collectionPolicy:CollectionPolicy": "CollectionPolicy"
6886
+ }
6887
+ },
6872
6888
  {
6873
6889
  "pkg": "alicloud",
6874
6890
  "mod": "sls/scheduledSql",
@@ -47,7 +47,7 @@ class InstanceArgs:
47
47
  :param pulumi.Input[int] max_connections: The maximum number of connections, according to the value given on the purchase page of the cloud message queue RabbitMQ version console.
48
48
  :param pulumi.Input[str] max_eip_tps: Peak TPS traffic of the public network, which must be a multiple of 128, unit: times per second.
49
49
  :param pulumi.Input[str] max_tps: Configure the private network TPS traffic peak, please set the value according to the cloud message queue RabbitMQ version of the console purchase page given.
50
- :param pulumi.Input[str] modify_type: Type of instance lifting and lowering:
50
+ :param pulumi.Input[str] modify_type: This parameter must be provided while you change the instance specification. Type of instance lifting and lowering:
51
51
  - Upgrade: Upgrade
52
52
  - Downgrade: Downgrading.
53
53
  :param pulumi.Input[int] period: Prepayment cycle, unit: periodCycle. This parameter is valid when PaymentType is set to Subscription.
@@ -188,7 +188,7 @@ class InstanceArgs:
188
188
  @pulumi.getter(name="modifyType")
189
189
  def modify_type(self) -> Optional[pulumi.Input[str]]:
190
190
  """
191
- Type of instance lifting and lowering:
191
+ This parameter must be provided while you change the instance specification. Type of instance lifting and lowering:
192
192
  - Upgrade: Upgrade
193
193
  - Downgrade: Downgrading.
194
194
  """
@@ -364,7 +364,7 @@ class _InstanceState:
364
364
  :param pulumi.Input[int] max_connections: The maximum number of connections, according to the value given on the purchase page of the cloud message queue RabbitMQ version console.
365
365
  :param pulumi.Input[str] max_eip_tps: Peak TPS traffic of the public network, which must be a multiple of 128, unit: times per second.
366
366
  :param pulumi.Input[str] max_tps: Configure the private network TPS traffic peak, please set the value according to the cloud message queue RabbitMQ version of the console purchase page given.
367
- :param pulumi.Input[str] modify_type: Type of instance lifting and lowering:
367
+ :param pulumi.Input[str] modify_type: This parameter must be provided while you change the instance specification. Type of instance lifting and lowering:
368
368
  - Upgrade: Upgrade
369
369
  - Downgrade: Downgrading.
370
370
  :param pulumi.Input[str] payment_type: The Payment type. Valid value: Subscription: prepaid. PayAsYouGo: Post-paid.
@@ -512,7 +512,7 @@ class _InstanceState:
512
512
  @pulumi.getter(name="modifyType")
513
513
  def modify_type(self) -> Optional[pulumi.Input[str]]:
514
514
  """
515
- Type of instance lifting and lowering:
515
+ This parameter must be provided while you change the instance specification. Type of instance lifting and lowering:
516
516
  - Upgrade: Upgrade
517
517
  - Downgrade: Downgrading.
518
518
  """
@@ -721,7 +721,7 @@ class Instance(pulumi.CustomResource):
721
721
  :param pulumi.Input[int] max_connections: The maximum number of connections, according to the value given on the purchase page of the cloud message queue RabbitMQ version console.
722
722
  :param pulumi.Input[str] max_eip_tps: Peak TPS traffic of the public network, which must be a multiple of 128, unit: times per second.
723
723
  :param pulumi.Input[str] max_tps: Configure the private network TPS traffic peak, please set the value according to the cloud message queue RabbitMQ version of the console purchase page given.
724
- :param pulumi.Input[str] modify_type: Type of instance lifting and lowering:
724
+ :param pulumi.Input[str] modify_type: This parameter must be provided while you change the instance specification. Type of instance lifting and lowering:
725
725
  - Upgrade: Upgrade
726
726
  - Downgrade: Downgrading.
727
727
  :param pulumi.Input[str] payment_type: The Payment type. Valid value: Subscription: prepaid. PayAsYouGo: Post-paid.
@@ -863,7 +863,7 @@ class Instance(pulumi.CustomResource):
863
863
  :param pulumi.Input[int] max_connections: The maximum number of connections, according to the value given on the purchase page of the cloud message queue RabbitMQ version console.
864
864
  :param pulumi.Input[str] max_eip_tps: Peak TPS traffic of the public network, which must be a multiple of 128, unit: times per second.
865
865
  :param pulumi.Input[str] max_tps: Configure the private network TPS traffic peak, please set the value according to the cloud message queue RabbitMQ version of the console purchase page given.
866
- :param pulumi.Input[str] modify_type: Type of instance lifting and lowering:
866
+ :param pulumi.Input[str] modify_type: This parameter must be provided while you change the instance specification. Type of instance lifting and lowering:
867
867
  - Upgrade: Upgrade
868
868
  - Downgrade: Downgrading.
869
869
  :param pulumi.Input[str] payment_type: The Payment type. Valid value: Subscription: prepaid. PayAsYouGo: Post-paid.
@@ -949,7 +949,7 @@ class Instance(pulumi.CustomResource):
949
949
 
950
950
  @property
951
951
  @pulumi.getter(name="maxEipTps")
952
- def max_eip_tps(self) -> pulumi.Output[Optional[str]]:
952
+ def max_eip_tps(self) -> pulumi.Output[str]:
953
953
  """
954
954
  Peak TPS traffic of the public network, which must be a multiple of 128, unit: times per second.
955
955
  """
@@ -967,7 +967,7 @@ class Instance(pulumi.CustomResource):
967
967
  @pulumi.getter(name="modifyType")
968
968
  def modify_type(self) -> pulumi.Output[Optional[str]]:
969
969
  """
970
- Type of instance lifting and lowering:
970
+ This parameter must be provided while you change the instance specification. Type of instance lifting and lowering:
971
971
  - Upgrade: Upgrade
972
972
  - Downgrade: Downgrading.
973
973
  """
@@ -136,9 +136,9 @@ def get_open_api_pricing_modules(ids: Optional[Sequence[str]] = None,
136
136
  subscription_type: Optional[str] = None,
137
137
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpenApiPricingModulesResult:
138
138
  """
139
- This data source provides Bss Open Api Pricing Module available to the user.[What is Pricing Module](https://www.alibabacloud.com/help/en/bss-openapi/latest/describepricingmodule#doc-api-BssOpenApi-DescribePricingModule)
139
+ This data source provides Bss Open Api Pricing Module available to the user.[What is Pricing Module](https://www.alibabacloud.com/help/en/boa/latest/api-bssopenapi-2017-12-14-describepricingmodule)
140
140
 
141
- > **NOTE:** Available in 1.195.0+
141
+ > **NOTE:** Available since v1.195.0.
142
142
 
143
143
  ## Example Usage
144
144
 
@@ -190,9 +190,9 @@ def get_open_api_pricing_modules_output(ids: Optional[pulumi.Input[Optional[Sequ
190
190
  subscription_type: Optional[pulumi.Input[str]] = None,
191
191
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOpenApiPricingModulesResult]:
192
192
  """
193
- This data source provides Bss Open Api Pricing Module available to the user.[What is Pricing Module](https://www.alibabacloud.com/help/en/bss-openapi/latest/describepricingmodule#doc-api-BssOpenApi-DescribePricingModule)
193
+ This data source provides Bss Open Api Pricing Module available to the user.[What is Pricing Module](https://www.alibabacloud.com/help/en/boa/latest/api-bssopenapi-2017-12-14-describepricingmodule)
194
194
 
195
- > **NOTE:** Available in 1.195.0+
195
+ > **NOTE:** Available since v1.195.0.
196
196
 
197
197
  ## Example Usage
198
198
 
@@ -106,9 +106,9 @@ def get_open_api_products(ids: Optional[Sequence[str]] = None,
106
106
  output_file: Optional[str] = None,
107
107
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOpenApiProductsResult:
108
108
  """
109
- This data source provides Bss Open Api Product available to the user.[What is Product](https://www.alibabacloud.com/help/en/bss-openapi/latest/api-bssopenapi-2017-12-14-queryproductlist)
109
+ This data source provides Bss Open Api Product available to the user.[What is Product](https://www.alibabacloud.com/help/en/boa/latest/api-bssopenapi-2017-12-14-queryproductlist)
110
110
 
111
- > **NOTE:** Available in 1.195.0+
111
+ > **NOTE:** Available since v1.195.0.
112
112
 
113
113
 
114
114
  :param Sequence[str] ids: A list of product IDs.
@@ -134,9 +134,9 @@ def get_open_api_products_output(ids: Optional[pulumi.Input[Optional[Sequence[st
134
134
  output_file: Optional[pulumi.Input[Optional[str]]] = None,
135
135
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOpenApiProductsResult]:
136
136
  """
137
- This data source provides Bss Open Api Product available to the user.[What is Product](https://www.alibabacloud.com/help/en/bss-openapi/latest/api-bssopenapi-2017-12-14-queryproductlist)
137
+ This data source provides Bss Open Api Product available to the user.[What is Product](https://www.alibabacloud.com/help/en/boa/latest/api-bssopenapi-2017-12-14-queryproductlist)
138
138
 
139
- > **NOTE:** Available in 1.195.0+
139
+ > **NOTE:** Available since v1.195.0.
140
140
 
141
141
 
142
142
  :param Sequence[str] ids: A list of product IDs.
@@ -29,7 +29,7 @@ class GetCertificatesResult:
29
29
  """
30
30
  A collection of values returned by getCertificates.
31
31
  """
32
- def __init__(__self__, certificates=None, enable_details=None, id=None, ids=None, lang=None, name_regex=None, names=None, output_file=None):
32
+ def __init__(__self__, certificates=None, enable_details=None, id=None, ids=None, keyword=None, lang=None, name_regex=None, names=None, output_file=None):
33
33
  if certificates and not isinstance(certificates, list):
34
34
  raise TypeError("Expected argument 'certificates' to be a list")
35
35
  pulumi.set(__self__, "certificates", certificates)
@@ -42,6 +42,9 @@ class GetCertificatesResult:
42
42
  if ids and not isinstance(ids, list):
43
43
  raise TypeError("Expected argument 'ids' to be a list")
44
44
  pulumi.set(__self__, "ids", ids)
45
+ if keyword and not isinstance(keyword, str):
46
+ raise TypeError("Expected argument 'keyword' to be a str")
47
+ pulumi.set(__self__, "keyword", keyword)
45
48
  if lang and not isinstance(lang, str):
46
49
  raise TypeError("Expected argument 'lang' to be a str")
47
50
  pulumi.set(__self__, "lang", lang)
@@ -86,6 +89,12 @@ class GetCertificatesResult:
86
89
 
87
90
  @property
88
91
  @pulumi.getter
92
+ def keyword(self) -> Optional[str]:
93
+ return pulumi.get(self, "keyword")
94
+
95
+ @property
96
+ @pulumi.getter
97
+ @_utilities.deprecated("""Field `lang` has been deprecated from provider version 1.232.0.""")
89
98
  def lang(self) -> Optional[str]:
90
99
  return pulumi.get(self, "lang")
91
100
 
@@ -118,6 +127,7 @@ class AwaitableGetCertificatesResult(GetCertificatesResult):
118
127
  enable_details=self.enable_details,
119
128
  id=self.id,
120
129
  ids=self.ids,
130
+ keyword=self.keyword,
121
131
  lang=self.lang,
122
132
  name_regex=self.name_regex,
123
133
  names=self.names,
@@ -126,6 +136,7 @@ class AwaitableGetCertificatesResult(GetCertificatesResult):
126
136
 
127
137
  def get_certificates(enable_details: Optional[bool] = None,
128
138
  ids: Optional[Sequence[str]] = None,
139
+ keyword: Optional[str] = None,
129
140
  lang: Optional[str] = None,
130
141
  name_regex: Optional[str] = None,
131
142
  output_file: Optional[str] = None,
@@ -144,6 +155,7 @@ def get_certificates(enable_details: Optional[bool] = None,
144
155
  __args__ = dict()
145
156
  __args__['enableDetails'] = enable_details
146
157
  __args__['ids'] = ids
158
+ __args__['keyword'] = keyword
147
159
  __args__['lang'] = lang
148
160
  __args__['nameRegex'] = name_regex
149
161
  __args__['outputFile'] = output_file
@@ -155,12 +167,14 @@ def get_certificates(enable_details: Optional[bool] = None,
155
167
  enable_details=pulumi.get(__ret__, 'enable_details'),
156
168
  id=pulumi.get(__ret__, 'id'),
157
169
  ids=pulumi.get(__ret__, 'ids'),
170
+ keyword=pulumi.get(__ret__, 'keyword'),
158
171
  lang=pulumi.get(__ret__, 'lang'),
159
172
  name_regex=pulumi.get(__ret__, 'name_regex'),
160
173
  names=pulumi.get(__ret__, 'names'),
161
174
  output_file=pulumi.get(__ret__, 'output_file'))
162
175
  def get_certificates_output(enable_details: Optional[pulumi.Input[Optional[bool]]] = None,
163
176
  ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
177
+ keyword: Optional[pulumi.Input[Optional[str]]] = None,
164
178
  lang: Optional[pulumi.Input[Optional[str]]] = None,
165
179
  name_regex: Optional[pulumi.Input[Optional[str]]] = None,
166
180
  output_file: Optional[pulumi.Input[Optional[str]]] = None,
@@ -179,6 +193,7 @@ def get_certificates_output(enable_details: Optional[pulumi.Input[Optional[bool]
179
193
  __args__ = dict()
180
194
  __args__['enableDetails'] = enable_details
181
195
  __args__['ids'] = ids
196
+ __args__['keyword'] = keyword
182
197
  __args__['lang'] = lang
183
198
  __args__['nameRegex'] = name_regex
184
199
  __args__['outputFile'] = output_file
@@ -189,6 +204,7 @@ def get_certificates_output(enable_details: Optional[pulumi.Input[Optional[bool]
189
204
  enable_details=pulumi.get(__response__, 'enable_details'),
190
205
  id=pulumi.get(__response__, 'id'),
191
206
  ids=pulumi.get(__response__, 'ids'),
207
+ keyword=pulumi.get(__response__, 'keyword'),
192
208
  lang=pulumi.get(__response__, 'lang'),
193
209
  name_regex=pulumi.get(__response__, 'name_regex'),
194
210
  names=pulumi.get(__response__, 'names'),
@@ -27,7 +27,7 @@ class GetServiceCertificatesResult:
27
27
  """
28
28
  A collection of values returned by getServiceCertificates.
29
29
  """
30
- def __init__(__self__, certificates=None, enable_details=None, id=None, ids=None, lang=None, name_regex=None, names=None, output_file=None):
30
+ def __init__(__self__, certificates=None, enable_details=None, id=None, ids=None, keyword=None, lang=None, name_regex=None, names=None, output_file=None):
31
31
  if certificates and not isinstance(certificates, list):
32
32
  raise TypeError("Expected argument 'certificates' to be a list")
33
33
  pulumi.set(__self__, "certificates", certificates)
@@ -40,6 +40,9 @@ class GetServiceCertificatesResult:
40
40
  if ids and not isinstance(ids, list):
41
41
  raise TypeError("Expected argument 'ids' to be a list")
42
42
  pulumi.set(__self__, "ids", ids)
43
+ if keyword and not isinstance(keyword, str):
44
+ raise TypeError("Expected argument 'keyword' to be a str")
45
+ pulumi.set(__self__, "keyword", keyword)
43
46
  if lang and not isinstance(lang, str):
44
47
  raise TypeError("Expected argument 'lang' to be a str")
45
48
  pulumi.set(__self__, "lang", lang)
@@ -56,6 +59,9 @@ class GetServiceCertificatesResult:
56
59
  @property
57
60
  @pulumi.getter
58
61
  def certificates(self) -> Sequence['outputs.GetServiceCertificatesCertificateResult']:
62
+ """
63
+ A list of Ssl Certificates Service Certificates. Each element contains the following attributes:
64
+ """
59
65
  return pulumi.get(self, "certificates")
60
66
 
61
67
  @property
@@ -78,6 +84,12 @@ class GetServiceCertificatesResult:
78
84
 
79
85
  @property
80
86
  @pulumi.getter
87
+ def keyword(self) -> Optional[str]:
88
+ return pulumi.get(self, "keyword")
89
+
90
+ @property
91
+ @pulumi.getter
92
+ @_utilities.deprecated("""Field `lang` has been deprecated from provider version 1.232.0.""")
81
93
  def lang(self) -> Optional[str]:
82
94
  return pulumi.get(self, "lang")
83
95
 
@@ -89,6 +101,9 @@ class GetServiceCertificatesResult:
89
101
  @property
90
102
  @pulumi.getter
91
103
  def names(self) -> Sequence[str]:
104
+ """
105
+ A list of Ssl Certificates names.
106
+ """
92
107
  return pulumi.get(self, "names")
93
108
 
94
109
  @property
@@ -107,6 +122,7 @@ class AwaitableGetServiceCertificatesResult(GetServiceCertificatesResult):
107
122
  enable_details=self.enable_details,
108
123
  id=self.id,
109
124
  ids=self.ids,
125
+ keyword=self.keyword,
110
126
  lang=self.lang,
111
127
  name_regex=self.name_regex,
112
128
  names=self.names,
@@ -115,6 +131,7 @@ class AwaitableGetServiceCertificatesResult(GetServiceCertificatesResult):
115
131
 
116
132
  def get_service_certificates(enable_details: Optional[bool] = None,
117
133
  ids: Optional[Sequence[str]] = None,
134
+ keyword: Optional[str] = None,
118
135
  lang: Optional[str] = None,
119
136
  name_regex: Optional[str] = None,
120
137
  output_file: Optional[str] = None,
@@ -122,7 +139,7 @@ def get_service_certificates(enable_details: Optional[bool] = None,
122
139
  """
123
140
  This data source provides the Ssl Certificates Service Certificates of the current Alibaba Cloud user.
124
141
 
125
- > **NOTE:** Available in v1.129.0+.
142
+ > **NOTE:** Available since v1.129.0.
126
143
 
127
144
  ## Example Usage
128
145
 
@@ -132,21 +149,79 @@ def get_service_certificates(enable_details: Optional[bool] = None,
132
149
  import pulumi
133
150
  import pulumi_alicloud as alicloud
134
151
 
135
- certs = alicloud.cas.get_certificates(name_regex="^cas",
136
- ids=["Certificate Id"])
137
- pulumi.export("cert", certs.certificates[0].id)
152
+ config = pulumi.Config()
153
+ name = config.get("name")
154
+ if name is None:
155
+ name = "terraform-example"
156
+ default = alicloud.cas.ServiceCertificate("default",
157
+ certificate_name=name,
158
+ cert=\"\"\"-----BEGIN CERTIFICATE-----
159
+ MIIDeDCCAmCgAwIBAgIEN3ZT6zANBgkqhkiG9w0BAQsFADBVMQswCQYDVQQGEwJD
160
+ TjEVMBMGA1UEAwwMKi50ZnRlc3QudG9wMRAwDgYDVQQIDAdCZWlKaW5nMRAwDgYD
161
+ VQQHDAdCZWlKaW5nMQswCQYDVQQKDAJBQTAeFw0yMzA4MjgwNjQ5NDNaFw0yNTA4
162
+ MjcwNjQ5NDNaMFUxCzAJBgNVBAYTAkNOMRUwEwYDVQQDDAwqLnRmdGVzdC50b3Ax
163
+ EDAOBgNVBAgMB0JlaUppbmcxEDAOBgNVBAcMB0JlaUppbmcxCzAJBgNVBAoMAkFB
164
+ MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzkk9NJUH7PLSQK4RRrGQ
165
+ Y5dVsftkhnKh9HhI6yrnlowWIDPS1PZHOU/5gQ7xPUPGdKQV5S7x8wROnAaXEimx
166
+ N4GdQw25pGhRJvlwme9fzJJiSe6lG49NCxmuBiEdJAzPKaTPpK1cG1f1TqdgCfHR
167
+ HAL6Jxb3ylHG2LlTNFLXikubUi5RT6/9C8psr713Zm4HveCI/cx0WdgZ+fmsc9ft
168
+ rkIB1DdyV1kQ51m8r2rLi3J7aC5ggGOiex/VlGSd4e6SOQLpdQEdDbodtOJ4LgVk
169
+ +arFNCMinUWIOPGFzXhdm6lssPbh4MOBrz8c/M9TcF4hoMn5/o/9johZIZ/DOvXt
170
+ ZQIDAQABo1AwTjAdBgNVHQ4EFgQUOnWiddgeZj17IeysatqhE361o5YwHwYDVR0j
171
+ BBgwFoAUOnWiddgeZj17IeysatqhE361o5YwDAYDVR0TBAUwAwEB/zANBgkqhkiG
172
+ 9w0BAQsFAAOCAQEAfh3cnOszHM/5wXjY7BIkmgDOReksS+87ibhBz7T2ddZj+yCF
173
+ 9GdIBzXCiHpQFXpW8a3kc3I7l3nGfMTkmF6ld3ot/6SXP17QKJwxtvUA4ib8QkWD
174
+ S7FT+UcHCUHv42Sh1e5uAlQ5pMSul7iKcR7jwlwZGZ0905HOqrmdyUGJ+Ud2uZWD
175
+ AC0dJF6Bv9VhNtci8Imp05PaPH09deXLZu8LRrKRZFy9qLW5R6Swv7nzxckOAqDk
176
+ TTc40xwvQROekWUyxeJL7xaHuylUHE0bxsiIfx5bZsBizRjprIwGlj85CSPuTZyP
177
+ DPfaiZAN/61h5HNAnxLltOZfqabKYYw7l9LBDg==
178
+ -----END CERTIFICATE-----
179
+ \"\"\",
180
+ key=\"\"\"-----BEGIN PRIVATE KEY-----
181
+ MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDOST00lQfs8tJA
182
+ rhFGsZBjl1Wx+2SGcqH0eEjrKueWjBYgM9LU9kc5T/mBDvE9Q8Z0pBXlLvHzBE6c
183
+ BpcSKbE3gZ1DDbmkaFEm+XCZ71/MkmJJ7qUbj00LGa4GIR0kDM8ppM+krVwbV/VO
184
+ p2AJ8dEcAvonFvfKUcbYuVM0UteKS5tSLlFPr/0LymyvvXdmbge94Ij9zHRZ2Bn5
185
+ +axz1+2uQgHUN3JXWRDnWbyvasuLcntoLmCAY6J7H9WUZJ3h7pI5Aul1AR0Nuh20
186
+ 4nguBWT5qsU0IyKdRYg48YXNeF2bqWyw9uHgw4GvPxz8z1NwXiGgyfn+j/2OiFkh
187
+ n8M69e1lAgMBAAECggEAevPgTTT+0lYwx2h416ACJboP09O5KQGuUl5XaAPcoTjB
188
+ /1OkOFbKQPjQCAJ1+0QoR2F9w2plv6kziX/MD4FWJXVV3J+TpNCgfhBy8u1gNjiR
189
+ 6Osa8gBJtXIK7ZBTJCeWWoXnVYoWuh2FEupkLck6D+4eV6oy6x4u3QIo+6jc24n9
190
+ dIXQG6/v/Iao34kB0LUdp/4WNaUDvfI6NDhEwchpKE95dtWIDlIN/YhfiYAdjrnl
191
+ YmH2VDbAGgsdEiHP4wLZfjgsGPPDGS0+qBHoSiJGH0E6wWEZdAE4TsYGRFsO86n3
192
+ LfjEPFGfPlcnZe2cTTe3kmyKq/DTjxtu2rh3I8o2CQKBgQD/5Xe7cenaOBefzPlx
193
+ GOEsB+qv49UmzEPOXDNZe9hmAawuuuxPUM+xlE++P+mEgQm1LPT4WWgtFLPVuwmx
194
+ ncxt4CJNZh+ZGFyAZ4dm4M4ZhIBXNonyIP+yGyAJUUVF9Iy3TYcJNiGzv2Rx9JRQ
195
+ XWJMQnTDILmZbmU+ltTea7/zqwKBgQDOXqCqb17MuLt7OcKWSgthm79OlaOdzZvl
196
+ i9qU6VzZKG7Axc5gA9yq6tHp3vWPI4bNdvwqIIa/nzVILjGA5fcYFbRN+7gHwo8s
197
+ rNAgi5PAoKWqQRovyJRY9Eq/sn6l1jbJZAOUAMZMWDm8z89OqK7PNQSIAtfFSneo
198
+ 2QxJkGeTLwKBgGJkafBB8af9b1/7YWISLepPNPbihH/BhMThAMGEdAVs2TaymtA4
199
+ g1OFck/1pSVUtFXcbmjbf8ntruQcYbLQuNz6lFXsUXP9QPwCUrbE85ouL2bZSps2
200
+ AvsJoPzUKe2nBUAp6CUrkjPaAJYsc6ae8X/fAaRRfeu33ef9+OV4yrq3AoGAYFZo
201
+ ZmfrN2Kdkt7Z6dLTEVPlsMfGQ6pyNmxdM9rkzzNC0JcGymfDIb7RE35T3+hTy6La
202
+ AMiCXv3xn6qAzY2NFh87tpPlyymWMOLTnf3Kkcfszlfp45idOBGCu46V9NDVbppT
203
+ 2UmrSIR/H5dbTXsNcAlt/hhlpeInjhkU1VqmH10CgYEA7Kk+QhWq705SczpWjm5J
204
+ 9kHqfFzJLwAWNBduiia0WypgPhLe/4wT1rYQkBtKMVKrgFo7Cvi4YKlrtlDnXyeU
205
+ CIFqfEL5NriQelqrFsvgHsmD+MpvDoSWm5C8IrTubtlNyWUzXSVT4OIwzPobzPqG
206
+ LILJ+e7bLw8RrM0HfgFnl8c=
207
+ -----END PRIVATE KEY-----
208
+ \"\"\")
209
+ ids = alicloud.cas.get_service_certificates_output(ids=[default.id])
210
+ pulumi.export("sslCertificatesServiceCertificatesId0", ids.certificates[0].id)
138
211
  ```
139
212
 
140
213
 
141
- :param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
142
- :param Sequence[str] ids: A list of Certificate IDs.
143
- :param str lang: The lang.
144
- :param str name_regex: A regex string to filter results by Certificate name.
214
+ :param bool enable_details: Whether to query the detailed list of resource attributes. Default value: `false`.
215
+ :param Sequence[str] ids: A list of Ssl Certificates IDs.
216
+ :param str keyword: The domain name that is bound or the ID of the resource. Fuzzy match is supported.
217
+ :param str lang: The language of the content within the request and response. **Note:** Field `lang` has been deprecated from provider version 1.232.0.
218
+ :param str name_regex: A regex string to filter results by Ssl Certificates name.
145
219
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
146
220
  """
147
221
  __args__ = dict()
148
222
  __args__['enableDetails'] = enable_details
149
223
  __args__['ids'] = ids
224
+ __args__['keyword'] = keyword
150
225
  __args__['lang'] = lang
151
226
  __args__['nameRegex'] = name_regex
152
227
  __args__['outputFile'] = output_file
@@ -158,12 +233,14 @@ def get_service_certificates(enable_details: Optional[bool] = None,
158
233
  enable_details=pulumi.get(__ret__, 'enable_details'),
159
234
  id=pulumi.get(__ret__, 'id'),
160
235
  ids=pulumi.get(__ret__, 'ids'),
236
+ keyword=pulumi.get(__ret__, 'keyword'),
161
237
  lang=pulumi.get(__ret__, 'lang'),
162
238
  name_regex=pulumi.get(__ret__, 'name_regex'),
163
239
  names=pulumi.get(__ret__, 'names'),
164
240
  output_file=pulumi.get(__ret__, 'output_file'))
165
241
  def get_service_certificates_output(enable_details: Optional[pulumi.Input[Optional[bool]]] = None,
166
242
  ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
243
+ keyword: Optional[pulumi.Input[Optional[str]]] = None,
167
244
  lang: Optional[pulumi.Input[Optional[str]]] = None,
168
245
  name_regex: Optional[pulumi.Input[Optional[str]]] = None,
169
246
  output_file: Optional[pulumi.Input[Optional[str]]] = None,
@@ -171,7 +248,7 @@ def get_service_certificates_output(enable_details: Optional[pulumi.Input[Option
171
248
  """
172
249
  This data source provides the Ssl Certificates Service Certificates of the current Alibaba Cloud user.
173
250
 
174
- > **NOTE:** Available in v1.129.0+.
251
+ > **NOTE:** Available since v1.129.0.
175
252
 
176
253
  ## Example Usage
177
254
 
@@ -181,21 +258,79 @@ def get_service_certificates_output(enable_details: Optional[pulumi.Input[Option
181
258
  import pulumi
182
259
  import pulumi_alicloud as alicloud
183
260
 
184
- certs = alicloud.cas.get_certificates(name_regex="^cas",
185
- ids=["Certificate Id"])
186
- pulumi.export("cert", certs.certificates[0].id)
261
+ config = pulumi.Config()
262
+ name = config.get("name")
263
+ if name is None:
264
+ name = "terraform-example"
265
+ default = alicloud.cas.ServiceCertificate("default",
266
+ certificate_name=name,
267
+ cert=\"\"\"-----BEGIN CERTIFICATE-----
268
+ MIIDeDCCAmCgAwIBAgIEN3ZT6zANBgkqhkiG9w0BAQsFADBVMQswCQYDVQQGEwJD
269
+ TjEVMBMGA1UEAwwMKi50ZnRlc3QudG9wMRAwDgYDVQQIDAdCZWlKaW5nMRAwDgYD
270
+ VQQHDAdCZWlKaW5nMQswCQYDVQQKDAJBQTAeFw0yMzA4MjgwNjQ5NDNaFw0yNTA4
271
+ MjcwNjQ5NDNaMFUxCzAJBgNVBAYTAkNOMRUwEwYDVQQDDAwqLnRmdGVzdC50b3Ax
272
+ EDAOBgNVBAgMB0JlaUppbmcxEDAOBgNVBAcMB0JlaUppbmcxCzAJBgNVBAoMAkFB
273
+ MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzkk9NJUH7PLSQK4RRrGQ
274
+ Y5dVsftkhnKh9HhI6yrnlowWIDPS1PZHOU/5gQ7xPUPGdKQV5S7x8wROnAaXEimx
275
+ N4GdQw25pGhRJvlwme9fzJJiSe6lG49NCxmuBiEdJAzPKaTPpK1cG1f1TqdgCfHR
276
+ HAL6Jxb3ylHG2LlTNFLXikubUi5RT6/9C8psr713Zm4HveCI/cx0WdgZ+fmsc9ft
277
+ rkIB1DdyV1kQ51m8r2rLi3J7aC5ggGOiex/VlGSd4e6SOQLpdQEdDbodtOJ4LgVk
278
+ +arFNCMinUWIOPGFzXhdm6lssPbh4MOBrz8c/M9TcF4hoMn5/o/9johZIZ/DOvXt
279
+ ZQIDAQABo1AwTjAdBgNVHQ4EFgQUOnWiddgeZj17IeysatqhE361o5YwHwYDVR0j
280
+ BBgwFoAUOnWiddgeZj17IeysatqhE361o5YwDAYDVR0TBAUwAwEB/zANBgkqhkiG
281
+ 9w0BAQsFAAOCAQEAfh3cnOszHM/5wXjY7BIkmgDOReksS+87ibhBz7T2ddZj+yCF
282
+ 9GdIBzXCiHpQFXpW8a3kc3I7l3nGfMTkmF6ld3ot/6SXP17QKJwxtvUA4ib8QkWD
283
+ S7FT+UcHCUHv42Sh1e5uAlQ5pMSul7iKcR7jwlwZGZ0905HOqrmdyUGJ+Ud2uZWD
284
+ AC0dJF6Bv9VhNtci8Imp05PaPH09deXLZu8LRrKRZFy9qLW5R6Swv7nzxckOAqDk
285
+ TTc40xwvQROekWUyxeJL7xaHuylUHE0bxsiIfx5bZsBizRjprIwGlj85CSPuTZyP
286
+ DPfaiZAN/61h5HNAnxLltOZfqabKYYw7l9LBDg==
287
+ -----END CERTIFICATE-----
288
+ \"\"\",
289
+ key=\"\"\"-----BEGIN PRIVATE KEY-----
290
+ MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDOST00lQfs8tJA
291
+ rhFGsZBjl1Wx+2SGcqH0eEjrKueWjBYgM9LU9kc5T/mBDvE9Q8Z0pBXlLvHzBE6c
292
+ BpcSKbE3gZ1DDbmkaFEm+XCZ71/MkmJJ7qUbj00LGa4GIR0kDM8ppM+krVwbV/VO
293
+ p2AJ8dEcAvonFvfKUcbYuVM0UteKS5tSLlFPr/0LymyvvXdmbge94Ij9zHRZ2Bn5
294
+ +axz1+2uQgHUN3JXWRDnWbyvasuLcntoLmCAY6J7H9WUZJ3h7pI5Aul1AR0Nuh20
295
+ 4nguBWT5qsU0IyKdRYg48YXNeF2bqWyw9uHgw4GvPxz8z1NwXiGgyfn+j/2OiFkh
296
+ n8M69e1lAgMBAAECggEAevPgTTT+0lYwx2h416ACJboP09O5KQGuUl5XaAPcoTjB
297
+ /1OkOFbKQPjQCAJ1+0QoR2F9w2plv6kziX/MD4FWJXVV3J+TpNCgfhBy8u1gNjiR
298
+ 6Osa8gBJtXIK7ZBTJCeWWoXnVYoWuh2FEupkLck6D+4eV6oy6x4u3QIo+6jc24n9
299
+ dIXQG6/v/Iao34kB0LUdp/4WNaUDvfI6NDhEwchpKE95dtWIDlIN/YhfiYAdjrnl
300
+ YmH2VDbAGgsdEiHP4wLZfjgsGPPDGS0+qBHoSiJGH0E6wWEZdAE4TsYGRFsO86n3
301
+ LfjEPFGfPlcnZe2cTTe3kmyKq/DTjxtu2rh3I8o2CQKBgQD/5Xe7cenaOBefzPlx
302
+ GOEsB+qv49UmzEPOXDNZe9hmAawuuuxPUM+xlE++P+mEgQm1LPT4WWgtFLPVuwmx
303
+ ncxt4CJNZh+ZGFyAZ4dm4M4ZhIBXNonyIP+yGyAJUUVF9Iy3TYcJNiGzv2Rx9JRQ
304
+ XWJMQnTDILmZbmU+ltTea7/zqwKBgQDOXqCqb17MuLt7OcKWSgthm79OlaOdzZvl
305
+ i9qU6VzZKG7Axc5gA9yq6tHp3vWPI4bNdvwqIIa/nzVILjGA5fcYFbRN+7gHwo8s
306
+ rNAgi5PAoKWqQRovyJRY9Eq/sn6l1jbJZAOUAMZMWDm8z89OqK7PNQSIAtfFSneo
307
+ 2QxJkGeTLwKBgGJkafBB8af9b1/7YWISLepPNPbihH/BhMThAMGEdAVs2TaymtA4
308
+ g1OFck/1pSVUtFXcbmjbf8ntruQcYbLQuNz6lFXsUXP9QPwCUrbE85ouL2bZSps2
309
+ AvsJoPzUKe2nBUAp6CUrkjPaAJYsc6ae8X/fAaRRfeu33ef9+OV4yrq3AoGAYFZo
310
+ ZmfrN2Kdkt7Z6dLTEVPlsMfGQ6pyNmxdM9rkzzNC0JcGymfDIb7RE35T3+hTy6La
311
+ AMiCXv3xn6qAzY2NFh87tpPlyymWMOLTnf3Kkcfszlfp45idOBGCu46V9NDVbppT
312
+ 2UmrSIR/H5dbTXsNcAlt/hhlpeInjhkU1VqmH10CgYEA7Kk+QhWq705SczpWjm5J
313
+ 9kHqfFzJLwAWNBduiia0WypgPhLe/4wT1rYQkBtKMVKrgFo7Cvi4YKlrtlDnXyeU
314
+ CIFqfEL5NriQelqrFsvgHsmD+MpvDoSWm5C8IrTubtlNyWUzXSVT4OIwzPobzPqG
315
+ LILJ+e7bLw8RrM0HfgFnl8c=
316
+ -----END PRIVATE KEY-----
317
+ \"\"\")
318
+ ids = alicloud.cas.get_service_certificates_output(ids=[default.id])
319
+ pulumi.export("sslCertificatesServiceCertificatesId0", ids.certificates[0].id)
187
320
  ```
188
321
 
189
322
 
190
- :param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
191
- :param Sequence[str] ids: A list of Certificate IDs.
192
- :param str lang: The lang.
193
- :param str name_regex: A regex string to filter results by Certificate name.
323
+ :param bool enable_details: Whether to query the detailed list of resource attributes. Default value: `false`.
324
+ :param Sequence[str] ids: A list of Ssl Certificates IDs.
325
+ :param str keyword: The domain name that is bound or the ID of the resource. Fuzzy match is supported.
326
+ :param str lang: The language of the content within the request and response. **Note:** Field `lang` has been deprecated from provider version 1.232.0.
327
+ :param str name_regex: A regex string to filter results by Ssl Certificates name.
194
328
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
195
329
  """
196
330
  __args__ = dict()
197
331
  __args__['enableDetails'] = enable_details
198
332
  __args__['ids'] = ids
333
+ __args__['keyword'] = keyword
199
334
  __args__['lang'] = lang
200
335
  __args__['nameRegex'] = name_regex
201
336
  __args__['outputFile'] = output_file
@@ -206,6 +341,7 @@ def get_service_certificates_output(enable_details: Optional[pulumi.Input[Option
206
341
  enable_details=pulumi.get(__response__, 'enable_details'),
207
342
  id=pulumi.get(__response__, 'id'),
208
343
  ids=pulumi.get(__response__, 'ids'),
344
+ keyword=pulumi.get(__response__, 'keyword'),
209
345
  lang=pulumi.get(__response__, 'lang'),
210
346
  name_regex=pulumi.get(__response__, 'name_regex'),
211
347
  names=pulumi.get(__response__, 'names'),