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
|
@@ -23,7 +23,7 @@ class ImageCopyArgs:
|
|
|
23
23
|
image_name: Optional[pulumi.Input[str]] = None,
|
|
24
24
|
kms_key_id: Optional[pulumi.Input[str]] = None,
|
|
25
25
|
name: Optional[pulumi.Input[str]] = None,
|
|
26
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
26
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a ImageCopy resource.
|
|
29
29
|
:param pulumi.Input[str] source_image_id: The source image ID.
|
|
@@ -35,7 +35,7 @@ class ImageCopyArgs:
|
|
|
35
35
|
- false:Verifies that the image is not currently in use by any other instances before deleting the image.
|
|
36
36
|
:param pulumi.Input[str] image_name: The image name. It must be 2 to 128 characters in length, and must begin with a letter or Chinese character (beginning with http:// or https:// is not allowed). It can contain digits, colons (:), underscores (_), or hyphens (-). Default value: null.
|
|
37
37
|
:param pulumi.Input[str] kms_key_id: Key ID used to encrypt the image.
|
|
38
|
-
:param pulumi.Input[Mapping[str,
|
|
38
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag value of an image. The value of N ranges from 1 to 20.
|
|
39
39
|
"""
|
|
40
40
|
pulumi.set(__self__, "source_image_id", source_image_id)
|
|
41
41
|
pulumi.set(__self__, "source_region_id", source_region_id)
|
|
@@ -166,14 +166,14 @@ class ImageCopyArgs:
|
|
|
166
166
|
|
|
167
167
|
@property
|
|
168
168
|
@pulumi.getter
|
|
169
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
169
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
170
170
|
"""
|
|
171
171
|
The tag value of an image. The value of N ranges from 1 to 20.
|
|
172
172
|
"""
|
|
173
173
|
return pulumi.get(self, "tags")
|
|
174
174
|
|
|
175
175
|
@tags.setter
|
|
176
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
176
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
177
177
|
pulumi.set(self, "tags", value)
|
|
178
178
|
|
|
179
179
|
|
|
@@ -189,7 +189,7 @@ class _ImageCopyState:
|
|
|
189
189
|
name: Optional[pulumi.Input[str]] = None,
|
|
190
190
|
source_image_id: Optional[pulumi.Input[str]] = None,
|
|
191
191
|
source_region_id: Optional[pulumi.Input[str]] = None,
|
|
192
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
192
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
193
193
|
"""
|
|
194
194
|
Input properties used for looking up and filtering ImageCopy resources.
|
|
195
195
|
:param pulumi.Input[str] description: The description of the image. It must be 2 to 256 characters in length and must not start with http:// or https://. Default value: null.
|
|
@@ -201,7 +201,7 @@ class _ImageCopyState:
|
|
|
201
201
|
:param pulumi.Input[str] kms_key_id: Key ID used to encrypt the image.
|
|
202
202
|
:param pulumi.Input[str] source_image_id: The source image ID.
|
|
203
203
|
:param pulumi.Input[str] source_region_id: The ID of the region to which the source custom image belongs. You can call [DescribeRegions](https://www.alibabacloud.com/help/doc-detail/25609.htm) to view the latest regions of Alibaba Cloud.
|
|
204
|
-
:param pulumi.Input[Mapping[str,
|
|
204
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag value of an image. The value of N ranges from 1 to 20.
|
|
205
205
|
"""
|
|
206
206
|
if delete_auto_snapshot is not None:
|
|
207
207
|
pulumi.set(__self__, "delete_auto_snapshot", delete_auto_snapshot)
|
|
@@ -334,14 +334,14 @@ class _ImageCopyState:
|
|
|
334
334
|
|
|
335
335
|
@property
|
|
336
336
|
@pulumi.getter
|
|
337
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
337
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
338
338
|
"""
|
|
339
339
|
The tag value of an image. The value of N ranges from 1 to 20.
|
|
340
340
|
"""
|
|
341
341
|
return pulumi.get(self, "tags")
|
|
342
342
|
|
|
343
343
|
@tags.setter
|
|
344
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
344
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
345
345
|
pulumi.set(self, "tags", value)
|
|
346
346
|
|
|
347
347
|
|
|
@@ -359,7 +359,7 @@ class ImageCopy(pulumi.CustomResource):
|
|
|
359
359
|
name: Optional[pulumi.Input[str]] = None,
|
|
360
360
|
source_image_id: Optional[pulumi.Input[str]] = None,
|
|
361
361
|
source_region_id: Optional[pulumi.Input[str]] = None,
|
|
362
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
362
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
363
363
|
__props__=None):
|
|
364
364
|
"""
|
|
365
365
|
Copies a custom image from one region to another. You can use copied images to perform operations in the target region, such as creating instances (RunInstances) and replacing system disks (ReplaceSystemDisk).
|
|
@@ -380,7 +380,7 @@ class ImageCopy(pulumi.CustomResource):
|
|
|
380
380
|
|
|
381
381
|
default = alicloud.get_zones(available_resource_creation="Instance")
|
|
382
382
|
default_get_instance_types = alicloud.ecs.get_instance_types(instance_type_family="ecs.sn1ne")
|
|
383
|
-
default_get_images = alicloud.ecs.get_images(name_regex="^
|
|
383
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
384
384
|
owners="system")
|
|
385
385
|
default_network = alicloud.vpc.Network("default",
|
|
386
386
|
vpc_name="terraform-example",
|
|
@@ -440,7 +440,7 @@ class ImageCopy(pulumi.CustomResource):
|
|
|
440
440
|
:param pulumi.Input[str] kms_key_id: Key ID used to encrypt the image.
|
|
441
441
|
:param pulumi.Input[str] source_image_id: The source image ID.
|
|
442
442
|
:param pulumi.Input[str] source_region_id: The ID of the region to which the source custom image belongs. You can call [DescribeRegions](https://www.alibabacloud.com/help/doc-detail/25609.htm) to view the latest regions of Alibaba Cloud.
|
|
443
|
-
:param pulumi.Input[Mapping[str,
|
|
443
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag value of an image. The value of N ranges from 1 to 20.
|
|
444
444
|
"""
|
|
445
445
|
...
|
|
446
446
|
@overload
|
|
@@ -467,7 +467,7 @@ class ImageCopy(pulumi.CustomResource):
|
|
|
467
467
|
|
|
468
468
|
default = alicloud.get_zones(available_resource_creation="Instance")
|
|
469
469
|
default_get_instance_types = alicloud.ecs.get_instance_types(instance_type_family="ecs.sn1ne")
|
|
470
|
-
default_get_images = alicloud.ecs.get_images(name_regex="^
|
|
470
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
471
471
|
owners="system")
|
|
472
472
|
default_network = alicloud.vpc.Network("default",
|
|
473
473
|
vpc_name="terraform-example",
|
|
@@ -540,7 +540,7 @@ class ImageCopy(pulumi.CustomResource):
|
|
|
540
540
|
name: Optional[pulumi.Input[str]] = None,
|
|
541
541
|
source_image_id: Optional[pulumi.Input[str]] = None,
|
|
542
542
|
source_region_id: Optional[pulumi.Input[str]] = None,
|
|
543
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
543
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
544
544
|
__props__=None):
|
|
545
545
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
546
546
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -583,7 +583,7 @@ class ImageCopy(pulumi.CustomResource):
|
|
|
583
583
|
name: Optional[pulumi.Input[str]] = None,
|
|
584
584
|
source_image_id: Optional[pulumi.Input[str]] = None,
|
|
585
585
|
source_region_id: Optional[pulumi.Input[str]] = None,
|
|
586
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
586
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'ImageCopy':
|
|
587
587
|
"""
|
|
588
588
|
Get an existing ImageCopy resource's state with the given name, id, and optional extra
|
|
589
589
|
properties used to qualify the lookup.
|
|
@@ -600,7 +600,7 @@ class ImageCopy(pulumi.CustomResource):
|
|
|
600
600
|
:param pulumi.Input[str] kms_key_id: Key ID used to encrypt the image.
|
|
601
601
|
:param pulumi.Input[str] source_image_id: The source image ID.
|
|
602
602
|
:param pulumi.Input[str] source_region_id: The ID of the region to which the source custom image belongs. You can call [DescribeRegions](https://www.alibabacloud.com/help/doc-detail/25609.htm) to view the latest regions of Alibaba Cloud.
|
|
603
|
-
:param pulumi.Input[Mapping[str,
|
|
603
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag value of an image. The value of N ranges from 1 to 20.
|
|
604
604
|
"""
|
|
605
605
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
606
606
|
|
|
@@ -689,7 +689,7 @@ class ImageCopy(pulumi.CustomResource):
|
|
|
689
689
|
|
|
690
690
|
@property
|
|
691
691
|
@pulumi.getter
|
|
692
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
692
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
693
693
|
"""
|
|
694
694
|
The tag value of an image. The value of N ranges from 1 to 20.
|
|
695
695
|
"""
|
|
@@ -150,7 +150,7 @@ class ImageExport(pulumi.CustomResource):
|
|
|
150
150
|
|
|
151
151
|
default = alicloud.get_zones(available_resource_creation="Instance")
|
|
152
152
|
default_get_instance_types = alicloud.ecs.get_instance_types(instance_type_family="ecs.sn1ne")
|
|
153
|
-
default_get_images = alicloud.ecs.get_images(name_regex="^
|
|
153
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
154
154
|
owners="system")
|
|
155
155
|
default_network = alicloud.vpc.Network("default",
|
|
156
156
|
vpc_name="terraform-example",
|
|
@@ -217,7 +217,7 @@ class ImageExport(pulumi.CustomResource):
|
|
|
217
217
|
|
|
218
218
|
default = alicloud.get_zones(available_resource_creation="Instance")
|
|
219
219
|
default_get_instance_types = alicloud.ecs.get_instance_types(instance_type_family="ecs.sn1ne")
|
|
220
|
-
default_get_images = alicloud.ecs.get_images(name_regex="^
|
|
220
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
221
221
|
owners="system")
|
|
222
222
|
default_network = alicloud.vpc.Network("default",
|
|
223
223
|
vpc_name="terraform-example",
|
|
@@ -320,14 +320,18 @@ class ImageImport(pulumi.CustomResource):
|
|
|
320
320
|
```python
|
|
321
321
|
import pulumi
|
|
322
322
|
import pulumi_alicloud as alicloud
|
|
323
|
+
import pulumi_random as random
|
|
323
324
|
|
|
324
325
|
config = pulumi.Config()
|
|
325
326
|
name = config.get("name")
|
|
326
327
|
if name is None:
|
|
327
328
|
name = "terraform-image-import-example"
|
|
328
|
-
default =
|
|
329
|
+
default = random.index.Integer("default",
|
|
330
|
+
min=10000,
|
|
331
|
+
max=99999)
|
|
332
|
+
default_bucket = alicloud.oss.Bucket("default", bucket=f"{name}-{default['result']}")
|
|
329
333
|
default_bucket_object = alicloud.oss.BucketObject("default",
|
|
330
|
-
bucket=
|
|
334
|
+
bucket=default_bucket.id,
|
|
331
335
|
key="fc/hello.zip",
|
|
332
336
|
content=\"\"\" # -*- coding: utf-8 -*-
|
|
333
337
|
def handler(event, context):
|
|
@@ -342,7 +346,7 @@ class ImageImport(pulumi.CustomResource):
|
|
|
342
346
|
image_name=name,
|
|
343
347
|
description=name,
|
|
344
348
|
disk_device_mappings=[{
|
|
345
|
-
"oss_bucket":
|
|
349
|
+
"oss_bucket": default_bucket.id,
|
|
346
350
|
"oss_object": default_bucket_object.id,
|
|
347
351
|
"disk_image_size": 5,
|
|
348
352
|
}])
|
|
@@ -392,14 +396,18 @@ class ImageImport(pulumi.CustomResource):
|
|
|
392
396
|
```python
|
|
393
397
|
import pulumi
|
|
394
398
|
import pulumi_alicloud as alicloud
|
|
399
|
+
import pulumi_random as random
|
|
395
400
|
|
|
396
401
|
config = pulumi.Config()
|
|
397
402
|
name = config.get("name")
|
|
398
403
|
if name is None:
|
|
399
404
|
name = "terraform-image-import-example"
|
|
400
|
-
default =
|
|
405
|
+
default = random.index.Integer("default",
|
|
406
|
+
min=10000,
|
|
407
|
+
max=99999)
|
|
408
|
+
default_bucket = alicloud.oss.Bucket("default", bucket=f"{name}-{default['result']}")
|
|
401
409
|
default_bucket_object = alicloud.oss.BucketObject("default",
|
|
402
|
-
bucket=
|
|
410
|
+
bucket=default_bucket.id,
|
|
403
411
|
key="fc/hello.zip",
|
|
404
412
|
content=\"\"\" # -*- coding: utf-8 -*-
|
|
405
413
|
def handler(event, context):
|
|
@@ -414,7 +422,7 @@ class ImageImport(pulumi.CustomResource):
|
|
|
414
422
|
image_name=name,
|
|
415
423
|
description=name,
|
|
416
424
|
disk_device_mappings=[{
|
|
417
|
-
"oss_bucket":
|
|
425
|
+
"oss_bucket": default_bucket.id,
|
|
418
426
|
"oss_object": default_bucket_object.id,
|
|
419
427
|
"disk_image_size": 5,
|
|
420
428
|
}])
|
|
@@ -117,7 +117,7 @@ class ImageSharePermission(pulumi.CustomResource):
|
|
|
117
117
|
|
|
118
118
|
default = alicloud.get_zones(available_resource_creation="Instance")
|
|
119
119
|
default_get_instance_types = alicloud.ecs.get_instance_types(instance_type_family="ecs.sn1ne")
|
|
120
|
-
default_get_images = alicloud.ecs.get_images(name_regex="^
|
|
120
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
121
121
|
owners="system")
|
|
122
122
|
default_network = alicloud.vpc.Network("default",
|
|
123
123
|
vpc_name="terraform-example",
|
|
@@ -199,7 +199,7 @@ class ImageSharePermission(pulumi.CustomResource):
|
|
|
199
199
|
|
|
200
200
|
default = alicloud.get_zones(available_resource_creation="Instance")
|
|
201
201
|
default_get_instance_types = alicloud.ecs.get_instance_types(instance_type_family="ecs.sn1ne")
|
|
202
|
-
default_get_images = alicloud.ecs.get_images(name_regex="^
|
|
202
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
203
203
|
owners="system")
|
|
204
204
|
default_network = alicloud.vpc.Network("default",
|
|
205
205
|
vpc_name="terraform-example",
|
pulumi_alicloud/ecs/instance.py
CHANGED
|
@@ -47,7 +47,7 @@ class InstanceArgs:
|
|
|
47
47
|
is_outdated: Optional[pulumi.Input[bool]] = None,
|
|
48
48
|
key_name: Optional[pulumi.Input[str]] = None,
|
|
49
49
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
50
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
50
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
51
51
|
launch_template_id: Optional[pulumi.Input[str]] = None,
|
|
52
52
|
launch_template_name: Optional[pulumi.Input[str]] = None,
|
|
53
53
|
launch_template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -87,7 +87,7 @@ class InstanceArgs:
|
|
|
87
87
|
system_disk_storage_cluster_id: Optional[pulumi.Input[str]] = None,
|
|
88
88
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
89
89
|
user_data: Optional[pulumi.Input[str]] = None,
|
|
90
|
-
volume_tags: Optional[pulumi.Input[Mapping[str,
|
|
90
|
+
volume_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
91
91
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
92
92
|
vswitch_id: Optional[pulumi.Input[str]] = None):
|
|
93
93
|
"""
|
|
@@ -137,7 +137,7 @@ class InstanceArgs:
|
|
|
137
137
|
:param pulumi.Input[bool] is_outdated: Whether to use outdated instance type. Default to false.
|
|
138
138
|
:param pulumi.Input[str] key_name: The name of key pair that can login ECS instance successfully without password. If it is specified, the password would be invalid.
|
|
139
139
|
: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. When it is changed, the instance will reboot to make the change take effect.
|
|
140
|
-
:param pulumi.Input[Mapping[str,
|
|
140
|
+
: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 an 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. When it is changed, the instance will reboot to make the change take effect.
|
|
141
141
|
:param pulumi.Input[str] launch_template_id: The ID of the launch template. For more information, see [DescribeLaunchTemplates](https://www.alibabacloud.com/help/en/ecs/developer-reference/api-describelaunchtemplates).To use a launch template to create an instance, you must use the `launch_template_id` or `launch_template_name` parameter to specify the launch template.
|
|
142
142
|
:param pulumi.Input[str] launch_template_name: The name of the launch template.
|
|
143
143
|
:param pulumi.Input[str] launch_template_version: The version of the launch template. If you set `launch_template_id` or `launch_template_name` parameter but do not set the version number of the launch template, the default template version is used.
|
|
@@ -183,7 +183,7 @@ class InstanceArgs:
|
|
|
183
183
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the instance belongs.
|
|
184
184
|
:param pulumi.Input[str] role_name: Instance RAM role name. The name is provided and maintained by RAM. You can use `ram.Role` to create a new one.
|
|
185
185
|
:param pulumi.Input[int] secondary_private_ip_address_count: The number of private IP addresses to be automatically assigned from within the CIDR block of the vswitch. **NOTE:** To assign secondary private IP addresses, you must specify `secondary_private_ips` or `secondary_private_ip_address_count` but not both.
|
|
186
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] secondary_private_ips: A list of Secondary private IP addresses which is selected from within the CIDR block of the
|
|
186
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] secondary_private_ips: A list of Secondary private IP addresses which is selected from within the CIDR block of the vSwitch.
|
|
187
187
|
:param pulumi.Input[str] security_enhancement_strategy: The security enhancement strategy.
|
|
188
188
|
- Active: Enable security enhancement strategy, it only works on system images.
|
|
189
189
|
- Deactive: Disable security enhancement strategy, it works on all images.
|
|
@@ -217,7 +217,7 @@ class InstanceArgs:
|
|
|
217
217
|
It supports to setting a base64-encoded value, and it is the recommended usage.
|
|
218
218
|
From version 1.60.0, it can be updated in-place. If updated, the instance will reboot to make the change take effect.
|
|
219
219
|
Note: Not all changes will take effect, and it depends on [cloud-init module type](https://cloudinit.readthedocs.io/en/latest/topics/modules.html).
|
|
220
|
-
:param pulumi.Input[Mapping[str,
|
|
220
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] volume_tags: A mapping of tags to assign to the devices created by the instance at launch time.
|
|
221
221
|
- Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
|
|
222
222
|
- Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
|
|
223
223
|
:param pulumi.Input[str] vpc_id: The ID of the VPC.
|
|
@@ -766,14 +766,14 @@ class InstanceArgs:
|
|
|
766
766
|
|
|
767
767
|
@property
|
|
768
768
|
@pulumi.getter(name="kmsEncryptionContext")
|
|
769
|
-
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str,
|
|
769
|
+
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
770
770
|
"""
|
|
771
771
|
An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating an 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. When it is changed, the instance will reboot to make the change take effect.
|
|
772
772
|
"""
|
|
773
773
|
return pulumi.get(self, "kms_encryption_context")
|
|
774
774
|
|
|
775
775
|
@kms_encryption_context.setter
|
|
776
|
-
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str,
|
|
776
|
+
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
777
777
|
pulumi.set(self, "kms_encryption_context", value)
|
|
778
778
|
|
|
779
779
|
@property
|
|
@@ -1034,7 +1034,7 @@ class InstanceArgs:
|
|
|
1034
1034
|
@pulumi.getter(name="secondaryPrivateIps")
|
|
1035
1035
|
def secondary_private_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1036
1036
|
"""
|
|
1037
|
-
A list of Secondary private IP addresses which is selected from within the CIDR block of the
|
|
1037
|
+
A list of Secondary private IP addresses which is selected from within the CIDR block of the vSwitch.
|
|
1038
1038
|
"""
|
|
1039
1039
|
return pulumi.get(self, "secondary_private_ips")
|
|
1040
1040
|
|
|
@@ -1286,7 +1286,7 @@ class InstanceArgs:
|
|
|
1286
1286
|
|
|
1287
1287
|
@property
|
|
1288
1288
|
@pulumi.getter(name="volumeTags")
|
|
1289
|
-
def volume_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
1289
|
+
def volume_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1290
1290
|
"""
|
|
1291
1291
|
A mapping of tags to assign to the devices created by the instance at launch time.
|
|
1292
1292
|
- Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
|
|
@@ -1295,7 +1295,7 @@ class InstanceArgs:
|
|
|
1295
1295
|
return pulumi.get(self, "volume_tags")
|
|
1296
1296
|
|
|
1297
1297
|
@volume_tags.setter
|
|
1298
|
-
def volume_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
1298
|
+
def volume_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1299
1299
|
pulumi.set(self, "volume_tags", value)
|
|
1300
1300
|
|
|
1301
1301
|
@property
|
|
@@ -1359,7 +1359,7 @@ class _InstanceState:
|
|
|
1359
1359
|
is_outdated: Optional[pulumi.Input[bool]] = None,
|
|
1360
1360
|
key_name: Optional[pulumi.Input[str]] = None,
|
|
1361
1361
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
1362
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
1362
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1363
1363
|
launch_template_id: Optional[pulumi.Input[str]] = None,
|
|
1364
1364
|
launch_template_name: Optional[pulumi.Input[str]] = None,
|
|
1365
1365
|
launch_template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -1406,7 +1406,7 @@ class _InstanceState:
|
|
|
1406
1406
|
system_disk_storage_cluster_id: Optional[pulumi.Input[str]] = None,
|
|
1407
1407
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1408
1408
|
user_data: Optional[pulumi.Input[str]] = None,
|
|
1409
|
-
volume_tags: Optional[pulumi.Input[Mapping[str,
|
|
1409
|
+
volume_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1410
1410
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
1411
1411
|
vswitch_id: Optional[pulumi.Input[str]] = None):
|
|
1412
1412
|
"""
|
|
@@ -1458,7 +1458,7 @@ class _InstanceState:
|
|
|
1458
1458
|
:param pulumi.Input[bool] is_outdated: Whether to use outdated instance type. Default to false.
|
|
1459
1459
|
:param pulumi.Input[str] key_name: The name of key pair that can login ECS instance successfully without password. If it is specified, the password would be invalid.
|
|
1460
1460
|
: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. When it is changed, the instance will reboot to make the change take effect.
|
|
1461
|
-
:param pulumi.Input[Mapping[str,
|
|
1461
|
+
: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 an 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. When it is changed, the instance will reboot to make the change take effect.
|
|
1462
1462
|
:param pulumi.Input[str] launch_template_id: The ID of the launch template. For more information, see [DescribeLaunchTemplates](https://www.alibabacloud.com/help/en/ecs/developer-reference/api-describelaunchtemplates).To use a launch template to create an instance, you must use the `launch_template_id` or `launch_template_name` parameter to specify the launch template.
|
|
1463
1463
|
:param pulumi.Input[str] launch_template_name: The name of the launch template.
|
|
1464
1464
|
:param pulumi.Input[str] launch_template_version: The version of the launch template. If you set `launch_template_id` or `launch_template_name` parameter but do not set the version number of the launch template, the default template version is used.
|
|
@@ -1510,7 +1510,7 @@ class _InstanceState:
|
|
|
1510
1510
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the instance belongs.
|
|
1511
1511
|
:param pulumi.Input[str] role_name: Instance RAM role name. The name is provided and maintained by RAM. You can use `ram.Role` to create a new one.
|
|
1512
1512
|
:param pulumi.Input[int] secondary_private_ip_address_count: The number of private IP addresses to be automatically assigned from within the CIDR block of the vswitch. **NOTE:** To assign secondary private IP addresses, you must specify `secondary_private_ips` or `secondary_private_ip_address_count` but not both.
|
|
1513
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] secondary_private_ips: A list of Secondary private IP addresses which is selected from within the CIDR block of the
|
|
1513
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] secondary_private_ips: A list of Secondary private IP addresses which is selected from within the CIDR block of the vSwitch.
|
|
1514
1514
|
:param pulumi.Input[str] security_enhancement_strategy: The security enhancement strategy.
|
|
1515
1515
|
- Active: Enable security enhancement strategy, it only works on system images.
|
|
1516
1516
|
- Deactive: Disable security enhancement strategy, it works on all images.
|
|
@@ -1545,7 +1545,7 @@ class _InstanceState:
|
|
|
1545
1545
|
It supports to setting a base64-encoded value, and it is the recommended usage.
|
|
1546
1546
|
From version 1.60.0, it can be updated in-place. If updated, the instance will reboot to make the change take effect.
|
|
1547
1547
|
Note: Not all changes will take effect, and it depends on [cloud-init module type](https://cloudinit.readthedocs.io/en/latest/topics/modules.html).
|
|
1548
|
-
:param pulumi.Input[Mapping[str,
|
|
1548
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] volume_tags: A mapping of tags to assign to the devices created by the instance at launch time.
|
|
1549
1549
|
- Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
|
|
1550
1550
|
- Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
|
|
1551
1551
|
:param pulumi.Input[str] vpc_id: The ID of the VPC.
|
|
@@ -2136,14 +2136,14 @@ class _InstanceState:
|
|
|
2136
2136
|
|
|
2137
2137
|
@property
|
|
2138
2138
|
@pulumi.getter(name="kmsEncryptionContext")
|
|
2139
|
-
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str,
|
|
2139
|
+
def kms_encryption_context(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2140
2140
|
"""
|
|
2141
2141
|
An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating an 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. When it is changed, the instance will reboot to make the change take effect.
|
|
2142
2142
|
"""
|
|
2143
2143
|
return pulumi.get(self, "kms_encryption_context")
|
|
2144
2144
|
|
|
2145
2145
|
@kms_encryption_context.setter
|
|
2146
|
-
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str,
|
|
2146
|
+
def kms_encryption_context(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2147
2147
|
pulumi.set(self, "kms_encryption_context", value)
|
|
2148
2148
|
|
|
2149
2149
|
@property
|
|
@@ -2476,7 +2476,7 @@ class _InstanceState:
|
|
|
2476
2476
|
@pulumi.getter(name="secondaryPrivateIps")
|
|
2477
2477
|
def secondary_private_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2478
2478
|
"""
|
|
2479
|
-
A list of Secondary private IP addresses which is selected from within the CIDR block of the
|
|
2479
|
+
A list of Secondary private IP addresses which is selected from within the CIDR block of the vSwitch.
|
|
2480
2480
|
"""
|
|
2481
2481
|
return pulumi.get(self, "secondary_private_ips")
|
|
2482
2482
|
|
|
@@ -2740,7 +2740,7 @@ class _InstanceState:
|
|
|
2740
2740
|
|
|
2741
2741
|
@property
|
|
2742
2742
|
@pulumi.getter(name="volumeTags")
|
|
2743
|
-
def volume_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
2743
|
+
def volume_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2744
2744
|
"""
|
|
2745
2745
|
A mapping of tags to assign to the devices created by the instance at launch time.
|
|
2746
2746
|
- Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
|
|
@@ -2749,7 +2749,7 @@ class _InstanceState:
|
|
|
2749
2749
|
return pulumi.get(self, "volume_tags")
|
|
2750
2750
|
|
|
2751
2751
|
@volume_tags.setter
|
|
2752
|
-
def volume_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
2752
|
+
def volume_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2753
2753
|
pulumi.set(self, "volume_tags", value)
|
|
2754
2754
|
|
|
2755
2755
|
@property
|
|
@@ -2813,7 +2813,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2813
2813
|
is_outdated: Optional[pulumi.Input[bool]] = None,
|
|
2814
2814
|
key_name: Optional[pulumi.Input[str]] = None,
|
|
2815
2815
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
2816
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
2816
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2817
2817
|
launch_template_id: Optional[pulumi.Input[str]] = None,
|
|
2818
2818
|
launch_template_name: Optional[pulumi.Input[str]] = None,
|
|
2819
2819
|
launch_template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -2853,7 +2853,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2853
2853
|
system_disk_storage_cluster_id: Optional[pulumi.Input[str]] = None,
|
|
2854
2854
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2855
2855
|
user_data: Optional[pulumi.Input[str]] = None,
|
|
2856
|
-
volume_tags: Optional[pulumi.Input[Mapping[str,
|
|
2856
|
+
volume_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2857
2857
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
2858
2858
|
vswitch_id: Optional[pulumi.Input[str]] = None,
|
|
2859
2859
|
__props__=None):
|
|
@@ -2982,7 +2982,7 @@ class Instance(pulumi.CustomResource):
|
|
|
2982
2982
|
:param pulumi.Input[bool] is_outdated: Whether to use outdated instance type. Default to false.
|
|
2983
2983
|
:param pulumi.Input[str] key_name: The name of key pair that can login ECS instance successfully without password. If it is specified, the password would be invalid.
|
|
2984
2984
|
: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. When it is changed, the instance will reboot to make the change take effect.
|
|
2985
|
-
:param pulumi.Input[Mapping[str,
|
|
2985
|
+
: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 an 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. When it is changed, the instance will reboot to make the change take effect.
|
|
2986
2986
|
:param pulumi.Input[str] launch_template_id: The ID of the launch template. For more information, see [DescribeLaunchTemplates](https://www.alibabacloud.com/help/en/ecs/developer-reference/api-describelaunchtemplates).To use a launch template to create an instance, you must use the `launch_template_id` or `launch_template_name` parameter to specify the launch template.
|
|
2987
2987
|
:param pulumi.Input[str] launch_template_name: The name of the launch template.
|
|
2988
2988
|
:param pulumi.Input[str] launch_template_version: The version of the launch template. If you set `launch_template_id` or `launch_template_name` parameter but do not set the version number of the launch template, the default template version is used.
|
|
@@ -3028,7 +3028,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3028
3028
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the instance belongs.
|
|
3029
3029
|
:param pulumi.Input[str] role_name: Instance RAM role name. The name is provided and maintained by RAM. You can use `ram.Role` to create a new one.
|
|
3030
3030
|
:param pulumi.Input[int] secondary_private_ip_address_count: The number of private IP addresses to be automatically assigned from within the CIDR block of the vswitch. **NOTE:** To assign secondary private IP addresses, you must specify `secondary_private_ips` or `secondary_private_ip_address_count` but not both.
|
|
3031
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] secondary_private_ips: A list of Secondary private IP addresses which is selected from within the CIDR block of the
|
|
3031
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] secondary_private_ips: A list of Secondary private IP addresses which is selected from within the CIDR block of the vSwitch.
|
|
3032
3032
|
:param pulumi.Input[str] security_enhancement_strategy: The security enhancement strategy.
|
|
3033
3033
|
- Active: Enable security enhancement strategy, it only works on system images.
|
|
3034
3034
|
- Deactive: Disable security enhancement strategy, it works on all images.
|
|
@@ -3062,7 +3062,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3062
3062
|
It supports to setting a base64-encoded value, and it is the recommended usage.
|
|
3063
3063
|
From version 1.60.0, it can be updated in-place. If updated, the instance will reboot to make the change take effect.
|
|
3064
3064
|
Note: Not all changes will take effect, and it depends on [cloud-init module type](https://cloudinit.readthedocs.io/en/latest/topics/modules.html).
|
|
3065
|
-
:param pulumi.Input[Mapping[str,
|
|
3065
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] volume_tags: A mapping of tags to assign to the devices created by the instance at launch time.
|
|
3066
3066
|
- Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
|
|
3067
3067
|
- Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
|
|
3068
3068
|
:param pulumi.Input[str] vpc_id: The ID of the VPC.
|
|
@@ -3198,7 +3198,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3198
3198
|
is_outdated: Optional[pulumi.Input[bool]] = None,
|
|
3199
3199
|
key_name: Optional[pulumi.Input[str]] = None,
|
|
3200
3200
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
3201
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
3201
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
3202
3202
|
launch_template_id: Optional[pulumi.Input[str]] = None,
|
|
3203
3203
|
launch_template_name: Optional[pulumi.Input[str]] = None,
|
|
3204
3204
|
launch_template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -3238,7 +3238,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3238
3238
|
system_disk_storage_cluster_id: Optional[pulumi.Input[str]] = None,
|
|
3239
3239
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
3240
3240
|
user_data: Optional[pulumi.Input[str]] = None,
|
|
3241
|
-
volume_tags: Optional[pulumi.Input[Mapping[str,
|
|
3241
|
+
volume_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
3242
3242
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
3243
3243
|
vswitch_id: Optional[pulumi.Input[str]] = None,
|
|
3244
3244
|
__props__=None):
|
|
@@ -3378,7 +3378,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3378
3378
|
is_outdated: Optional[pulumi.Input[bool]] = None,
|
|
3379
3379
|
key_name: Optional[pulumi.Input[str]] = None,
|
|
3380
3380
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
3381
|
-
kms_encryption_context: Optional[pulumi.Input[Mapping[str,
|
|
3381
|
+
kms_encryption_context: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
3382
3382
|
launch_template_id: Optional[pulumi.Input[str]] = None,
|
|
3383
3383
|
launch_template_name: Optional[pulumi.Input[str]] = None,
|
|
3384
3384
|
launch_template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -3425,7 +3425,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3425
3425
|
system_disk_storage_cluster_id: Optional[pulumi.Input[str]] = None,
|
|
3426
3426
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
3427
3427
|
user_data: Optional[pulumi.Input[str]] = None,
|
|
3428
|
-
volume_tags: Optional[pulumi.Input[Mapping[str,
|
|
3428
|
+
volume_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
3429
3429
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
3430
3430
|
vswitch_id: Optional[pulumi.Input[str]] = None) -> 'Instance':
|
|
3431
3431
|
"""
|
|
@@ -3482,7 +3482,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3482
3482
|
:param pulumi.Input[bool] is_outdated: Whether to use outdated instance type. Default to false.
|
|
3483
3483
|
:param pulumi.Input[str] key_name: The name of key pair that can login ECS instance successfully without password. If it is specified, the password would be invalid.
|
|
3484
3484
|
: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. When it is changed, the instance will reboot to make the change take effect.
|
|
3485
|
-
:param pulumi.Input[Mapping[str,
|
|
3485
|
+
: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 an 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. When it is changed, the instance will reboot to make the change take effect.
|
|
3486
3486
|
:param pulumi.Input[str] launch_template_id: The ID of the launch template. For more information, see [DescribeLaunchTemplates](https://www.alibabacloud.com/help/en/ecs/developer-reference/api-describelaunchtemplates).To use a launch template to create an instance, you must use the `launch_template_id` or `launch_template_name` parameter to specify the launch template.
|
|
3487
3487
|
:param pulumi.Input[str] launch_template_name: The name of the launch template.
|
|
3488
3488
|
:param pulumi.Input[str] launch_template_version: The version of the launch template. If you set `launch_template_id` or `launch_template_name` parameter but do not set the version number of the launch template, the default template version is used.
|
|
@@ -3534,7 +3534,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3534
3534
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the instance belongs.
|
|
3535
3535
|
:param pulumi.Input[str] role_name: Instance RAM role name. The name is provided and maintained by RAM. You can use `ram.Role` to create a new one.
|
|
3536
3536
|
:param pulumi.Input[int] secondary_private_ip_address_count: The number of private IP addresses to be automatically assigned from within the CIDR block of the vswitch. **NOTE:** To assign secondary private IP addresses, you must specify `secondary_private_ips` or `secondary_private_ip_address_count` but not both.
|
|
3537
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] secondary_private_ips: A list of Secondary private IP addresses which is selected from within the CIDR block of the
|
|
3537
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] secondary_private_ips: A list of Secondary private IP addresses which is selected from within the CIDR block of the vSwitch.
|
|
3538
3538
|
:param pulumi.Input[str] security_enhancement_strategy: The security enhancement strategy.
|
|
3539
3539
|
- Active: Enable security enhancement strategy, it only works on system images.
|
|
3540
3540
|
- Deactive: Disable security enhancement strategy, it works on all images.
|
|
@@ -3569,7 +3569,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3569
3569
|
It supports to setting a base64-encoded value, and it is the recommended usage.
|
|
3570
3570
|
From version 1.60.0, it can be updated in-place. If updated, the instance will reboot to make the change take effect.
|
|
3571
3571
|
Note: Not all changes will take effect, and it depends on [cloud-init module type](https://cloudinit.readthedocs.io/en/latest/topics/modules.html).
|
|
3572
|
-
:param pulumi.Input[Mapping[str,
|
|
3572
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] volume_tags: A mapping of tags to assign to the devices created by the instance at launch time.
|
|
3573
3573
|
- Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
|
|
3574
3574
|
- Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
|
|
3575
3575
|
:param pulumi.Input[str] vpc_id: The ID of the VPC.
|
|
@@ -3944,7 +3944,7 @@ class Instance(pulumi.CustomResource):
|
|
|
3944
3944
|
|
|
3945
3945
|
@property
|
|
3946
3946
|
@pulumi.getter(name="kmsEncryptionContext")
|
|
3947
|
-
def kms_encryption_context(self) -> pulumi.Output[Optional[Mapping[str,
|
|
3947
|
+
def kms_encryption_context(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
3948
3948
|
"""
|
|
3949
3949
|
An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating an 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. When it is changed, the instance will reboot to make the change take effect.
|
|
3950
3950
|
"""
|
|
@@ -4180,7 +4180,7 @@ class Instance(pulumi.CustomResource):
|
|
|
4180
4180
|
@pulumi.getter(name="secondaryPrivateIps")
|
|
4181
4181
|
def secondary_private_ips(self) -> pulumi.Output[Sequence[str]]:
|
|
4182
4182
|
"""
|
|
4183
|
-
A list of Secondary private IP addresses which is selected from within the CIDR block of the
|
|
4183
|
+
A list of Secondary private IP addresses which is selected from within the CIDR block of the vSwitch.
|
|
4184
4184
|
"""
|
|
4185
4185
|
return pulumi.get(self, "secondary_private_ips")
|
|
4186
4186
|
|
|
@@ -4360,7 +4360,7 @@ class Instance(pulumi.CustomResource):
|
|
|
4360
4360
|
|
|
4361
4361
|
@property
|
|
4362
4362
|
@pulumi.getter(name="volumeTags")
|
|
4363
|
-
def volume_tags(self) -> pulumi.Output[Mapping[str,
|
|
4363
|
+
def volume_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
|
4364
4364
|
"""
|
|
4365
4365
|
A mapping of tags to assign to the devices created by the instance at launch time.
|
|
4366
4366
|
- Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
|