pulumi-alicloud 3.60.0a1723455033__py3-none-any.whl → 3.61.0__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 +177 -0
- pulumi_alicloud/_inputs.py +16 -0
- pulumi_alicloud/actiontrail/outputs.py +9 -9
- pulumi_alicloud/adb/account.py +14 -14
- pulumi_alicloud/adb/cluster.py +14 -14
- pulumi_alicloud/adb/db_cluster.py +14 -14
- pulumi_alicloud/adb/get_clusters.py +5 -5
- pulumi_alicloud/adb/get_db_clusters.py +5 -5
- pulumi_alicloud/adb/outputs.py +6 -6
- pulumi_alicloud/adb/resource_group.py +48 -20
- pulumi_alicloud/alb/_inputs.py +22 -22
- pulumi_alicloud/alb/acl.py +14 -14
- pulumi_alicloud/alb/get_load_balancers.py +3 -3
- pulumi_alicloud/alb/get_security_policies.py +3 -3
- pulumi_alicloud/alb/get_server_groups.py +5 -5
- pulumi_alicloud/alb/get_system_security_policies.py +3 -3
- pulumi_alicloud/alb/listener.py +14 -14
- pulumi_alicloud/alb/load_balancer.py +128 -142
- pulumi_alicloud/alb/outputs.py +28 -28
- pulumi_alicloud/alb/security_policy.py +14 -14
- pulumi_alicloud/alb/server_group.py +16 -16
- pulumi_alicloud/aligreen/__init__.py +13 -0
- pulumi_alicloud/aligreen/audit_callback.py +422 -0
- pulumi_alicloud/aligreen/biz_type.py +398 -0
- pulumi_alicloud/aligreen/callback.py +449 -0
- pulumi_alicloud/aligreen/image_lib.py +406 -0
- pulumi_alicloud/aligreen/keyword_lib.py +615 -0
- pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
- pulumi_alicloud/alikafka/consumer_group.py +14 -14
- pulumi_alicloud/alikafka/instance.py +35 -28
- pulumi_alicloud/alikafka/sasl_user.py +14 -14
- pulumi_alicloud/alikafka/topic.py +14 -14
- pulumi_alicloud/amqp/binding.py +101 -102
- pulumi_alicloud/amqp/outputs.py +6 -6
- pulumi_alicloud/apigateway/__init__.py +2 -0
- pulumi_alicloud/apigateway/_inputs.py +221 -2
- pulumi_alicloud/apigateway/access_control_list.py +17 -9
- pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
- pulumi_alicloud/apigateway/api.py +4 -2
- pulumi_alicloud/apigateway/app.py +14 -14
- pulumi_alicloud/apigateway/get_apps.py +5 -5
- pulumi_alicloud/apigateway/get_plugins.py +5 -5
- pulumi_alicloud/apigateway/group.py +51 -2
- pulumi_alicloud/apigateway/instance.py +396 -63
- pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
- pulumi_alicloud/apigateway/outputs.py +226 -5
- pulumi_alicloud/apigateway/plugin.py +14 -14
- pulumi_alicloud/apigateway/vpc_access.py +2 -2
- pulumi_alicloud/arms/_inputs.py +16 -16
- pulumi_alicloud/arms/environment.py +14 -14
- pulumi_alicloud/arms/get_prometheis.py +5 -5
- pulumi_alicloud/arms/get_prometheus.py +5 -5
- pulumi_alicloud/arms/get_remote_writes.py +4 -0
- pulumi_alicloud/arms/grafana_workspace.py +14 -14
- pulumi_alicloud/arms/outputs.py +20 -20
- pulumi_alicloud/arms/prometheus.py +14 -14
- pulumi_alicloud/arms/remote_write.py +4 -0
- pulumi_alicloud/arms/synthetic_task.py +14 -14
- pulumi_alicloud/bastionhost/get_instances.py +5 -5
- pulumi_alicloud/bastionhost/instance.py +14 -14
- pulumi_alicloud/bastionhost/outputs.py +3 -3
- pulumi_alicloud/bp/studio_application.py +28 -28
- pulumi_alicloud/cassandra/cluster.py +14 -14
- pulumi_alicloud/cassandra/get_clusters.py +5 -5
- pulumi_alicloud/cassandra/outputs.py +3 -3
- pulumi_alicloud/cddc/dedicated_host.py +14 -14
- pulumi_alicloud/cddc/dedicated_propre_host.py +14 -14
- pulumi_alicloud/cddc/get_dedicated_hosts.py +5 -5
- pulumi_alicloud/cddc/outputs.py +3 -3
- pulumi_alicloud/cdn/domain_new.py +14 -14
- pulumi_alicloud/cen/get_instances.py +5 -5
- pulumi_alicloud/cen/instance.py +14 -14
- pulumi_alicloud/cen/outputs.py +3 -3
- pulumi_alicloud/cen/route_entry.py +2 -2
- pulumi_alicloud/cen/transit_router.py +14 -14
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +14 -14
- pulumi_alicloud/cen/transit_router_multicast_domain.py +14 -14
- pulumi_alicloud/cen/transit_router_route_table.py +14 -14
- pulumi_alicloud/cen/transit_router_vbr_attachment.py +14 -14
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +14 -14
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +14 -14
- pulumi_alicloud/cen/vbr_health_check.py +1 -1
- pulumi_alicloud/cfg/aggregate_config_rule.py +14 -14
- pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
- pulumi_alicloud/cfg/delivery.py +267 -122
- pulumi_alicloud/cfg/outputs.py +6 -6
- pulumi_alicloud/cfg/rule.py +14 -14
- pulumi_alicloud/clickhouse/_inputs.py +39 -0
- pulumi_alicloud/clickhouse/db_cluster.py +66 -6
- pulumi_alicloud/clickhouse/outputs.py +50 -0
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
- pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
- pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
- pulumi_alicloud/cms/_inputs.py +218 -46
- pulumi_alicloud/cms/alarm.py +89 -42
- pulumi_alicloud/cms/dynamic_tag_group.py +53 -51
- pulumi_alicloud/cms/get_monitor_groups.py +3 -3
- pulumi_alicloud/cms/metric_rule_black_list.py +2 -2
- pulumi_alicloud/cms/metric_rule_template.py +54 -87
- pulumi_alicloud/cms/monitor_group.py +14 -14
- pulumi_alicloud/cms/outputs.py +220 -48
- pulumi_alicloud/compute/get_nest_service_instances.py +5 -5
- pulumi_alicloud/compute/nest_service_instance.py +14 -14
- pulumi_alicloud/compute/outputs.py +3 -3
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +14 -14
- pulumi_alicloud/cs/_inputs.py +70 -22
- pulumi_alicloud/cs/application.py +10 -10
- pulumi_alicloud/cs/edge_kubernetes.py +14 -14
- pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
- pulumi_alicloud/cs/kubernetes.py +28 -28
- pulumi_alicloud/cs/managed_kubernetes.py +10 -10
- pulumi_alicloud/cs/node_pool.py +66 -66
- pulumi_alicloud/cs/outputs.py +64 -22
- pulumi_alicloud/cs/serverless_kubernetes.py +14 -14
- pulumi_alicloud/databasefilesystem/instance.py +14 -14
- pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
- pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
- pulumi_alicloud/datahub/topic.py +14 -14
- pulumi_alicloud/dataworks/__init__.py +1 -0
- pulumi_alicloud/dataworks/get_folders.py +12 -4
- pulumi_alicloud/dataworks/project.py +450 -0
- pulumi_alicloud/dcdn/domain.py +14 -14
- pulumi_alicloud/ddos/basic_threshold.py +2 -2
- pulumi_alicloud/ddos/bgp_ip.py +2 -6
- pulumi_alicloud/dds/get_mongo_instances.py +3 -3
- pulumi_alicloud/dds/outputs.py +2 -2
- pulumi_alicloud/dns/alidns_domain.py +14 -14
- pulumi_alicloud/dns/dns_domain.py +14 -14
- pulumi_alicloud/dns/get_alidns_domains.py +5 -5
- pulumi_alicloud/dns/get_domains.py +5 -5
- pulumi_alicloud/dns/outputs.py +6 -6
- pulumi_alicloud/dts/consumer_channel.py +10 -2
- pulumi_alicloud/dts/get_subscription_jobs.py +3 -3
- pulumi_alicloud/dts/instance.py +14 -14
- pulumi_alicloud/dts/migration_instance.py +14 -14
- pulumi_alicloud/dts/outputs.py +6 -6
- pulumi_alicloud/dts/subscription_job.py +30 -22
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +14 -14
- pulumi_alicloud/eci/container_group.py +14 -14
- pulumi_alicloud/eci/get_container_groups.py +5 -5
- pulumi_alicloud/eci/get_virtual_nodes.py +5 -5
- pulumi_alicloud/eci/outputs.py +6 -6
- pulumi_alicloud/eci/virtual_node.py +14 -14
- pulumi_alicloud/ecs/auto_snapshot_policy.py +14 -14
- pulumi_alicloud/ecs/capacity_reservation.py +14 -14
- pulumi_alicloud/ecs/copy_image.py +10 -10
- pulumi_alicloud/ecs/dedicated_host.py +14 -14
- pulumi_alicloud/ecs/disk.py +14 -14
- pulumi_alicloud/ecs/ecs_dedicated_host_cluster.py +14 -14
- pulumi_alicloud/ecs/ecs_disk.py +14 -14
- pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_image_component.py +14 -14
- pulumi_alicloud/ecs/ecs_image_pipeline.py +16 -16
- pulumi_alicloud/ecs/ecs_instance_set.py +2 -2
- pulumi_alicloud/ecs/ecs_invocation.py +16 -16
- pulumi_alicloud/ecs/ecs_key_pair.py +10 -10
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_launch_template.py +37 -37
- pulumi_alicloud/ecs/ecs_network_interface.py +14 -14
- pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_snapshot.py +14 -14
- pulumi_alicloud/ecs/ecs_snapshot_group.py +14 -14
- pulumi_alicloud/ecs/eip.py +14 -14
- pulumi_alicloud/ecs/eip_address.py +14 -14
- pulumi_alicloud/ecs/eip_association.py +4 -6
- pulumi_alicloud/ecs/elasticity_assurance.py +14 -14
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +5 -5
- pulumi_alicloud/ecs/get_capacity_reservations.py +5 -5
- pulumi_alicloud/ecs/get_dedicated_hosts.py +5 -5
- pulumi_alicloud/ecs/get_disks.py +5 -5
- pulumi_alicloud/ecs/get_ecs_dedicated_host_clusters.py +5 -5
- pulumi_alicloud/ecs/get_ecs_disks.py +5 -5
- pulumi_alicloud/ecs/get_ecs_image_components.py +5 -5
- pulumi_alicloud/ecs/get_ecs_image_pipeline.py +5 -5
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +3 -3
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +3 -3
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +51 -11
- pulumi_alicloud/ecs/get_ecs_snapshot_groups.py +5 -5
- pulumi_alicloud/ecs/get_ecs_snapshots.py +5 -5
- pulumi_alicloud/ecs/get_eip_addresses.py +5 -5
- pulumi_alicloud/ecs/get_eips.py +5 -5
- pulumi_alicloud/ecs/get_elasticity_assurances.py +5 -5
- pulumi_alicloud/ecs/get_images.py +5 -5
- pulumi_alicloud/ecs/get_instances.py +8 -8
- pulumi_alicloud/ecs/get_key_pairs.py +5 -5
- pulumi_alicloud/ecs/get_network_interfaces.py +10 -10
- pulumi_alicloud/ecs/get_security_groups.py +5 -5
- pulumi_alicloud/ecs/get_snapshots.py +5 -5
- pulumi_alicloud/ecs/image.py +18 -20
- pulumi_alicloud/ecs/image_copy.py +16 -16
- pulumi_alicloud/ecs/image_export.py +2 -2
- pulumi_alicloud/ecs/image_import.py +14 -6
- pulumi_alicloud/ecs/image_share_permission.py +2 -2
- pulumi_alicloud/ecs/instance.py +35 -35
- pulumi_alicloud/ecs/key_pair.py +10 -10
- pulumi_alicloud/ecs/launch_template.py +24 -24
- pulumi_alicloud/ecs/outputs.py +119 -97
- pulumi_alicloud/ecs/reserved_instance.py +14 -14
- pulumi_alicloud/ecs/security_group.py +14 -14
- pulumi_alicloud/ecs/snapshot.py +14 -14
- pulumi_alicloud/ecs/snapshot_policy.py +10 -10
- pulumi_alicloud/edas/application_scale.py +10 -2
- pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
- pulumi_alicloud/eds/desktop.py +14 -14
- pulumi_alicloud/eds/outputs.py +10 -10
- pulumi_alicloud/eipanycast/anycast_eip_address.py +14 -14
- pulumi_alicloud/elasticsearch/get_instances.py +3 -3
- pulumi_alicloud/elasticsearch/instance.py +338 -56
- pulumi_alicloud/elasticsearch/outputs.py +2 -2
- pulumi_alicloud/emr/cluster.py +14 -14
- pulumi_alicloud/emr/outputs.py +3 -3
- pulumi_alicloud/emrv2/cluster.py +14 -14
- pulumi_alicloud/emrv2/get_clusters.py +5 -5
- pulumi_alicloud/emrv2/outputs.py +3 -3
- pulumi_alicloud/ess/alarm.py +14 -14
- pulumi_alicloud/ess/eci_scaling_configuration.py +14 -14
- pulumi_alicloud/ess/outputs.py +6 -6
- pulumi_alicloud/ess/scaling_configuration.py +28 -28
- pulumi_alicloud/ess/scaling_group.py +115 -21
- pulumi_alicloud/eventbridge/event_source.py +14 -14
- pulumi_alicloud/eventbridge/outputs.py +3 -3
- pulumi_alicloud/expressconnect/router_express_connect_router.py +14 -14
- pulumi_alicloud/fc/__init__.py +7 -0
- pulumi_alicloud/fc/_inputs.py +1670 -4
- pulumi_alicloud/fc/function.py +14 -14
- pulumi_alicloud/fc/outputs.py +1729 -8
- pulumi_alicloud/fc/trigger.py +76 -38
- pulumi_alicloud/fc/v2_function.py +10 -10
- pulumi_alicloud/fc/v3_alias.py +440 -0
- pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
- pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
- pulumi_alicloud/fc/v3_custom_domain.py +847 -0
- pulumi_alicloud/fc/v3_function.py +1391 -0
- pulumi_alicloud/fc/v3_function_version.py +313 -0
- pulumi_alicloud/fc/v3_trigger.py +663 -0
- pulumi_alicloud/ga/accelerator.py +14 -14
- pulumi_alicloud/ga/acl.py +14 -14
- pulumi_alicloud/ga/bandwidth_package.py +14 -14
- pulumi_alicloud/ga/basic_accelerator.py +22 -22
- pulumi_alicloud/ga/endpoint_group.py +14 -14
- pulumi_alicloud/governance/__init__.py +12 -0
- pulumi_alicloud/governance/_inputs.py +70 -0
- pulumi_alicloud/governance/account.py +505 -0
- pulumi_alicloud/governance/baseline.py +387 -0
- pulumi_alicloud/governance/get_baselines.py +249 -0
- pulumi_alicloud/governance/outputs.py +99 -0
- pulumi_alicloud/gpdb/elastic_instance.py +14 -14
- pulumi_alicloud/gpdb/get_instances.py +3 -3
- pulumi_alicloud/gpdb/instance.py +14 -14
- pulumi_alicloud/gpdb/outputs.py +3 -3
- pulumi_alicloud/hbase/get_instances.py +5 -5
- pulumi_alicloud/hbase/instance.py +14 -14
- pulumi_alicloud/hbase/outputs.py +3 -3
- pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
- pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
- pulumi_alicloud/hbr/hana_backup_client.py +10 -2
- pulumi_alicloud/hbr/server_backup_plan.py +2 -2
- pulumi_alicloud/hologram/instance.py +14 -14
- pulumi_alicloud/kms/get_secrets.py +5 -5
- pulumi_alicloud/kms/key.py +14 -14
- pulumi_alicloud/kms/outputs.py +3 -3
- pulumi_alicloud/kms/secret.py +14 -14
- pulumi_alicloud/kvstore/account.py +14 -14
- pulumi_alicloud/kvstore/get_instances.py +5 -5
- pulumi_alicloud/kvstore/instance.py +89 -42
- pulumi_alicloud/kvstore/outputs.py +8 -8
- pulumi_alicloud/lindorm/instance.py +14 -14
- pulumi_alicloud/log/audit.py +14 -14
- pulumi_alicloud/log/etl.py +28 -28
- pulumi_alicloud/log/project.py +14 -14
- pulumi_alicloud/log/store.py +91 -10
- pulumi_alicloud/marketplace/order.py +14 -14
- pulumi_alicloud/maxcompute/get_projects.py +12 -14
- pulumi_alicloud/maxcompute/get_service.py +4 -0
- pulumi_alicloud/maxcompute/outputs.py +75 -60
- pulumi_alicloud/maxcompute/project.py +21 -21
- pulumi_alicloud/mongodb/_inputs.py +12 -12
- pulumi_alicloud/mongodb/get_instances.py +5 -5
- pulumi_alicloud/mongodb/get_serverless_instances.py +5 -5
- pulumi_alicloud/mongodb/instance.py +82 -35
- pulumi_alicloud/mongodb/outputs.py +18 -18
- pulumi_alicloud/mongodb/serverless_instance.py +14 -14
- pulumi_alicloud/mongodb/sharding_instance.py +82 -35
- pulumi_alicloud/mongodb/sharding_network_private_address.py +145 -39
- pulumi_alicloud/mse/cluster.py +14 -14
- pulumi_alicloud/nas/file_system.py +14 -14
- pulumi_alicloud/nlb/get_load_balancers.py +3 -3
- pulumi_alicloud/nlb/get_security_policies.py +3 -3
- pulumi_alicloud/nlb/get_server_groups.py +3 -3
- pulumi_alicloud/nlb/listener.py +14 -14
- pulumi_alicloud/nlb/load_balancer.py +14 -14
- pulumi_alicloud/nlb/outputs.py +9 -9
- pulumi_alicloud/nlb/security_policy.py +14 -14
- pulumi_alicloud/nlb/server_group.py +14 -14
- pulumi_alicloud/oos/application.py +14 -14
- pulumi_alicloud/oos/get_applications.py +5 -5
- pulumi_alicloud/oos/get_executions.py +5 -5
- pulumi_alicloud/oos/get_parameters.py +5 -5
- pulumi_alicloud/oos/get_secret_parameters.py +5 -5
- pulumi_alicloud/oos/get_state_configurations.py +5 -5
- pulumi_alicloud/oos/get_templates.py +5 -5
- pulumi_alicloud/oos/outputs.py +15 -15
- pulumi_alicloud/oos/parameter.py +14 -14
- pulumi_alicloud/oos/patch_baseline.py +14 -14
- pulumi_alicloud/oos/secret_parameter.py +14 -14
- pulumi_alicloud/oos/state_configuration.py +14 -14
- pulumi_alicloud/oos/template.py +14 -14
- pulumi_alicloud/oss/_inputs.py +4 -4
- pulumi_alicloud/oss/bucket.py +14 -14
- pulumi_alicloud/oss/get_instances.py +5 -5
- pulumi_alicloud/oss/outputs.py +9 -9
- pulumi_alicloud/ots/get_instances.py +5 -5
- pulumi_alicloud/ots/instance.py +14 -14
- pulumi_alicloud/ots/outputs.py +3 -3
- pulumi_alicloud/polardb/account.py +14 -14
- pulumi_alicloud/polardb/cluster.py +14 -14
- pulumi_alicloud/polardb/cluster_endpoint.py +14 -14
- pulumi_alicloud/polardb/endpoint.py +14 -14
- pulumi_alicloud/polardb/get_accounts.py +12 -4
- pulumi_alicloud/polardb/get_clusters.py +5 -5
- pulumi_alicloud/polardb/get_databases.py +12 -4
- pulumi_alicloud/polardb/outputs.py +2 -2
- pulumi_alicloud/privatelink/outputs.py +2 -2
- pulumi_alicloud/privatelink/vpc_endpoint.py +14 -14
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +14 -14
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/zone.py +14 -14
- pulumi_alicloud/quotas/_inputs.py +4 -4
- pulumi_alicloud/quotas/get_quota_applications.py +12 -6
- pulumi_alicloud/quotas/outputs.py +3 -3
- pulumi_alicloud/ram/login_profile.py +8 -8
- pulumi_alicloud/rds/account.py +14 -14
- pulumi_alicloud/rds/ddr_instance.py +14 -14
- pulumi_alicloud/rds/get_instances.py +6 -6
- pulumi_alicloud/rds/instance.py +14 -14
- pulumi_alicloud/rds/rds_account.py +203 -63
- pulumi_alicloud/rds/read_only_instance.py +14 -14
- pulumi_alicloud/rds/read_write_splitting_connection.py +24 -16
- pulumi_alicloud/realtimecompute/vvp_instance.py +14 -14
- pulumi_alicloud/redis/tair_instance.py +14 -14
- pulumi_alicloud/resourcemanager/account.py +14 -14
- pulumi_alicloud/resourcemanager/resource_group.py +14 -14
- pulumi_alicloud/rocketmq/client_user.py +14 -14
- pulumi_alicloud/rocketmq/get_groups.py +5 -5
- pulumi_alicloud/rocketmq/get_instances.py +5 -5
- pulumi_alicloud/rocketmq/get_topics.py +5 -5
- pulumi_alicloud/rocketmq/group.py +14 -14
- pulumi_alicloud/rocketmq/instance.py +14 -14
- pulumi_alicloud/rocketmq/outputs.py +9 -9
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +14 -14
- pulumi_alicloud/rocketmq/topic.py +14 -14
- pulumi_alicloud/ros/_inputs.py +4 -4
- pulumi_alicloud/ros/get_stacks.py +5 -5
- pulumi_alicloud/ros/get_templates.py +5 -5
- pulumi_alicloud/ros/outputs.py +12 -12
- pulumi_alicloud/ros/stack.py +14 -14
- pulumi_alicloud/ros/template.py +14 -14
- pulumi_alicloud/sae/application.py +14 -14
- pulumi_alicloud/sae/outputs.py +3 -3
- pulumi_alicloud/selectdb/__init__.py +13 -0
- pulumi_alicloud/selectdb/_inputs.py +446 -0
- pulumi_alicloud/selectdb/db_cluster.py +830 -0
- pulumi_alicloud/selectdb/db_instance.py +1368 -0
- pulumi_alicloud/selectdb/get_db_clusters.py +184 -0
- pulumi_alicloud/selectdb/get_db_instances.py +191 -0
- pulumi_alicloud/selectdb/outputs.py +1122 -0
- pulumi_alicloud/servicecatalog/outputs.py +4 -4
- pulumi_alicloud/servicecatalog/provisioned_product.py +14 -14
- pulumi_alicloud/servicemesh/service_mesh.py +14 -14
- pulumi_alicloud/slb/acl.py +14 -14
- pulumi_alicloud/slb/application_load_balancer.py +14 -14
- pulumi_alicloud/slb/ca_certificate.py +14 -14
- pulumi_alicloud/slb/get_acls.py +5 -5
- pulumi_alicloud/slb/get_application_load_balancers.py +8 -8
- pulumi_alicloud/slb/get_ca_certificates.py +5 -5
- pulumi_alicloud/slb/get_load_balancers.py +8 -8
- pulumi_alicloud/slb/get_server_certificates.py +5 -5
- pulumi_alicloud/slb/load_balancer.py +41 -41
- pulumi_alicloud/slb/outputs.py +29 -29
- pulumi_alicloud/slb/server_certificate.py +14 -14
- pulumi_alicloud/slb/server_group.py +14 -14
- pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
- pulumi_alicloud/sls/_inputs.py +12 -12
- pulumi_alicloud/sls/outputs.py +9 -9
- pulumi_alicloud/vod/domain.py +14 -14
- pulumi_alicloud/vod/get_domains.py +5 -5
- pulumi_alicloud/vpc/bgp_peer.py +1 -1
- pulumi_alicloud/vpc/common_bandwith_package.py +14 -14
- pulumi_alicloud/vpc/dhcp_options_set.py +14 -14
- pulumi_alicloud/vpc/flow_log.py +14 -14
- pulumi_alicloud/vpc/gateway_endpoint.py +14 -14
- pulumi_alicloud/vpc/get_nat_gateways.py +5 -5
- pulumi_alicloud/vpc/get_networks.py +7 -7
- pulumi_alicloud/vpc/get_route_tables.py +5 -5
- pulumi_alicloud/vpc/get_switches.py +32 -32
- pulumi_alicloud/vpc/ha_vip.py +14 -14
- pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
- pulumi_alicloud/vpc/ha_vipv2.py +14 -14
- pulumi_alicloud/vpc/ipv4_gateway.py +14 -14
- pulumi_alicloud/vpc/ipv6_address.py +14 -14
- pulumi_alicloud/vpc/ipv6_gateway.py +14 -14
- pulumi_alicloud/vpc/nat_gateway.py +14 -14
- pulumi_alicloud/vpc/network.py +14 -14
- pulumi_alicloud/vpc/network_acl.py +14 -14
- pulumi_alicloud/vpc/network_interface.py +14 -14
- pulumi_alicloud/vpc/outputs.py +36 -36
- pulumi_alicloud/vpc/peer_connection.py +14 -14
- pulumi_alicloud/vpc/prefix_list.py +14 -14
- pulumi_alicloud/vpc/public_ip_address_pool.py +14 -14
- pulumi_alicloud/vpc/route_table.py +14 -14
- pulumi_alicloud/vpc/subnet.py +10 -10
- pulumi_alicloud/vpc/switch.py +14 -14
- pulumi_alicloud/vpc/traffic_mirror_filter.py +14 -14
- pulumi_alicloud/vpc/traffic_mirror_session.py +16 -16
- pulumi_alicloud/vpn/connection.py +14 -14
- pulumi_alicloud/vpn/customer_gateway.py +14 -14
- pulumi_alicloud/vpn/gateway.py +14 -14
- pulumi_alicloud/vpn/outputs.py +7 -7
- pulumi_alicloud/yundun/bastion_host_instance.py +10 -10
- pulumi_alicloud/yundun/db_audit_instance.py +14 -14
- pulumi_alicloud/yundun/get_bastion_host_instances.py +3 -3
- pulumi_alicloud/yundun/get_db_audit_instance.py +3 -3
- pulumi_alicloud/yundun/outputs.py +4 -4
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/RECORD +430 -399
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/top_level.txt +0 -0
pulumi_alicloud/cs/node_pool.py
CHANGED
|
@@ -39,7 +39,7 @@ class NodePoolArgs:
|
|
|
39
39
|
keep_instance_name: Optional[pulumi.Input[bool]] = None,
|
|
40
40
|
key_name: Optional[pulumi.Input[str]] = None,
|
|
41
41
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
42
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
42
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
43
43
|
kubelet_configuration: Optional[pulumi.Input['NodePoolKubeletConfigurationArgs']] = None,
|
|
44
44
|
labels: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolLabelArgs']]]] = None,
|
|
45
45
|
login_as_non_root: Optional[pulumi.Input[bool]] = None,
|
|
@@ -81,7 +81,7 @@ class NodePoolArgs:
|
|
|
81
81
|
system_disk_provisioned_iops: Optional[pulumi.Input[int]] = None,
|
|
82
82
|
system_disk_size: Optional[pulumi.Input[int]] = None,
|
|
83
83
|
system_disk_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
|
84
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
84
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
85
85
|
taints: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolTaintArgs']]]] = None,
|
|
86
86
|
tee_config: Optional[pulumi.Input['NodePoolTeeConfigArgs']] = None,
|
|
87
87
|
unschedulable: Optional[pulumi.Input[bool]] = None,
|
|
@@ -114,13 +114,13 @@ class NodePoolArgs:
|
|
|
114
114
|
- `ContainerOS` : container-optimized image.
|
|
115
115
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
116
116
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
117
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The
|
|
118
|
-
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
119
|
-
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
117
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance list. Add existing nodes under the same cluster VPC to the node pool.
|
|
118
|
+
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
119
|
+
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
120
120
|
:param pulumi.Input[bool] keep_instance_name: Add an existing instance to the node pool, whether to keep the original instance name. It is recommended to set to `true`.
|
|
121
121
|
:param pulumi.Input[str] key_name: The name of the key pair. When the node pool is a managed node pool, only `key_name` is supported.
|
|
122
122
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a cs kubernetes. You have to specify one of `password` `key_name` `kms_encrypted_password` fields.
|
|
123
|
-
:param pulumi.Input[Mapping[str,
|
|
123
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a cs kubernetes with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
124
124
|
:param pulumi.Input['NodePoolKubeletConfigurationArgs'] kubelet_configuration: Kubelet configuration parameters for worker nodes. See `kubelet_configuration` below. More information in [Kubelet Configuration](https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/). See `kubelet_configuration` below.
|
|
125
125
|
:param pulumi.Input[Sequence[pulumi.Input['NodePoolLabelArgs']]] labels: A List of Kubernetes labels to assign to the nodes . Only labels that are applied with the ACK API are managed by this argument. Detailed below. More information in [Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/). See `labels` below.
|
|
126
126
|
:param pulumi.Input[bool] login_as_non_root: Whether the ECS instance is logged on as a ecs-user user. Valid value: `true` and `false`.
|
|
@@ -141,7 +141,7 @@ class NodePoolArgs:
|
|
|
141
141
|
:param pulumi.Input[str] platform: Operating system release, using `image_type` instead.
|
|
142
142
|
:param pulumi.Input['NodePoolPrivatePoolOptionsArgs'] private_pool_options: Private node pool configuration. See `private_pool_options` below.
|
|
143
143
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: The list of RDS instances.
|
|
144
|
-
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
144
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
145
145
|
:param pulumi.Input['NodePoolRollingPolicyArgs'] rolling_policy: Rotary configuration. See `rolling_policy` below.
|
|
146
146
|
:param pulumi.Input[str] runtime_name: The runtime name of containers. If not set, the cluster runtime will be used as the node pool runtime. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm).
|
|
147
147
|
:param pulumi.Input[str] runtime_version: The runtime version of containers. If not set, the cluster runtime will be used as the node pool runtime.
|
|
@@ -161,7 +161,7 @@ class NodePoolArgs:
|
|
|
161
161
|
- `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
|
|
162
162
|
:param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
163
163
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
|
|
164
|
-
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
164
|
+
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
165
165
|
:param pulumi.Input[str] system_disk_encrypt_algorithm: The encryption algorithm used by the system disk. Value range: aes-256.
|
|
166
166
|
:param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
|
|
167
167
|
:param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
|
|
@@ -173,7 +173,7 @@ class NodePoolArgs:
|
|
|
173
173
|
:param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
174
174
|
:param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
|
|
175
175
|
:param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
|
|
176
|
-
:param pulumi.Input[Mapping[str,
|
|
176
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Add tags only for ECS instances. The maximum length of the tag key is 128 characters. The tag key and value cannot start with aliyun or acs:, or contain https:// or http://".
|
|
177
177
|
:param pulumi.Input[Sequence[pulumi.Input['NodePoolTaintArgs']]] taints: A List of Kubernetes taints to assign to the nodes. Detailed below. More information in [Taints and Toleration](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/). See `taints` below.
|
|
178
178
|
:param pulumi.Input['NodePoolTeeConfigArgs'] tee_config: The configuration about confidential computing for the cluster. See `tee_config` below.
|
|
179
179
|
:param pulumi.Input[bool] unschedulable: Whether the node after expansion can be scheduled.
|
|
@@ -552,7 +552,7 @@ class NodePoolArgs:
|
|
|
552
552
|
@pulumi.getter
|
|
553
553
|
def instances(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
554
554
|
"""
|
|
555
|
-
The
|
|
555
|
+
The instance list. Add existing nodes under the same cluster VPC to the node pool.
|
|
556
556
|
"""
|
|
557
557
|
return pulumi.get(self, "instances")
|
|
558
558
|
|
|
@@ -564,7 +564,7 @@ class NodePoolArgs:
|
|
|
564
564
|
@pulumi.getter(name="internetChargeType")
|
|
565
565
|
def internet_charge_type(self) -> Optional[pulumi.Input[str]]:
|
|
566
566
|
"""
|
|
567
|
-
The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
567
|
+
The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
568
568
|
"""
|
|
569
569
|
return pulumi.get(self, "internet_charge_type")
|
|
570
570
|
|
|
@@ -576,7 +576,7 @@ class NodePoolArgs:
|
|
|
576
576
|
@pulumi.getter(name="internetMaxBandwidthOut")
|
|
577
577
|
def internet_max_bandwidth_out(self) -> Optional[pulumi.Input[int]]:
|
|
578
578
|
"""
|
|
579
|
-
The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
579
|
+
The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
580
580
|
"""
|
|
581
581
|
return pulumi.get(self, "internet_max_bandwidth_out")
|
|
582
582
|
|
|
@@ -622,14 +622,14 @@ class NodePoolArgs:
|
|
|
622
622
|
|
|
623
623
|
@property
|
|
624
624
|
@pulumi.getter(name="kmsEncryptionContext")
|
|
625
|
-
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str,
|
|
625
|
+
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
626
626
|
"""
|
|
627
627
|
An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a cs kubernetes with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
628
628
|
"""
|
|
629
629
|
return pulumi.get(self, "kms_encryption_context")
|
|
630
630
|
|
|
631
631
|
@kms_encryption_context.setter
|
|
632
|
-
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str,
|
|
632
|
+
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
633
633
|
pulumi.set(self, "kms_encryption_context", value)
|
|
634
634
|
|
|
635
635
|
@property
|
|
@@ -846,7 +846,7 @@ class NodePoolArgs:
|
|
|
846
846
|
@pulumi.getter(name="resourceGroupId")
|
|
847
847
|
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
848
848
|
"""
|
|
849
|
-
The ID of the resource group
|
|
849
|
+
The ID of the resource group
|
|
850
850
|
"""
|
|
851
851
|
return pulumi.get(self, "resource_group_id")
|
|
852
852
|
|
|
@@ -1043,7 +1043,7 @@ class NodePoolArgs:
|
|
|
1043
1043
|
@pulumi.getter(name="systemDiskCategory")
|
|
1044
1044
|
def system_disk_category(self) -> Optional[pulumi.Input[str]]:
|
|
1045
1045
|
"""
|
|
1046
|
-
The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
1046
|
+
The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
1047
1047
|
"""
|
|
1048
1048
|
return pulumi.get(self, "system_disk_category")
|
|
1049
1049
|
|
|
@@ -1141,14 +1141,14 @@ class NodePoolArgs:
|
|
|
1141
1141
|
|
|
1142
1142
|
@property
|
|
1143
1143
|
@pulumi.getter
|
|
1144
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
1144
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1145
1145
|
"""
|
|
1146
|
-
Add tags only for ECS instances.
|
|
1146
|
+
Add tags only for ECS instances. The maximum length of the tag key is 128 characters. The tag key and value cannot start with aliyun or acs:, or contain https:// or http://".
|
|
1147
1147
|
"""
|
|
1148
1148
|
return pulumi.get(self, "tags")
|
|
1149
1149
|
|
|
1150
1150
|
@tags.setter
|
|
1151
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
1151
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1152
1152
|
pulumi.set(self, "tags", value)
|
|
1153
1153
|
|
|
1154
1154
|
@property
|
|
@@ -1237,7 +1237,7 @@ class _NodePoolState:
|
|
|
1237
1237
|
keep_instance_name: Optional[pulumi.Input[bool]] = None,
|
|
1238
1238
|
key_name: Optional[pulumi.Input[str]] = None,
|
|
1239
1239
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
1240
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
1240
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1241
1241
|
kubelet_configuration: Optional[pulumi.Input['NodePoolKubeletConfigurationArgs']] = None,
|
|
1242
1242
|
labels: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolLabelArgs']]]] = None,
|
|
1243
1243
|
login_as_non_root: Optional[pulumi.Input[bool]] = None,
|
|
@@ -1281,7 +1281,7 @@ class _NodePoolState:
|
|
|
1281
1281
|
system_disk_provisioned_iops: Optional[pulumi.Input[int]] = None,
|
|
1282
1282
|
system_disk_size: Optional[pulumi.Input[int]] = None,
|
|
1283
1283
|
system_disk_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
|
1284
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
1284
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1285
1285
|
taints: Optional[pulumi.Input[Sequence[pulumi.Input['NodePoolTaintArgs']]]] = None,
|
|
1286
1286
|
tee_config: Optional[pulumi.Input['NodePoolTeeConfigArgs']] = None,
|
|
1287
1287
|
unschedulable: Optional[pulumi.Input[bool]] = None,
|
|
@@ -1314,13 +1314,13 @@ class _NodePoolState:
|
|
|
1314
1314
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
1315
1315
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
1316
1316
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
1317
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The
|
|
1318
|
-
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
1319
|
-
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
1317
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance list. Add existing nodes under the same cluster VPC to the node pool.
|
|
1318
|
+
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
1319
|
+
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
1320
1320
|
:param pulumi.Input[bool] keep_instance_name: Add an existing instance to the node pool, whether to keep the original instance name. It is recommended to set to `true`.
|
|
1321
1321
|
:param pulumi.Input[str] key_name: The name of the key pair. When the node pool is a managed node pool, only `key_name` is supported.
|
|
1322
1322
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a cs kubernetes. You have to specify one of `password` `key_name` `kms_encrypted_password` fields.
|
|
1323
|
-
:param pulumi.Input[Mapping[str,
|
|
1323
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a cs kubernetes with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
1324
1324
|
:param pulumi.Input['NodePoolKubeletConfigurationArgs'] kubelet_configuration: Kubelet configuration parameters for worker nodes. See `kubelet_configuration` below. More information in [Kubelet Configuration](https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/). See `kubelet_configuration` below.
|
|
1325
1325
|
:param pulumi.Input[Sequence[pulumi.Input['NodePoolLabelArgs']]] labels: A List of Kubernetes labels to assign to the nodes . Only labels that are applied with the ACK API are managed by this argument. Detailed below. More information in [Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/). See `labels` below.
|
|
1326
1326
|
:param pulumi.Input[bool] login_as_non_root: Whether the ECS instance is logged on as a ecs-user user. Valid value: `true` and `false`.
|
|
@@ -1342,7 +1342,7 @@ class _NodePoolState:
|
|
|
1342
1342
|
:param pulumi.Input[str] platform: Operating system release, using `image_type` instead.
|
|
1343
1343
|
:param pulumi.Input['NodePoolPrivatePoolOptionsArgs'] private_pool_options: Private node pool configuration. See `private_pool_options` below.
|
|
1344
1344
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: The list of RDS instances.
|
|
1345
|
-
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
1345
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
1346
1346
|
:param pulumi.Input['NodePoolRollingPolicyArgs'] rolling_policy: Rotary configuration. See `rolling_policy` below.
|
|
1347
1347
|
:param pulumi.Input[str] runtime_name: The runtime name of containers. If not set, the cluster runtime will be used as the node pool runtime. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm).
|
|
1348
1348
|
:param pulumi.Input[str] runtime_version: The runtime version of containers. If not set, the cluster runtime will be used as the node pool runtime.
|
|
@@ -1363,7 +1363,7 @@ class _NodePoolState:
|
|
|
1363
1363
|
- `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
|
|
1364
1364
|
:param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
1365
1365
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
|
|
1366
|
-
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
1366
|
+
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
1367
1367
|
:param pulumi.Input[str] system_disk_encrypt_algorithm: The encryption algorithm used by the system disk. Value range: aes-256.
|
|
1368
1368
|
:param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
|
|
1369
1369
|
:param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
|
|
@@ -1375,7 +1375,7 @@ class _NodePoolState:
|
|
|
1375
1375
|
:param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
1376
1376
|
:param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
|
|
1377
1377
|
:param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
|
|
1378
|
-
:param pulumi.Input[Mapping[str,
|
|
1378
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Add tags only for ECS instances. The maximum length of the tag key is 128 characters. The tag key and value cannot start with aliyun or acs:, or contain https:// or http://".
|
|
1379
1379
|
:param pulumi.Input[Sequence[pulumi.Input['NodePoolTaintArgs']]] taints: A List of Kubernetes taints to assign to the nodes. Detailed below. More information in [Taints and Toleration](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/). See `taints` below.
|
|
1380
1380
|
:param pulumi.Input['NodePoolTeeConfigArgs'] tee_config: The configuration about confidential computing for the cluster. See `tee_config` below.
|
|
1381
1381
|
:param pulumi.Input[bool] unschedulable: Whether the node after expansion can be scheduled.
|
|
@@ -1750,7 +1750,7 @@ class _NodePoolState:
|
|
|
1750
1750
|
@pulumi.getter
|
|
1751
1751
|
def instances(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1752
1752
|
"""
|
|
1753
|
-
The
|
|
1753
|
+
The instance list. Add existing nodes under the same cluster VPC to the node pool.
|
|
1754
1754
|
"""
|
|
1755
1755
|
return pulumi.get(self, "instances")
|
|
1756
1756
|
|
|
@@ -1762,7 +1762,7 @@ class _NodePoolState:
|
|
|
1762
1762
|
@pulumi.getter(name="internetChargeType")
|
|
1763
1763
|
def internet_charge_type(self) -> Optional[pulumi.Input[str]]:
|
|
1764
1764
|
"""
|
|
1765
|
-
The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
1765
|
+
The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
1766
1766
|
"""
|
|
1767
1767
|
return pulumi.get(self, "internet_charge_type")
|
|
1768
1768
|
|
|
@@ -1774,7 +1774,7 @@ class _NodePoolState:
|
|
|
1774
1774
|
@pulumi.getter(name="internetMaxBandwidthOut")
|
|
1775
1775
|
def internet_max_bandwidth_out(self) -> Optional[pulumi.Input[int]]:
|
|
1776
1776
|
"""
|
|
1777
|
-
The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
1777
|
+
The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
1778
1778
|
"""
|
|
1779
1779
|
return pulumi.get(self, "internet_max_bandwidth_out")
|
|
1780
1780
|
|
|
@@ -1820,14 +1820,14 @@ class _NodePoolState:
|
|
|
1820
1820
|
|
|
1821
1821
|
@property
|
|
1822
1822
|
@pulumi.getter(name="kmsEncryptionContext")
|
|
1823
|
-
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str,
|
|
1823
|
+
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1824
1824
|
"""
|
|
1825
1825
|
An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a cs kubernetes with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
1826
1826
|
"""
|
|
1827
1827
|
return pulumi.get(self, "kms_encryption_context")
|
|
1828
1828
|
|
|
1829
1829
|
@kms_encryption_context.setter
|
|
1830
|
-
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str,
|
|
1830
|
+
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1831
1831
|
pulumi.set(self, "kms_encryption_context", value)
|
|
1832
1832
|
|
|
1833
1833
|
@property
|
|
@@ -2056,7 +2056,7 @@ class _NodePoolState:
|
|
|
2056
2056
|
@pulumi.getter(name="resourceGroupId")
|
|
2057
2057
|
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
2058
2058
|
"""
|
|
2059
|
-
The ID of the resource group
|
|
2059
|
+
The ID of the resource group
|
|
2060
2060
|
"""
|
|
2061
2061
|
return pulumi.get(self, "resource_group_id")
|
|
2062
2062
|
|
|
@@ -2265,7 +2265,7 @@ class _NodePoolState:
|
|
|
2265
2265
|
@pulumi.getter(name="systemDiskCategory")
|
|
2266
2266
|
def system_disk_category(self) -> Optional[pulumi.Input[str]]:
|
|
2267
2267
|
"""
|
|
2268
|
-
The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
2268
|
+
The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
2269
2269
|
"""
|
|
2270
2270
|
return pulumi.get(self, "system_disk_category")
|
|
2271
2271
|
|
|
@@ -2363,14 +2363,14 @@ class _NodePoolState:
|
|
|
2363
2363
|
|
|
2364
2364
|
@property
|
|
2365
2365
|
@pulumi.getter
|
|
2366
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
2366
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2367
2367
|
"""
|
|
2368
|
-
Add tags only for ECS instances.
|
|
2368
|
+
Add tags only for ECS instances. The maximum length of the tag key is 128 characters. The tag key and value cannot start with aliyun or acs:, or contain https:// or http://".
|
|
2369
2369
|
"""
|
|
2370
2370
|
return pulumi.get(self, "tags")
|
|
2371
2371
|
|
|
2372
2372
|
@tags.setter
|
|
2373
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
2373
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2374
2374
|
pulumi.set(self, "tags", value)
|
|
2375
2375
|
|
|
2376
2376
|
@property
|
|
@@ -2473,7 +2473,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2473
2473
|
keep_instance_name: Optional[pulumi.Input[bool]] = None,
|
|
2474
2474
|
key_name: Optional[pulumi.Input[str]] = None,
|
|
2475
2475
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
2476
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
2476
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2477
2477
|
kubelet_configuration: Optional[pulumi.Input[Union['NodePoolKubeletConfigurationArgs', 'NodePoolKubeletConfigurationArgsDict']]] = None,
|
|
2478
2478
|
labels: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodePoolLabelArgs', 'NodePoolLabelArgsDict']]]]] = None,
|
|
2479
2479
|
login_as_non_root: Optional[pulumi.Input[bool]] = None,
|
|
@@ -2515,7 +2515,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2515
2515
|
system_disk_provisioned_iops: Optional[pulumi.Input[int]] = None,
|
|
2516
2516
|
system_disk_size: Optional[pulumi.Input[int]] = None,
|
|
2517
2517
|
system_disk_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
|
2518
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
2518
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2519
2519
|
taints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodePoolTaintArgs', 'NodePoolTaintArgsDict']]]]] = None,
|
|
2520
2520
|
tee_config: Optional[pulumi.Input[Union['NodePoolTeeConfigArgs', 'NodePoolTeeConfigArgsDict']]] = None,
|
|
2521
2521
|
unschedulable: Optional[pulumi.Input[bool]] = None,
|
|
@@ -2562,13 +2562,13 @@ class NodePool(pulumi.CustomResource):
|
|
|
2562
2562
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
2563
2563
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
2564
2564
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
2565
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The
|
|
2566
|
-
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
2567
|
-
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
2565
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance list. Add existing nodes under the same cluster VPC to the node pool.
|
|
2566
|
+
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
2567
|
+
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
2568
2568
|
:param pulumi.Input[bool] keep_instance_name: Add an existing instance to the node pool, whether to keep the original instance name. It is recommended to set to `true`.
|
|
2569
2569
|
:param pulumi.Input[str] key_name: The name of the key pair. When the node pool is a managed node pool, only `key_name` is supported.
|
|
2570
2570
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a cs kubernetes. You have to specify one of `password` `key_name` `kms_encrypted_password` fields.
|
|
2571
|
-
:param pulumi.Input[Mapping[str,
|
|
2571
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a cs kubernetes with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
2572
2572
|
:param pulumi.Input[Union['NodePoolKubeletConfigurationArgs', 'NodePoolKubeletConfigurationArgsDict']] kubelet_configuration: Kubelet configuration parameters for worker nodes. See `kubelet_configuration` below. More information in [Kubelet Configuration](https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/). See `kubelet_configuration` below.
|
|
2573
2573
|
:param pulumi.Input[Sequence[pulumi.Input[Union['NodePoolLabelArgs', 'NodePoolLabelArgsDict']]]] labels: A List of Kubernetes labels to assign to the nodes . Only labels that are applied with the ACK API are managed by this argument. Detailed below. More information in [Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/). See `labels` below.
|
|
2574
2574
|
:param pulumi.Input[bool] login_as_non_root: Whether the ECS instance is logged on as a ecs-user user. Valid value: `true` and `false`.
|
|
@@ -2589,7 +2589,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2589
2589
|
:param pulumi.Input[str] platform: Operating system release, using `image_type` instead.
|
|
2590
2590
|
:param pulumi.Input[Union['NodePoolPrivatePoolOptionsArgs', 'NodePoolPrivatePoolOptionsArgsDict']] private_pool_options: Private node pool configuration. See `private_pool_options` below.
|
|
2591
2591
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: The list of RDS instances.
|
|
2592
|
-
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
2592
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
2593
2593
|
:param pulumi.Input[Union['NodePoolRollingPolicyArgs', 'NodePoolRollingPolicyArgsDict']] rolling_policy: Rotary configuration. See `rolling_policy` below.
|
|
2594
2594
|
:param pulumi.Input[str] runtime_name: The runtime name of containers. If not set, the cluster runtime will be used as the node pool runtime. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm).
|
|
2595
2595
|
:param pulumi.Input[str] runtime_version: The runtime version of containers. If not set, the cluster runtime will be used as the node pool runtime.
|
|
@@ -2609,7 +2609,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2609
2609
|
- `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
|
|
2610
2610
|
:param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
2611
2611
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
|
|
2612
|
-
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
2612
|
+
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
2613
2613
|
:param pulumi.Input[str] system_disk_encrypt_algorithm: The encryption algorithm used by the system disk. Value range: aes-256.
|
|
2614
2614
|
:param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
|
|
2615
2615
|
:param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
|
|
@@ -2621,7 +2621,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2621
2621
|
:param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
2622
2622
|
:param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
|
|
2623
2623
|
:param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
|
|
2624
|
-
:param pulumi.Input[Mapping[str,
|
|
2624
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Add tags only for ECS instances. The maximum length of the tag key is 128 characters. The tag key and value cannot start with aliyun or acs:, or contain https:// or http://".
|
|
2625
2625
|
:param pulumi.Input[Sequence[pulumi.Input[Union['NodePoolTaintArgs', 'NodePoolTaintArgsDict']]]] taints: A List of Kubernetes taints to assign to the nodes. Detailed below. More information in [Taints and Toleration](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/). See `taints` below.
|
|
2626
2626
|
:param pulumi.Input[Union['NodePoolTeeConfigArgs', 'NodePoolTeeConfigArgsDict']] tee_config: The configuration about confidential computing for the cluster. See `tee_config` below.
|
|
2627
2627
|
:param pulumi.Input[bool] unschedulable: Whether the node after expansion can be scheduled.
|
|
@@ -2685,7 +2685,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2685
2685
|
keep_instance_name: Optional[pulumi.Input[bool]] = None,
|
|
2686
2686
|
key_name: Optional[pulumi.Input[str]] = None,
|
|
2687
2687
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
2688
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
2688
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2689
2689
|
kubelet_configuration: Optional[pulumi.Input[Union['NodePoolKubeletConfigurationArgs', 'NodePoolKubeletConfigurationArgsDict']]] = None,
|
|
2690
2690
|
labels: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodePoolLabelArgs', 'NodePoolLabelArgsDict']]]]] = None,
|
|
2691
2691
|
login_as_non_root: Optional[pulumi.Input[bool]] = None,
|
|
@@ -2727,7 +2727,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2727
2727
|
system_disk_provisioned_iops: Optional[pulumi.Input[int]] = None,
|
|
2728
2728
|
system_disk_size: Optional[pulumi.Input[int]] = None,
|
|
2729
2729
|
system_disk_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
|
2730
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
2730
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2731
2731
|
taints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodePoolTaintArgs', 'NodePoolTaintArgsDict']]]]] = None,
|
|
2732
2732
|
tee_config: Optional[pulumi.Input[Union['NodePoolTeeConfigArgs', 'NodePoolTeeConfigArgsDict']]] = None,
|
|
2733
2733
|
unschedulable: Optional[pulumi.Input[bool]] = None,
|
|
@@ -2856,7 +2856,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2856
2856
|
keep_instance_name: Optional[pulumi.Input[bool]] = None,
|
|
2857
2857
|
key_name: Optional[pulumi.Input[str]] = None,
|
|
2858
2858
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
2859
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
2859
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2860
2860
|
kubelet_configuration: Optional[pulumi.Input[Union['NodePoolKubeletConfigurationArgs', 'NodePoolKubeletConfigurationArgsDict']]] = None,
|
|
2861
2861
|
labels: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodePoolLabelArgs', 'NodePoolLabelArgsDict']]]]] = None,
|
|
2862
2862
|
login_as_non_root: Optional[pulumi.Input[bool]] = None,
|
|
@@ -2900,7 +2900,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2900
2900
|
system_disk_provisioned_iops: Optional[pulumi.Input[int]] = None,
|
|
2901
2901
|
system_disk_size: Optional[pulumi.Input[int]] = None,
|
|
2902
2902
|
system_disk_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
|
2903
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
2903
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2904
2904
|
taints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodePoolTaintArgs', 'NodePoolTaintArgsDict']]]]] = None,
|
|
2905
2905
|
tee_config: Optional[pulumi.Input[Union['NodePoolTeeConfigArgs', 'NodePoolTeeConfigArgsDict']]] = None,
|
|
2906
2906
|
unschedulable: Optional[pulumi.Input[bool]] = None,
|
|
@@ -2938,13 +2938,13 @@ class NodePool(pulumi.CustomResource):
|
|
|
2938
2938
|
:param pulumi.Input[bool] install_cloud_monitor: Whether to install cloud monitoring on the ECS node. After installation, you can view the monitoring information of the created ECS instance in the cloud monitoring console and recommend enable it. Default value: `false`. Valid values:
|
|
2939
2939
|
:param pulumi.Input[str] instance_charge_type: Node payment type. Valid values: `PostPaid`, `PrePaid`, default is `PostPaid`. If value is `PrePaid`, the arguments `period`, `period_unit`, `auto_renew` and `auto_renew_period` are required.
|
|
2940
2940
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_types: In the node instance specification list, you can select multiple instance specifications as alternatives. When each node is created, it will try to purchase from the first specification until it is created successfully. The final purchased instance specifications may vary with inventory changes.
|
|
2941
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The
|
|
2942
|
-
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
2943
|
-
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
2941
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] instances: The instance list. Add existing nodes under the same cluster VPC to the node pool.
|
|
2942
|
+
:param pulumi.Input[str] internet_charge_type: The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
2943
|
+
:param pulumi.Input[int] internet_max_bandwidth_out: The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
2944
2944
|
:param pulumi.Input[bool] keep_instance_name: Add an existing instance to the node pool, whether to keep the original instance name. It is recommended to set to `true`.
|
|
2945
2945
|
:param pulumi.Input[str] key_name: The name of the key pair. When the node pool is a managed node pool, only `key_name` is supported.
|
|
2946
2946
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to a cs kubernetes. You have to specify one of `password` `key_name` `kms_encrypted_password` fields.
|
|
2947
|
-
:param pulumi.Input[Mapping[str,
|
|
2947
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a cs kubernetes with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
2948
2948
|
:param pulumi.Input[Union['NodePoolKubeletConfigurationArgs', 'NodePoolKubeletConfigurationArgsDict']] kubelet_configuration: Kubelet configuration parameters for worker nodes. See `kubelet_configuration` below. More information in [Kubelet Configuration](https://kubernetes.io/docs/reference/config-api/kubelet-config.v1beta1/). See `kubelet_configuration` below.
|
|
2949
2949
|
:param pulumi.Input[Sequence[pulumi.Input[Union['NodePoolLabelArgs', 'NodePoolLabelArgsDict']]]] labels: A List of Kubernetes labels to assign to the nodes . Only labels that are applied with the ACK API are managed by this argument. Detailed below. More information in [Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/). See `labels` below.
|
|
2950
2950
|
:param pulumi.Input[bool] login_as_non_root: Whether the ECS instance is logged on as a ecs-user user. Valid value: `true` and `false`.
|
|
@@ -2966,7 +2966,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2966
2966
|
:param pulumi.Input[str] platform: Operating system release, using `image_type` instead.
|
|
2967
2967
|
:param pulumi.Input[Union['NodePoolPrivatePoolOptionsArgs', 'NodePoolPrivatePoolOptionsArgsDict']] private_pool_options: Private node pool configuration. See `private_pool_options` below.
|
|
2968
2968
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] rds_instances: The list of RDS instances.
|
|
2969
|
-
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
2969
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
2970
2970
|
:param pulumi.Input[Union['NodePoolRollingPolicyArgs', 'NodePoolRollingPolicyArgsDict']] rolling_policy: Rotary configuration. See `rolling_policy` below.
|
|
2971
2971
|
:param pulumi.Input[str] runtime_name: The runtime name of containers. If not set, the cluster runtime will be used as the node pool runtime. If you select another container runtime, see [Comparison of Docker, containerd, and Sandboxed-Container](https://www.alibabacloud.com/help/doc-detail/160313.htm).
|
|
2972
2972
|
:param pulumi.Input[str] runtime_version: The runtime version of containers. If not set, the cluster runtime will be used as the node pool runtime.
|
|
@@ -2987,7 +2987,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2987
2987
|
- `SpotAsPriceGo` : The system automatically bids, following the actual price of the current market.
|
|
2988
2988
|
:param pulumi.Input[bool] system_disk_bursting_enabled: Specifies whether to enable the burst feature for system disks. Valid values:`true`: enables the burst feature. `false`: disables the burst feature. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
2989
2989
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] system_disk_categories: The multi-disk categories of the system disk. When a high-priority disk type cannot be used, Auto Scaling automatically tries to create a system disk with the next priority disk category. Valid values: `cloud`: cloud disk. `cloud_efficiency`: a high-efficiency cloud disk. `cloud_ssd`:SSD cloud disk. `cloud_essd`: ESSD cloud disk.
|
|
2990
|
-
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
2990
|
+
:param pulumi.Input[str] system_disk_category: The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
2991
2991
|
:param pulumi.Input[str] system_disk_encrypt_algorithm: The encryption algorithm used by the system disk. Value range: aes-256.
|
|
2992
2992
|
:param pulumi.Input[bool] system_disk_encrypted: Whether to encrypt the system disk. Value range: `true`: encryption. `false`: Do not encrypt.
|
|
2993
2993
|
:param pulumi.Input[str] system_disk_kms_key: The ID of the KMS key used by the system disk.
|
|
@@ -2999,7 +2999,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
2999
2999
|
:param pulumi.Input[int] system_disk_provisioned_iops: The predefined IOPS of a system disk. Valid values: 0 to min{50,000, 1,000 × Capacity - Baseline IOPS}. Baseline IOPS = min{1,800 + 50 × Capacity, 50,000}. This parameter is supported only when `system_disk_category` is set to `cloud_auto`.
|
|
3000
3000
|
:param pulumi.Input[int] system_disk_size: The system disk category of worker node. Its valid value range [40~500] in GB. Default to `120`.
|
|
3001
3001
|
:param pulumi.Input[str] system_disk_snapshot_policy_id: The ID of the automatic snapshot policy used by the system disk.
|
|
3002
|
-
:param pulumi.Input[Mapping[str,
|
|
3002
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Add tags only for ECS instances. The maximum length of the tag key is 128 characters. The tag key and value cannot start with aliyun or acs:, or contain https:// or http://".
|
|
3003
3003
|
:param pulumi.Input[Sequence[pulumi.Input[Union['NodePoolTaintArgs', 'NodePoolTaintArgsDict']]]] taints: A List of Kubernetes taints to assign to the nodes. Detailed below. More information in [Taints and Toleration](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/). See `taints` below.
|
|
3004
3004
|
:param pulumi.Input[Union['NodePoolTeeConfigArgs', 'NodePoolTeeConfigArgsDict']] tee_config: The configuration about confidential computing for the cluster. See `tee_config` below.
|
|
3005
3005
|
:param pulumi.Input[bool] unschedulable: Whether the node after expansion can be scheduled.
|
|
@@ -3227,7 +3227,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
3227
3227
|
@pulumi.getter
|
|
3228
3228
|
def instances(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
3229
3229
|
"""
|
|
3230
|
-
The
|
|
3230
|
+
The instance list. Add existing nodes under the same cluster VPC to the node pool.
|
|
3231
3231
|
"""
|
|
3232
3232
|
return pulumi.get(self, "instances")
|
|
3233
3233
|
|
|
@@ -3235,7 +3235,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
3235
3235
|
@pulumi.getter(name="internetChargeType")
|
|
3236
3236
|
def internet_charge_type(self) -> pulumi.Output[Optional[str]]:
|
|
3237
3237
|
"""
|
|
3238
|
-
The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
3238
|
+
The billing method for network usage. Valid values `PayByBandwidth` and `PayByTraffic`. Conflict with `eip_internet_charge_type`, EIP and public network IP can only choose one.
|
|
3239
3239
|
"""
|
|
3240
3240
|
return pulumi.get(self, "internet_charge_type")
|
|
3241
3241
|
|
|
@@ -3243,7 +3243,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
3243
3243
|
@pulumi.getter(name="internetMaxBandwidthOut")
|
|
3244
3244
|
def internet_max_bandwidth_out(self) -> pulumi.Output[Optional[int]]:
|
|
3245
3245
|
"""
|
|
3246
|
-
The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
3246
|
+
The maximum bandwidth of the public IP address of the node. The unit is Mbps(Mega bit per second). The value range is:\\[1,100\\]
|
|
3247
3247
|
"""
|
|
3248
3248
|
return pulumi.get(self, "internet_max_bandwidth_out")
|
|
3249
3249
|
|
|
@@ -3273,7 +3273,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
3273
3273
|
|
|
3274
3274
|
@property
|
|
3275
3275
|
@pulumi.getter(name="kmsEncryptionContext")
|
|
3276
|
-
def kms_encryption_context(self) -> pulumi.Output[Optional[Mapping[str,
|
|
3276
|
+
def kms_encryption_context(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
3277
3277
|
"""
|
|
3278
3278
|
An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating a cs kubernetes with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
3279
3279
|
"""
|
|
@@ -3433,7 +3433,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
3433
3433
|
@pulumi.getter(name="resourceGroupId")
|
|
3434
3434
|
def resource_group_id(self) -> pulumi.Output[str]:
|
|
3435
3435
|
"""
|
|
3436
|
-
The ID of the resource group
|
|
3436
|
+
The ID of the resource group
|
|
3437
3437
|
"""
|
|
3438
3438
|
return pulumi.get(self, "resource_group_id")
|
|
3439
3439
|
|
|
@@ -3574,7 +3574,7 @@ class NodePool(pulumi.CustomResource):
|
|
|
3574
3574
|
@pulumi.getter(name="systemDiskCategory")
|
|
3575
3575
|
def system_disk_category(self) -> pulumi.Output[str]:
|
|
3576
3576
|
"""
|
|
3577
|
-
The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
3577
|
+
The system disk category of worker node. Its valid value are `cloud_ssd`, `cloud_efficiency`, `cloud_essd` and `cloud_auto`.
|
|
3578
3578
|
"""
|
|
3579
3579
|
return pulumi.get(self, "system_disk_category")
|
|
3580
3580
|
|
|
@@ -3640,9 +3640,9 @@ class NodePool(pulumi.CustomResource):
|
|
|
3640
3640
|
|
|
3641
3641
|
@property
|
|
3642
3642
|
@pulumi.getter
|
|
3643
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
3643
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
3644
3644
|
"""
|
|
3645
|
-
Add tags only for ECS instances.
|
|
3645
|
+
Add tags only for ECS instances. The maximum length of the tag key is 128 characters. The tag key and value cannot start with aliyun or acs:, or contain https:// or http://".
|
|
3646
3646
|
"""
|
|
3647
3647
|
return pulumi.get(self, "tags")
|
|
3648
3648
|
|