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,398 @@
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__ = ['BizTypeArgs', 'BizType']
13
+
14
+ @pulumi.input_type
15
+ class BizTypeArgs:
16
+ def __init__(__self__, *,
17
+ biz_type_name: pulumi.Input[str],
18
+ biz_type_import: Optional[pulumi.Input[str]] = None,
19
+ cite_template: Optional[pulumi.Input[bool]] = None,
20
+ description: Optional[pulumi.Input[str]] = None,
21
+ industry_info: Optional[pulumi.Input[str]] = None):
22
+ """
23
+ The set of arguments for constructing a BizType resource.
24
+ :param pulumi.Input[str] biz_type_name: The name of the business scenario defined by the customer. It can contain no more than 32 characters in English, numbers, and underscores.
25
+ :param pulumi.Input[str] biz_type_import: The name of the existing business scenario that was imported from when the business scenario was created.
26
+ :param pulumi.Input[bool] cite_template: Specifies whether to import the configuration of an industry template. Default value: false. Valid values: true: imports the configuration of an industry template. false: does not import the configuration of an industry template. If the value is true, you must specify the industryInfo parameter.
27
+ :param pulumi.Input[str] description: The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.
28
+ :param pulumi.Input[str] industry_info: The industry classification. Valid values: Social-Registration information-Profile picture Social-Registration information-Nickname Social-Registration information-Bio Social-Instant messaging-Chat Social-Instant messaging-Group chat Social-Instant messaging-Chat room Social-Forums&Communities-Post Social-Forums&Communities-Comment Social-Forums&Communities-Tag Social-Forums&Communities-Recommendation Multimedia-Registration information-Profile picture Multimedia-Registration information-Nickname Multimedia-Registration information-Bio Multimedia-Instant messaging-Chat Multimedia-Live streaming-Heading Multimedia-Live streaming-Cover Multimedia-Live streaming-Content Multimedia-Live streaming-Comment Multimedia-Online storage-Storage content Multimedia-Online storage-Shared content Gaming-Registration information-Nickname Gaming-Registration information-Profile picture Gaming-Registration information-Signature Gaming-Instant messaging-Chat Gaming-Instant messaging-Group chat Gaming-Instant messaging-Chat room Gaming-Forums&Communities-Post Gaming-Forums&Communities-Comment Gaming-Forums&Communities-Tag Gaming-Forums&Communities-Recommendation New retail-Goods-Heading New retail-Goods-Description Reading-Books-Title Reading-Books-Heading Reading-Books-Cover Reading-Books-Content Media-News content-News content Education-Registration information-Nickname Education-Registration information-Profile picture Education-Registration information-Bio Gaming-Instant messaging-Chat Gaming-Forums&Communities-Post Education-Forums&Communities-Comment Education-Forums&Communities-Tag Education-Forums&Communities-Recommendation Education-Customer service-Voice call Others
29
+ """
30
+ pulumi.set(__self__, "biz_type_name", biz_type_name)
31
+ if biz_type_import is not None:
32
+ pulumi.set(__self__, "biz_type_import", biz_type_import)
33
+ if cite_template is not None:
34
+ pulumi.set(__self__, "cite_template", cite_template)
35
+ if description is not None:
36
+ pulumi.set(__self__, "description", description)
37
+ if industry_info is not None:
38
+ pulumi.set(__self__, "industry_info", industry_info)
39
+
40
+ @property
41
+ @pulumi.getter(name="bizTypeName")
42
+ def biz_type_name(self) -> pulumi.Input[str]:
43
+ """
44
+ The name of the business scenario defined by the customer. It can contain no more than 32 characters in English, numbers, and underscores.
45
+ """
46
+ return pulumi.get(self, "biz_type_name")
47
+
48
+ @biz_type_name.setter
49
+ def biz_type_name(self, value: pulumi.Input[str]):
50
+ pulumi.set(self, "biz_type_name", value)
51
+
52
+ @property
53
+ @pulumi.getter(name="bizTypeImport")
54
+ def biz_type_import(self) -> Optional[pulumi.Input[str]]:
55
+ """
56
+ The name of the existing business scenario that was imported from when the business scenario was created.
57
+ """
58
+ return pulumi.get(self, "biz_type_import")
59
+
60
+ @biz_type_import.setter
61
+ def biz_type_import(self, value: Optional[pulumi.Input[str]]):
62
+ pulumi.set(self, "biz_type_import", value)
63
+
64
+ @property
65
+ @pulumi.getter(name="citeTemplate")
66
+ def cite_template(self) -> Optional[pulumi.Input[bool]]:
67
+ """
68
+ Specifies whether to import the configuration of an industry template. Default value: false. Valid values: true: imports the configuration of an industry template. false: does not import the configuration of an industry template. If the value is true, you must specify the industryInfo parameter.
69
+ """
70
+ return pulumi.get(self, "cite_template")
71
+
72
+ @cite_template.setter
73
+ def cite_template(self, value: Optional[pulumi.Input[bool]]):
74
+ pulumi.set(self, "cite_template", value)
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def description(self) -> Optional[pulumi.Input[str]]:
79
+ """
80
+ The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.
81
+ """
82
+ return pulumi.get(self, "description")
83
+
84
+ @description.setter
85
+ def description(self, value: Optional[pulumi.Input[str]]):
86
+ pulumi.set(self, "description", value)
87
+
88
+ @property
89
+ @pulumi.getter(name="industryInfo")
90
+ def industry_info(self) -> Optional[pulumi.Input[str]]:
91
+ """
92
+ The industry classification. Valid values: Social-Registration information-Profile picture Social-Registration information-Nickname Social-Registration information-Bio Social-Instant messaging-Chat Social-Instant messaging-Group chat Social-Instant messaging-Chat room Social-Forums&Communities-Post Social-Forums&Communities-Comment Social-Forums&Communities-Tag Social-Forums&Communities-Recommendation Multimedia-Registration information-Profile picture Multimedia-Registration information-Nickname Multimedia-Registration information-Bio Multimedia-Instant messaging-Chat Multimedia-Live streaming-Heading Multimedia-Live streaming-Cover Multimedia-Live streaming-Content Multimedia-Live streaming-Comment Multimedia-Online storage-Storage content Multimedia-Online storage-Shared content Gaming-Registration information-Nickname Gaming-Registration information-Profile picture Gaming-Registration information-Signature Gaming-Instant messaging-Chat Gaming-Instant messaging-Group chat Gaming-Instant messaging-Chat room Gaming-Forums&Communities-Post Gaming-Forums&Communities-Comment Gaming-Forums&Communities-Tag Gaming-Forums&Communities-Recommendation New retail-Goods-Heading New retail-Goods-Description Reading-Books-Title Reading-Books-Heading Reading-Books-Cover Reading-Books-Content Media-News content-News content Education-Registration information-Nickname Education-Registration information-Profile picture Education-Registration information-Bio Gaming-Instant messaging-Chat Gaming-Forums&Communities-Post Education-Forums&Communities-Comment Education-Forums&Communities-Tag Education-Forums&Communities-Recommendation Education-Customer service-Voice call Others
93
+ """
94
+ return pulumi.get(self, "industry_info")
95
+
96
+ @industry_info.setter
97
+ def industry_info(self, value: Optional[pulumi.Input[str]]):
98
+ pulumi.set(self, "industry_info", value)
99
+
100
+
101
+ @pulumi.input_type
102
+ class _BizTypeState:
103
+ def __init__(__self__, *,
104
+ biz_type_import: Optional[pulumi.Input[str]] = None,
105
+ biz_type_name: Optional[pulumi.Input[str]] = None,
106
+ cite_template: Optional[pulumi.Input[bool]] = None,
107
+ description: Optional[pulumi.Input[str]] = None,
108
+ industry_info: Optional[pulumi.Input[str]] = None):
109
+ """
110
+ Input properties used for looking up and filtering BizType resources.
111
+ :param pulumi.Input[str] biz_type_import: The name of the existing business scenario that was imported from when the business scenario was created.
112
+ :param pulumi.Input[str] biz_type_name: The name of the business scenario defined by the customer. It can contain no more than 32 characters in English, numbers, and underscores.
113
+ :param pulumi.Input[bool] cite_template: Specifies whether to import the configuration of an industry template. Default value: false. Valid values: true: imports the configuration of an industry template. false: does not import the configuration of an industry template. If the value is true, you must specify the industryInfo parameter.
114
+ :param pulumi.Input[str] description: The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.
115
+ :param pulumi.Input[str] industry_info: The industry classification. Valid values: Social-Registration information-Profile picture Social-Registration information-Nickname Social-Registration information-Bio Social-Instant messaging-Chat Social-Instant messaging-Group chat Social-Instant messaging-Chat room Social-Forums&Communities-Post Social-Forums&Communities-Comment Social-Forums&Communities-Tag Social-Forums&Communities-Recommendation Multimedia-Registration information-Profile picture Multimedia-Registration information-Nickname Multimedia-Registration information-Bio Multimedia-Instant messaging-Chat Multimedia-Live streaming-Heading Multimedia-Live streaming-Cover Multimedia-Live streaming-Content Multimedia-Live streaming-Comment Multimedia-Online storage-Storage content Multimedia-Online storage-Shared content Gaming-Registration information-Nickname Gaming-Registration information-Profile picture Gaming-Registration information-Signature Gaming-Instant messaging-Chat Gaming-Instant messaging-Group chat Gaming-Instant messaging-Chat room Gaming-Forums&Communities-Post Gaming-Forums&Communities-Comment Gaming-Forums&Communities-Tag Gaming-Forums&Communities-Recommendation New retail-Goods-Heading New retail-Goods-Description Reading-Books-Title Reading-Books-Heading Reading-Books-Cover Reading-Books-Content Media-News content-News content Education-Registration information-Nickname Education-Registration information-Profile picture Education-Registration information-Bio Gaming-Instant messaging-Chat Gaming-Forums&Communities-Post Education-Forums&Communities-Comment Education-Forums&Communities-Tag Education-Forums&Communities-Recommendation Education-Customer service-Voice call Others
116
+ """
117
+ if biz_type_import is not None:
118
+ pulumi.set(__self__, "biz_type_import", biz_type_import)
119
+ if biz_type_name is not None:
120
+ pulumi.set(__self__, "biz_type_name", biz_type_name)
121
+ if cite_template is not None:
122
+ pulumi.set(__self__, "cite_template", cite_template)
123
+ if description is not None:
124
+ pulumi.set(__self__, "description", description)
125
+ if industry_info is not None:
126
+ pulumi.set(__self__, "industry_info", industry_info)
127
+
128
+ @property
129
+ @pulumi.getter(name="bizTypeImport")
130
+ def biz_type_import(self) -> Optional[pulumi.Input[str]]:
131
+ """
132
+ The name of the existing business scenario that was imported from when the business scenario was created.
133
+ """
134
+ return pulumi.get(self, "biz_type_import")
135
+
136
+ @biz_type_import.setter
137
+ def biz_type_import(self, value: Optional[pulumi.Input[str]]):
138
+ pulumi.set(self, "biz_type_import", value)
139
+
140
+ @property
141
+ @pulumi.getter(name="bizTypeName")
142
+ def biz_type_name(self) -> Optional[pulumi.Input[str]]:
143
+ """
144
+ The name of the business scenario defined by the customer. It can contain no more than 32 characters in English, numbers, and underscores.
145
+ """
146
+ return pulumi.get(self, "biz_type_name")
147
+
148
+ @biz_type_name.setter
149
+ def biz_type_name(self, value: Optional[pulumi.Input[str]]):
150
+ pulumi.set(self, "biz_type_name", value)
151
+
152
+ @property
153
+ @pulumi.getter(name="citeTemplate")
154
+ def cite_template(self) -> Optional[pulumi.Input[bool]]:
155
+ """
156
+ Specifies whether to import the configuration of an industry template. Default value: false. Valid values: true: imports the configuration of an industry template. false: does not import the configuration of an industry template. If the value is true, you must specify the industryInfo parameter.
157
+ """
158
+ return pulumi.get(self, "cite_template")
159
+
160
+ @cite_template.setter
161
+ def cite_template(self, value: Optional[pulumi.Input[bool]]):
162
+ pulumi.set(self, "cite_template", value)
163
+
164
+ @property
165
+ @pulumi.getter
166
+ def description(self) -> Optional[pulumi.Input[str]]:
167
+ """
168
+ The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.
169
+ """
170
+ return pulumi.get(self, "description")
171
+
172
+ @description.setter
173
+ def description(self, value: Optional[pulumi.Input[str]]):
174
+ pulumi.set(self, "description", value)
175
+
176
+ @property
177
+ @pulumi.getter(name="industryInfo")
178
+ def industry_info(self) -> Optional[pulumi.Input[str]]:
179
+ """
180
+ The industry classification. Valid values: Social-Registration information-Profile picture Social-Registration information-Nickname Social-Registration information-Bio Social-Instant messaging-Chat Social-Instant messaging-Group chat Social-Instant messaging-Chat room Social-Forums&Communities-Post Social-Forums&Communities-Comment Social-Forums&Communities-Tag Social-Forums&Communities-Recommendation Multimedia-Registration information-Profile picture Multimedia-Registration information-Nickname Multimedia-Registration information-Bio Multimedia-Instant messaging-Chat Multimedia-Live streaming-Heading Multimedia-Live streaming-Cover Multimedia-Live streaming-Content Multimedia-Live streaming-Comment Multimedia-Online storage-Storage content Multimedia-Online storage-Shared content Gaming-Registration information-Nickname Gaming-Registration information-Profile picture Gaming-Registration information-Signature Gaming-Instant messaging-Chat Gaming-Instant messaging-Group chat Gaming-Instant messaging-Chat room Gaming-Forums&Communities-Post Gaming-Forums&Communities-Comment Gaming-Forums&Communities-Tag Gaming-Forums&Communities-Recommendation New retail-Goods-Heading New retail-Goods-Description Reading-Books-Title Reading-Books-Heading Reading-Books-Cover Reading-Books-Content Media-News content-News content Education-Registration information-Nickname Education-Registration information-Profile picture Education-Registration information-Bio Gaming-Instant messaging-Chat Gaming-Forums&Communities-Post Education-Forums&Communities-Comment Education-Forums&Communities-Tag Education-Forums&Communities-Recommendation Education-Customer service-Voice call Others
181
+ """
182
+ return pulumi.get(self, "industry_info")
183
+
184
+ @industry_info.setter
185
+ def industry_info(self, value: Optional[pulumi.Input[str]]):
186
+ pulumi.set(self, "industry_info", value)
187
+
188
+
189
+ class BizType(pulumi.CustomResource):
190
+ @overload
191
+ def __init__(__self__,
192
+ resource_name: str,
193
+ opts: Optional[pulumi.ResourceOptions] = None,
194
+ biz_type_import: Optional[pulumi.Input[str]] = None,
195
+ biz_type_name: Optional[pulumi.Input[str]] = None,
196
+ cite_template: Optional[pulumi.Input[bool]] = None,
197
+ description: Optional[pulumi.Input[str]] = None,
198
+ industry_info: Optional[pulumi.Input[str]] = None,
199
+ __props__=None):
200
+ """
201
+ Provides a Aligreen Biz Type resource.
202
+
203
+ For information about Aligreen Biz Type and how to use it, see [What is Biz Type](https://www.alibabacloud.com/help/en/).
204
+
205
+ > **NOTE:** Available since v1.228.0.
206
+
207
+ ## Example Usage
208
+
209
+ Basic Usage
210
+
211
+ ```python
212
+ import pulumi
213
+ import pulumi_alicloud as alicloud
214
+
215
+ config = pulumi.Config()
216
+ name = config.get("name")
217
+ if name is None:
218
+ name = "terraform_example"
219
+ default = alicloud.aligreen.BizType("default",
220
+ biz_type_name=name,
221
+ description=name,
222
+ cite_template=True,
223
+ industry_info="社交-注册信息-昵称",
224
+ biz_type_import="1")
225
+ ```
226
+
227
+ ## Import
228
+
229
+ Aligreen Biz Type can be imported using the id, e.g.
230
+
231
+ ```sh
232
+ $ pulumi import alicloud:aligreen/bizType:BizType example <id>
233
+ ```
234
+
235
+ :param str resource_name: The name of the resource.
236
+ :param pulumi.ResourceOptions opts: Options for the resource.
237
+ :param pulumi.Input[str] biz_type_import: The name of the existing business scenario that was imported from when the business scenario was created.
238
+ :param pulumi.Input[str] biz_type_name: The name of the business scenario defined by the customer. It can contain no more than 32 characters in English, numbers, and underscores.
239
+ :param pulumi.Input[bool] cite_template: Specifies whether to import the configuration of an industry template. Default value: false. Valid values: true: imports the configuration of an industry template. false: does not import the configuration of an industry template. If the value is true, you must specify the industryInfo parameter.
240
+ :param pulumi.Input[str] description: The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.
241
+ :param pulumi.Input[str] industry_info: The industry classification. Valid values: Social-Registration information-Profile picture Social-Registration information-Nickname Social-Registration information-Bio Social-Instant messaging-Chat Social-Instant messaging-Group chat Social-Instant messaging-Chat room Social-Forums&Communities-Post Social-Forums&Communities-Comment Social-Forums&Communities-Tag Social-Forums&Communities-Recommendation Multimedia-Registration information-Profile picture Multimedia-Registration information-Nickname Multimedia-Registration information-Bio Multimedia-Instant messaging-Chat Multimedia-Live streaming-Heading Multimedia-Live streaming-Cover Multimedia-Live streaming-Content Multimedia-Live streaming-Comment Multimedia-Online storage-Storage content Multimedia-Online storage-Shared content Gaming-Registration information-Nickname Gaming-Registration information-Profile picture Gaming-Registration information-Signature Gaming-Instant messaging-Chat Gaming-Instant messaging-Group chat Gaming-Instant messaging-Chat room Gaming-Forums&Communities-Post Gaming-Forums&Communities-Comment Gaming-Forums&Communities-Tag Gaming-Forums&Communities-Recommendation New retail-Goods-Heading New retail-Goods-Description Reading-Books-Title Reading-Books-Heading Reading-Books-Cover Reading-Books-Content Media-News content-News content Education-Registration information-Nickname Education-Registration information-Profile picture Education-Registration information-Bio Gaming-Instant messaging-Chat Gaming-Forums&Communities-Post Education-Forums&Communities-Comment Education-Forums&Communities-Tag Education-Forums&Communities-Recommendation Education-Customer service-Voice call Others
242
+ """
243
+ ...
244
+ @overload
245
+ def __init__(__self__,
246
+ resource_name: str,
247
+ args: BizTypeArgs,
248
+ opts: Optional[pulumi.ResourceOptions] = None):
249
+ """
250
+ Provides a Aligreen Biz Type resource.
251
+
252
+ For information about Aligreen Biz Type and how to use it, see [What is Biz Type](https://www.alibabacloud.com/help/en/).
253
+
254
+ > **NOTE:** Available since v1.228.0.
255
+
256
+ ## Example Usage
257
+
258
+ Basic Usage
259
+
260
+ ```python
261
+ import pulumi
262
+ import pulumi_alicloud as alicloud
263
+
264
+ config = pulumi.Config()
265
+ name = config.get("name")
266
+ if name is None:
267
+ name = "terraform_example"
268
+ default = alicloud.aligreen.BizType("default",
269
+ biz_type_name=name,
270
+ description=name,
271
+ cite_template=True,
272
+ industry_info="社交-注册信息-昵称",
273
+ biz_type_import="1")
274
+ ```
275
+
276
+ ## Import
277
+
278
+ Aligreen Biz Type can be imported using the id, e.g.
279
+
280
+ ```sh
281
+ $ pulumi import alicloud:aligreen/bizType:BizType example <id>
282
+ ```
283
+
284
+ :param str resource_name: The name of the resource.
285
+ :param BizTypeArgs args: The arguments to use to populate this resource's properties.
286
+ :param pulumi.ResourceOptions opts: Options for the resource.
287
+ """
288
+ ...
289
+ def __init__(__self__, resource_name: str, *args, **kwargs):
290
+ resource_args, opts = _utilities.get_resource_args_opts(BizTypeArgs, pulumi.ResourceOptions, *args, **kwargs)
291
+ if resource_args is not None:
292
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
293
+ else:
294
+ __self__._internal_init(resource_name, *args, **kwargs)
295
+
296
+ def _internal_init(__self__,
297
+ resource_name: str,
298
+ opts: Optional[pulumi.ResourceOptions] = None,
299
+ biz_type_import: Optional[pulumi.Input[str]] = None,
300
+ biz_type_name: Optional[pulumi.Input[str]] = None,
301
+ cite_template: Optional[pulumi.Input[bool]] = None,
302
+ description: Optional[pulumi.Input[str]] = None,
303
+ industry_info: Optional[pulumi.Input[str]] = None,
304
+ __props__=None):
305
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
306
+ if not isinstance(opts, pulumi.ResourceOptions):
307
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
308
+ if opts.id is None:
309
+ if __props__ is not None:
310
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
311
+ __props__ = BizTypeArgs.__new__(BizTypeArgs)
312
+
313
+ __props__.__dict__["biz_type_import"] = biz_type_import
314
+ if biz_type_name is None and not opts.urn:
315
+ raise TypeError("Missing required property 'biz_type_name'")
316
+ __props__.__dict__["biz_type_name"] = biz_type_name
317
+ __props__.__dict__["cite_template"] = cite_template
318
+ __props__.__dict__["description"] = description
319
+ __props__.__dict__["industry_info"] = industry_info
320
+ super(BizType, __self__).__init__(
321
+ 'alicloud:aligreen/bizType:BizType',
322
+ resource_name,
323
+ __props__,
324
+ opts)
325
+
326
+ @staticmethod
327
+ def get(resource_name: str,
328
+ id: pulumi.Input[str],
329
+ opts: Optional[pulumi.ResourceOptions] = None,
330
+ biz_type_import: Optional[pulumi.Input[str]] = None,
331
+ biz_type_name: Optional[pulumi.Input[str]] = None,
332
+ cite_template: Optional[pulumi.Input[bool]] = None,
333
+ description: Optional[pulumi.Input[str]] = None,
334
+ industry_info: Optional[pulumi.Input[str]] = None) -> 'BizType':
335
+ """
336
+ Get an existing BizType resource's state with the given name, id, and optional extra
337
+ properties used to qualify the lookup.
338
+
339
+ :param str resource_name: The unique name of the resulting resource.
340
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
341
+ :param pulumi.ResourceOptions opts: Options for the resource.
342
+ :param pulumi.Input[str] biz_type_import: The name of the existing business scenario that was imported from when the business scenario was created.
343
+ :param pulumi.Input[str] biz_type_name: The name of the business scenario defined by the customer. It can contain no more than 32 characters in English, numbers, and underscores.
344
+ :param pulumi.Input[bool] cite_template: Specifies whether to import the configuration of an industry template. Default value: false. Valid values: true: imports the configuration of an industry template. false: does not import the configuration of an industry template. If the value is true, you must specify the industryInfo parameter.
345
+ :param pulumi.Input[str] description: The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.
346
+ :param pulumi.Input[str] industry_info: The industry classification. Valid values: Social-Registration information-Profile picture Social-Registration information-Nickname Social-Registration information-Bio Social-Instant messaging-Chat Social-Instant messaging-Group chat Social-Instant messaging-Chat room Social-Forums&Communities-Post Social-Forums&Communities-Comment Social-Forums&Communities-Tag Social-Forums&Communities-Recommendation Multimedia-Registration information-Profile picture Multimedia-Registration information-Nickname Multimedia-Registration information-Bio Multimedia-Instant messaging-Chat Multimedia-Live streaming-Heading Multimedia-Live streaming-Cover Multimedia-Live streaming-Content Multimedia-Live streaming-Comment Multimedia-Online storage-Storage content Multimedia-Online storage-Shared content Gaming-Registration information-Nickname Gaming-Registration information-Profile picture Gaming-Registration information-Signature Gaming-Instant messaging-Chat Gaming-Instant messaging-Group chat Gaming-Instant messaging-Chat room Gaming-Forums&Communities-Post Gaming-Forums&Communities-Comment Gaming-Forums&Communities-Tag Gaming-Forums&Communities-Recommendation New retail-Goods-Heading New retail-Goods-Description Reading-Books-Title Reading-Books-Heading Reading-Books-Cover Reading-Books-Content Media-News content-News content Education-Registration information-Nickname Education-Registration information-Profile picture Education-Registration information-Bio Gaming-Instant messaging-Chat Gaming-Forums&Communities-Post Education-Forums&Communities-Comment Education-Forums&Communities-Tag Education-Forums&Communities-Recommendation Education-Customer service-Voice call Others
347
+ """
348
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
349
+
350
+ __props__ = _BizTypeState.__new__(_BizTypeState)
351
+
352
+ __props__.__dict__["biz_type_import"] = biz_type_import
353
+ __props__.__dict__["biz_type_name"] = biz_type_name
354
+ __props__.__dict__["cite_template"] = cite_template
355
+ __props__.__dict__["description"] = description
356
+ __props__.__dict__["industry_info"] = industry_info
357
+ return BizType(resource_name, opts=opts, __props__=__props__)
358
+
359
+ @property
360
+ @pulumi.getter(name="bizTypeImport")
361
+ def biz_type_import(self) -> pulumi.Output[Optional[str]]:
362
+ """
363
+ The name of the existing business scenario that was imported from when the business scenario was created.
364
+ """
365
+ return pulumi.get(self, "biz_type_import")
366
+
367
+ @property
368
+ @pulumi.getter(name="bizTypeName")
369
+ def biz_type_name(self) -> pulumi.Output[str]:
370
+ """
371
+ The name of the business scenario defined by the customer. It can contain no more than 32 characters in English, numbers, and underscores.
372
+ """
373
+ return pulumi.get(self, "biz_type_name")
374
+
375
+ @property
376
+ @pulumi.getter(name="citeTemplate")
377
+ def cite_template(self) -> pulumi.Output[Optional[bool]]:
378
+ """
379
+ Specifies whether to import the configuration of an industry template. Default value: false. Valid values: true: imports the configuration of an industry template. false: does not import the configuration of an industry template. If the value is true, you must specify the industryInfo parameter.
380
+ """
381
+ return pulumi.get(self, "cite_template")
382
+
383
+ @property
384
+ @pulumi.getter
385
+ def description(self) -> pulumi.Output[Optional[str]]:
386
+ """
387
+ The description of the business scenario defined by the customer, which is a combination of Chinese and English, numbers, and underscores, and cannot exceed 32 characters.
388
+ """
389
+ return pulumi.get(self, "description")
390
+
391
+ @property
392
+ @pulumi.getter(name="industryInfo")
393
+ def industry_info(self) -> pulumi.Output[Optional[str]]:
394
+ """
395
+ The industry classification. Valid values: Social-Registration information-Profile picture Social-Registration information-Nickname Social-Registration information-Bio Social-Instant messaging-Chat Social-Instant messaging-Group chat Social-Instant messaging-Chat room Social-Forums&Communities-Post Social-Forums&Communities-Comment Social-Forums&Communities-Tag Social-Forums&Communities-Recommendation Multimedia-Registration information-Profile picture Multimedia-Registration information-Nickname Multimedia-Registration information-Bio Multimedia-Instant messaging-Chat Multimedia-Live streaming-Heading Multimedia-Live streaming-Cover Multimedia-Live streaming-Content Multimedia-Live streaming-Comment Multimedia-Online storage-Storage content Multimedia-Online storage-Shared content Gaming-Registration information-Nickname Gaming-Registration information-Profile picture Gaming-Registration information-Signature Gaming-Instant messaging-Chat Gaming-Instant messaging-Group chat Gaming-Instant messaging-Chat room Gaming-Forums&Communities-Post Gaming-Forums&Communities-Comment Gaming-Forums&Communities-Tag Gaming-Forums&Communities-Recommendation New retail-Goods-Heading New retail-Goods-Description Reading-Books-Title Reading-Books-Heading Reading-Books-Cover Reading-Books-Content Media-News content-News content Education-Registration information-Nickname Education-Registration information-Profile picture Education-Registration information-Bio Gaming-Instant messaging-Chat Gaming-Forums&Communities-Post Education-Forums&Communities-Comment Education-Forums&Communities-Tag Education-Forums&Communities-Recommendation Education-Customer service-Voice call Others
396
+ """
397
+ return pulumi.get(self, "industry_info")
398
+