pulumi-alicloud 3.76.0a1743484854__py3-none-any.whl → 3.76.0a1744139894__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 +271 -4
- pulumi_alicloud/_inputs.py +20 -0
- pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
- pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
- pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
- pulumi_alicloud/alb/server_group.py +2 -2
- pulumi_alicloud/alikafka/sasl_acl.py +7 -7
- pulumi_alicloud/apigateway/_inputs.py +134 -0
- pulumi_alicloud/apigateway/group.py +117 -5
- pulumi_alicloud/apigateway/instance.py +148 -7
- pulumi_alicloud/apigateway/outputs.py +107 -0
- pulumi_alicloud/arms/alert_contact.py +2 -2
- pulumi_alicloud/arms/alert_contact_group.py +2 -2
- pulumi_alicloud/arms/get_prometheus.py +2 -6
- pulumi_alicloud/arms/grafana_workspace.py +511 -69
- pulumi_alicloud/arms/outputs.py +18 -18
- pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
- pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
- pulumi_alicloud/cdn/domain_new.py +2 -2
- pulumi_alicloud/cen/_inputs.py +6 -3
- pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
- pulumi_alicloud/cen/instance.py +101 -59
- pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
- pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
- pulumi_alicloud/cen/outputs.py +69 -26
- pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
- pulumi_alicloud/cen/transit_router.py +127 -53
- pulumi_alicloud/cen/transit_router_cidr.py +53 -35
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
- pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
- pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
- pulumi_alicloud/clickhouse/db_cluster.py +179 -6
- pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
- pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cs/__init__.py +1 -0
- pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
- pulumi_alicloud/cs/managed_kubernetes.py +127 -24
- pulumi_alicloud/cs/node_pool.py +42 -42
- pulumi_alicloud/cs/outputs.py +1782 -4
- pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
- pulumi_alicloud/dataworks/data_source.py +2 -2
- pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
- pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
- pulumi_alicloud/dataworks/di_job.py +2 -2
- pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
- pulumi_alicloud/dataworks/network.py +2 -2
- pulumi_alicloud/dataworks/project.py +2 -2
- pulumi_alicloud/dataworks/project_member.py +2 -2
- pulumi_alicloud/dbs/backup_plan.py +2 -2
- pulumi_alicloud/ddos/bgp_policy.py +2 -2
- pulumi_alicloud/eais/__init__.py +2 -0
- pulumi_alicloud/eais/_inputs.py +75 -0
- pulumi_alicloud/eais/client_instance_attachment.py +408 -0
- pulumi_alicloud/eais/instance.py +365 -118
- pulumi_alicloud/eais/outputs.py +32 -0
- pulumi_alicloud/ebs/disk_replica_group.py +512 -30
- pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
- pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
- pulumi_alicloud/ecp/instance.py +2 -2
- pulumi_alicloud/ecp/key_pair.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +33 -0
- pulumi_alicloud/ecs/disk.py +1 -1
- pulumi_alicloud/ecs/ecs_disk.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
- pulumi_alicloud/ecs/instance.py +1 -1
- pulumi_alicloud/ecs/outputs.py +26 -2
- pulumi_alicloud/eflo/__init__.py +5 -0
- pulumi_alicloud/eflo/_inputs.py +1717 -0
- pulumi_alicloud/eflo/cluster.py +935 -0
- pulumi_alicloud/eflo/invocation.py +1114 -0
- pulumi_alicloud/eflo/node.py +1013 -0
- pulumi_alicloud/eflo/node_group.py +1101 -0
- pulumi_alicloud/eflo/outputs.py +1366 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
- pulumi_alicloud/ens/image.py +81 -34
- pulumi_alicloud/esa/__init__.py +4 -0
- pulumi_alicloud/esa/_inputs.py +640 -18
- pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
- pulumi_alicloud/esa/cache_rule.py +193 -179
- pulumi_alicloud/esa/certificate.py +99 -92
- pulumi_alicloud/esa/compression_rule.py +42 -28
- pulumi_alicloud/esa/edge_container_app.py +972 -0
- pulumi_alicloud/esa/edge_container_app_record.py +376 -0
- pulumi_alicloud/esa/http_request_header_modification_rule.py +56 -42
- pulumi_alicloud/esa/http_response_header_modification_rule.py +35 -56
- pulumi_alicloud/esa/https_application_configuration.py +42 -28
- pulumi_alicloud/esa/https_basic_configuration.py +56 -42
- pulumi_alicloud/esa/image_transform.py +42 -28
- pulumi_alicloud/esa/kv_namespace.py +11 -11
- pulumi_alicloud/esa/list.py +28 -28
- pulumi_alicloud/esa/network_optimization.py +56 -126
- pulumi_alicloud/esa/origin_pool.py +19 -19
- pulumi_alicloud/esa/origin_rule.py +67 -39
- pulumi_alicloud/esa/outputs.py +536 -12
- pulumi_alicloud/esa/page.py +28 -49
- pulumi_alicloud/esa/rate_plan_instance.py +86 -159
- pulumi_alicloud/esa/redirect_rule.py +42 -28
- pulumi_alicloud/esa/rewrite_url_rule.py +49 -63
- pulumi_alicloud/esa/site.py +67 -123
- pulumi_alicloud/esa/site_delivery_task.py +841 -0
- pulumi_alicloud/esa/waiting_room.py +269 -319
- pulumi_alicloud/esa/waiting_room_event.py +291 -305
- pulumi_alicloud/esa/waiting_room_rule.py +46 -53
- pulumi_alicloud/ess/_inputs.py +155 -0
- pulumi_alicloud/ess/outputs.py +128 -0
- pulumi_alicloud/ess/scaling_group.py +237 -2
- pulumi_alicloud/ess/scaling_rule.py +143 -2
- pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
- pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
- pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
- pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
- pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
- pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
- pulumi_alicloud/gpdb/streaming_job.py +2 -2
- pulumi_alicloud/ims/oidc_provider.py +24 -13
- pulumi_alicloud/kvstore/account.py +9 -9
- pulumi_alicloud/kvstore/connection.py +2 -2
- pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
- pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
- pulumi_alicloud/kvstore/instance.py +7 -7
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/live/caster.py +2 -2
- pulumi_alicloud/maxcompute/__init__.py +1 -0
- pulumi_alicloud/maxcompute/_inputs.py +232 -3
- pulumi_alicloud/maxcompute/outputs.py +183 -2
- pulumi_alicloud/maxcompute/project.py +2 -2
- pulumi_alicloud/maxcompute/quota.py +438 -0
- pulumi_alicloud/nas/mount_target.py +149 -54
- pulumi_alicloud/nlb/__init__.py +1 -0
- pulumi_alicloud/nlb/_inputs.py +43 -6
- pulumi_alicloud/nlb/load_balancer.py +212 -24
- pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
- pulumi_alicloud/nlb/outputs.py +30 -4
- pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
- pulumi_alicloud/oss/__init__.py +1 -0
- pulumi_alicloud/oss/_inputs.py +20 -0
- pulumi_alicloud/oss/access_point.py +2 -2
- pulumi_alicloud/oss/bucket_cname.py +2 -2
- pulumi_alicloud/oss/bucket_cors.py +2 -2
- pulumi_alicloud/oss/bucket_style.py +402 -0
- pulumi_alicloud/oss/bucket_website.py +2 -2
- pulumi_alicloud/oss/outputs.py +14 -0
- pulumi_alicloud/pai/service.py +59 -67
- pulumi_alicloud/polardb/cluster.py +75 -28
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/__init__.py +3 -0
- pulumi_alicloud/ram/_inputs.py +9 -9
- pulumi_alicloud/ram/access_key.py +77 -31
- pulumi_alicloud/ram/account_alias.py +18 -45
- pulumi_alicloud/ram/get_system_policys.py +189 -0
- pulumi_alicloud/ram/group.py +156 -35
- pulumi_alicloud/ram/group_policy_attachment.py +51 -29
- pulumi_alicloud/ram/login_profile.py +92 -38
- pulumi_alicloud/ram/outputs.py +91 -6
- pulumi_alicloud/ram/password_policy.py +779 -0
- pulumi_alicloud/ram/policy.py +199 -88
- pulumi_alicloud/ram/role_policy_attachment.py +51 -29
- pulumi_alicloud/ram/saml_provider.py +44 -37
- pulumi_alicloud/ram/user_group_attachment.py +273 -0
- pulumi_alicloud/ram/user_policy_attachment.py +49 -27
- pulumi_alicloud/rds/__init__.py +1 -0
- pulumi_alicloud/rds/custom_disk.py +1053 -0
- pulumi_alicloud/rds/instance.py +110 -14
- pulumi_alicloud/redis/tair_instance.py +14 -14
- pulumi_alicloud/resourcemanager/__init__.py +1 -0
- pulumi_alicloud/resourcemanager/_inputs.py +53 -0
- pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
- pulumi_alicloud/resourcemanager/outputs.py +50 -0
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/rocketmq/__init__.py +1 -1
- pulumi_alicloud/rocketmq/_inputs.py +146 -4
- pulumi_alicloud/rocketmq/account.py +452 -0
- pulumi_alicloud/rocketmq/acl.py +473 -47
- pulumi_alicloud/rocketmq/client_user.py +8 -2
- pulumi_alicloud/rocketmq/consumer_group.py +121 -24
- pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
- pulumi_alicloud/rocketmq/outputs.py +113 -4
- pulumi_alicloud/rocketmq/qos.py +8 -2
- pulumi_alicloud/rocketmq/qos_car.py +10 -4
- pulumi_alicloud/rocketmq/qos_policy.py +6 -0
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
- pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
- pulumi_alicloud/rocketmq/snat_entry.py +8 -2
- pulumi_alicloud/sag/__init__.py +8 -0
- pulumi_alicloud/sag/acl.py +200 -0
- pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
- pulumi_alicloud/sag/client_user.py +560 -0
- pulumi_alicloud/sag/dnat_entry.py +512 -0
- pulumi_alicloud/sag/get_acls.py +2 -2
- pulumi_alicloud/sag/qos.py +202 -0
- pulumi_alicloud/sag/qos_car.py +654 -0
- pulumi_alicloud/sag/qos_policy.py +659 -0
- pulumi_alicloud/sag/snat_entry.py +313 -0
- pulumi_alicloud/securitycenter/group.py +2 -2
- pulumi_alicloud/selectdb/db_instance.py +60 -11
- pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
- pulumi_alicloud/sls/oss_export_sink.py +2 -2
- pulumi_alicloud/threatdetection/__init__.py +3 -0
- pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
- pulumi_alicloud/threatdetection/asset_bind.py +209 -0
- pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
- pulumi_alicloud/threatdetection/instance.py +271 -54
- pulumi_alicloud/threatdetection/log_meta.py +351 -0
- pulumi_alicloud/vpc/__init__.py +1 -0
- pulumi_alicloud/vpc/_inputs.py +281 -0
- pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
- pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
- pulumi_alicloud/vpc/ipv6_address.py +85 -5
- pulumi_alicloud/vpc/outputs.py +232 -0
- pulumi_alicloud/vpc/peer_connection.py +84 -42
- pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
- pulumi_alicloud/vpc/route_table.py +100 -45
- pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
- pulumi_alicloud/vpn/_inputs.py +716 -71
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +20 -63
- pulumi_alicloud/vpn/ipsec_server.py +2 -2
- pulumi_alicloud/vpn/outputs.py +1963 -998
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
|
@@ -89,7 +89,7 @@ class ServiceLinkedRole(pulumi.CustomResource):
|
|
|
89
89
|
"""
|
|
90
90
|
Using this data source can create Dbfs service-linked roles(SLR). Dbfs may need to access another Alibaba Cloud service to implement a specific feature. In this case, Dbfs must assume a specific service-linked role, which is a Resource Access Management (RAM) role, to obtain permissions to access another Alibaba Cloud service.
|
|
91
91
|
|
|
92
|
-
For information about Dbfs service-linked roles(SLR) and how to use it, see [What is service-linked roles](https://www.alibabacloud.com/help/
|
|
92
|
+
For information about Dbfs service-linked roles(SLR) and how to use it, see [What is service-linked roles](https://www.alibabacloud.com/help/en/resource-management/resource-group/developer-reference/api-resourcemanager-2020-03-31-createservicelinkedrole-rg).
|
|
93
93
|
|
|
94
94
|
> **NOTE:** Available since v1.157.0.
|
|
95
95
|
|
|
@@ -123,7 +123,7 @@ class ServiceLinkedRole(pulumi.CustomResource):
|
|
|
123
123
|
"""
|
|
124
124
|
Using this data source can create Dbfs service-linked roles(SLR). Dbfs may need to access another Alibaba Cloud service to implement a specific feature. In this case, Dbfs must assume a specific service-linked role, which is a Resource Access Management (RAM) role, to obtain permissions to access another Alibaba Cloud service.
|
|
125
125
|
|
|
126
|
-
For information about Dbfs service-linked roles(SLR) and how to use it, see [What is service-linked roles](https://www.alibabacloud.com/help/
|
|
126
|
+
For information about Dbfs service-linked roles(SLR) and how to use it, see [What is service-linked roles](https://www.alibabacloud.com/help/en/resource-management/resource-group/developer-reference/api-resourcemanager-2020-03-31-createservicelinkedrole-rg).
|
|
127
127
|
|
|
128
128
|
> **NOTE:** Available since v1.157.0.
|
|
129
129
|
|
|
@@ -330,7 +330,7 @@ class DataSource(pulumi.CustomResource):
|
|
|
330
330
|
"""
|
|
331
331
|
Provides a Data Works Data Source resource.
|
|
332
332
|
|
|
333
|
-
For information about Data Works Data Source and how to use it, see [What is Data Source](https://www.alibabacloud.com/help/en/).
|
|
333
|
+
For information about Data Works Data Source and how to use it, see [What is Data Source](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createdatasource).
|
|
334
334
|
|
|
335
335
|
> **NOTE:** Available since v1.237.0.
|
|
336
336
|
|
|
@@ -411,7 +411,7 @@ class DataSource(pulumi.CustomResource):
|
|
|
411
411
|
"""
|
|
412
412
|
Provides a Data Works Data Source resource.
|
|
413
413
|
|
|
414
|
-
For information about Data Works Data Source and how to use it, see [What is Data Source](https://www.alibabacloud.com/help/en/).
|
|
414
|
+
For information about Data Works Data Source and how to use it, see [What is Data Source](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createdatasource).
|
|
415
415
|
|
|
416
416
|
> **NOTE:** Available since v1.237.0.
|
|
417
417
|
|
|
@@ -204,7 +204,7 @@ class DataSourceSharedRule(pulumi.CustomResource):
|
|
|
204
204
|
|
|
205
205
|
Data source sharing rule, which expresses A data source, from space A to space B (A user).
|
|
206
206
|
|
|
207
|
-
For information about Data Works Data Source Shared Rule and how to use it, see [What is Data Source Shared Rule](https://www.alibabacloud.com/help/en/).
|
|
207
|
+
For information about Data Works Data Source Shared Rule and how to use it, see [What is Data Source Shared Rule](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createdatasourcesharedrule).
|
|
208
208
|
|
|
209
209
|
> **NOTE:** Available since v1.237.0.
|
|
210
210
|
|
|
@@ -234,7 +234,7 @@ class DataSourceSharedRule(pulumi.CustomResource):
|
|
|
234
234
|
|
|
235
235
|
Data source sharing rule, which expresses A data source, from space A to space B (A user).
|
|
236
236
|
|
|
237
|
-
For information about Data Works Data Source Shared Rule and how to use it, see [What is Data Source Shared Rule](https://www.alibabacloud.com/help/en/).
|
|
237
|
+
For information about Data Works Data Source Shared Rule and how to use it, see [What is Data Source Shared Rule](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createdatasourcesharedrule).
|
|
238
238
|
|
|
239
239
|
> **NOTE:** Available since v1.237.0.
|
|
240
240
|
|
|
@@ -283,7 +283,7 @@ class DiAlarmRule(pulumi.CustomResource):
|
|
|
283
283
|
|
|
284
284
|
Data Integration alarm rules.
|
|
285
285
|
|
|
286
|
-
For information about Data Works Di Alarm Rule and how to use it, see [What is Di Alarm Rule](https://www.alibabacloud.com/help/en/).
|
|
286
|
+
For information about Data Works Di Alarm Rule and how to use it, see [What is Di Alarm Rule](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createdialarmrule).
|
|
287
287
|
|
|
288
288
|
> **NOTE:** Available since v1.241.0.
|
|
289
289
|
|
|
@@ -426,7 +426,7 @@ class DiAlarmRule(pulumi.CustomResource):
|
|
|
426
426
|
|
|
427
427
|
Data Integration alarm rules.
|
|
428
428
|
|
|
429
|
-
For information about Data Works Di Alarm Rule and how to use it, see [What is Di Alarm Rule](https://www.alibabacloud.com/help/en/).
|
|
429
|
+
For information about Data Works Di Alarm Rule and how to use it, see [What is Di Alarm Rule](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createdialarmrule).
|
|
430
430
|
|
|
431
431
|
> **NOTE:** Available since v1.241.0.
|
|
432
432
|
|
|
@@ -489,7 +489,7 @@ class DiJob(pulumi.CustomResource):
|
|
|
489
489
|
|
|
490
490
|
Data Integration Tasks.
|
|
491
491
|
|
|
492
|
-
For information about Data Works Di Job and how to use it, see [What is Di Job](https://www.alibabacloud.com/help/en/).
|
|
492
|
+
For information about Data Works Di Job and how to use it, see [What is Di Job](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createdijob).
|
|
493
493
|
|
|
494
494
|
> **NOTE:** Available since v1.241.0.
|
|
495
495
|
|
|
@@ -638,7 +638,7 @@ class DiJob(pulumi.CustomResource):
|
|
|
638
638
|
|
|
639
639
|
Data Integration Tasks.
|
|
640
640
|
|
|
641
|
-
For information about Data Works Di Job and how to use it, see [What is Di Job](https://www.alibabacloud.com/help/en/).
|
|
641
|
+
For information about Data Works Di Job and how to use it, see [What is Di Job](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createdijob).
|
|
642
642
|
|
|
643
643
|
> **NOTE:** Available since v1.241.0.
|
|
644
644
|
|
|
@@ -433,7 +433,7 @@ class DwResourceGroup(pulumi.CustomResource):
|
|
|
433
433
|
"""
|
|
434
434
|
Provides a Data Works Dw Resource Group resource.
|
|
435
435
|
|
|
436
|
-
For information about Data Works Dw Resource Group and how to use it, see [What is Dw Resource Group](https://www.alibabacloud.com/help/en/).
|
|
436
|
+
For information about Data Works Dw Resource Group and how to use it, see [What is Dw Resource Group](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createresourcegroup).
|
|
437
437
|
|
|
438
438
|
> **NOTE:** Available since v1.241.0.
|
|
439
439
|
|
|
@@ -468,7 +468,7 @@ class DwResourceGroup(pulumi.CustomResource):
|
|
|
468
468
|
"""
|
|
469
469
|
Provides a Data Works Dw Resource Group resource.
|
|
470
470
|
|
|
471
|
-
For information about Data Works Dw Resource Group and how to use it, see [What is Dw Resource Group](https://www.alibabacloud.com/help/en/).
|
|
471
|
+
For information about Data Works Dw Resource Group and how to use it, see [What is Dw Resource Group](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createresourcegroup).
|
|
472
472
|
|
|
473
473
|
> **NOTE:** Available since v1.241.0.
|
|
474
474
|
|
|
@@ -171,7 +171,7 @@ class Network(pulumi.CustomResource):
|
|
|
171
171
|
|
|
172
172
|
Resource Group Network.
|
|
173
173
|
|
|
174
|
-
For information about Data Works Network and how to use it, see [What is Network](https://www.alibabacloud.com/help/en/).
|
|
174
|
+
For information about Data Works Network and how to use it, see [What is Network](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createnetwork).
|
|
175
175
|
|
|
176
176
|
> **NOTE:** Available since v1.241.0.
|
|
177
177
|
|
|
@@ -200,7 +200,7 @@ class Network(pulumi.CustomResource):
|
|
|
200
200
|
|
|
201
201
|
Resource Group Network.
|
|
202
202
|
|
|
203
|
-
For information about Data Works Network and how to use it, see [What is Network](https://www.alibabacloud.com/help/en/).
|
|
203
|
+
For information about Data Works Network and how to use it, see [What is Network](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createnetwork).
|
|
204
204
|
|
|
205
205
|
> **NOTE:** Available since v1.241.0.
|
|
206
206
|
|
|
@@ -335,7 +335,7 @@ class Project(pulumi.CustomResource):
|
|
|
335
335
|
"""
|
|
336
336
|
Provides a Data Works Project resource.
|
|
337
337
|
|
|
338
|
-
For information about Data Works Project and how to use it, see [What is Project](https://www.alibabacloud.com/help/en/).
|
|
338
|
+
For information about Data Works Project and how to use it, see [What is Project](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createproject).
|
|
339
339
|
|
|
340
340
|
> **NOTE:** Available since v1.229.0.
|
|
341
341
|
|
|
@@ -396,7 +396,7 @@ class Project(pulumi.CustomResource):
|
|
|
396
396
|
"""
|
|
397
397
|
Provides a Data Works Project resource.
|
|
398
398
|
|
|
399
|
-
For information about Data Works Project and how to use it, see [What is Project](https://www.alibabacloud.com/help/en/).
|
|
399
|
+
For information about Data Works Project and how to use it, see [What is Project](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createproject).
|
|
400
400
|
|
|
401
401
|
> **NOTE:** Available since v1.229.0.
|
|
402
402
|
|
|
@@ -156,7 +156,7 @@ class ProjectMember(pulumi.CustomResource):
|
|
|
156
156
|
"""
|
|
157
157
|
Provides a Data Works Project Member resource.
|
|
158
158
|
|
|
159
|
-
For information about Data Works Project Member and how to use it, see [What is Project Member](https://www.alibabacloud.com/help/en/).
|
|
159
|
+
For information about Data Works Project Member and how to use it, see [What is Project Member](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createprojectmember).
|
|
160
160
|
|
|
161
161
|
> **NOTE:** Available since v1.237.0.
|
|
162
162
|
|
|
@@ -223,7 +223,7 @@ class ProjectMember(pulumi.CustomResource):
|
|
|
223
223
|
"""
|
|
224
224
|
Provides a Data Works Project Member resource.
|
|
225
225
|
|
|
226
|
-
For information about Data Works Project Member and how to use it, see [What is Project Member](https://www.alibabacloud.com/help/en/).
|
|
226
|
+
For information about Data Works Project Member and how to use it, see [What is Project Member](https://www.alibabacloud.com/help/en/dataworks/developer-reference/api-dataworks-public-2024-05-18-createprojectmember).
|
|
227
227
|
|
|
228
228
|
> **NOTE:** Available since v1.237.0.
|
|
229
229
|
|
|
@@ -1290,7 +1290,7 @@ class BackupPlan(pulumi.CustomResource):
|
|
|
1290
1290
|
"""
|
|
1291
1291
|
Provides a DBS Backup Plan resource.
|
|
1292
1292
|
|
|
1293
|
-
For information about DBS Backup Plan and how to use it, see [What is Backup Plan](https://www.alibabacloud.com/help/en/
|
|
1293
|
+
For information about DBS Backup Plan and how to use it, see [What is Backup Plan](https://www.alibabacloud.com/help/en/dms/developer-reference/api-dbs-2019-03-06-createandstartbackupplan).
|
|
1294
1294
|
|
|
1295
1295
|
> **NOTE:** Available since v1.185.0.
|
|
1296
1296
|
|
|
@@ -1426,7 +1426,7 @@ class BackupPlan(pulumi.CustomResource):
|
|
|
1426
1426
|
"""
|
|
1427
1427
|
Provides a DBS Backup Plan resource.
|
|
1428
1428
|
|
|
1429
|
-
For information about DBS Backup Plan and how to use it, see [What is Backup Plan](https://www.alibabacloud.com/help/en/
|
|
1429
|
+
For information about DBS Backup Plan and how to use it, see [What is Backup Plan](https://www.alibabacloud.com/help/en/dms/developer-reference/api-dbs-2019-03-06-createandstartbackupplan).
|
|
1430
1430
|
|
|
1431
1431
|
> **NOTE:** Available since v1.185.0.
|
|
1432
1432
|
|
|
@@ -142,7 +142,7 @@ class BgpPolicy(pulumi.CustomResource):
|
|
|
142
142
|
|
|
143
143
|
Ddos protection policy.
|
|
144
144
|
|
|
145
|
-
For information about Ddos Bgp Policy and how to use it, see [What is Policy](https://www.alibabacloud.com/help/en/).
|
|
145
|
+
For information about Ddos Bgp Policy and how to use it, see [What is Policy](https://www.alibabacloud.com/help/en/anti-ddos/anti-ddos-origin/developer-reference/api-ddosbgp-2018-07-20-createpolicy).
|
|
146
146
|
|
|
147
147
|
> **NOTE:** Available since v1.226.0.
|
|
148
148
|
|
|
@@ -207,7 +207,7 @@ class BgpPolicy(pulumi.CustomResource):
|
|
|
207
207
|
|
|
208
208
|
Ddos protection policy.
|
|
209
209
|
|
|
210
|
-
For information about Ddos Bgp Policy and how to use it, see [What is Policy](https://www.alibabacloud.com/help/en/).
|
|
210
|
+
For information about Ddos Bgp Policy and how to use it, see [What is Policy](https://www.alibabacloud.com/help/en/anti-ddos/anti-ddos-origin/developer-reference/api-ddosbgp-2018-07-20-createpolicy).
|
|
211
211
|
|
|
212
212
|
> **NOTE:** Available since v1.226.0.
|
|
213
213
|
|
pulumi_alicloud/eais/__init__.py
CHANGED
|
@@ -0,0 +1,75 @@
|
|
|
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 sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
|
|
17
|
+
__all__ = [
|
|
18
|
+
'InstanceEnvironmentVarArgs',
|
|
19
|
+
'InstanceEnvironmentVarArgsDict',
|
|
20
|
+
]
|
|
21
|
+
|
|
22
|
+
MYPY = False
|
|
23
|
+
|
|
24
|
+
if not MYPY:
|
|
25
|
+
class InstanceEnvironmentVarArgsDict(TypedDict):
|
|
26
|
+
key: NotRequired[pulumi.Input[str]]
|
|
27
|
+
"""
|
|
28
|
+
Keys for environment variables
|
|
29
|
+
"""
|
|
30
|
+
value: NotRequired[pulumi.Input[str]]
|
|
31
|
+
"""
|
|
32
|
+
Values of environment variables
|
|
33
|
+
"""
|
|
34
|
+
elif False:
|
|
35
|
+
InstanceEnvironmentVarArgsDict: TypeAlias = Mapping[str, Any]
|
|
36
|
+
|
|
37
|
+
@pulumi.input_type
|
|
38
|
+
class InstanceEnvironmentVarArgs:
|
|
39
|
+
def __init__(__self__, *,
|
|
40
|
+
key: Optional[pulumi.Input[str]] = None,
|
|
41
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
42
|
+
"""
|
|
43
|
+
:param pulumi.Input[str] key: Keys for environment variables
|
|
44
|
+
:param pulumi.Input[str] value: Values of environment variables
|
|
45
|
+
"""
|
|
46
|
+
if key is not None:
|
|
47
|
+
pulumi.set(__self__, "key", key)
|
|
48
|
+
if value is not None:
|
|
49
|
+
pulumi.set(__self__, "value", value)
|
|
50
|
+
|
|
51
|
+
@property
|
|
52
|
+
@pulumi.getter
|
|
53
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
|
54
|
+
"""
|
|
55
|
+
Keys for environment variables
|
|
56
|
+
"""
|
|
57
|
+
return pulumi.get(self, "key")
|
|
58
|
+
|
|
59
|
+
@key.setter
|
|
60
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
|
61
|
+
pulumi.set(self, "key", value)
|
|
62
|
+
|
|
63
|
+
@property
|
|
64
|
+
@pulumi.getter
|
|
65
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
66
|
+
"""
|
|
67
|
+
Values of environment variables
|
|
68
|
+
"""
|
|
69
|
+
return pulumi.get(self, "value")
|
|
70
|
+
|
|
71
|
+
@value.setter
|
|
72
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
73
|
+
pulumi.set(self, "value", value)
|
|
74
|
+
|
|
75
|
+
|