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
|
@@ -27,7 +27,7 @@ class NestServiceInstanceArgs:
|
|
|
27
27
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
28
28
|
service_instance_name: Optional[pulumi.Input[str]] = None,
|
|
29
29
|
specification_name: Optional[pulumi.Input[str]] = None,
|
|
30
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
30
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
31
31
|
template_name: Optional[pulumi.Input[str]] = None):
|
|
32
32
|
"""
|
|
33
33
|
The set of arguments for constructing a NestServiceInstance resource.
|
|
@@ -42,7 +42,7 @@ class NestServiceInstanceArgs:
|
|
|
42
42
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
43
43
|
:param pulumi.Input[str] service_instance_name: The name of the Service Instance.
|
|
44
44
|
:param pulumi.Input[str] specification_name: The name of the specification.
|
|
45
|
-
:param pulumi.Input[Mapping[str,
|
|
45
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
46
46
|
:param pulumi.Input[str] template_name: The name of the template.
|
|
47
47
|
"""
|
|
48
48
|
pulumi.set(__self__, "service_id", service_id)
|
|
@@ -204,14 +204,14 @@ class NestServiceInstanceArgs:
|
|
|
204
204
|
|
|
205
205
|
@property
|
|
206
206
|
@pulumi.getter
|
|
207
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
207
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
208
208
|
"""
|
|
209
209
|
A mapping of tags to assign to the resource.
|
|
210
210
|
"""
|
|
211
211
|
return pulumi.get(self, "tags")
|
|
212
212
|
|
|
213
213
|
@tags.setter
|
|
214
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
214
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
215
215
|
pulumi.set(self, "tags", value)
|
|
216
216
|
|
|
217
217
|
@property
|
|
@@ -242,7 +242,7 @@ class _NestServiceInstanceState:
|
|
|
242
242
|
service_version: Optional[pulumi.Input[str]] = None,
|
|
243
243
|
specification_name: Optional[pulumi.Input[str]] = None,
|
|
244
244
|
status: Optional[pulumi.Input[str]] = None,
|
|
245
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
245
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
246
246
|
template_name: Optional[pulumi.Input[str]] = None):
|
|
247
247
|
"""
|
|
248
248
|
Input properties used for looking up and filtering NestServiceInstance resources.
|
|
@@ -258,7 +258,7 @@ class _NestServiceInstanceState:
|
|
|
258
258
|
:param pulumi.Input[str] service_version: The version of the service.
|
|
259
259
|
:param pulumi.Input[str] specification_name: The name of the specification.
|
|
260
260
|
:param pulumi.Input[str] status: The status of the Service Instance.
|
|
261
|
-
:param pulumi.Input[Mapping[str,
|
|
261
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
262
262
|
:param pulumi.Input[str] template_name: The name of the template.
|
|
263
263
|
"""
|
|
264
264
|
if commodity is not None:
|
|
@@ -436,14 +436,14 @@ class _NestServiceInstanceState:
|
|
|
436
436
|
|
|
437
437
|
@property
|
|
438
438
|
@pulumi.getter
|
|
439
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
439
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
440
440
|
"""
|
|
441
441
|
A mapping of tags to assign to the resource.
|
|
442
442
|
"""
|
|
443
443
|
return pulumi.get(self, "tags")
|
|
444
444
|
|
|
445
445
|
@tags.setter
|
|
446
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
446
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
447
447
|
pulumi.set(self, "tags", value)
|
|
448
448
|
|
|
449
449
|
@property
|
|
@@ -475,7 +475,7 @@ class NestServiceInstance(pulumi.CustomResource):
|
|
|
475
475
|
service_instance_name: Optional[pulumi.Input[str]] = None,
|
|
476
476
|
service_version: Optional[pulumi.Input[str]] = None,
|
|
477
477
|
specification_name: Optional[pulumi.Input[str]] = None,
|
|
478
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
478
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
479
479
|
template_name: Optional[pulumi.Input[str]] = None,
|
|
480
480
|
__props__=None):
|
|
481
481
|
"""
|
|
@@ -570,7 +570,7 @@ class NestServiceInstance(pulumi.CustomResource):
|
|
|
570
570
|
:param pulumi.Input[str] service_instance_name: The name of the Service Instance.
|
|
571
571
|
:param pulumi.Input[str] service_version: The version of the service.
|
|
572
572
|
:param pulumi.Input[str] specification_name: The name of the specification.
|
|
573
|
-
:param pulumi.Input[Mapping[str,
|
|
573
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
574
574
|
:param pulumi.Input[str] template_name: The name of the template.
|
|
575
575
|
"""
|
|
576
576
|
...
|
|
@@ -684,7 +684,7 @@ class NestServiceInstance(pulumi.CustomResource):
|
|
|
684
684
|
service_instance_name: Optional[pulumi.Input[str]] = None,
|
|
685
685
|
service_version: Optional[pulumi.Input[str]] = None,
|
|
686
686
|
specification_name: Optional[pulumi.Input[str]] = None,
|
|
687
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
687
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
688
688
|
template_name: Optional[pulumi.Input[str]] = None,
|
|
689
689
|
__props__=None):
|
|
690
690
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -735,7 +735,7 @@ class NestServiceInstance(pulumi.CustomResource):
|
|
|
735
735
|
service_version: Optional[pulumi.Input[str]] = None,
|
|
736
736
|
specification_name: Optional[pulumi.Input[str]] = None,
|
|
737
737
|
status: Optional[pulumi.Input[str]] = None,
|
|
738
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
738
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
739
739
|
template_name: Optional[pulumi.Input[str]] = None) -> 'NestServiceInstance':
|
|
740
740
|
"""
|
|
741
741
|
Get an existing NestServiceInstance resource's state with the given name, id, and optional extra
|
|
@@ -756,7 +756,7 @@ class NestServiceInstance(pulumi.CustomResource):
|
|
|
756
756
|
:param pulumi.Input[str] service_version: The version of the service.
|
|
757
757
|
:param pulumi.Input[str] specification_name: The name of the specification.
|
|
758
758
|
:param pulumi.Input[str] status: The status of the Service Instance.
|
|
759
|
-
:param pulumi.Input[Mapping[str,
|
|
759
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
760
760
|
:param pulumi.Input[str] template_name: The name of the template.
|
|
761
761
|
"""
|
|
762
762
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -877,7 +877,7 @@ class NestServiceInstance(pulumi.CustomResource):
|
|
|
877
877
|
|
|
878
878
|
@property
|
|
879
879
|
@pulumi.getter
|
|
880
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
880
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
881
881
|
"""
|
|
882
882
|
A mapping of tags to assign to the resource.
|
|
883
883
|
"""
|
|
@@ -191,7 +191,7 @@ class GetNestServiceInstancesServiceInstanceResult(dict):
|
|
|
191
191
|
services: Sequence['outputs.GetNestServiceInstancesServiceInstanceServiceResult'],
|
|
192
192
|
source: str,
|
|
193
193
|
status: str,
|
|
194
|
-
tags: Mapping[str,
|
|
194
|
+
tags: Mapping[str, str],
|
|
195
195
|
template_name: str):
|
|
196
196
|
"""
|
|
197
197
|
:param bool enable_instance_ops: Whether the service instance has the O&M function.
|
|
@@ -206,7 +206,7 @@ class GetNestServiceInstancesServiceInstanceResult(dict):
|
|
|
206
206
|
:param Sequence['GetNestServiceInstancesServiceInstanceServiceArgs'] services: Service details.
|
|
207
207
|
:param str source: The source of the Service Instance.
|
|
208
208
|
:param str status: The status of the Service Instance. Valid Values: `Created`, `Deploying`, `DeployedFailed`, `Deployed`, `Upgrading`, `Deleting`, `Deleted`, `DeletedFailed`.
|
|
209
|
-
:param Mapping[str,
|
|
209
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
210
210
|
:param str template_name: The name of the template.
|
|
211
211
|
"""
|
|
212
212
|
pulumi.set(__self__, "enable_instance_ops", enable_instance_ops)
|
|
@@ -322,7 +322,7 @@ class GetNestServiceInstancesServiceInstanceResult(dict):
|
|
|
322
322
|
|
|
323
323
|
@property
|
|
324
324
|
@pulumi.getter
|
|
325
|
-
def tags(self) -> Mapping[str,
|
|
325
|
+
def tags(self) -> Mapping[str, str]:
|
|
326
326
|
"""
|
|
327
327
|
A mapping of tags to assign to the resource.
|
|
328
328
|
"""
|
|
@@ -276,6 +276,7 @@ class Endpoints(dict):
|
|
|
276
276
|
sas: Optional[str] = None,
|
|
277
277
|
scdn: Optional[str] = None,
|
|
278
278
|
sddp: Optional[str] = None,
|
|
279
|
+
selectdb: Optional[str] = None,
|
|
279
280
|
serverless: Optional[str] = None,
|
|
280
281
|
servicemesh: Optional[str] = None,
|
|
281
282
|
sgw: Optional[str] = None,
|
|
@@ -405,6 +406,7 @@ class Endpoints(dict):
|
|
|
405
406
|
:param str sas: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sas endpoints.
|
|
406
407
|
:param str scdn: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom scdn endpoints.
|
|
407
408
|
:param str sddp: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sddp endpoints.
|
|
409
|
+
:param str selectdb: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom selectdb endpoints.
|
|
408
410
|
:param str serverless: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom serverless endpoints.
|
|
409
411
|
:param str servicemesh: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom servicemesh endpoints.
|
|
410
412
|
:param str sgw: Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom sgw endpoints.
|
|
@@ -649,6 +651,8 @@ class Endpoints(dict):
|
|
|
649
651
|
pulumi.set(__self__, "scdn", scdn)
|
|
650
652
|
if sddp is not None:
|
|
651
653
|
pulumi.set(__self__, "sddp", sddp)
|
|
654
|
+
if selectdb is not None:
|
|
655
|
+
pulumi.set(__self__, "selectdb", selectdb)
|
|
652
656
|
if serverless is not None:
|
|
653
657
|
pulumi.set(__self__, "serverless", serverless)
|
|
654
658
|
if servicemesh is not None:
|
|
@@ -1589,6 +1593,14 @@ class Endpoints(dict):
|
|
|
1589
1593
|
"""
|
|
1590
1594
|
return pulumi.get(self, "sddp")
|
|
1591
1595
|
|
|
1596
|
+
@property
|
|
1597
|
+
@pulumi.getter
|
|
1598
|
+
def selectdb(self) -> Optional[str]:
|
|
1599
|
+
"""
|
|
1600
|
+
Use this to override the default endpoint URL constructed from the `region`. It's typically used to connect to custom selectdb endpoints.
|
|
1601
|
+
"""
|
|
1602
|
+
return pulumi.get(self, "selectdb")
|
|
1603
|
+
|
|
1592
1604
|
@property
|
|
1593
1605
|
@pulumi.getter
|
|
1594
1606
|
def serverless(self) -> Optional[str]:
|
|
@@ -18,7 +18,7 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
18
18
|
instance_type: pulumi.Input[str],
|
|
19
19
|
custom_oss_bucket: Optional[pulumi.Input[str]] = None,
|
|
20
20
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
21
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
21
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
22
22
|
password: Optional[pulumi.Input[str]] = None,
|
|
23
23
|
payment_type: Optional[pulumi.Input[str]] = None,
|
|
24
24
|
period: Optional[pulumi.Input[int]] = None,
|
|
@@ -30,7 +30,7 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
30
30
|
:param pulumi.Input[str] instance_type: Type of Container Registry Enterprise Edition instance. Valid values: `Basic`, `Standard`, `Advanced`. **NOTE:** International Account doesn't supports `Standard`.
|
|
31
31
|
:param pulumi.Input[str] custom_oss_bucket: Name of your customized oss bucket. Use this bucket as instance storage if set.
|
|
32
32
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
33
|
-
:param pulumi.Input[Mapping[str,
|
|
33
|
+
: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 instance 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.
|
|
34
34
|
:param pulumi.Input[str] password: The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
|
|
35
35
|
:param pulumi.Input[str] payment_type: Subscription of Container Registry Enterprise Edition instance. Default value: `Subscription`. Valid values: `Subscription`.
|
|
36
36
|
:param pulumi.Input[int] period: Service time of Container Registry Enterprise Edition instance. Default value: `12`. Valid values: `1`, `2`, `3`, `6`, `12`, `24`, `36`, `48`, `60`. Unit: `month`.
|
|
@@ -106,14 +106,14 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
106
106
|
|
|
107
107
|
@property
|
|
108
108
|
@pulumi.getter(name="kmsEncryptionContext")
|
|
109
|
-
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str,
|
|
109
|
+
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
110
110
|
"""
|
|
111
111
|
An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance 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.
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "kms_encryption_context")
|
|
114
114
|
|
|
115
115
|
@kms_encryption_context.setter
|
|
116
|
-
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str,
|
|
116
|
+
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
117
117
|
pulumi.set(self, "kms_encryption_context", value)
|
|
118
118
|
|
|
119
119
|
@property
|
|
@@ -186,7 +186,7 @@ class _RegistryEnterpriseInstanceState:
|
|
|
186
186
|
instance_name: Optional[pulumi.Input[str]] = None,
|
|
187
187
|
instance_type: Optional[pulumi.Input[str]] = None,
|
|
188
188
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
189
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
189
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
190
190
|
password: Optional[pulumi.Input[str]] = None,
|
|
191
191
|
payment_type: Optional[pulumi.Input[str]] = None,
|
|
192
192
|
period: Optional[pulumi.Input[int]] = None,
|
|
@@ -201,7 +201,7 @@ class _RegistryEnterpriseInstanceState:
|
|
|
201
201
|
:param pulumi.Input[str] instance_name: Name of Container Registry Enterprise Edition instance.
|
|
202
202
|
:param pulumi.Input[str] instance_type: Type of Container Registry Enterprise Edition instance. Valid values: `Basic`, `Standard`, `Advanced`. **NOTE:** International Account doesn't supports `Standard`.
|
|
203
203
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
204
|
-
:param pulumi.Input[Mapping[str,
|
|
204
|
+
: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 instance 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.
|
|
205
205
|
:param pulumi.Input[str] password: The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
|
|
206
206
|
:param pulumi.Input[str] payment_type: Subscription of Container Registry Enterprise Edition instance. Default value: `Subscription`. Valid values: `Subscription`.
|
|
207
207
|
:param pulumi.Input[int] period: Service time of Container Registry Enterprise Edition instance. Default value: `12`. Valid values: `1`, `2`, `3`, `6`, `12`, `24`, `36`, `48`, `60`. Unit: `month`.
|
|
@@ -310,14 +310,14 @@ class _RegistryEnterpriseInstanceState:
|
|
|
310
310
|
|
|
311
311
|
@property
|
|
312
312
|
@pulumi.getter(name="kmsEncryptionContext")
|
|
313
|
-
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str,
|
|
313
|
+
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
314
314
|
"""
|
|
315
315
|
An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance 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.
|
|
316
316
|
"""
|
|
317
317
|
return pulumi.get(self, "kms_encryption_context")
|
|
318
318
|
|
|
319
319
|
@kms_encryption_context.setter
|
|
320
|
-
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str,
|
|
320
|
+
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
321
321
|
pulumi.set(self, "kms_encryption_context", value)
|
|
322
322
|
|
|
323
323
|
@property
|
|
@@ -402,7 +402,7 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
402
402
|
instance_name: Optional[pulumi.Input[str]] = None,
|
|
403
403
|
instance_type: Optional[pulumi.Input[str]] = None,
|
|
404
404
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
405
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
405
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
406
406
|
password: Optional[pulumi.Input[str]] = None,
|
|
407
407
|
payment_type: Optional[pulumi.Input[str]] = None,
|
|
408
408
|
period: Optional[pulumi.Input[int]] = None,
|
|
@@ -424,7 +424,7 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
424
424
|
:param pulumi.Input[str] instance_name: Name of Container Registry Enterprise Edition instance.
|
|
425
425
|
:param pulumi.Input[str] instance_type: Type of Container Registry Enterprise Edition instance. Valid values: `Basic`, `Standard`, `Advanced`. **NOTE:** International Account doesn't supports `Standard`.
|
|
426
426
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
427
|
-
:param pulumi.Input[Mapping[str,
|
|
427
|
+
: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 instance 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.
|
|
428
428
|
:param pulumi.Input[str] password: The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
|
|
429
429
|
:param pulumi.Input[str] payment_type: Subscription of Container Registry Enterprise Edition instance. Default value: `Subscription`. Valid values: `Subscription`.
|
|
430
430
|
:param pulumi.Input[int] period: Service time of Container Registry Enterprise Edition instance. Default value: `12`. Valid values: `1`, `2`, `3`, `6`, `12`, `24`, `36`, `48`, `60`. Unit: `month`.
|
|
@@ -465,7 +465,7 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
465
465
|
instance_name: Optional[pulumi.Input[str]] = None,
|
|
466
466
|
instance_type: Optional[pulumi.Input[str]] = None,
|
|
467
467
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
468
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
468
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
469
469
|
password: Optional[pulumi.Input[str]] = None,
|
|
470
470
|
payment_type: Optional[pulumi.Input[str]] = None,
|
|
471
471
|
period: Optional[pulumi.Input[int]] = None,
|
|
@@ -515,7 +515,7 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
515
515
|
instance_name: Optional[pulumi.Input[str]] = None,
|
|
516
516
|
instance_type: Optional[pulumi.Input[str]] = None,
|
|
517
517
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
518
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
518
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
519
519
|
password: Optional[pulumi.Input[str]] = None,
|
|
520
520
|
payment_type: Optional[pulumi.Input[str]] = None,
|
|
521
521
|
period: Optional[pulumi.Input[int]] = None,
|
|
@@ -535,7 +535,7 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
535
535
|
:param pulumi.Input[str] instance_name: Name of Container Registry Enterprise Edition instance.
|
|
536
536
|
:param pulumi.Input[str] instance_type: Type of Container Registry Enterprise Edition instance. Valid values: `Basic`, `Standard`, `Advanced`. **NOTE:** International Account doesn't supports `Standard`.
|
|
537
537
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
538
|
-
:param pulumi.Input[Mapping[str,
|
|
538
|
+
: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 instance 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.
|
|
539
539
|
:param pulumi.Input[str] password: The password of the Instance. The password is a string of 8 to 30 characters and must contain uppercase letters, lowercase letters, and numbers.
|
|
540
540
|
:param pulumi.Input[str] payment_type: Subscription of Container Registry Enterprise Edition instance. Default value: `Subscription`. Valid values: `Subscription`.
|
|
541
541
|
:param pulumi.Input[int] period: Service time of Container Registry Enterprise Edition instance. Default value: `12`. Valid values: `1`, `2`, `3`, `6`, `12`, `24`, `36`, `48`, `60`. Unit: `month`.
|
|
@@ -612,7 +612,7 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
612
612
|
|
|
613
613
|
@property
|
|
614
614
|
@pulumi.getter(name="kmsEncryptionContext")
|
|
615
|
-
def kms_encryption_context(self) -> pulumi.Output[Optional[Mapping[str,
|
|
615
|
+
def kms_encryption_context(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
616
616
|
"""
|
|
617
617
|
An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance 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.
|
|
618
618
|
"""
|
pulumi_alicloud/cs/_inputs.py
CHANGED
|
@@ -1755,30 +1755,38 @@ class ManagedKubernetesRrsaMetadataArgs:
|
|
|
1755
1755
|
@pulumi.input_type
|
|
1756
1756
|
class NodePoolDataDiskArgs:
|
|
1757
1757
|
def __init__(__self__, *,
|
|
1758
|
+
auto_format: Optional[pulumi.Input[str]] = None,
|
|
1758
1759
|
auto_snapshot_policy_id: Optional[pulumi.Input[str]] = None,
|
|
1759
1760
|
bursting_enabled: Optional[pulumi.Input[bool]] = None,
|
|
1760
1761
|
category: Optional[pulumi.Input[str]] = None,
|
|
1761
1762
|
device: Optional[pulumi.Input[str]] = None,
|
|
1762
1763
|
encrypted: Optional[pulumi.Input[str]] = None,
|
|
1764
|
+
file_system: Optional[pulumi.Input[str]] = None,
|
|
1763
1765
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
|
1766
|
+
mount_target: Optional[pulumi.Input[str]] = None,
|
|
1764
1767
|
name: Optional[pulumi.Input[str]] = None,
|
|
1765
1768
|
performance_level: Optional[pulumi.Input[str]] = None,
|
|
1766
1769
|
provisioned_iops: Optional[pulumi.Input[int]] = None,
|
|
1767
1770
|
size: Optional[pulumi.Input[int]] = None,
|
|
1768
1771
|
snapshot_id: Optional[pulumi.Input[str]] = None):
|
|
1769
1772
|
"""
|
|
1773
|
+
:param pulumi.Input[str] auto_format: Whether to automatically mount the data disk. Valid values: true and false.
|
|
1770
1774
|
:param pulumi.Input[str] auto_snapshot_policy_id: The ID of the automatic snapshot policy that you want to apply to the system disk.
|
|
1771
1775
|
:param pulumi.Input[bool] bursting_enabled: Whether the data disk is enabled with Burst (performance Burst). This is configured when the disk type is cloud_auto.
|
|
1772
1776
|
:param pulumi.Input[str] category: The type of the data disks. Valid values:`cloud`, `cloud_efficiency`, `cloud_ssd`, `cloud_essd`, `cloud_auto`.
|
|
1773
1777
|
:param pulumi.Input[str] device: The mount target of data disk N. Valid values of N: 1 to 16. If you do not specify this parameter, the system automatically assigns a mount target when Auto Scaling creates ECS instances. The name of the mount target ranges from /dev/xvdb to /dev/xvdz.
|
|
1774
1778
|
:param pulumi.Input[str] encrypted: Specifies whether to encrypt data disks. Valid values: true and false. Default to `false`.
|
|
1779
|
+
:param pulumi.Input[str] file_system: The Mount path. Works when auto_format is true.
|
|
1775
1780
|
:param pulumi.Input[str] kms_key_id: The kms key id used to encrypt the data disk. It takes effect when `encrypted` is true.
|
|
1776
|
-
:param pulumi.Input[str]
|
|
1781
|
+
:param pulumi.Input[str] mount_target: The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
|
|
1782
|
+
:param pulumi.Input[str] name: The length is 2~128 English or Chinese characters. It must start with an uppercase or lowr letter or a Chinese character and cannot start with http:// or https. Can contain numbers, colons (:), underscores (_), or dashes (-). It will be overwritten if auto_format is set.
|
|
1777
1783
|
:param pulumi.Input[str] performance_level: Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity. For more information, see [Enhanced SSDs](https://www.alibabacloud.com/help/doc-detail/122389.htm). Default is `PL1`.
|
|
1778
1784
|
:param pulumi.Input[int] provisioned_iops: The read/write IOPS preconfigured for the data disk, which is configured when the disk type is cloud_auto.
|
|
1779
1785
|
:param pulumi.Input[int] size: The size of a data disk, Its valid value range [40~32768] in GB. Default to `40`.
|
|
1780
1786
|
:param pulumi.Input[str] snapshot_id: The ID of the snapshot that you want to use to create data disk N. Valid values of N: 1 to 16. If you specify this parameter, DataDisk.N.Size is ignored. The size of the disk is the same as the size of the specified snapshot. If you specify a snapshot that is created on or before July 15, 2013, the operation fails and InvalidSnapshot.TooOld is returned.
|
|
1781
1787
|
"""
|
|
1788
|
+
if auto_format is not None:
|
|
1789
|
+
pulumi.set(__self__, "auto_format", auto_format)
|
|
1782
1790
|
if auto_snapshot_policy_id is not None:
|
|
1783
1791
|
pulumi.set(__self__, "auto_snapshot_policy_id", auto_snapshot_policy_id)
|
|
1784
1792
|
if bursting_enabled is not None:
|
|
@@ -1789,8 +1797,12 @@ class NodePoolDataDiskArgs:
|
|
|
1789
1797
|
pulumi.set(__self__, "device", device)
|
|
1790
1798
|
if encrypted is not None:
|
|
1791
1799
|
pulumi.set(__self__, "encrypted", encrypted)
|
|
1800
|
+
if file_system is not None:
|
|
1801
|
+
pulumi.set(__self__, "file_system", file_system)
|
|
1792
1802
|
if kms_key_id is not None:
|
|
1793
1803
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
|
1804
|
+
if mount_target is not None:
|
|
1805
|
+
pulumi.set(__self__, "mount_target", mount_target)
|
|
1794
1806
|
if name is not None:
|
|
1795
1807
|
pulumi.set(__self__, "name", name)
|
|
1796
1808
|
if performance_level is not None:
|
|
@@ -1802,6 +1814,18 @@ class NodePoolDataDiskArgs:
|
|
|
1802
1814
|
if snapshot_id is not None:
|
|
1803
1815
|
pulumi.set(__self__, "snapshot_id", snapshot_id)
|
|
1804
1816
|
|
|
1817
|
+
@property
|
|
1818
|
+
@pulumi.getter(name="autoFormat")
|
|
1819
|
+
def auto_format(self) -> Optional[pulumi.Input[str]]:
|
|
1820
|
+
"""
|
|
1821
|
+
Whether to automatically mount the data disk. Valid values: true and false.
|
|
1822
|
+
"""
|
|
1823
|
+
return pulumi.get(self, "auto_format")
|
|
1824
|
+
|
|
1825
|
+
@auto_format.setter
|
|
1826
|
+
def auto_format(self, value: Optional[pulumi.Input[str]]):
|
|
1827
|
+
pulumi.set(self, "auto_format", value)
|
|
1828
|
+
|
|
1805
1829
|
@property
|
|
1806
1830
|
@pulumi.getter(name="autoSnapshotPolicyId")
|
|
1807
1831
|
def auto_snapshot_policy_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1862,6 +1886,18 @@ class NodePoolDataDiskArgs:
|
|
|
1862
1886
|
def encrypted(self, value: Optional[pulumi.Input[str]]):
|
|
1863
1887
|
pulumi.set(self, "encrypted", value)
|
|
1864
1888
|
|
|
1889
|
+
@property
|
|
1890
|
+
@pulumi.getter(name="fileSystem")
|
|
1891
|
+
def file_system(self) -> Optional[pulumi.Input[str]]:
|
|
1892
|
+
"""
|
|
1893
|
+
The Mount path. Works when auto_format is true.
|
|
1894
|
+
"""
|
|
1895
|
+
return pulumi.get(self, "file_system")
|
|
1896
|
+
|
|
1897
|
+
@file_system.setter
|
|
1898
|
+
def file_system(self, value: Optional[pulumi.Input[str]]):
|
|
1899
|
+
pulumi.set(self, "file_system", value)
|
|
1900
|
+
|
|
1865
1901
|
@property
|
|
1866
1902
|
@pulumi.getter(name="kmsKeyId")
|
|
1867
1903
|
def kms_key_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1874,11 +1910,23 @@ class NodePoolDataDiskArgs:
|
|
|
1874
1910
|
def kms_key_id(self, value: Optional[pulumi.Input[str]]):
|
|
1875
1911
|
pulumi.set(self, "kms_key_id", value)
|
|
1876
1912
|
|
|
1913
|
+
@property
|
|
1914
|
+
@pulumi.getter(name="mountTarget")
|
|
1915
|
+
def mount_target(self) -> Optional[pulumi.Input[str]]:
|
|
1916
|
+
"""
|
|
1917
|
+
The type of the mounted file system. Works when auto_format is true. Optional value: `ext4`, `xfs`.
|
|
1918
|
+
"""
|
|
1919
|
+
return pulumi.get(self, "mount_target")
|
|
1920
|
+
|
|
1921
|
+
@mount_target.setter
|
|
1922
|
+
def mount_target(self, value: Optional[pulumi.Input[str]]):
|
|
1923
|
+
pulumi.set(self, "mount_target", value)
|
|
1924
|
+
|
|
1877
1925
|
@property
|
|
1878
1926
|
@pulumi.getter
|
|
1879
1927
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1880
1928
|
"""
|
|
1881
|
-
The length is 2~128 English or Chinese characters. It must start with an uppercase or lowr letter or a Chinese character and cannot start with http:// or https. Can contain numbers, colons (:), underscores (_), or dashes (-).
|
|
1929
|
+
The length is 2~128 English or Chinese characters. It must start with an uppercase or lowr letter or a Chinese character and cannot start with http:// or https. Can contain numbers, colons (:), underscores (_), or dashes (-). It will be overwritten if auto_format is set.
|
|
1882
1930
|
"""
|
|
1883
1931
|
return pulumi.get(self, "name")
|
|
1884
1932
|
|
|
@@ -1944,19 +1992,19 @@ class NodePoolKubeletConfigurationArgs:
|
|
|
1944
1992
|
cpu_manager_policy: Optional[pulumi.Input[str]] = None,
|
|
1945
1993
|
event_burst: Optional[pulumi.Input[str]] = None,
|
|
1946
1994
|
event_record_qps: Optional[pulumi.Input[str]] = None,
|
|
1947
|
-
eviction_hard: Optional[pulumi.Input[Mapping[str,
|
|
1948
|
-
eviction_soft: Optional[pulumi.Input[Mapping[str,
|
|
1949
|
-
eviction_soft_grace_period: Optional[pulumi.Input[Mapping[str,
|
|
1995
|
+
eviction_hard: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1996
|
+
eviction_soft: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1997
|
+
eviction_soft_grace_period: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1950
1998
|
feature_gates: Optional[pulumi.Input[Mapping[str, pulumi.Input[bool]]]] = None,
|
|
1951
1999
|
kube_api_burst: Optional[pulumi.Input[str]] = None,
|
|
1952
2000
|
kube_api_qps: Optional[pulumi.Input[str]] = None,
|
|
1953
|
-
kube_reserved: Optional[pulumi.Input[Mapping[str,
|
|
2001
|
+
kube_reserved: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1954
2002
|
max_pods: Optional[pulumi.Input[str]] = None,
|
|
1955
2003
|
read_only_port: Optional[pulumi.Input[str]] = None,
|
|
1956
2004
|
registry_burst: Optional[pulumi.Input[str]] = None,
|
|
1957
2005
|
registry_pull_qps: Optional[pulumi.Input[str]] = None,
|
|
1958
2006
|
serialize_image_pulls: Optional[pulumi.Input[str]] = None,
|
|
1959
|
-
system_reserved: Optional[pulumi.Input[Mapping[str,
|
|
2007
|
+
system_reserved: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
1960
2008
|
"""
|
|
1961
2009
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_unsafe_sysctls: Allowed sysctl mode whitelist.
|
|
1962
2010
|
:param pulumi.Input[str] container_log_max_files: The maximum number of log files that can exist in each container.
|
|
@@ -1964,19 +2012,19 @@ class NodePoolKubeletConfigurationArgs:
|
|
|
1964
2012
|
:param pulumi.Input[str] cpu_manager_policy: Same as cpuManagerPolicy. The name of the policy to use. Requires the CPUManager feature gate to be enabled. Valid value is `none` or `static`.
|
|
1965
2013
|
:param pulumi.Input[str] event_burst: Same as eventBurst. The maximum size of a burst of event creations, temporarily allows event creations to burst to this number, while still not exceeding `event_record_qps`. It is only used when `event_record_qps` is greater than 0. Valid value is `[0-100]`.
|
|
1966
2014
|
:param pulumi.Input[str] event_record_qps: Same as eventRecordQPS. The maximum event creations per second. If 0, there is no limit enforced. Valid value is `[0-50]`.
|
|
1967
|
-
:param pulumi.Input[Mapping[str,
|
|
1968
|
-
:param pulumi.Input[Mapping[str,
|
|
1969
|
-
:param pulumi.Input[Mapping[str,
|
|
2015
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] eviction_hard: Same as evictionHard. The map of signal names to quantities that defines hard eviction thresholds. For example: `{"memory.available" = "300Mi"}`.
|
|
2016
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] eviction_soft: Same as evictionSoft. The map of signal names to quantities that defines soft eviction thresholds. For example: `{"memory.available" = "300Mi"}`.
|
|
2017
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] eviction_soft_grace_period: Same as evictionSoftGracePeriod. The map of signal names to quantities that defines grace periods for each soft eviction signal. For example: `{"memory.available" = "30s"}`.
|
|
1970
2018
|
:param pulumi.Input[Mapping[str, pulumi.Input[bool]]] feature_gates: Feature switch to enable configuration of experimental features.
|
|
1971
2019
|
:param pulumi.Input[str] kube_api_burst: Same as kubeAPIBurst. The burst to allow while talking with kubernetes api-server. Valid value is `[0-100]`.
|
|
1972
2020
|
:param pulumi.Input[str] kube_api_qps: Same as kubeAPIQPS. The QPS to use while talking with kubernetes api-server. Valid value is `[0-50]`.
|
|
1973
|
-
:param pulumi.Input[Mapping[str,
|
|
2021
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] kube_reserved: Same as kubeReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for kubernetes system components. Currently, cpu, memory and local storage for root file system are supported. See [compute resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for more details.
|
|
1974
2022
|
:param pulumi.Input[str] max_pods: The maximum number of running pods.
|
|
1975
2023
|
:param pulumi.Input[str] read_only_port: Read-only port number.
|
|
1976
2024
|
:param pulumi.Input[str] registry_burst: Same as registryBurst. The maximum size of burst pulls, temporarily allows pulls to burst to this number, while still not exceeding `registry_pull_qps`. Only used if `registry_pull_qps` is greater than 0. Valid value is `[0-100]`.
|
|
1977
2025
|
:param pulumi.Input[str] registry_pull_qps: Same as registryPullQPS. The limit of registry pulls per second. Setting it to `0` means no limit. Valid value is `[0-50]`.
|
|
1978
2026
|
:param pulumi.Input[str] serialize_image_pulls: Same as serializeImagePulls. When enabled, it tells the Kubelet to pull images one at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Aufs storage backend. Valid value is `true` or `false`.
|
|
1979
|
-
:param pulumi.Input[Mapping[str,
|
|
2027
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_reserved: Same as systemReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for non-kubernetes components. Currently, only cpu and memory are supported. See [compute resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for more details.
|
|
1980
2028
|
"""
|
|
1981
2029
|
if allowed_unsafe_sysctls is not None:
|
|
1982
2030
|
pulumi.set(__self__, "allowed_unsafe_sysctls", allowed_unsafe_sysctls)
|
|
@@ -2091,38 +2139,38 @@ class NodePoolKubeletConfigurationArgs:
|
|
|
2091
2139
|
|
|
2092
2140
|
@property
|
|
2093
2141
|
@pulumi.getter(name="evictionHard")
|
|
2094
|
-
def eviction_hard(self) -> Optional[pulumi.Input[Mapping[str,
|
|
2142
|
+
def eviction_hard(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2095
2143
|
"""
|
|
2096
2144
|
Same as evictionHard. The map of signal names to quantities that defines hard eviction thresholds. For example: `{"memory.available" = "300Mi"}`.
|
|
2097
2145
|
"""
|
|
2098
2146
|
return pulumi.get(self, "eviction_hard")
|
|
2099
2147
|
|
|
2100
2148
|
@eviction_hard.setter
|
|
2101
|
-
def eviction_hard(self, value: Optional[pulumi.Input[Mapping[str,
|
|
2149
|
+
def eviction_hard(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2102
2150
|
pulumi.set(self, "eviction_hard", value)
|
|
2103
2151
|
|
|
2104
2152
|
@property
|
|
2105
2153
|
@pulumi.getter(name="evictionSoft")
|
|
2106
|
-
def eviction_soft(self) -> Optional[pulumi.Input[Mapping[str,
|
|
2154
|
+
def eviction_soft(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2107
2155
|
"""
|
|
2108
2156
|
Same as evictionSoft. The map of signal names to quantities that defines soft eviction thresholds. For example: `{"memory.available" = "300Mi"}`.
|
|
2109
2157
|
"""
|
|
2110
2158
|
return pulumi.get(self, "eviction_soft")
|
|
2111
2159
|
|
|
2112
2160
|
@eviction_soft.setter
|
|
2113
|
-
def eviction_soft(self, value: Optional[pulumi.Input[Mapping[str,
|
|
2161
|
+
def eviction_soft(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2114
2162
|
pulumi.set(self, "eviction_soft", value)
|
|
2115
2163
|
|
|
2116
2164
|
@property
|
|
2117
2165
|
@pulumi.getter(name="evictionSoftGracePeriod")
|
|
2118
|
-
def eviction_soft_grace_period(self) -> Optional[pulumi.Input[Mapping[str,
|
|
2166
|
+
def eviction_soft_grace_period(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2119
2167
|
"""
|
|
2120
2168
|
Same as evictionSoftGracePeriod. The map of signal names to quantities that defines grace periods for each soft eviction signal. For example: `{"memory.available" = "30s"}`.
|
|
2121
2169
|
"""
|
|
2122
2170
|
return pulumi.get(self, "eviction_soft_grace_period")
|
|
2123
2171
|
|
|
2124
2172
|
@eviction_soft_grace_period.setter
|
|
2125
|
-
def eviction_soft_grace_period(self, value: Optional[pulumi.Input[Mapping[str,
|
|
2173
|
+
def eviction_soft_grace_period(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2126
2174
|
pulumi.set(self, "eviction_soft_grace_period", value)
|
|
2127
2175
|
|
|
2128
2176
|
@property
|
|
@@ -2163,14 +2211,14 @@ class NodePoolKubeletConfigurationArgs:
|
|
|
2163
2211
|
|
|
2164
2212
|
@property
|
|
2165
2213
|
@pulumi.getter(name="kubeReserved")
|
|
2166
|
-
def kube_reserved(self) -> Optional[pulumi.Input[Mapping[str,
|
|
2214
|
+
def kube_reserved(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2167
2215
|
"""
|
|
2168
2216
|
Same as kubeReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for kubernetes system components. Currently, cpu, memory and local storage for root file system are supported. See [compute resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for more details.
|
|
2169
2217
|
"""
|
|
2170
2218
|
return pulumi.get(self, "kube_reserved")
|
|
2171
2219
|
|
|
2172
2220
|
@kube_reserved.setter
|
|
2173
|
-
def kube_reserved(self, value: Optional[pulumi.Input[Mapping[str,
|
|
2221
|
+
def kube_reserved(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2174
2222
|
pulumi.set(self, "kube_reserved", value)
|
|
2175
2223
|
|
|
2176
2224
|
@property
|
|
@@ -2235,14 +2283,14 @@ class NodePoolKubeletConfigurationArgs:
|
|
|
2235
2283
|
|
|
2236
2284
|
@property
|
|
2237
2285
|
@pulumi.getter(name="systemReserved")
|
|
2238
|
-
def system_reserved(self) -> Optional[pulumi.Input[Mapping[str,
|
|
2286
|
+
def system_reserved(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2239
2287
|
"""
|
|
2240
2288
|
Same as systemReserved. The set of ResourceName=ResourceQuantity (e.g. cpu=200m,memory=150G) pairs that describe resources reserved for non-kubernetes components. Currently, only cpu and memory are supported. See [compute resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for more details.
|
|
2241
2289
|
"""
|
|
2242
2290
|
return pulumi.get(self, "system_reserved")
|
|
2243
2291
|
|
|
2244
2292
|
@system_reserved.setter
|
|
2245
|
-
def system_reserved(self, value: Optional[pulumi.Input[Mapping[str,
|
|
2293
|
+
def system_reserved(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2246
2294
|
pulumi.set(self, "system_reserved", value)
|
|
2247
2295
|
|
|
2248
2296
|
|