pulumi-alicloud 3.84.0a1756358401__py3-none-any.whl → 3.84.0a1757017465__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +108 -0
- pulumi_alicloud/_inputs.py +635 -0
- pulumi_alicloud/ackone/membership_attachment.py +122 -0
- pulumi_alicloud/actiontrail/__init__.py +1 -0
- pulumi_alicloud/actiontrail/advanced_query_template.py +311 -0
- pulumi_alicloud/actiontrail/trail.py +303 -149
- pulumi_alicloud/actiontrail/trail_deprecated.py +131 -23
- pulumi_alicloud/alb/a_script.py +170 -0
- pulumi_alicloud/alb/get_rules.py +206 -0
- pulumi_alicloud/alb/listener.py +240 -0
- pulumi_alicloud/alb/listener_acl_attachment.py +180 -0
- pulumi_alicloud/alb/listener_additional_certificate_attachment.py +314 -0
- pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +136 -0
- pulumi_alicloud/alb/load_balancer_common_bandwidth_package_attachment.py +122 -0
- pulumi_alicloud/alb/load_balancer_zone_shifted_attachment.py +124 -0
- pulumi_alicloud/alb/rule.py +202 -0
- pulumi_alicloud/alikafka/sasl_user.py +2 -2
- pulumi_alicloud/apig/environment.py +86 -0
- pulumi_alicloud/arms/__init__.py +6 -0
- pulumi_alicloud/arms/addon_release.py +174 -0
- pulumi_alicloud/arms/env_feature.py +158 -0
- pulumi_alicloud/arms/env_pod_monitor.py +206 -0
- pulumi_alicloud/arms/env_service_monitor.py +204 -0
- pulumi_alicloud/arms/environment.py +150 -0
- pulumi_alicloud/arms/get_addon_releases.py +354 -0
- pulumi_alicloud/arms/get_env_custom_jobs.py +268 -0
- pulumi_alicloud/arms/get_env_features.py +342 -0
- pulumi_alicloud/arms/get_env_pod_monitors.py +390 -0
- pulumi_alicloud/arms/get_env_service_monitors.py +388 -0
- pulumi_alicloud/arms/get_environments.py +282 -0
- pulumi_alicloud/arms/outputs.py +620 -0
- pulumi_alicloud/arms/prometheus_monitoring.py +190 -0
- pulumi_alicloud/cen/transit_router_multicast_domain_member.py +118 -0
- pulumi_alicloud/cen/transit_router_multicast_domain_source.py +160 -0
- pulumi_alicloud/cfg/aggregate_delivery.py +100 -0
- pulumi_alicloud/cfg/delivery_channel.py +54 -0
- pulumi_alicloud/cloudauth/face_config.py +48 -0
- pulumi_alicloud/cloudfirewall/nat_firewall_control_policy.py +236 -0
- pulumi_alicloud/cloudmonitor/__init__.py +1 -0
- pulumi_alicloud/cloudmonitor/get_service_metric_alarm_rules.py +333 -0
- pulumi_alicloud/cloudmonitor/outputs.py +696 -0
- pulumi_alicloud/cloudsso/access_configuration.py +12 -12
- pulumi_alicloud/cloudsso/access_configuration_provisioning.py +84 -0
- pulumi_alicloud/cloudsso/access_management.py +90 -0
- pulumi_alicloud/cloudsso/group.py +60 -0
- pulumi_alicloud/cloudsso/user.py +66 -0
- pulumi_alicloud/cloudsso/user_attachment.py +82 -0
- pulumi_alicloud/cloudstoragegateway/express_sync.py +154 -0
- pulumi_alicloud/cloudstoragegateway/express_sync_share_attachment.py +160 -0
- pulumi_alicloud/cloudstoragegateway/gateway.py +0 -13
- pulumi_alicloud/cloudstoragegateway/gateway_block_volume.py +132 -0
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +92 -0
- pulumi_alicloud/cloudstoragegateway/gateway_file_share.py +130 -0
- pulumi_alicloud/cloudstoragegateway/gateway_logging.py +120 -0
- pulumi_alicloud/cloudstoragegateway/gateway_smb_user.py +92 -0
- pulumi_alicloud/cms/alarm.py +4 -4
- pulumi_alicloud/cms/get_site_monitors.py +20 -20
- pulumi_alicloud/cms/hybrid_monitor_fc_task.py +24 -24
- pulumi_alicloud/cms/hybrid_monitor_sls_task.py +164 -0
- pulumi_alicloud/cms/site_monitor.py +20 -20
- pulumi_alicloud/cms/sls_group.py +80 -0
- pulumi_alicloud/compute/nest_service_instance.py +10 -10
- pulumi_alicloud/config/__init__.pyi +5 -10
- pulumi_alicloud/config/vars.py +5 -10
- pulumi_alicloud/cs/_inputs.py +565 -0
- pulumi_alicloud/cs/autoscaling_config.py +260 -35
- pulumi_alicloud/cs/get_cluster_credential.py +30 -0
- pulumi_alicloud/cs/get_kubernetes_addon_metadata.py +78 -0
- pulumi_alicloud/cs/get_kubernetes_addons.py +72 -0
- pulumi_alicloud/cs/get_kubernetes_node_pools.py +124 -0
- pulumi_alicloud/cs/kubernetes.py +296 -0
- pulumi_alicloud/cs/kubernetes_addon.py +108 -0
- pulumi_alicloud/cs/kubernetes_permission.py +162 -0
- pulumi_alicloud/cs/managed_kubernetes.py +583 -14
- pulumi_alicloud/cs/node_pool.py +416 -0
- pulumi_alicloud/cs/outputs.py +374 -0
- pulumi_alicloud/dataworks/data_source_shared_rule.py +116 -0
- pulumi_alicloud/dataworks/dw_resource_group.py +82 -0
- pulumi_alicloud/dataworks/network.py +100 -0
- pulumi_alicloud/ddos/domain_resource.py +6 -6
- pulumi_alicloud/directmail/mail_address.py +62 -0
- pulumi_alicloud/directmail/receivers.py +40 -0
- pulumi_alicloud/dns/access_strategy.py +152 -0
- pulumi_alicloud/dns/address_pool.py +4 -4
- pulumi_alicloud/dts/job_monitor_rule.py +228 -0
- pulumi_alicloud/dts/migration_job.py +238 -0
- pulumi_alicloud/dts/synchronization_job.py +266 -14
- pulumi_alicloud/ebs/disk_replica_pair.py +112 -0
- pulumi_alicloud/ecs/ecs_network_interface_permission.py +84 -0
- pulumi_alicloud/ecs/image_import.py +2 -2
- pulumi_alicloud/ecs/ram_role_attachment.py +28 -28
- pulumi_alicloud/edas/k8s_application.py +124 -0
- pulumi_alicloud/edas/k8s_cluster.py +104 -0
- pulumi_alicloud/edas/k8s_slb_attachment.py +152 -0
- pulumi_alicloud/eflo/__init__.py +2 -0
- pulumi_alicloud/eflo/_inputs.py +94 -0
- pulumi_alicloud/eflo/er.py +487 -0
- pulumi_alicloud/eflo/node_group_attachment.py +604 -0
- pulumi_alicloud/eflo/outputs.py +75 -0
- pulumi_alicloud/emr/cluster.py +64 -64
- pulumi_alicloud/emr/get_clusters.py +16 -16
- pulumi_alicloud/emrv2/cluster.py +16 -16
- pulumi_alicloud/emrv2/get_cluster_instances.py +16 -16
- pulumi_alicloud/esa/__init__.py +4 -0
- pulumi_alicloud/esa/origin_ca_certificate.py +441 -0
- pulumi_alicloud/esa/origin_client_certificate.py +564 -0
- pulumi_alicloud/esa/origin_protection.py +290 -0
- pulumi_alicloud/esa/site_origin_client_certificate.py +515 -0
- pulumi_alicloud/eventbridge/rule.py +102 -0
- pulumi_alicloud/fc/_inputs.py +77 -3
- pulumi_alicloud/fc/custom_domain.py +14 -14
- pulumi_alicloud/fc/function.py +14 -14
- pulumi_alicloud/fc/function_async_invoke_config.py +48 -48
- pulumi_alicloud/fc/outputs.py +63 -2
- pulumi_alicloud/fc/trigger.py +100 -100
- pulumi_alicloud/fc/v3_async_invoke_config.py +154 -0
- pulumi_alicloud/fc/v3_function.py +189 -3
- pulumi_alicloud/fc/v3_function_version.py +30 -2
- pulumi_alicloud/fnf/execution.py +14 -14
- pulumi_alicloud/fnf/flow.py +14 -14
- pulumi_alicloud/ga/additional_certificate.py +236 -0
- pulumi_alicloud/gpdb/hadoop_data_source.py +16 -16
- pulumi_alicloud/gpdb/streaming_job.py +4 -4
- pulumi_alicloud/gwlb/listener.py +172 -0
- pulumi_alicloud/gwlb/load_balancer.py +96 -0
- pulumi_alicloud/gwlb/server_group.py +160 -0
- pulumi_alicloud/hbr/ecs_backup_plan.py +4 -4
- pulumi_alicloud/hbr/ots_backup_plan.py +28 -28
- pulumi_alicloud/hbr/restore_job.py +4 -4
- pulumi_alicloud/imm/project.py +14 -14
- pulumi_alicloud/kms/get_aliases.py +6 -6
- pulumi_alicloud/kms/get_instances.py +178 -0
- pulumi_alicloud/kms/instance.py +423 -16
- pulumi_alicloud/kms/policy.py +96 -0
- pulumi_alicloud/log/dashboard.py +40 -40
- pulumi_alicloud/log/ingestion.py +38 -38
- pulumi_alicloud/log/log_tail_attachment.py +20 -20
- pulumi_alicloud/log/log_tail_config.py +20 -20
- pulumi_alicloud/log/project.py +20 -20
- pulumi_alicloud/log/resource.py +22 -22
- pulumi_alicloud/log/resource_record.py +40 -40
- pulumi_alicloud/maxcompute/get_service.py +2 -2
- pulumi_alicloud/message/__init__.py +1 -0
- pulumi_alicloud/message/_inputs.py +141 -0
- pulumi_alicloud/message/outputs.py +120 -0
- pulumi_alicloud/message/service_event_rule.py +490 -0
- pulumi_alicloud/mongodb/__init__.py +1 -0
- pulumi_alicloud/mongodb/global_security_ip_group.py +304 -0
- pulumi_alicloud/mongodb/instance.py +47 -0
- pulumi_alicloud/mongodb/sharding_instance.py +47 -0
- pulumi_alicloud/msc_sub_webhook.py +44 -0
- pulumi_alicloud/mse/cluster.py +47 -0
- pulumi_alicloud/mse/gateway.py +62 -0
- pulumi_alicloud/nas/access_group.py +46 -18
- pulumi_alicloud/nas/access_rule.py +28 -0
- pulumi_alicloud/nas/data_flow.py +114 -0
- pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +328 -0
- pulumi_alicloud/oos/execution.py +30 -30
- pulumi_alicloud/oos/get_parameters.py +10 -10
- pulumi_alicloud/oos/get_secret_parameters.py +10 -10
- pulumi_alicloud/oos/template.py +28 -28
- pulumi_alicloud/oss/bucket.py +578 -0
- pulumi_alicloud/oss/bucket_replication.py +56 -56
- pulumi_alicloud/outputs.py +489 -0
- pulumi_alicloud/pai/flow_pipeline.py +70 -70
- pulumi_alicloud/pai/workspace_datasetversion.py +108 -0
- pulumi_alicloud/pai/workspace_run.py +62 -0
- pulumi_alicloud/polardb/cluster.py +7 -7
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +11 -11
- pulumi_alicloud/provider.py +19 -38
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/endpoint.py +96 -0
- pulumi_alicloud/pvtz/rule.py +122 -0
- pulumi_alicloud/pvtz/rule_attachment.py +150 -0
- pulumi_alicloud/ram/get_policies.py +18 -18
- pulumi_alicloud/ram/get_policy_document.py +2 -2
- pulumi_alicloud/ram/get_role_policy_attachments.py +34 -34
- pulumi_alicloud/ram/get_users.py +32 -32
- pulumi_alicloud/ram/group_membership.py +74 -0
- pulumi_alicloud/ram/group_policy_attachment.py +18 -18
- pulumi_alicloud/ram/policy.py +18 -18
- pulumi_alicloud/ram/role.py +16 -16
- pulumi_alicloud/ram/role_attachment.py +14 -14
- pulumi_alicloud/ram/role_policy_attachment.py +34 -34
- pulumi_alicloud/ram/user_policy_attachment.py +18 -18
- pulumi_alicloud/rds/get_instance_classes.py +6 -4
- pulumi_alicloud/rds/outputs.py +4 -0
- pulumi_alicloud/rds/rds_clone_db_instance.py +8 -1
- pulumi_alicloud/resourcemanager/auto_grouping_rule.py +24 -24
- pulumi_alicloud/resourcemanager/control_policy.py +18 -18
- pulumi_alicloud/resourcemanager/control_policy_attachment.py +18 -18
- pulumi_alicloud/resourcemanager/get_shared_resources.py +64 -0
- pulumi_alicloud/resourcemanager/policy.py +16 -16
- pulumi_alicloud/resourcemanager/policy_attachment.py +82 -0
- pulumi_alicloud/resourcemanager/policy_version.py +32 -32
- pulumi_alicloud/resourcemanager/role.py +14 -14
- pulumi_alicloud/rocketmq/qos_policy.py +70 -0
- pulumi_alicloud/ros/_inputs.py +70 -18
- pulumi_alicloud/ros/outputs.py +59 -12
- pulumi_alicloud/ros/stack.py +14 -14
- pulumi_alicloud/ros/stack_group.py +342 -223
- pulumi_alicloud/ros/template.py +2 -2
- pulumi_alicloud/sag/qos_policy.py +70 -0
- pulumi_alicloud/sddp/data_limit.py +148 -0
- pulumi_alicloud/sddp/rule.py +10 -10
- pulumi_alicloud/servicecatalog/principal_portfolio_association.py +16 -16
- pulumi_alicloud/servicecatalog/product_portfolio_association.py +54 -0
- pulumi_alicloud/sls/__init__.py +1 -0
- pulumi_alicloud/sls/collection_policy.py +276 -0
- pulumi_alicloud/sls/get_etls.py +294 -0
- pulumi_alicloud/sls/oss_export_sink.py +134 -0
- pulumi_alicloud/sls/outputs.py +277 -0
- pulumi_alicloud/sslcertificatesservice/__init__.py +9 -0
- pulumi_alicloud/sslcertificatesservice/pca_certificate.py +646 -0
- pulumi_alicloud/star_rocks_instance.py +1425 -0
- pulumi_alicloud/tag/policy.py +2 -2
- pulumi_alicloud/tag/policy_attachment.py +2 -2
- pulumi_alicloud/threatdetection/__init__.py +1 -0
- pulumi_alicloud/threatdetection/_inputs.py +183 -0
- pulumi_alicloud/threatdetection/anti_brute_force_rule.py +50 -1
- pulumi_alicloud/threatdetection/attack_path_sensitive_asset_config.py +218 -0
- pulumi_alicloud/threatdetection/image_event_operation.py +191 -90
- pulumi_alicloud/threatdetection/oss_scan_config.py +257 -65
- pulumi_alicloud/threatdetection/outputs.py +147 -0
- pulumi_alicloud/vod/editing_project.py +8 -8
- pulumi_alicloud/vpc/common_bandwith_package.py +28 -0
- pulumi_alicloud/vpc/flow_log.py +92 -0
- pulumi_alicloud/vpc/gateway_endpoint.py +12 -12
- pulumi_alicloud/vpc/gateway_endpoint_route_table_attachment.py +12 -12
- pulumi_alicloud/vpc/ipam_ipam_pool.py +54 -0
- pulumi_alicloud/vpc/route_entry.py +6 -2
- pulumi_alicloud/vpc/vbr_ha.py +100 -0
- pulumi_alicloud/vpc/vpc_network_acl_attachment.py +48 -0
- pulumi_alicloud/vpn/get_gateways.py +98 -0
- pulumi_alicloud/vpn/ssl_vpn_client_cert.py +82 -0
- pulumi_alicloud/vpn/ssl_vpn_server.py +76 -0
- pulumi_alicloud/wafv3/__init__.py +1 -0
- pulumi_alicloud/wafv3/_inputs.py +1318 -182
- pulumi_alicloud/wafv3/defense_rule.py +806 -0
- pulumi_alicloud/wafv3/defense_template.py +87 -124
- pulumi_alicloud/wafv3/domain.py +136 -35
- pulumi_alicloud/wafv3/outputs.py +925 -123
- {pulumi_alicloud-3.84.0a1756358401.dist-info → pulumi_alicloud-3.84.0a1757017465.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.84.0a1756358401.dist-info → pulumi_alicloud-3.84.0a1757017465.dist-info}/RECORD +246 -224
- {pulumi_alicloud-3.84.0a1756358401.dist-info → pulumi_alicloud-3.84.0a1757017465.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.84.0a1756358401.dist-info → pulumi_alicloud-3.84.0a1757017465.dist-info}/top_level.txt +0 -0
|
@@ -150,25 +150,25 @@ class FlowPipeline(pulumi.CustomResource):
|
|
|
150
150
|
env_types=["dev"])
|
|
151
151
|
default_flow_pipeline = alicloud.pai.FlowPipeline("default",
|
|
152
152
|
workspace_id=default_wj_qd1e.id,
|
|
153
|
-
manifest=f\"\"\"apiVersion: "core/v1"
|
|
153
|
+
manifest=f\"\"\"apiVersion: \\"core/v1\\"
|
|
154
154
|
metadata:
|
|
155
|
-
provider: "{default.id}"
|
|
156
|
-
version: "v1"
|
|
157
|
-
identifier: "my_pipeline"
|
|
158
|
-
name: "source-transform"
|
|
159
|
-
uuid: "terraformuuid{default_integer["result"]}"
|
|
155
|
+
provider: \\"{default.id}\\"
|
|
156
|
+
version: \\"v1\\"
|
|
157
|
+
identifier: \\"my_pipeline\\"
|
|
158
|
+
name: \\"source-transform\\"
|
|
159
|
+
uuid: \\"terraformuuid{default_integer["result"]}\\"
|
|
160
160
|
annotations: {{}}
|
|
161
161
|
labels: {{}}
|
|
162
162
|
spec:
|
|
163
163
|
inputs:
|
|
164
164
|
artifacts: []
|
|
165
165
|
parameters:
|
|
166
|
-
- name: "execution_maxcompute"
|
|
167
|
-
type: "Map"
|
|
166
|
+
- name: \\"execution_maxcompute\\"
|
|
167
|
+
type: \\"Map\\"
|
|
168
168
|
value:
|
|
169
169
|
spec:
|
|
170
|
-
endpoint: "http://service.cn.maxcompute.aliyun-inc.com/api"
|
|
171
|
-
odpsProject: "test_i
|
|
170
|
+
endpoint: \\"http://service.cn.maxcompute.aliyun-inc.com/api\\"
|
|
171
|
+
odpsProject: \\"test_i****\\"
|
|
172
172
|
outputs:
|
|
173
173
|
artifacts: []
|
|
174
174
|
parameters: []
|
|
@@ -179,14 +179,14 @@ class FlowPipeline(pulumi.CustomResource):
|
|
|
179
179
|
initContainers: []
|
|
180
180
|
sideCarContainers: []
|
|
181
181
|
pipelines:
|
|
182
|
-
- apiVersion: "core/v1"
|
|
182
|
+
- apiVersion: \\"core/v1\\"
|
|
183
183
|
metadata:
|
|
184
|
-
provider: "pai"
|
|
185
|
-
version: "v1"
|
|
186
|
-
identifier: "data_source"
|
|
187
|
-
name: "data-source"
|
|
188
|
-
uuid: "2ftahdnzcod2rt6u9q"
|
|
189
|
-
displayName: "读数据表-1"
|
|
184
|
+
provider: \\"pai\\"
|
|
185
|
+
version: \\"v1\\"
|
|
186
|
+
identifier: \\"data_source\\"
|
|
187
|
+
name: \\"data-source\\"
|
|
188
|
+
uuid: \\"2ftahdnzcod2rt6u9q\\"
|
|
189
|
+
displayName: \\"读数据表-1\\"
|
|
190
190
|
annotations: {{}}
|
|
191
191
|
labels: {{}}
|
|
192
192
|
spec:
|
|
@@ -199,23 +199,23 @@ class FlowPipeline(pulumi.CustomResource):
|
|
|
199
199
|
arguments:
|
|
200
200
|
artifacts: []
|
|
201
201
|
parameters:
|
|
202
|
-
- name: "inputTableName"
|
|
203
|
-
value: "pai_online_project.wumai_data"
|
|
204
|
-
- name: "execution"
|
|
205
|
-
from: "{{{{inputs.parameters.execution_maxcompute}}}}"
|
|
202
|
+
- name: \\"inputTableName\\"
|
|
203
|
+
value: \\"pai_online_project.wumai_data\\"
|
|
204
|
+
- name: \\"execution\\"
|
|
205
|
+
from: \\"{{{{inputs.parameters.execution_maxcompute}}}}\\"
|
|
206
206
|
dependencies: []
|
|
207
207
|
initContainers: []
|
|
208
208
|
sideCarContainers: []
|
|
209
209
|
pipelines: []
|
|
210
210
|
volumes: []
|
|
211
|
-
- apiVersion: "core/v1"
|
|
211
|
+
- apiVersion: \\"core/v1\\"
|
|
212
212
|
metadata:
|
|
213
|
-
provider: "pai"
|
|
214
|
-
version: "v1"
|
|
215
|
-
identifier: "type_transform"
|
|
216
|
-
name: "type-transform"
|
|
217
|
-
uuid: "gacnnnl4ksvbabfh6l"
|
|
218
|
-
displayName: "类型转换-1"
|
|
213
|
+
provider: \\"pai\\"
|
|
214
|
+
version: \\"v1\\"
|
|
215
|
+
identifier: \\"type_transform\\"
|
|
216
|
+
name: \\"type-transform\\"
|
|
217
|
+
uuid: \\"gacnnnl4ksvbabfh6l\\"
|
|
218
|
+
displayName: \\"类型转换-1\\"
|
|
219
219
|
annotations: {{}}
|
|
220
220
|
labels: {{}}
|
|
221
221
|
spec:
|
|
@@ -227,15 +227,15 @@ class FlowPipeline(pulumi.CustomResource):
|
|
|
227
227
|
parameters: []
|
|
228
228
|
arguments:
|
|
229
229
|
artifacts:
|
|
230
|
-
- name: "inputTable"
|
|
231
|
-
from: "{{{{pipelines.data_source.outputs.artifacts.outputTable}}}}"
|
|
230
|
+
- name: \\"inputTable\\"
|
|
231
|
+
from: \\"{{{{pipelines.data_source.outputs.artifacts.outputTable}}}}\\"
|
|
232
232
|
parameters:
|
|
233
|
-
- name: "cols_to_double"
|
|
234
|
-
value: "time,hour,pm2,pm10,so2,co,no2"
|
|
235
|
-
- name: "execution"
|
|
236
|
-
from: "{{{{inputs.parameters.execution_maxcompute}}}}"
|
|
233
|
+
- name: \\"cols_to_double\\"
|
|
234
|
+
value: \\"time,hour,pm2,pm10,so2,co,no2\\"
|
|
235
|
+
- name: \\"execution\\"
|
|
236
|
+
from: \\"{{{{inputs.parameters.execution_maxcompute}}}}\\"
|
|
237
237
|
dependencies:
|
|
238
|
-
- "data_source"
|
|
238
|
+
- \\"data_source\\"
|
|
239
239
|
initContainers: []
|
|
240
240
|
sideCarContainers: []
|
|
241
241
|
pipelines: []
|
|
@@ -294,25 +294,25 @@ class FlowPipeline(pulumi.CustomResource):
|
|
|
294
294
|
env_types=["dev"])
|
|
295
295
|
default_flow_pipeline = alicloud.pai.FlowPipeline("default",
|
|
296
296
|
workspace_id=default_wj_qd1e.id,
|
|
297
|
-
manifest=f\"\"\"apiVersion: "core/v1"
|
|
297
|
+
manifest=f\"\"\"apiVersion: \\"core/v1\\"
|
|
298
298
|
metadata:
|
|
299
|
-
provider: "{default.id}"
|
|
300
|
-
version: "v1"
|
|
301
|
-
identifier: "my_pipeline"
|
|
302
|
-
name: "source-transform"
|
|
303
|
-
uuid: "terraformuuid{default_integer["result"]}"
|
|
299
|
+
provider: \\"{default.id}\\"
|
|
300
|
+
version: \\"v1\\"
|
|
301
|
+
identifier: \\"my_pipeline\\"
|
|
302
|
+
name: \\"source-transform\\"
|
|
303
|
+
uuid: \\"terraformuuid{default_integer["result"]}\\"
|
|
304
304
|
annotations: {{}}
|
|
305
305
|
labels: {{}}
|
|
306
306
|
spec:
|
|
307
307
|
inputs:
|
|
308
308
|
artifacts: []
|
|
309
309
|
parameters:
|
|
310
|
-
- name: "execution_maxcompute"
|
|
311
|
-
type: "Map"
|
|
310
|
+
- name: \\"execution_maxcompute\\"
|
|
311
|
+
type: \\"Map\\"
|
|
312
312
|
value:
|
|
313
313
|
spec:
|
|
314
|
-
endpoint: "http://service.cn.maxcompute.aliyun-inc.com/api"
|
|
315
|
-
odpsProject: "test_i
|
|
314
|
+
endpoint: \\"http://service.cn.maxcompute.aliyun-inc.com/api\\"
|
|
315
|
+
odpsProject: \\"test_i****\\"
|
|
316
316
|
outputs:
|
|
317
317
|
artifacts: []
|
|
318
318
|
parameters: []
|
|
@@ -323,14 +323,14 @@ class FlowPipeline(pulumi.CustomResource):
|
|
|
323
323
|
initContainers: []
|
|
324
324
|
sideCarContainers: []
|
|
325
325
|
pipelines:
|
|
326
|
-
- apiVersion: "core/v1"
|
|
326
|
+
- apiVersion: \\"core/v1\\"
|
|
327
327
|
metadata:
|
|
328
|
-
provider: "pai"
|
|
329
|
-
version: "v1"
|
|
330
|
-
identifier: "data_source"
|
|
331
|
-
name: "data-source"
|
|
332
|
-
uuid: "2ftahdnzcod2rt6u9q"
|
|
333
|
-
displayName: "读数据表-1"
|
|
328
|
+
provider: \\"pai\\"
|
|
329
|
+
version: \\"v1\\"
|
|
330
|
+
identifier: \\"data_source\\"
|
|
331
|
+
name: \\"data-source\\"
|
|
332
|
+
uuid: \\"2ftahdnzcod2rt6u9q\\"
|
|
333
|
+
displayName: \\"读数据表-1\\"
|
|
334
334
|
annotations: {{}}
|
|
335
335
|
labels: {{}}
|
|
336
336
|
spec:
|
|
@@ -343,23 +343,23 @@ class FlowPipeline(pulumi.CustomResource):
|
|
|
343
343
|
arguments:
|
|
344
344
|
artifacts: []
|
|
345
345
|
parameters:
|
|
346
|
-
- name: "inputTableName"
|
|
347
|
-
value: "pai_online_project.wumai_data"
|
|
348
|
-
- name: "execution"
|
|
349
|
-
from: "{{{{inputs.parameters.execution_maxcompute}}}}"
|
|
346
|
+
- name: \\"inputTableName\\"
|
|
347
|
+
value: \\"pai_online_project.wumai_data\\"
|
|
348
|
+
- name: \\"execution\\"
|
|
349
|
+
from: \\"{{{{inputs.parameters.execution_maxcompute}}}}\\"
|
|
350
350
|
dependencies: []
|
|
351
351
|
initContainers: []
|
|
352
352
|
sideCarContainers: []
|
|
353
353
|
pipelines: []
|
|
354
354
|
volumes: []
|
|
355
|
-
- apiVersion: "core/v1"
|
|
355
|
+
- apiVersion: \\"core/v1\\"
|
|
356
356
|
metadata:
|
|
357
|
-
provider: "pai"
|
|
358
|
-
version: "v1"
|
|
359
|
-
identifier: "type_transform"
|
|
360
|
-
name: "type-transform"
|
|
361
|
-
uuid: "gacnnnl4ksvbabfh6l"
|
|
362
|
-
displayName: "类型转换-1"
|
|
357
|
+
provider: \\"pai\\"
|
|
358
|
+
version: \\"v1\\"
|
|
359
|
+
identifier: \\"type_transform\\"
|
|
360
|
+
name: \\"type-transform\\"
|
|
361
|
+
uuid: \\"gacnnnl4ksvbabfh6l\\"
|
|
362
|
+
displayName: \\"类型转换-1\\"
|
|
363
363
|
annotations: {{}}
|
|
364
364
|
labels: {{}}
|
|
365
365
|
spec:
|
|
@@ -371,15 +371,15 @@ class FlowPipeline(pulumi.CustomResource):
|
|
|
371
371
|
parameters: []
|
|
372
372
|
arguments:
|
|
373
373
|
artifacts:
|
|
374
|
-
- name: "inputTable"
|
|
375
|
-
from: "{{{{pipelines.data_source.outputs.artifacts.outputTable}}}}"
|
|
374
|
+
- name: \\"inputTable\\"
|
|
375
|
+
from: \\"{{{{pipelines.data_source.outputs.artifacts.outputTable}}}}\\"
|
|
376
376
|
parameters:
|
|
377
|
-
- name: "cols_to_double"
|
|
378
|
-
value: "time,hour,pm2,pm10,so2,co,no2"
|
|
379
|
-
- name: "execution"
|
|
380
|
-
from: "{{{{inputs.parameters.execution_maxcompute}}}}"
|
|
377
|
+
- name: \\"cols_to_double\\"
|
|
378
|
+
value: \\"time,hour,pm2,pm10,so2,co,no2\\"
|
|
379
|
+
- name: \\"execution\\"
|
|
380
|
+
from: \\"{{{{inputs.parameters.execution_maxcompute}}}}\\"
|
|
381
381
|
dependencies:
|
|
382
|
-
- "data_source"
|
|
382
|
+
- \\"data_source\\"
|
|
383
383
|
initContainers: []
|
|
384
384
|
sideCarContainers: []
|
|
385
385
|
pipelines: []
|
|
@@ -502,6 +502,60 @@ class WorkspaceDatasetversion(pulumi.CustomResource):
|
|
|
502
502
|
For information about PAI Workspace Dataset Version and how to use it, see [What is Dataset Version](https://next.api.alibabacloud.com/document/AIWorkSpace/2021-02-04/CreateDatasetVersion).
|
|
503
503
|
> **NOTE:** Available since v1.236.0.
|
|
504
504
|
|
|
505
|
+
## Example Usage
|
|
506
|
+
|
|
507
|
+
Basic Usage
|
|
508
|
+
|
|
509
|
+
```python
|
|
510
|
+
import pulumi
|
|
511
|
+
import json
|
|
512
|
+
import pulumi_alicloud as alicloud
|
|
513
|
+
import pulumi_std as std
|
|
514
|
+
|
|
515
|
+
config = pulumi.Config()
|
|
516
|
+
name = config.get("name")
|
|
517
|
+
if name is None:
|
|
518
|
+
name = "terraform_example"
|
|
519
|
+
default_ai_workspace = alicloud.pai.WorkspaceWorkspace("defaultAiWorkspace",
|
|
520
|
+
description=name,
|
|
521
|
+
display_name=name,
|
|
522
|
+
workspace_name=name,
|
|
523
|
+
env_types=["prod"])
|
|
524
|
+
default_dataset = alicloud.pai.WorkspaceDataset("defaultDataset",
|
|
525
|
+
accessibility="PRIVATE",
|
|
526
|
+
source_type="USER",
|
|
527
|
+
data_type="PIC",
|
|
528
|
+
workspace_id=default_ai_workspace.id,
|
|
529
|
+
options=json.dumps({
|
|
530
|
+
"mountPath": "/mnt/data/",
|
|
531
|
+
}),
|
|
532
|
+
description=name,
|
|
533
|
+
source_id="d-xxxxx_v1",
|
|
534
|
+
uri="oss://ai4d-q9lgxlpwxzqluij66y.oss-cn-hangzhou.aliyuncs.com/",
|
|
535
|
+
dataset_name=std.format(input="%s1",
|
|
536
|
+
args=[name]).result,
|
|
537
|
+
user_id="1511928242963727",
|
|
538
|
+
data_source_type="OSS",
|
|
539
|
+
property="DIRECTORY")
|
|
540
|
+
default = alicloud.pai.WorkspaceDatasetversion("default",
|
|
541
|
+
options=json.dumps({
|
|
542
|
+
"mountPath": "/mnt/data/verion/",
|
|
543
|
+
}),
|
|
544
|
+
description=name,
|
|
545
|
+
data_source_type="OSS",
|
|
546
|
+
source_type="USER",
|
|
547
|
+
source_id="d-xxxxx_v1",
|
|
548
|
+
data_size=2068,
|
|
549
|
+
data_count=1000,
|
|
550
|
+
labels=[{
|
|
551
|
+
"key": "key1",
|
|
552
|
+
"value": "example1",
|
|
553
|
+
}],
|
|
554
|
+
uri="oss://ai4d-q9lgxlpwxzqluij66y.oss-cn-hangzhou.aliyuncs.com/",
|
|
555
|
+
property="DIRECTORY",
|
|
556
|
+
dataset_id=default_dataset.id)
|
|
557
|
+
```
|
|
558
|
+
|
|
505
559
|
## Import
|
|
506
560
|
|
|
507
561
|
PAI Workspace Datasetversion can be imported using the id, e.g.
|
|
@@ -552,6 +606,60 @@ class WorkspaceDatasetversion(pulumi.CustomResource):
|
|
|
552
606
|
For information about PAI Workspace Dataset Version and how to use it, see [What is Dataset Version](https://next.api.alibabacloud.com/document/AIWorkSpace/2021-02-04/CreateDatasetVersion).
|
|
553
607
|
> **NOTE:** Available since v1.236.0.
|
|
554
608
|
|
|
609
|
+
## Example Usage
|
|
610
|
+
|
|
611
|
+
Basic Usage
|
|
612
|
+
|
|
613
|
+
```python
|
|
614
|
+
import pulumi
|
|
615
|
+
import json
|
|
616
|
+
import pulumi_alicloud as alicloud
|
|
617
|
+
import pulumi_std as std
|
|
618
|
+
|
|
619
|
+
config = pulumi.Config()
|
|
620
|
+
name = config.get("name")
|
|
621
|
+
if name is None:
|
|
622
|
+
name = "terraform_example"
|
|
623
|
+
default_ai_workspace = alicloud.pai.WorkspaceWorkspace("defaultAiWorkspace",
|
|
624
|
+
description=name,
|
|
625
|
+
display_name=name,
|
|
626
|
+
workspace_name=name,
|
|
627
|
+
env_types=["prod"])
|
|
628
|
+
default_dataset = alicloud.pai.WorkspaceDataset("defaultDataset",
|
|
629
|
+
accessibility="PRIVATE",
|
|
630
|
+
source_type="USER",
|
|
631
|
+
data_type="PIC",
|
|
632
|
+
workspace_id=default_ai_workspace.id,
|
|
633
|
+
options=json.dumps({
|
|
634
|
+
"mountPath": "/mnt/data/",
|
|
635
|
+
}),
|
|
636
|
+
description=name,
|
|
637
|
+
source_id="d-xxxxx_v1",
|
|
638
|
+
uri="oss://ai4d-q9lgxlpwxzqluij66y.oss-cn-hangzhou.aliyuncs.com/",
|
|
639
|
+
dataset_name=std.format(input="%s1",
|
|
640
|
+
args=[name]).result,
|
|
641
|
+
user_id="1511928242963727",
|
|
642
|
+
data_source_type="OSS",
|
|
643
|
+
property="DIRECTORY")
|
|
644
|
+
default = alicloud.pai.WorkspaceDatasetversion("default",
|
|
645
|
+
options=json.dumps({
|
|
646
|
+
"mountPath": "/mnt/data/verion/",
|
|
647
|
+
}),
|
|
648
|
+
description=name,
|
|
649
|
+
data_source_type="OSS",
|
|
650
|
+
source_type="USER",
|
|
651
|
+
source_id="d-xxxxx_v1",
|
|
652
|
+
data_size=2068,
|
|
653
|
+
data_count=1000,
|
|
654
|
+
labels=[{
|
|
655
|
+
"key": "key1",
|
|
656
|
+
"value": "example1",
|
|
657
|
+
}],
|
|
658
|
+
uri="oss://ai4d-q9lgxlpwxzqluij66y.oss-cn-hangzhou.aliyuncs.com/",
|
|
659
|
+
property="DIRECTORY",
|
|
660
|
+
dataset_id=default_dataset.id)
|
|
661
|
+
```
|
|
662
|
+
|
|
555
663
|
## Import
|
|
556
664
|
|
|
557
665
|
PAI Workspace Datasetversion can be imported using the id, e.g.
|
|
@@ -193,6 +193,37 @@ class WorkspaceRun(pulumi.CustomResource):
|
|
|
193
193
|
|
|
194
194
|
> **NOTE:** Available since v1.236.0.
|
|
195
195
|
|
|
196
|
+
## Example Usage
|
|
197
|
+
|
|
198
|
+
Basic Usage
|
|
199
|
+
|
|
200
|
+
```python
|
|
201
|
+
import pulumi
|
|
202
|
+
import pulumi_alicloud as alicloud
|
|
203
|
+
import pulumi_std as std
|
|
204
|
+
|
|
205
|
+
config = pulumi.Config()
|
|
206
|
+
name = config.get("name")
|
|
207
|
+
if name is None:
|
|
208
|
+
name = "terraform_example"
|
|
209
|
+
default_caf_ua9 = alicloud.pai.WorkspaceWorkspace("defaultCAFUa9",
|
|
210
|
+
description=name,
|
|
211
|
+
display_name=name,
|
|
212
|
+
workspace_name=name,
|
|
213
|
+
env_types=["prod"])
|
|
214
|
+
default_q_rw_wbv = alicloud.pai.WorkspaceExperiment("defaultQRwWbv",
|
|
215
|
+
accessibility="PRIVATE",
|
|
216
|
+
artifact_uri="oss://example.oss-cn-hangzhou.aliyuncs.com/example/",
|
|
217
|
+
experiment_name=std.format(input="%s1",
|
|
218
|
+
args=[name]).result,
|
|
219
|
+
workspace_id=default_caf_ua9.id)
|
|
220
|
+
default = alicloud.pai.WorkspaceRun("default",
|
|
221
|
+
source_type="TrainingService",
|
|
222
|
+
source_id="759",
|
|
223
|
+
run_name=name,
|
|
224
|
+
experiment_id=default_q_rw_wbv.id)
|
|
225
|
+
```
|
|
226
|
+
|
|
196
227
|
## Import
|
|
197
228
|
|
|
198
229
|
PAI Workspace Run can be imported using the id, e.g.
|
|
@@ -221,6 +252,37 @@ class WorkspaceRun(pulumi.CustomResource):
|
|
|
221
252
|
|
|
222
253
|
> **NOTE:** Available since v1.236.0.
|
|
223
254
|
|
|
255
|
+
## Example Usage
|
|
256
|
+
|
|
257
|
+
Basic Usage
|
|
258
|
+
|
|
259
|
+
```python
|
|
260
|
+
import pulumi
|
|
261
|
+
import pulumi_alicloud as alicloud
|
|
262
|
+
import pulumi_std as std
|
|
263
|
+
|
|
264
|
+
config = pulumi.Config()
|
|
265
|
+
name = config.get("name")
|
|
266
|
+
if name is None:
|
|
267
|
+
name = "terraform_example"
|
|
268
|
+
default_caf_ua9 = alicloud.pai.WorkspaceWorkspace("defaultCAFUa9",
|
|
269
|
+
description=name,
|
|
270
|
+
display_name=name,
|
|
271
|
+
workspace_name=name,
|
|
272
|
+
env_types=["prod"])
|
|
273
|
+
default_q_rw_wbv = alicloud.pai.WorkspaceExperiment("defaultQRwWbv",
|
|
274
|
+
accessibility="PRIVATE",
|
|
275
|
+
artifact_uri="oss://example.oss-cn-hangzhou.aliyuncs.com/example/",
|
|
276
|
+
experiment_name=std.format(input="%s1",
|
|
277
|
+
args=[name]).result,
|
|
278
|
+
workspace_id=default_caf_ua9.id)
|
|
279
|
+
default = alicloud.pai.WorkspaceRun("default",
|
|
280
|
+
source_type="TrainingService",
|
|
281
|
+
source_id="759",
|
|
282
|
+
run_name=name,
|
|
283
|
+
experiment_id=default_q_rw_wbv.id)
|
|
284
|
+
```
|
|
285
|
+
|
|
224
286
|
## Import
|
|
225
287
|
|
|
226
288
|
PAI Workspace Run can be imported using the id, e.g.
|
|
@@ -111,7 +111,7 @@ class ClusterArgs:
|
|
|
111
111
|
> **NOTE:** When the value of db_type is not MySQL, the value of creation_option is neither empty nor Normal, and the value of storage_type is not PSL4, this field will be ignored.
|
|
112
112
|
:param pulumi.Input[_builtins.str] creation_category: The edition of the PolarDB service. Valid values are `Normal`,`Basic`,`ArchiveNormal`,`NormalMultimaster`,`SENormal`.Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationCategory`.
|
|
113
113
|
> **NOTE:** You can set this parameter to Basic only when DBType is set to MySQL and DBVersion is set to 5.6, 5.7, or 8.0. You can set this parameter to Archive only when DBType is set to MySQL and DBVersion is set to 8.0. From version 1.188.0, `creation_category` can be set to `NormalMultimaster`. From version 1.203.0, `creation_category` can be set to `SENormal`.
|
|
114
|
-
:param pulumi.Input[_builtins.str] creation_option: The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
114
|
+
:param pulumi.Input[_builtins.str] creation_option: The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`,`UpgradeFromPolarDB`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. From version 1.255.0, `creation_option` can be set to `UpgradeFromPolarDB`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
115
115
|
* > **NOTE:** The default value is Normal. If DBType is set to MySQL and DBVersion is set to 5.6 or 5.7, this parameter can be set to CloneFromRDS or MigrationFromRDS. If DBType is set to MySQL and DBVersion is set to 8.0, this parameter can be set to CreateGdnStandby. If `creation_option` is RecoverFromRecyclebin, you need to pass in the released source PolarDB cluster ID for this parameter. The DBType of the cluster recovered from the recycle bin and the source cluster must be consistent. For example, if the source cluster is MySQL 8.0, the cluster recovered from the recycle bin also needs to have its DBType set to MySQL and DBVersion set to 8.0.
|
|
116
116
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterDbClusterIpArrayArgs']]] db_cluster_ip_arrays: db_cluster_ip_array defines how users can send requests to your API. See `db_cluster_ip_array` below.
|
|
117
117
|
:param pulumi.Input[_builtins.str] db_minor_version: Database minor version. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `DBMinorVersion`. This parameter takes effect only when `db_type` is MySQL and `db_version` is 8.0.
|
|
@@ -478,7 +478,7 @@ class ClusterArgs:
|
|
|
478
478
|
@pulumi.getter(name="creationOption")
|
|
479
479
|
def creation_option(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
480
480
|
"""
|
|
481
|
-
The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
481
|
+
The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`,`UpgradeFromPolarDB`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. From version 1.255.0, `creation_option` can be set to `UpgradeFromPolarDB`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
482
482
|
* > **NOTE:** The default value is Normal. If DBType is set to MySQL and DBVersion is set to 5.6 or 5.7, this parameter can be set to CloneFromRDS or MigrationFromRDS. If DBType is set to MySQL and DBVersion is set to 8.0, this parameter can be set to CreateGdnStandby. If `creation_option` is RecoverFromRecyclebin, you need to pass in the released source PolarDB cluster ID for this parameter. The DBType of the cluster recovered from the recycle bin and the source cluster must be consistent. For example, if the source cluster is MySQL 8.0, the cluster recovered from the recycle bin also needs to have its DBType set to MySQL and DBVersion set to 8.0.
|
|
483
483
|
"""
|
|
484
484
|
return pulumi.get(self, "creation_option")
|
|
@@ -1346,7 +1346,7 @@ class _ClusterState:
|
|
|
1346
1346
|
:param pulumi.Input[_builtins.str] create_time: (Available since 1.204.1) PolarDB cluster creation time.
|
|
1347
1347
|
:param pulumi.Input[_builtins.str] creation_category: The edition of the PolarDB service. Valid values are `Normal`,`Basic`,`ArchiveNormal`,`NormalMultimaster`,`SENormal`.Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationCategory`.
|
|
1348
1348
|
> **NOTE:** You can set this parameter to Basic only when DBType is set to MySQL and DBVersion is set to 5.6, 5.7, or 8.0. You can set this parameter to Archive only when DBType is set to MySQL and DBVersion is set to 8.0. From version 1.188.0, `creation_category` can be set to `NormalMultimaster`. From version 1.203.0, `creation_category` can be set to `SENormal`.
|
|
1349
|
-
:param pulumi.Input[_builtins.str] creation_option: The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
1349
|
+
:param pulumi.Input[_builtins.str] creation_option: The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`,`UpgradeFromPolarDB`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. From version 1.255.0, `creation_option` can be set to `UpgradeFromPolarDB`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
1350
1350
|
* > **NOTE:** The default value is Normal. If DBType is set to MySQL and DBVersion is set to 5.6 or 5.7, this parameter can be set to CloneFromRDS or MigrationFromRDS. If DBType is set to MySQL and DBVersion is set to 8.0, this parameter can be set to CreateGdnStandby. If `creation_option` is RecoverFromRecyclebin, you need to pass in the released source PolarDB cluster ID for this parameter. The DBType of the cluster recovered from the recycle bin and the source cluster must be consistent. For example, if the source cluster is MySQL 8.0, the cluster recovered from the recycle bin also needs to have its DBType set to MySQL and DBVersion set to 8.0.
|
|
1351
1351
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterDbClusterIpArrayArgs']]] db_cluster_ip_arrays: db_cluster_ip_array defines how users can send requests to your API. See `db_cluster_ip_array` below.
|
|
1352
1352
|
:param pulumi.Input[_builtins.str] db_minor_version: Database minor version. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `DBMinorVersion`. This parameter takes effect only when `db_type` is MySQL and `db_version` is 8.0.
|
|
@@ -1725,7 +1725,7 @@ class _ClusterState:
|
|
|
1725
1725
|
@pulumi.getter(name="creationOption")
|
|
1726
1726
|
def creation_option(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1727
1727
|
"""
|
|
1728
|
-
The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
1728
|
+
The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`,`UpgradeFromPolarDB`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. From version 1.255.0, `creation_option` can be set to `UpgradeFromPolarDB`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
1729
1729
|
* > **NOTE:** The default value is Normal. If DBType is set to MySQL and DBVersion is set to 5.6 or 5.7, this parameter can be set to CloneFromRDS or MigrationFromRDS. If DBType is set to MySQL and DBVersion is set to 8.0, this parameter can be set to CreateGdnStandby. If `creation_option` is RecoverFromRecyclebin, you need to pass in the released source PolarDB cluster ID for this parameter. The DBType of the cluster recovered from the recycle bin and the source cluster must be consistent. For example, if the source cluster is MySQL 8.0, the cluster recovered from the recycle bin also needs to have its DBType set to MySQL and DBVersion set to 8.0.
|
|
1730
1730
|
"""
|
|
1731
1731
|
return pulumi.get(self, "creation_option")
|
|
@@ -2687,7 +2687,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
2687
2687
|
> **NOTE:** When the value of db_type is not MySQL, the value of creation_option is neither empty nor Normal, and the value of storage_type is not PSL4, this field will be ignored.
|
|
2688
2688
|
:param pulumi.Input[_builtins.str] creation_category: The edition of the PolarDB service. Valid values are `Normal`,`Basic`,`ArchiveNormal`,`NormalMultimaster`,`SENormal`.Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationCategory`.
|
|
2689
2689
|
> **NOTE:** You can set this parameter to Basic only when DBType is set to MySQL and DBVersion is set to 5.6, 5.7, or 8.0. You can set this parameter to Archive only when DBType is set to MySQL and DBVersion is set to 8.0. From version 1.188.0, `creation_category` can be set to `NormalMultimaster`. From version 1.203.0, `creation_category` can be set to `SENormal`.
|
|
2690
|
-
:param pulumi.Input[_builtins.str] creation_option: The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
2690
|
+
:param pulumi.Input[_builtins.str] creation_option: The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`,`UpgradeFromPolarDB`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. From version 1.255.0, `creation_option` can be set to `UpgradeFromPolarDB`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
2691
2691
|
* > **NOTE:** The default value is Normal. If DBType is set to MySQL and DBVersion is set to 5.6 or 5.7, this parameter can be set to CloneFromRDS or MigrationFromRDS. If DBType is set to MySQL and DBVersion is set to 8.0, this parameter can be set to CreateGdnStandby. If `creation_option` is RecoverFromRecyclebin, you need to pass in the released source PolarDB cluster ID for this parameter. The DBType of the cluster recovered from the recycle bin and the source cluster must be consistent. For example, if the source cluster is MySQL 8.0, the cluster recovered from the recycle bin also needs to have its DBType set to MySQL and DBVersion set to 8.0.
|
|
2692
2692
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ClusterDbClusterIpArrayArgs', 'ClusterDbClusterIpArrayArgsDict']]]] db_cluster_ip_arrays: db_cluster_ip_array defines how users can send requests to your API. See `db_cluster_ip_array` below.
|
|
2693
2693
|
:param pulumi.Input[_builtins.str] db_minor_version: Database minor version. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `DBMinorVersion`. This parameter takes effect only when `db_type` is MySQL and `db_version` is 8.0.
|
|
@@ -3090,7 +3090,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
3090
3090
|
:param pulumi.Input[_builtins.str] create_time: (Available since 1.204.1) PolarDB cluster creation time.
|
|
3091
3091
|
:param pulumi.Input[_builtins.str] creation_category: The edition of the PolarDB service. Valid values are `Normal`,`Basic`,`ArchiveNormal`,`NormalMultimaster`,`SENormal`.Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationCategory`.
|
|
3092
3092
|
> **NOTE:** You can set this parameter to Basic only when DBType is set to MySQL and DBVersion is set to 5.6, 5.7, or 8.0. You can set this parameter to Archive only when DBType is set to MySQL and DBVersion is set to 8.0. From version 1.188.0, `creation_category` can be set to `NormalMultimaster`. From version 1.203.0, `creation_category` can be set to `SENormal`.
|
|
3093
|
-
:param pulumi.Input[_builtins.str] creation_option: The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
3093
|
+
:param pulumi.Input[_builtins.str] creation_option: The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`,`UpgradeFromPolarDB`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. From version 1.255.0, `creation_option` can be set to `UpgradeFromPolarDB`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
3094
3094
|
* > **NOTE:** The default value is Normal. If DBType is set to MySQL and DBVersion is set to 5.6 or 5.7, this parameter can be set to CloneFromRDS or MigrationFromRDS. If DBType is set to MySQL and DBVersion is set to 8.0, this parameter can be set to CreateGdnStandby. If `creation_option` is RecoverFromRecyclebin, you need to pass in the released source PolarDB cluster ID for this parameter. The DBType of the cluster recovered from the recycle bin and the source cluster must be consistent. For example, if the source cluster is MySQL 8.0, the cluster recovered from the recycle bin also needs to have its DBType set to MySQL and DBVersion set to 8.0.
|
|
3095
3095
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ClusterDbClusterIpArrayArgs', 'ClusterDbClusterIpArrayArgsDict']]]] db_cluster_ip_arrays: db_cluster_ip_array defines how users can send requests to your API. See `db_cluster_ip_array` below.
|
|
3096
3096
|
:param pulumi.Input[_builtins.str] db_minor_version: Database minor version. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `DBMinorVersion`. This parameter takes effect only when `db_type` is MySQL and `db_version` is 8.0.
|
|
@@ -3360,7 +3360,7 @@ class Cluster(pulumi.CustomResource):
|
|
|
3360
3360
|
@pulumi.getter(name="creationOption")
|
|
3361
3361
|
def creation_option(self) -> pulumi.Output[_builtins.str]:
|
|
3362
3362
|
"""
|
|
3363
|
-
The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
3363
|
+
The method that is used to create a cluster. Valid values are `Normal`,`CloneFromPolarDB`,`CloneFromRDS`,`MigrationFromRDS`,`CreateGdnStandby`,`RecoverFromRecyclebin`,`UpgradeFromPolarDB`. **NOTE:** From version 1.233.0, `creation_option` can be set to `RecoverFromRecyclebin`. From version 1.255.0, `creation_option` can be set to `UpgradeFromPolarDB`. Value options can refer to the latest docs [CreateDBCluster](https://www.alibabacloud.com/help/en/polardb/latest/createdbcluster-1) `CreationOption`.
|
|
3364
3364
|
* > **NOTE:** The default value is Normal. If DBType is set to MySQL and DBVersion is set to 5.6 or 5.7, this parameter can be set to CloneFromRDS or MigrationFromRDS. If DBType is set to MySQL and DBVersion is set to 8.0, this parameter can be set to CreateGdnStandby. If `creation_option` is RecoverFromRecyclebin, you need to pass in the released source PolarDB cluster ID for this parameter. The DBType of the cluster recovered from the recycle bin and the source cluster must be consistent. For example, if the source cluster is MySQL 8.0, the cluster recovered from the recycle bin also needs to have its DBType set to MySQL and DBVersion set to 8.0.
|
|
3365
3365
|
"""
|
|
3366
3366
|
return pulumi.get(self, "creation_option")
|
|
@@ -41,7 +41,7 @@ class VpcEndpointServiceArgs:
|
|
|
41
41
|
- `EndpointService`: the service provider.
|
|
42
42
|
:param pulumi.Input[_builtins.str] resource_group_id: The resource group ID.
|
|
43
43
|
:param pulumi.Input[_builtins.str] service_description: The description of the endpoint service.
|
|
44
|
-
:param pulumi.Input[_builtins.str] service_resource_type:
|
|
44
|
+
:param pulumi.Input[_builtins.str] service_resource_type: The service resource type. Value:
|
|
45
45
|
:param pulumi.Input[_builtins.bool] service_support_ipv6: Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
46
46
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The list of tags.
|
|
47
47
|
:param pulumi.Input[_builtins.bool] zone_affinity_enabled: Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
@@ -159,7 +159,7 @@ class VpcEndpointServiceArgs:
|
|
|
159
159
|
@pulumi.getter(name="serviceResourceType")
|
|
160
160
|
def service_resource_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
161
161
|
"""
|
|
162
|
-
|
|
162
|
+
The service resource type. Value:
|
|
163
163
|
"""
|
|
164
164
|
return pulumi.get(self, "service_resource_type")
|
|
165
165
|
|
|
@@ -234,12 +234,12 @@ class _VpcEndpointServiceState:
|
|
|
234
234
|
:param pulumi.Input[_builtins.str] payer: The payer of the endpoint service. Valid values:
|
|
235
235
|
- `Endpoint`: the service consumer.
|
|
236
236
|
- `EndpointService`: the service provider.
|
|
237
|
-
:param pulumi.Input[_builtins.str] region_id:
|
|
237
|
+
:param pulumi.Input[_builtins.str] region_id: The ID of the region to which the endpoint service belongs.
|
|
238
238
|
:param pulumi.Input[_builtins.str] resource_group_id: The resource group ID.
|
|
239
239
|
:param pulumi.Input[_builtins.str] service_business_status: The service state of the endpoint service.
|
|
240
240
|
:param pulumi.Input[_builtins.str] service_description: The description of the endpoint service.
|
|
241
241
|
:param pulumi.Input[_builtins.str] service_domain: The domain name of the endpoint service.
|
|
242
|
-
:param pulumi.Input[_builtins.str] service_resource_type:
|
|
242
|
+
:param pulumi.Input[_builtins.str] service_resource_type: The service resource type. Value:
|
|
243
243
|
:param pulumi.Input[_builtins.bool] service_support_ipv6: Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
244
244
|
:param pulumi.Input[_builtins.str] status: The state of the endpoint service.
|
|
245
245
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The list of tags.
|
|
@@ -359,7 +359,7 @@ class _VpcEndpointServiceState:
|
|
|
359
359
|
@pulumi.getter(name="regionId")
|
|
360
360
|
def region_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
361
361
|
"""
|
|
362
|
-
|
|
362
|
+
The ID of the region to which the endpoint service belongs.
|
|
363
363
|
"""
|
|
364
364
|
return pulumi.get(self, "region_id")
|
|
365
365
|
|
|
@@ -419,7 +419,7 @@ class _VpcEndpointServiceState:
|
|
|
419
419
|
@pulumi.getter(name="serviceResourceType")
|
|
420
420
|
def service_resource_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
421
421
|
"""
|
|
422
|
-
|
|
422
|
+
The service resource type. Value:
|
|
423
423
|
"""
|
|
424
424
|
return pulumi.get(self, "service_resource_type")
|
|
425
425
|
|
|
@@ -550,7 +550,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
550
550
|
- `EndpointService`: the service provider.
|
|
551
551
|
:param pulumi.Input[_builtins.str] resource_group_id: The resource group ID.
|
|
552
552
|
:param pulumi.Input[_builtins.str] service_description: The description of the endpoint service.
|
|
553
|
-
:param pulumi.Input[_builtins.str] service_resource_type:
|
|
553
|
+
:param pulumi.Input[_builtins.str] service_resource_type: The service resource type. Value:
|
|
554
554
|
:param pulumi.Input[_builtins.bool] service_support_ipv6: Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
555
555
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The list of tags.
|
|
556
556
|
:param pulumi.Input[_builtins.bool] zone_affinity_enabled: Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
@@ -688,12 +688,12 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
688
688
|
:param pulumi.Input[_builtins.str] payer: The payer of the endpoint service. Valid values:
|
|
689
689
|
- `Endpoint`: the service consumer.
|
|
690
690
|
- `EndpointService`: the service provider.
|
|
691
|
-
:param pulumi.Input[_builtins.str] region_id:
|
|
691
|
+
:param pulumi.Input[_builtins.str] region_id: The ID of the region to which the endpoint service belongs.
|
|
692
692
|
:param pulumi.Input[_builtins.str] resource_group_id: The resource group ID.
|
|
693
693
|
:param pulumi.Input[_builtins.str] service_business_status: The service state of the endpoint service.
|
|
694
694
|
:param pulumi.Input[_builtins.str] service_description: The description of the endpoint service.
|
|
695
695
|
:param pulumi.Input[_builtins.str] service_domain: The domain name of the endpoint service.
|
|
696
|
-
:param pulumi.Input[_builtins.str] service_resource_type:
|
|
696
|
+
:param pulumi.Input[_builtins.str] service_resource_type: The service resource type. Value:
|
|
697
697
|
:param pulumi.Input[_builtins.bool] service_support_ipv6: Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
698
698
|
:param pulumi.Input[_builtins.str] status: The state of the endpoint service.
|
|
699
699
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] tags: The list of tags.
|
|
@@ -777,7 +777,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
777
777
|
@pulumi.getter(name="regionId")
|
|
778
778
|
def region_id(self) -> pulumi.Output[_builtins.str]:
|
|
779
779
|
"""
|
|
780
|
-
|
|
780
|
+
The ID of the region to which the endpoint service belongs.
|
|
781
781
|
"""
|
|
782
782
|
return pulumi.get(self, "region_id")
|
|
783
783
|
|
|
@@ -817,7 +817,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
817
817
|
@pulumi.getter(name="serviceResourceType")
|
|
818
818
|
def service_resource_type(self) -> pulumi.Output[_builtins.str]:
|
|
819
819
|
"""
|
|
820
|
-
|
|
820
|
+
The service resource type. Value:
|
|
821
821
|
"""
|
|
822
822
|
return pulumi.get(self, "service_resource_type")
|
|
823
823
|
|