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
|
@@ -24,7 +24,7 @@ class VpcEndpointArgs:
|
|
|
24
24
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
25
25
|
service_id: Optional[pulumi.Input[str]] = None,
|
|
26
26
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
27
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
27
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
28
28
|
vpc_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
29
29
|
zone_private_ip_address_count: Optional[pulumi.Input[int]] = None):
|
|
30
30
|
"""
|
|
@@ -43,7 +43,7 @@ class VpcEndpointArgs:
|
|
|
43
43
|
:param pulumi.Input[str] resource_group_id: The resource group ID.
|
|
44
44
|
:param pulumi.Input[str] service_id: The ID of the endpoint service with which the endpoint is associated.
|
|
45
45
|
:param pulumi.Input[str] service_name: The name of the endpoint service with which the endpoint is associated.
|
|
46
|
-
:param pulumi.Input[Mapping[str,
|
|
46
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
47
47
|
:param pulumi.Input[str] vpc_endpoint_name: The name of the endpoint.
|
|
48
48
|
:param pulumi.Input[int] zone_private_ip_address_count: The number of private IP addresses that are assigned to an elastic network interface (ENI) in each zone. Only 1 is returned.
|
|
49
49
|
"""
|
|
@@ -198,14 +198,14 @@ class VpcEndpointArgs:
|
|
|
198
198
|
|
|
199
199
|
@property
|
|
200
200
|
@pulumi.getter
|
|
201
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
201
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
202
202
|
"""
|
|
203
203
|
The list of tags.
|
|
204
204
|
"""
|
|
205
205
|
return pulumi.get(self, "tags")
|
|
206
206
|
|
|
207
207
|
@tags.setter
|
|
208
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
208
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
209
209
|
pulumi.set(self, "tags", value)
|
|
210
210
|
|
|
211
211
|
@property
|
|
@@ -251,7 +251,7 @@ class _VpcEndpointState:
|
|
|
251
251
|
service_id: Optional[pulumi.Input[str]] = None,
|
|
252
252
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
253
253
|
status: Optional[pulumi.Input[str]] = None,
|
|
254
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
254
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
255
255
|
vpc_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
256
256
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
257
257
|
zone_private_ip_address_count: Optional[pulumi.Input[int]] = None):
|
|
@@ -276,7 +276,7 @@ class _VpcEndpointState:
|
|
|
276
276
|
:param pulumi.Input[str] service_id: The ID of the endpoint service with which the endpoint is associated.
|
|
277
277
|
:param pulumi.Input[str] service_name: The name of the endpoint service with which the endpoint is associated.
|
|
278
278
|
:param pulumi.Input[str] status: The state of the endpoint.
|
|
279
|
-
:param pulumi.Input[Mapping[str,
|
|
279
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
280
280
|
:param pulumi.Input[str] vpc_endpoint_name: The name of the endpoint.
|
|
281
281
|
:param pulumi.Input[str] vpc_id: The ID of the VPC to which the endpoint belongs.
|
|
282
282
|
:param pulumi.Input[int] zone_private_ip_address_count: The number of private IP addresses that are assigned to an elastic network interface (ENI) in each zone. Only 1 is returned.
|
|
@@ -506,14 +506,14 @@ class _VpcEndpointState:
|
|
|
506
506
|
|
|
507
507
|
@property
|
|
508
508
|
@pulumi.getter
|
|
509
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
509
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
510
510
|
"""
|
|
511
511
|
The list of tags.
|
|
512
512
|
"""
|
|
513
513
|
return pulumi.get(self, "tags")
|
|
514
514
|
|
|
515
515
|
@tags.setter
|
|
516
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
516
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
517
517
|
pulumi.set(self, "tags", value)
|
|
518
518
|
|
|
519
519
|
@property
|
|
@@ -567,7 +567,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
567
567
|
security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
568
568
|
service_id: Optional[pulumi.Input[str]] = None,
|
|
569
569
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
570
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
570
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
571
571
|
vpc_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
572
572
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
573
573
|
zone_private_ip_address_count: Optional[pulumi.Input[int]] = None,
|
|
@@ -649,7 +649,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
649
649
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The ID of the security group that is associated with the endpoint ENI. The security group can be used to control data transfer between the VPC and the endpoint ENI.The endpoint can be associated with up to 10 security groups.
|
|
650
650
|
:param pulumi.Input[str] service_id: The ID of the endpoint service with which the endpoint is associated.
|
|
651
651
|
:param pulumi.Input[str] service_name: The name of the endpoint service with which the endpoint is associated.
|
|
652
|
-
:param pulumi.Input[Mapping[str,
|
|
652
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
653
653
|
:param pulumi.Input[str] vpc_endpoint_name: The name of the endpoint.
|
|
654
654
|
:param pulumi.Input[str] vpc_id: The ID of the VPC to which the endpoint belongs.
|
|
655
655
|
:param pulumi.Input[int] zone_private_ip_address_count: The number of private IP addresses that are assigned to an elastic network interface (ENI) in each zone. Only 1 is returned.
|
|
@@ -746,7 +746,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
746
746
|
security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
747
747
|
service_id: Optional[pulumi.Input[str]] = None,
|
|
748
748
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
749
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
749
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
750
750
|
vpc_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
751
751
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
752
752
|
zone_private_ip_address_count: Optional[pulumi.Input[int]] = None,
|
|
@@ -807,7 +807,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
807
807
|
service_id: Optional[pulumi.Input[str]] = None,
|
|
808
808
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
809
809
|
status: Optional[pulumi.Input[str]] = None,
|
|
810
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
810
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
811
811
|
vpc_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
812
812
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
813
813
|
zone_private_ip_address_count: Optional[pulumi.Input[int]] = None) -> 'VpcEndpoint':
|
|
@@ -837,7 +837,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
837
837
|
:param pulumi.Input[str] service_id: The ID of the endpoint service with which the endpoint is associated.
|
|
838
838
|
:param pulumi.Input[str] service_name: The name of the endpoint service with which the endpoint is associated.
|
|
839
839
|
:param pulumi.Input[str] status: The state of the endpoint.
|
|
840
|
-
:param pulumi.Input[Mapping[str,
|
|
840
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
841
841
|
:param pulumi.Input[str] vpc_endpoint_name: The name of the endpoint.
|
|
842
842
|
:param pulumi.Input[str] vpc_id: The ID of the VPC to which the endpoint belongs.
|
|
843
843
|
:param pulumi.Input[int] zone_private_ip_address_count: The number of private IP addresses that are assigned to an elastic network interface (ENI) in each zone. Only 1 is returned.
|
|
@@ -993,7 +993,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
993
993
|
|
|
994
994
|
@property
|
|
995
995
|
@pulumi.getter
|
|
996
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
996
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
997
997
|
"""
|
|
998
998
|
The list of tags.
|
|
999
999
|
"""
|
|
@@ -22,7 +22,7 @@ class VpcEndpointServiceArgs:
|
|
|
22
22
|
service_description: Optional[pulumi.Input[str]] = None,
|
|
23
23
|
service_resource_type: Optional[pulumi.Input[str]] = None,
|
|
24
24
|
service_support_ipv6: Optional[pulumi.Input[bool]] = None,
|
|
25
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
25
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
26
26
|
zone_affinity_enabled: Optional[pulumi.Input[bool]] = None):
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a VpcEndpointService resource.
|
|
@@ -45,7 +45,7 @@ class VpcEndpointServiceArgs:
|
|
|
45
45
|
:param pulumi.Input[bool] service_support_ipv6: Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
46
46
|
- **true**
|
|
47
47
|
- **false (default)**.
|
|
48
|
-
:param pulumi.Input[Mapping[str,
|
|
48
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
49
49
|
:param pulumi.Input[bool] zone_affinity_enabled: Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
50
50
|
- **true**
|
|
51
51
|
- **false (default)**.
|
|
@@ -180,14 +180,14 @@ class VpcEndpointServiceArgs:
|
|
|
180
180
|
|
|
181
181
|
@property
|
|
182
182
|
@pulumi.getter
|
|
183
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
183
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
184
184
|
"""
|
|
185
185
|
The list of tags.
|
|
186
186
|
"""
|
|
187
187
|
return pulumi.get(self, "tags")
|
|
188
188
|
|
|
189
189
|
@tags.setter
|
|
190
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
190
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
191
191
|
pulumi.set(self, "tags", value)
|
|
192
192
|
|
|
193
193
|
@property
|
|
@@ -220,7 +220,7 @@ class _VpcEndpointServiceState:
|
|
|
220
220
|
service_resource_type: Optional[pulumi.Input[str]] = None,
|
|
221
221
|
service_support_ipv6: Optional[pulumi.Input[bool]] = None,
|
|
222
222
|
status: Optional[pulumi.Input[str]] = None,
|
|
223
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
223
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
224
224
|
vpc_endpoint_service_name: Optional[pulumi.Input[str]] = None,
|
|
225
225
|
zone_affinity_enabled: Optional[pulumi.Input[bool]] = None):
|
|
226
226
|
"""
|
|
@@ -248,7 +248,7 @@ class _VpcEndpointServiceState:
|
|
|
248
248
|
- **true**
|
|
249
249
|
- **false (default)**.
|
|
250
250
|
:param pulumi.Input[str] status: The state of the endpoint service.
|
|
251
|
-
:param pulumi.Input[Mapping[str,
|
|
251
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
252
252
|
:param pulumi.Input[str] vpc_endpoint_service_name: The name of the endpoint service.
|
|
253
253
|
:param pulumi.Input[bool] zone_affinity_enabled: Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
254
254
|
- **true**
|
|
@@ -442,14 +442,14 @@ class _VpcEndpointServiceState:
|
|
|
442
442
|
|
|
443
443
|
@property
|
|
444
444
|
@pulumi.getter
|
|
445
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
445
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
446
446
|
"""
|
|
447
447
|
The list of tags.
|
|
448
448
|
"""
|
|
449
449
|
return pulumi.get(self, "tags")
|
|
450
450
|
|
|
451
451
|
@tags.setter
|
|
452
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
452
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
453
453
|
pulumi.set(self, "tags", value)
|
|
454
454
|
|
|
455
455
|
@property
|
|
@@ -492,7 +492,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
492
492
|
service_description: Optional[pulumi.Input[str]] = None,
|
|
493
493
|
service_resource_type: Optional[pulumi.Input[str]] = None,
|
|
494
494
|
service_support_ipv6: Optional[pulumi.Input[bool]] = None,
|
|
495
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
495
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
496
496
|
zone_affinity_enabled: Optional[pulumi.Input[bool]] = None,
|
|
497
497
|
__props__=None):
|
|
498
498
|
"""
|
|
@@ -549,7 +549,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
549
549
|
:param pulumi.Input[bool] service_support_ipv6: Specifies whether to enable IPv6 for the endpoint service. Valid values:
|
|
550
550
|
- **true**
|
|
551
551
|
- **false (default)**.
|
|
552
|
-
:param pulumi.Input[Mapping[str,
|
|
552
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
553
553
|
:param pulumi.Input[bool] zone_affinity_enabled: Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
554
554
|
- **true**
|
|
555
555
|
- **false (default)**.
|
|
@@ -616,7 +616,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
616
616
|
service_description: Optional[pulumi.Input[str]] = None,
|
|
617
617
|
service_resource_type: Optional[pulumi.Input[str]] = None,
|
|
618
618
|
service_support_ipv6: Optional[pulumi.Input[bool]] = None,
|
|
619
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
619
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
620
620
|
zone_affinity_enabled: Optional[pulumi.Input[bool]] = None,
|
|
621
621
|
__props__=None):
|
|
622
622
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -664,7 +664,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
664
664
|
service_resource_type: Optional[pulumi.Input[str]] = None,
|
|
665
665
|
service_support_ipv6: Optional[pulumi.Input[bool]] = None,
|
|
666
666
|
status: Optional[pulumi.Input[str]] = None,
|
|
667
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
667
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
668
668
|
vpc_endpoint_service_name: Optional[pulumi.Input[str]] = None,
|
|
669
669
|
zone_affinity_enabled: Optional[pulumi.Input[bool]] = None) -> 'VpcEndpointService':
|
|
670
670
|
"""
|
|
@@ -697,7 +697,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
697
697
|
- **true**
|
|
698
698
|
- **false (default)**.
|
|
699
699
|
:param pulumi.Input[str] status: The state of the endpoint service.
|
|
700
|
-
:param pulumi.Input[Mapping[str,
|
|
700
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The list of tags.
|
|
701
701
|
:param pulumi.Input[str] vpc_endpoint_service_name: The name of the endpoint service.
|
|
702
702
|
:param pulumi.Input[bool] zone_affinity_enabled: Specifies whether to first resolve the domain name of the nearest endpoint that is associated with the endpoint service. Valid values:
|
|
703
703
|
- **true**
|
|
@@ -833,7 +833,7 @@ class VpcEndpointService(pulumi.CustomResource):
|
|
|
833
833
|
|
|
834
834
|
@property
|
|
835
835
|
@pulumi.getter
|
|
836
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
836
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
837
837
|
"""
|
|
838
838
|
The list of tags.
|
|
839
839
|
"""
|
pulumi_alicloud/pvtz/zone.py
CHANGED
|
@@ -22,7 +22,7 @@ class ZoneArgs:
|
|
|
22
22
|
remark: Optional[pulumi.Input[str]] = None,
|
|
23
23
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
24
24
|
sync_status: Optional[pulumi.Input[str]] = None,
|
|
25
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
25
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
26
26
|
user_client_ip: Optional[pulumi.Input[str]] = None,
|
|
27
27
|
user_infos: Optional[pulumi.Input[Sequence[pulumi.Input['ZoneUserInfoArgs']]]] = None,
|
|
28
28
|
zone_name: Optional[pulumi.Input[str]] = None):
|
|
@@ -37,7 +37,7 @@ class ZoneArgs:
|
|
|
37
37
|
:param pulumi.Input[str] remark: The remark of the Private Zone.
|
|
38
38
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the Private Zone belongs.
|
|
39
39
|
:param pulumi.Input[str] sync_status: The status of the host synchronization task. Valid values: `ON`,`OFF`. **NOTE:** You can update the `sync_status` to enable/disable the host synchronization task.
|
|
40
|
-
:param pulumi.Input[Mapping[str,
|
|
40
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of the Private Zone.
|
|
41
41
|
:param pulumi.Input[str] user_client_ip: The IP address of the client.
|
|
42
42
|
:param pulumi.Input[Sequence[pulumi.Input['ZoneUserInfoArgs']]] user_infos: The user information of the host synchronization task. See `user_info` below.
|
|
43
43
|
:param pulumi.Input[str] zone_name: The zone_name of the Private Zone. The `zone_name` is required when the value of the `name` is Empty.
|
|
@@ -144,14 +144,14 @@ class ZoneArgs:
|
|
|
144
144
|
|
|
145
145
|
@property
|
|
146
146
|
@pulumi.getter
|
|
147
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
147
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
148
148
|
"""
|
|
149
149
|
The tags of the Private Zone.
|
|
150
150
|
"""
|
|
151
151
|
return pulumi.get(self, "tags")
|
|
152
152
|
|
|
153
153
|
@tags.setter
|
|
154
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
154
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
155
155
|
pulumi.set(self, "tags", value)
|
|
156
156
|
|
|
157
157
|
@property
|
|
@@ -202,7 +202,7 @@ class _ZoneState:
|
|
|
202
202
|
remark: Optional[pulumi.Input[str]] = None,
|
|
203
203
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
204
204
|
sync_status: Optional[pulumi.Input[str]] = None,
|
|
205
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
205
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
206
206
|
user_client_ip: Optional[pulumi.Input[str]] = None,
|
|
207
207
|
user_infos: Optional[pulumi.Input[Sequence[pulumi.Input['ZoneUserInfoArgs']]]] = None,
|
|
208
208
|
zone_name: Optional[pulumi.Input[str]] = None):
|
|
@@ -219,7 +219,7 @@ class _ZoneState:
|
|
|
219
219
|
:param pulumi.Input[str] remark: The remark of the Private Zone.
|
|
220
220
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the Private Zone belongs.
|
|
221
221
|
:param pulumi.Input[str] sync_status: The status of the host synchronization task. Valid values: `ON`,`OFF`. **NOTE:** You can update the `sync_status` to enable/disable the host synchronization task.
|
|
222
|
-
:param pulumi.Input[Mapping[str,
|
|
222
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of the Private Zone.
|
|
223
223
|
:param pulumi.Input[str] user_client_ip: The IP address of the client.
|
|
224
224
|
:param pulumi.Input[Sequence[pulumi.Input['ZoneUserInfoArgs']]] user_infos: The user information of the host synchronization task. See `user_info` below.
|
|
225
225
|
:param pulumi.Input[str] zone_name: The zone_name of the Private Zone. The `zone_name` is required when the value of the `name` is Empty.
|
|
@@ -354,14 +354,14 @@ class _ZoneState:
|
|
|
354
354
|
|
|
355
355
|
@property
|
|
356
356
|
@pulumi.getter
|
|
357
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
357
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
358
358
|
"""
|
|
359
359
|
The tags of the Private Zone.
|
|
360
360
|
"""
|
|
361
361
|
return pulumi.get(self, "tags")
|
|
362
362
|
|
|
363
363
|
@tags.setter
|
|
364
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
364
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
365
365
|
pulumi.set(self, "tags", value)
|
|
366
366
|
|
|
367
367
|
@property
|
|
@@ -412,7 +412,7 @@ class Zone(pulumi.CustomResource):
|
|
|
412
412
|
remark: Optional[pulumi.Input[str]] = None,
|
|
413
413
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
414
414
|
sync_status: Optional[pulumi.Input[str]] = None,
|
|
415
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
415
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
416
416
|
user_client_ip: Optional[pulumi.Input[str]] = None,
|
|
417
417
|
user_infos: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ZoneUserInfoArgs', 'ZoneUserInfoArgsDict']]]]] = None,
|
|
418
418
|
zone_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -448,7 +448,7 @@ class Zone(pulumi.CustomResource):
|
|
|
448
448
|
:param pulumi.Input[str] remark: The remark of the Private Zone.
|
|
449
449
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the Private Zone belongs.
|
|
450
450
|
:param pulumi.Input[str] sync_status: The status of the host synchronization task. Valid values: `ON`,`OFF`. **NOTE:** You can update the `sync_status` to enable/disable the host synchronization task.
|
|
451
|
-
:param pulumi.Input[Mapping[str,
|
|
451
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of the Private Zone.
|
|
452
452
|
:param pulumi.Input[str] user_client_ip: The IP address of the client.
|
|
453
453
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ZoneUserInfoArgs', 'ZoneUserInfoArgsDict']]]] user_infos: The user information of the host synchronization task. See `user_info` below.
|
|
454
454
|
:param pulumi.Input[str] zone_name: The zone_name of the Private Zone. The `zone_name` is required when the value of the `name` is Empty.
|
|
@@ -500,7 +500,7 @@ class Zone(pulumi.CustomResource):
|
|
|
500
500
|
remark: Optional[pulumi.Input[str]] = None,
|
|
501
501
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
502
502
|
sync_status: Optional[pulumi.Input[str]] = None,
|
|
503
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
503
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
504
504
|
user_client_ip: Optional[pulumi.Input[str]] = None,
|
|
505
505
|
user_infos: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ZoneUserInfoArgs', 'ZoneUserInfoArgsDict']]]]] = None,
|
|
506
506
|
zone_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -543,7 +543,7 @@ class Zone(pulumi.CustomResource):
|
|
|
543
543
|
remark: Optional[pulumi.Input[str]] = None,
|
|
544
544
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
545
545
|
sync_status: Optional[pulumi.Input[str]] = None,
|
|
546
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
546
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
547
547
|
user_client_ip: Optional[pulumi.Input[str]] = None,
|
|
548
548
|
user_infos: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ZoneUserInfoArgs', 'ZoneUserInfoArgsDict']]]]] = None,
|
|
549
549
|
zone_name: Optional[pulumi.Input[str]] = None) -> 'Zone':
|
|
@@ -565,7 +565,7 @@ class Zone(pulumi.CustomResource):
|
|
|
565
565
|
:param pulumi.Input[str] remark: The remark of the Private Zone.
|
|
566
566
|
:param pulumi.Input[str] resource_group_id: The Id of resource group which the Private Zone belongs.
|
|
567
567
|
:param pulumi.Input[str] sync_status: The status of the host synchronization task. Valid values: `ON`,`OFF`. **NOTE:** You can update the `sync_status` to enable/disable the host synchronization task.
|
|
568
|
-
:param pulumi.Input[Mapping[str,
|
|
568
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tags of the Private Zone.
|
|
569
569
|
:param pulumi.Input[str] user_client_ip: The IP address of the client.
|
|
570
570
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ZoneUserInfoArgs', 'ZoneUserInfoArgsDict']]]] user_infos: The user information of the host synchronization task. See `user_info` below.
|
|
571
571
|
:param pulumi.Input[str] zone_name: The zone_name of the Private Zone. The `zone_name` is required when the value of the `name` is Empty.
|
|
@@ -658,7 +658,7 @@ class Zone(pulumi.CustomResource):
|
|
|
658
658
|
|
|
659
659
|
@property
|
|
660
660
|
@pulumi.getter
|
|
661
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
661
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
662
662
|
"""
|
|
663
663
|
The tags of the Private Zone.
|
|
664
664
|
"""
|
|
@@ -176,7 +176,7 @@ class TemplateApplicationsQuotaApplicationDetailArgs:
|
|
|
176
176
|
application_id: Optional[pulumi.Input[str]] = None,
|
|
177
177
|
approve_value: Optional[pulumi.Input[float]] = None,
|
|
178
178
|
audit_reason: Optional[pulumi.Input[str]] = None,
|
|
179
|
-
dimensions: Optional[pulumi.Input[Mapping[str,
|
|
179
|
+
dimensions: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
180
180
|
env_language: Optional[pulumi.Input[str]] = None,
|
|
181
181
|
notice_type: Optional[pulumi.Input[int]] = None,
|
|
182
182
|
period: Optional[pulumi.Input['TemplateApplicationsQuotaApplicationDetailPeriodArgs']] = None,
|
|
@@ -191,7 +191,7 @@ class TemplateApplicationsQuotaApplicationDetailArgs:
|
|
|
191
191
|
:param pulumi.Input[str] application_id: The ID of the quota promotion request.
|
|
192
192
|
:param pulumi.Input[float] approve_value: The approved quota value of the quota increase request.
|
|
193
193
|
:param pulumi.Input[str] audit_reason: Approval comments on quota increase applications.
|
|
194
|
-
:param pulumi.Input[Mapping[str,
|
|
194
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] dimensions: Quota dimension. See `dimensions` below.
|
|
195
195
|
:param pulumi.Input[str] env_language: The language of the quota application result notification. Value:
|
|
196
196
|
- zh (default): Chinese.
|
|
197
197
|
- en: English.
|
|
@@ -290,14 +290,14 @@ class TemplateApplicationsQuotaApplicationDetailArgs:
|
|
|
290
290
|
|
|
291
291
|
@property
|
|
292
292
|
@pulumi.getter
|
|
293
|
-
def dimensions(self) -> Optional[pulumi.Input[Mapping[str,
|
|
293
|
+
def dimensions(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
294
294
|
"""
|
|
295
295
|
Quota dimension. See `dimensions` below.
|
|
296
296
|
"""
|
|
297
297
|
return pulumi.get(self, "dimensions")
|
|
298
298
|
|
|
299
299
|
@dimensions.setter
|
|
300
|
-
def dimensions(self, value: Optional[pulumi.Input[Mapping[str,
|
|
300
|
+
def dimensions(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
301
301
|
pulumi.set(self, "dimensions", value)
|
|
302
302
|
|
|
303
303
|
@property
|
|
@@ -170,10 +170,13 @@ def get_quota_applications(dimensions: Optional[Sequence[Union['GetQuotaApplicat
|
|
|
170
170
|
audit_mode="Sync",
|
|
171
171
|
env_language="zh",
|
|
172
172
|
quota_category="WhiteListLabel")
|
|
173
|
-
default = pulumi.Output.all(
|
|
173
|
+
default = pulumi.Output.all(
|
|
174
|
+
quota_category=default_quota_application.quota_category,
|
|
175
|
+
id=default_quota_application.id
|
|
176
|
+
).apply(lambda resolved_outputs: alicloud.quotas.get_quota_applications_output(product_code="vpc",
|
|
174
177
|
enable_details=True,
|
|
175
|
-
quota_category=quota_category,
|
|
176
|
-
ids=[id]))
|
|
178
|
+
quota_category=resolved_outputs['quota_category'],
|
|
179
|
+
ids=[resolved_outputs['id']]))
|
|
177
180
|
```
|
|
178
181
|
|
|
179
182
|
|
|
@@ -248,10 +251,13 @@ def get_quota_applications_output(dimensions: Optional[pulumi.Input[Optional[Seq
|
|
|
248
251
|
audit_mode="Sync",
|
|
249
252
|
env_language="zh",
|
|
250
253
|
quota_category="WhiteListLabel")
|
|
251
|
-
default = pulumi.Output.all(
|
|
254
|
+
default = pulumi.Output.all(
|
|
255
|
+
quota_category=default_quota_application.quota_category,
|
|
256
|
+
id=default_quota_application.id
|
|
257
|
+
).apply(lambda resolved_outputs: alicloud.quotas.get_quota_applications_output(product_code="vpc",
|
|
252
258
|
enable_details=True,
|
|
253
|
-
quota_category=quota_category,
|
|
254
|
-
ids=[id]))
|
|
259
|
+
quota_category=resolved_outputs['quota_category'],
|
|
260
|
+
ids=[resolved_outputs['id']]))
|
|
255
261
|
```
|
|
256
262
|
|
|
257
263
|
|
|
@@ -190,7 +190,7 @@ class TemplateApplicationsQuotaApplicationDetail(dict):
|
|
|
190
190
|
application_id: Optional[str] = None,
|
|
191
191
|
approve_value: Optional[float] = None,
|
|
192
192
|
audit_reason: Optional[str] = None,
|
|
193
|
-
dimensions: Optional[Mapping[str,
|
|
193
|
+
dimensions: Optional[Mapping[str, str]] = None,
|
|
194
194
|
env_language: Optional[str] = None,
|
|
195
195
|
notice_type: Optional[int] = None,
|
|
196
196
|
period: Optional['outputs.TemplateApplicationsQuotaApplicationDetailPeriod'] = None,
|
|
@@ -205,7 +205,7 @@ class TemplateApplicationsQuotaApplicationDetail(dict):
|
|
|
205
205
|
:param str application_id: The ID of the quota promotion request.
|
|
206
206
|
:param float approve_value: The approved quota value of the quota increase request.
|
|
207
207
|
:param str audit_reason: Approval comments on quota increase applications.
|
|
208
|
-
:param Mapping[str,
|
|
208
|
+
:param Mapping[str, str] dimensions: Quota dimension. See `dimensions` below.
|
|
209
209
|
:param str env_language: The language of the quota application result notification. Value:
|
|
210
210
|
- zh (default): Chinese.
|
|
211
211
|
- en: English.
|
|
@@ -288,7 +288,7 @@ class TemplateApplicationsQuotaApplicationDetail(dict):
|
|
|
288
288
|
|
|
289
289
|
@property
|
|
290
290
|
@pulumi.getter
|
|
291
|
-
def dimensions(self) -> Optional[Mapping[str,
|
|
291
|
+
def dimensions(self) -> Optional[Mapping[str, str]]:
|
|
292
292
|
"""
|
|
293
293
|
Quota dimension. See `dimensions` below.
|
|
294
294
|
"""
|
|
@@ -22,7 +22,7 @@ class LoginProfileArgs:
|
|
|
22
22
|
The set of arguments for constructing a LoginProfile resource.
|
|
23
23
|
:param pulumi.Input[str] password: The logon password of the RAM user. The password must meet the password strength requirements.
|
|
24
24
|
:param pulumi.Input[str] user_name: The name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
|
|
25
|
-
:param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon.
|
|
25
|
+
:param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
|
|
26
26
|
:param pulumi.Input[bool] password_reset_required: Specifies whether the RAM user must change the password upon logon. Default value: `false`. Valid values: `true`, `false`.
|
|
27
27
|
"""
|
|
28
28
|
pulumi.set(__self__, "password", password)
|
|
@@ -60,7 +60,7 @@ class LoginProfileArgs:
|
|
|
60
60
|
@pulumi.getter(name="mfaBindRequired")
|
|
61
61
|
def mfa_bind_required(self) -> Optional[pulumi.Input[bool]]:
|
|
62
62
|
"""
|
|
63
|
-
Specifies whether an MFA device must be attached to the RAM user upon logon.
|
|
63
|
+
Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
|
|
64
64
|
"""
|
|
65
65
|
return pulumi.get(self, "mfa_bind_required")
|
|
66
66
|
|
|
@@ -90,7 +90,7 @@ class _LoginProfileState:
|
|
|
90
90
|
user_name: Optional[pulumi.Input[str]] = None):
|
|
91
91
|
"""
|
|
92
92
|
Input properties used for looking up and filtering LoginProfile resources.
|
|
93
|
-
:param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon.
|
|
93
|
+
:param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
|
|
94
94
|
:param pulumi.Input[str] password: The logon password of the RAM user. The password must meet the password strength requirements.
|
|
95
95
|
:param pulumi.Input[bool] password_reset_required: Specifies whether the RAM user must change the password upon logon. Default value: `false`. Valid values: `true`, `false`.
|
|
96
96
|
:param pulumi.Input[str] user_name: The name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
|
|
@@ -108,7 +108,7 @@ class _LoginProfileState:
|
|
|
108
108
|
@pulumi.getter(name="mfaBindRequired")
|
|
109
109
|
def mfa_bind_required(self) -> Optional[pulumi.Input[bool]]:
|
|
110
110
|
"""
|
|
111
|
-
Specifies whether an MFA device must be attached to the RAM user upon logon.
|
|
111
|
+
Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "mfa_bind_required")
|
|
114
114
|
|
|
@@ -200,7 +200,7 @@ class LoginProfile(pulumi.CustomResource):
|
|
|
200
200
|
|
|
201
201
|
:param str resource_name: The name of the resource.
|
|
202
202
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
203
|
-
:param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon.
|
|
203
|
+
:param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
|
|
204
204
|
:param pulumi.Input[str] password: The logon password of the RAM user. The password must meet the password strength requirements.
|
|
205
205
|
:param pulumi.Input[bool] password_reset_required: Specifies whether the RAM user must change the password upon logon. Default value: `false`. Valid values: `true`, `false`.
|
|
206
206
|
:param pulumi.Input[str] user_name: The name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
|
|
@@ -305,7 +305,7 @@ class LoginProfile(pulumi.CustomResource):
|
|
|
305
305
|
:param str resource_name: The unique name of the resulting resource.
|
|
306
306
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
307
307
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
308
|
-
:param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon.
|
|
308
|
+
:param pulumi.Input[bool] mfa_bind_required: Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
|
|
309
309
|
:param pulumi.Input[str] password: The logon password of the RAM user. The password must meet the password strength requirements.
|
|
310
310
|
:param pulumi.Input[bool] password_reset_required: Specifies whether the RAM user must change the password upon logon. Default value: `false`. Valid values: `true`, `false`.
|
|
311
311
|
:param pulumi.Input[str] user_name: The name of the RAM user. This name can have a string of 1 to 64 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin with a hyphen.
|
|
@@ -322,9 +322,9 @@ class LoginProfile(pulumi.CustomResource):
|
|
|
322
322
|
|
|
323
323
|
@property
|
|
324
324
|
@pulumi.getter(name="mfaBindRequired")
|
|
325
|
-
def mfa_bind_required(self) -> pulumi.Output[
|
|
325
|
+
def mfa_bind_required(self) -> pulumi.Output[bool]:
|
|
326
326
|
"""
|
|
327
|
-
Specifies whether an MFA device must be attached to the RAM user upon logon.
|
|
327
|
+
Specifies whether an MFA device must be attached to the RAM user upon logon. Valid values: `true`, `false`. [To enhance the security of your resources and data, the default value has been changed to `true`](https://www.alibabacloud.com/en/notice/mfa20240524?_p_lc=1) .
|
|
328
328
|
"""
|
|
329
329
|
return pulumi.get(self, "mfa_bind_required")
|
|
330
330
|
|