pulumi-alicloud 3.59.1__py3-none-any.whl → 3.60.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 +150 -0
- pulumi_alicloud/_utilities.py +2 -0
- pulumi_alicloud/ackone/cluster.py +13 -13
- pulumi_alicloud/adb/lake_account.py +53 -53
- pulumi_alicloud/adb/resource_group.py +48 -20
- pulumi_alicloud/alb/_inputs.py +22 -22
- pulumi_alicloud/alb/a_script.py +5 -5
- pulumi_alicloud/alb/acl.py +5 -5
- pulumi_alicloud/alb/listener.py +30 -30
- pulumi_alicloud/alb/load_balancer.py +131 -145
- pulumi_alicloud/alb/load_balancer_security_group_attachment.py +22 -22
- pulumi_alicloud/alb/outputs.py +22 -22
- pulumi_alicloud/alb/rule.py +10 -10
- pulumi_alicloud/alb/server_group.py +71 -71
- 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/amqp/binding.py +94 -102
- pulumi_alicloud/apigateway/__init__.py +2 -0
- pulumi_alicloud/apigateway/_inputs.py +221 -2
- pulumi_alicloud/apigateway/access_control_list.py +22 -14
- pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
- pulumi_alicloud/apigateway/api.py +86 -84
- pulumi_alicloud/apigateway/app_attachment.py +42 -42
- pulumi_alicloud/apigateway/get_apis.py +42 -42
- 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 +223 -2
- pulumi_alicloud/apigateway/plugin_attachment.py +42 -42
- pulumi_alicloud/apigateway/vpc_access.py +2 -2
- pulumi_alicloud/arms/dispatch_rule.py +73 -73
- pulumi_alicloud/arms/get_remote_writes.py +4 -0
- pulumi_alicloud/arms/outputs.py +2 -2
- pulumi_alicloud/arms/prometheus_alert_rule.py +10 -10
- pulumi_alicloud/arms/remote_write.py +4 -0
- pulumi_alicloud/arms/synthetic_task.py +303 -303
- pulumi_alicloud/bastionhost/instance.py +10 -10
- pulumi_alicloud/bp/studio_application.py +15 -15
- pulumi_alicloud/cddc/dedicated_propre_host.py +5 -5
- pulumi_alicloud/cdn/domain.py +21 -21
- pulumi_alicloud/cdn/domain_config.py +27 -27
- pulumi_alicloud/cdn/domain_new.py +24 -24
- pulumi_alicloud/cdn/real_time_log_delivery.py +14 -14
- pulumi_alicloud/cen/child_instance_route_entry_to_attachment.py +16 -16
- pulumi_alicloud/cen/get_transit_router_vpc_attachments.py +16 -16
- pulumi_alicloud/cen/route_entry.py +2 -2
- pulumi_alicloud/cen/transit_router_multicast_domain_association.py +8 -8
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +6 -6
- pulumi_alicloud/cen/transit_router_route_table_association.py +16 -16
- pulumi_alicloud/cen/transit_router_route_table_propagation.py +16 -16
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +21 -21
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +73 -73
- pulumi_alicloud/cen/vbr_health_check.py +1 -1
- pulumi_alicloud/cfg/aggregate_compliance_pack.py +26 -26
- pulumi_alicloud/cfg/aggregate_config_rule.py +10 -10
- pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
- pulumi_alicloud/cfg/aggregator.py +15 -15
- pulumi_alicloud/cfg/compliance_pack.py +22 -22
- pulumi_alicloud/cfg/delivery.py +259 -122
- pulumi_alicloud/cfg/rule.py +2 -2
- pulumi_alicloud/clickhouse/_inputs.py +39 -0
- pulumi_alicloud/clickhouse/db_cluster.py +71 -11
- pulumi_alicloud/clickhouse/outputs.py +50 -0
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/address_book.py +13 -13
- pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
- pulumi_alicloud/cloudfirewall/firewall_vpc_firewall.py +54 -54
- pulumi_alicloud/cloudfirewall/firewall_vpc_firewall_cen.py +11 -11
- pulumi_alicloud/cloudfirewall/nat_firewall.py +17 -17
- pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
- pulumi_alicloud/cloudmonitor/service_group_monitoring_agent_process.py +52 -52
- pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
- pulumi_alicloud/cloudsso/access_configuration.py +5 -5
- pulumi_alicloud/cloudsso/directory.py +5 -5
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
- pulumi_alicloud/cms/_inputs.py +214 -42
- pulumi_alicloud/cms/alarm.py +98 -51
- pulumi_alicloud/cms/dynamic_tag_group.py +62 -60
- pulumi_alicloud/cms/event_rule.py +49 -49
- pulumi_alicloud/cms/get_dynamic_tag_groups.py +8 -8
- pulumi_alicloud/cms/get_site_monitors.py +8 -8
- pulumi_alicloud/cms/group_metric_rule.py +38 -38
- pulumi_alicloud/cms/hybrid_monitor_sls_task.py +10 -10
- pulumi_alicloud/cms/metric_rule_black_list.py +13 -13
- pulumi_alicloud/cms/metric_rule_template.py +87 -120
- pulumi_alicloud/cms/monitor_group_instances.py +17 -17
- pulumi_alicloud/cms/outputs.py +214 -42
- pulumi_alicloud/cms/site_monitor.py +13 -13
- pulumi_alicloud/cms/sls_group.py +5 -5
- pulumi_alicloud/compute/get_nest_service_instances.py +4 -4
- pulumi_alicloud/compute/nest_service_instance.py +20 -20
- pulumi_alicloud/cr/chain.py +217 -217
- pulumi_alicloud/cr/repo.py +2 -2
- pulumi_alicloud/cs/application.py +1 -1
- pulumi_alicloud/cs/cluster.py +1 -1
- pulumi_alicloud/cs/edge_kubernetes.py +46 -46
- pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
- pulumi_alicloud/cs/kubernetes.py +21 -21
- pulumi_alicloud/cs/kubernetes_autoscaler.py +5 -5
- pulumi_alicloud/cs/kubernetes_permission.py +5 -5
- pulumi_alicloud/cs/managed_kubernetes.py +15 -15
- pulumi_alicloud/cs/node_pool.py +50 -50
- pulumi_alicloud/cs/outputs.py +2 -2
- pulumi_alicloud/cs/serverless_kubernetes.py +28 -28
- pulumi_alicloud/cs/swarm.py +1 -1
- pulumi_alicloud/das/switch_das_pro.py +8 -8
- pulumi_alicloud/databasefilesystem/instance.py +5 -5
- pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
- pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
- pulumi_alicloud/dcdn/domain.py +19 -19
- pulumi_alicloud/dcdn/domain_config.py +59 -59
- pulumi_alicloud/dcdn/er.py +25 -25
- pulumi_alicloud/dcdn/ipa_domain.py +19 -19
- pulumi_alicloud/dcdn/waf_domain.py +14 -14
- pulumi_alicloud/dcdn/waf_policy_domain_attachment.py +14 -14
- pulumi_alicloud/dcdn/waf_rule.py +52 -52
- pulumi_alicloud/ddos/basic_threshold.py +2 -2
- pulumi_alicloud/ddos/bgp_ip.py +2 -6
- pulumi_alicloud/ddos/bgp_policy.py +37 -37
- pulumi_alicloud/ddos/domain_resource.py +13 -13
- pulumi_alicloud/ddos/scheduler_rule.py +33 -33
- pulumi_alicloud/dfs/vsc_mount_point.py +2 -2
- pulumi_alicloud/dns/access_strategy.py +15 -15
- pulumi_alicloud/dns/address_pool.py +31 -31
- pulumi_alicloud/dns/custom_line.py +13 -13
- pulumi_alicloud/dns/gtm_instance.py +17 -17
- pulumi_alicloud/dns/monitor_config.py +39 -39
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +39 -39
- pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +14 -14
- pulumi_alicloud/ebs/solution_instance.py +125 -125
- pulumi_alicloud/eci/container_group.py +150 -150
- pulumi_alicloud/eci/get_container_groups.py +2 -2
- pulumi_alicloud/eci/image_cache.py +5 -5
- pulumi_alicloud/eci/open_api_image_cache.py +3 -3
- pulumi_alicloud/eci/virtual_node.py +15 -15
- pulumi_alicloud/ecs/auto_provisioning_group.py +17 -17
- pulumi_alicloud/ecs/dedicated_host.py +5 -5
- pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_image_pipeline.py +2 -2
- pulumi_alicloud/ecs/ecs_instance_set.py +17 -17
- pulumi_alicloud/ecs/ecs_invocation.py +2 -2
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_launch_template.py +88 -88
- pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_prefix_list.py +13 -13
- pulumi_alicloud/ecs/eip_association.py +4 -6
- pulumi_alicloud/ecs/get_dedicated_hosts.py +4 -4
- pulumi_alicloud/ecs/get_disks.py +2 -2
- pulumi_alicloud/ecs/get_ecs_disks.py +2 -2
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +46 -6
- pulumi_alicloud/ecs/get_instances.py +3 -3
- pulumi_alicloud/ecs/get_network_interfaces.py +5 -5
- pulumi_alicloud/ecs/image.py +14 -16
- pulumi_alicloud/ecs/image_copy.py +2 -2
- pulumi_alicloud/ecs/image_export.py +2 -2
- pulumi_alicloud/ecs/image_import.py +27 -19
- pulumi_alicloud/ecs/image_share_permission.py +2 -2
- pulumi_alicloud/ecs/instance.py +38 -38
- pulumi_alicloud/ecs/launch_template.py +43 -43
- pulumi_alicloud/ecs/outputs.py +48 -26
- pulumi_alicloud/ecs/reserved_instance.py +2 -2
- pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
- pulumi_alicloud/edas/k8s_slb_attachment.py +5 -5
- pulumi_alicloud/eds/command.py +26 -26
- pulumi_alicloud/eds/custom_property.py +11 -11
- pulumi_alicloud/eds/desktop.py +26 -26
- pulumi_alicloud/eds/ecd_policy_group.py +36 -36
- pulumi_alicloud/eds/get_commands.py +26 -26
- pulumi_alicloud/eds/get_desktops.py +26 -26
- pulumi_alicloud/eds/get_images.py +26 -26
- pulumi_alicloud/eds/get_policy_groups.py +26 -26
- pulumi_alicloud/eds/image.py +26 -26
- pulumi_alicloud/eds/outputs.py +10 -10
- pulumi_alicloud/eds/snapshot.py +26 -26
- pulumi_alicloud/ehpc/cluster.py +15 -15
- pulumi_alicloud/eipanycast/anycast_eip_address_attachment.py +5 -5
- pulumi_alicloud/emr/cluster.py +245 -245
- pulumi_alicloud/emr/get_clusters.py +66 -66
- pulumi_alicloud/emrv2/cluster.py +135 -135
- pulumi_alicloud/ens/disk_instance_attachment.py +6 -6
- pulumi_alicloud/ens/eip_instance_attachment.py +8 -8
- pulumi_alicloud/ens/image.py +6 -6
- pulumi_alicloud/ens/instance.py +10 -10
- pulumi_alicloud/ens/instance_security_group_attachment.py +6 -6
- pulumi_alicloud/ess/alarm.py +5 -5
- pulumi_alicloud/ess/alb_server_group_attachment.py +16 -16
- pulumi_alicloud/ess/eci_scaling_configuration.py +38 -38
- pulumi_alicloud/ess/scaling_configuration.py +20 -20
- pulumi_alicloud/ess/scaling_group.py +111 -17
- pulumi_alicloud/ess/scaling_group_v_server_groups.py +5 -5
- pulumi_alicloud/ess/scaling_rule.py +10 -10
- pulumi_alicloud/eventbridge/api_destination.py +19 -19
- pulumi_alicloud/eventbridge/connection.py +94 -94
- pulumi_alicloud/eventbridge/rule.py +5 -5
- pulumi_alicloud/expressconnect/get_router_interfaces.py +2 -2
- pulumi_alicloud/expressconnect/get_virtual_border_routers.py +20 -20
- pulumi_alicloud/expressconnect/router_express_connect_router.py +5 -5
- pulumi_alicloud/fc/__init__.py +7 -0
- pulumi_alicloud/fc/_inputs.py +1666 -0
- pulumi_alicloud/fc/alias.py +5 -5
- pulumi_alicloud/fc/custom_domain.py +46 -46
- pulumi_alicloud/fc/function.py +17 -17
- pulumi_alicloud/fc/function_async_invoke_config.py +21 -21
- pulumi_alicloud/fc/outputs.py +1723 -2
- pulumi_alicloud/fc/service.py +12 -12
- pulumi_alicloud/fc/trigger.py +26 -26
- pulumi_alicloud/fc/v2_function.py +18 -18
- 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/access_log.py +18 -18
- pulumi_alicloud/ga/acl.py +5 -5
- pulumi_alicloud/ga/acl_attachment.py +8 -8
- pulumi_alicloud/ga/basic_accelerator.py +8 -8
- pulumi_alicloud/ga/custom_routing_endpoint.py +8 -8
- pulumi_alicloud/ga/custom_routing_endpoint_group.py +8 -8
- pulumi_alicloud/ga/custom_routing_endpoint_group_destination.py +8 -8
- pulumi_alicloud/ga/custom_routing_endpoint_traffic_policy.py +21 -21
- pulumi_alicloud/ga/endpoint_group.py +38 -38
- pulumi_alicloud/ga/forwarding_rule.py +80 -80
- pulumi_alicloud/ga/get_endpoint_groups.py +26 -26
- pulumi_alicloud/ga/listener.py +23 -23
- 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 +241 -0
- pulumi_alicloud/governance/outputs.py +99 -0
- pulumi_alicloud/gpdb/account.py +6 -6
- pulumi_alicloud/gpdb/connection.py +6 -6
- pulumi_alicloud/gpdb/db_instance_plan.py +5 -5
- pulumi_alicloud/gpdb/instance.py +11 -11
- pulumi_alicloud/graphdatabase/db_instance.py +5 -5
- pulumi_alicloud/hbase/instance.py +6 -6
- pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
- pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
- pulumi_alicloud/hbr/get_backup_jobs.py +62 -62
- pulumi_alicloud/hbr/get_server_backup_plans.py +12 -12
- pulumi_alicloud/hbr/ots_backup_plan.py +38 -38
- pulumi_alicloud/hbr/policy.py +21 -21
- pulumi_alicloud/hbr/policy_binding.py +21 -21
- pulumi_alicloud/hbr/restore_job.py +5 -5
- pulumi_alicloud/hbr/server_backup_plan.py +15 -15
- pulumi_alicloud/hologram/instance.py +5 -5
- pulumi_alicloud/imp/app_template.py +5 -5
- pulumi_alicloud/kms/instance.py +5 -5
- pulumi_alicloud/kvstore/instance.py +52 -5
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/log/alert.py +296 -296
- pulumi_alicloud/log/etl.py +37 -37
- pulumi_alicloud/log/oss_export.py +5 -5
- pulumi_alicloud/log/oss_shipper.py +3 -3
- pulumi_alicloud/log/store.py +25 -25
- pulumi_alicloud/log/store_index.py +30 -30
- 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 +22 -22
- pulumi_alicloud/mongodb/instance.py +7 -7
- pulumi_alicloud/mongodb/serverless_instance.py +15 -15
- pulumi_alicloud/mongodb/sharding_instance.py +45 -45
- pulumi_alicloud/mongodb/sharding_network_private_address.py +2 -2
- pulumi_alicloud/mongodb/sharding_network_public_address.py +32 -32
- pulumi_alicloud/mse/gateway.py +2 -2
- pulumi_alicloud/nas/access_point.py +28 -28
- pulumi_alicloud/nlb/listener.py +38 -38
- pulumi_alicloud/nlb/load_balancer.py +31 -31
- pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +16 -16
- pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +16 -16
- pulumi_alicloud/nlb/server_group.py +27 -27
- pulumi_alicloud/nlb/server_group_server_attachment.py +6 -6
- pulumi_alicloud/opensearch/app_group.py +20 -20
- pulumi_alicloud/opensearch/get_app_groups.py +10 -10
- pulumi_alicloud/oss/bucket.py +69 -69
- pulumi_alicloud/oss/bucket_cors.py +19 -19
- pulumi_alicloud/oss/bucket_replication.py +55 -55
- pulumi_alicloud/ots/search_index.py +109 -109
- pulumi_alicloud/ots/secondary_index.py +48 -48
- pulumi_alicloud/ots/table.py +58 -58
- pulumi_alicloud/ots/tunnel.py +26 -26
- pulumi_alicloud/polardb/cluster.py +12 -12
- pulumi_alicloud/polardb/outputs.py +2 -2
- pulumi_alicloud/polardb/parameter_group.py +13 -13
- pulumi_alicloud/privatelink/outputs.py +2 -2
- pulumi_alicloud/provider.py +8 -8
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/endpoint.py +5 -5
- pulumi_alicloud/pvtz/rule.py +5 -5
- pulumi_alicloud/pvtz/rule_attachment.py +5 -5
- pulumi_alicloud/pvtz/zone.py +5 -5
- pulumi_alicloud/pvtz/zone_attachment.py +37 -37
- pulumi_alicloud/quotas/application_info.py +3 -3
- pulumi_alicloud/quotas/get_application_infos.py +2 -2
- pulumi_alicloud/quotas/get_quota_alarms.py +4 -4
- pulumi_alicloud/quotas/get_quota_applications.py +4 -4
- pulumi_alicloud/quotas/get_quotas.py +4 -4
- pulumi_alicloud/quotas/get_template_applications.py +24 -24
- pulumi_alicloud/quotas/quota_alarm.py +13 -13
- pulumi_alicloud/quotas/quota_application.py +5 -5
- pulumi_alicloud/quotas/template_applications.py +7 -7
- pulumi_alicloud/quotas/template_quota.py +13 -13
- pulumi_alicloud/ram/get_policy_document.py +124 -124
- pulumi_alicloud/ram/login_profile.py +8 -8
- pulumi_alicloud/ram/policy.py +5 -5
- pulumi_alicloud/rds/db_instance_endpoint.py +13 -13
- pulumi_alicloud/rds/db_instance_endpoint_address.py +8 -8
- pulumi_alicloud/rds/ddr_instance.py +10 -10
- pulumi_alicloud/rds/get_collation_time_zones.py +4 -4
- pulumi_alicloud/rds/get_instance_class_infos.py +4 -4
- pulumi_alicloud/rds/get_instances.py +1 -1
- pulumi_alicloud/rds/instance.py +20 -20
- pulumi_alicloud/rds/rds_account.py +189 -49
- pulumi_alicloud/rds/rds_clone_db_instance.py +15 -15
- pulumi_alicloud/rds/rds_db_proxy.py +21 -21
- pulumi_alicloud/rds/rds_parameter_group.py +21 -21
- pulumi_alicloud/rds/rds_upgrade_db_instance.py +10 -10
- pulumi_alicloud/rds/read_only_instance.py +5 -5
- pulumi_alicloud/rds/read_write_splitting_connection.py +10 -2
- pulumi_alicloud/realtimecompute/vvp_instance.py +10 -10
- pulumi_alicloud/resourcemanager/resource_group.py +2 -2
- pulumi_alicloud/rocketmq/consumer_group.py +45 -45
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +15 -15
- pulumi_alicloud/rocketmq/rocket_mq_topic.py +32 -32
- pulumi_alicloud/ros/change_set.py +5 -5
- pulumi_alicloud/ros/stack.py +5 -5
- pulumi_alicloud/ros/stack_group.py +5 -5
- pulumi_alicloud/ros/stack_instance.py +29 -29
- pulumi_alicloud/ros/template_scratch.py +36 -36
- pulumi_alicloud/sae/application.py +60 -60
- pulumi_alicloud/sae/application_scaling_rule.py +92 -92
- pulumi_alicloud/sae/grey_tag_route.py +60 -60
- pulumi_alicloud/sae/ingress.py +32 -32
- pulumi_alicloud/sae/load_balancer_internet.py +15 -15
- pulumi_alicloud/sae/load_balancer_intranet.py +15 -15
- pulumi_alicloud/scdn/domain.py +24 -24
- pulumi_alicloud/scdn/domain_config.py +5 -5
- pulumi_alicloud/servicecatalog/provisioned_product.py +15 -15
- pulumi_alicloud/servicemesh/service_mesh.py +20 -20
- pulumi_alicloud/servicemesh/user_permission.py +5 -5
- pulumi_alicloud/slb/acl.py +5 -5
- pulumi_alicloud/slb/backend_server.py +5 -5
- pulumi_alicloud/slb/get_application_load_balancers.py +3 -3
- pulumi_alicloud/slb/get_load_balancers.py +3 -3
- pulumi_alicloud/slb/listener.py +13 -13
- pulumi_alicloud/slb/load_balancer.py +7 -7
- pulumi_alicloud/slb/master_slave_server_group.py +29 -29
- pulumi_alicloud/slb/outputs.py +8 -8
- pulumi_alicloud/slb/server_group.py +5 -5
- pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
- pulumi_alicloud/sls/alert.py +220 -220
- pulumi_alicloud/sls/scheduled_sql.py +58 -58
- pulumi_alicloud/threatdetection/get_honeypot_probes.py +14 -14
- pulumi_alicloud/threatdetection/honeypot_preset.py +13 -13
- pulumi_alicloud/threatdetection/honeypot_probe.py +19 -19
- pulumi_alicloud/threatdetection/sas_trail.py +2 -2
- pulumi_alicloud/vod/domain.py +15 -15
- pulumi_alicloud/vod/get_domains.py +10 -10
- pulumi_alicloud/vpc/bgp_peer.py +1 -1
- pulumi_alicloud/vpc/dhcp_options_set.py +5 -5
- pulumi_alicloud/vpc/get_networks.py +2 -2
- pulumi_alicloud/vpc/get_switches.py +27 -27
- pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
- pulumi_alicloud/vpc/network.py +2 -2
- pulumi_alicloud/vpc/network_acl.py +55 -55
- pulumi_alicloud/vpc/network_acl_attachment.py +13 -13
- pulumi_alicloud/vpc/network_acl_entries.py +54 -54
- pulumi_alicloud/vpc/outputs.py +24 -24
- pulumi_alicloud/vpc/prefix_list.py +15 -15
- pulumi_alicloud/vpc/traffic_mirror_filter.py +46 -46
- pulumi_alicloud/vpc/traffic_mirror_session.py +2 -2
- pulumi_alicloud/vpn/connection.py +129 -129
- pulumi_alicloud/vpn/gateway_vco_route.py +68 -68
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +82 -82
- pulumi_alicloud/vpn/get_gateway_vco_routes.py +68 -68
- pulumi_alicloud/vpn/ipsec_server.py +10 -10
- pulumi_alicloud/vpn/outputs.py +4 -4
- pulumi_alicloud/vpn/pbr_route_entry.py +104 -104
- pulumi_alicloud/vpn/route_entry.py +104 -104
- pulumi_alicloud/waf/domain.py +13 -13
- pulumi_alicloud/waf/protection_module.py +8 -8
- pulumi_alicloud/wafv3/domain.py +10 -10
- pulumi_alicloud/yundun/bastion_host_instance.py +6 -6
- {pulumi_alicloud-3.59.1.dist-info → pulumi_alicloud-3.60.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.59.1.dist-info → pulumi_alicloud-3.60.0.dist-info}/RECORD +395 -372
- {pulumi_alicloud-3.59.1.dist-info → pulumi_alicloud-3.60.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.59.1.dist-info → pulumi_alicloud-3.60.0.dist-info}/top_level.txt +0 -0
|
@@ -454,8 +454,9 @@ class ProjectSecurityPropertiesProjectProtection(dict):
|
|
|
454
454
|
class GetProjectsProjectResult(dict):
|
|
455
455
|
def __init__(__self__, *,
|
|
456
456
|
comment: str,
|
|
457
|
+
cost_storage: str,
|
|
458
|
+
create_time: str,
|
|
457
459
|
default_quota: str,
|
|
458
|
-
id: str,
|
|
459
460
|
ip_white_list: 'outputs.GetProjectsProjectIpWhiteListResult',
|
|
460
461
|
owner: str,
|
|
461
462
|
project_name: str,
|
|
@@ -464,19 +465,22 @@ class GetProjectsProjectResult(dict):
|
|
|
464
465
|
status: str,
|
|
465
466
|
type: str):
|
|
466
467
|
"""
|
|
467
|
-
:param str
|
|
468
|
-
:param str
|
|
468
|
+
:param str comment: Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
|
|
469
|
+
:param str cost_storage: View the current storage size of the Project. The storage size is the same as the measurement size, that is, the compressed logical storage size collected by the Project.
|
|
470
|
+
:param str create_time: Represents the creation time of the project
|
|
471
|
+
:param str default_quota: Used to implement computing resource allocation.If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
|
|
469
472
|
:param 'GetProjectsProjectIpWhiteListArgs' ip_white_list: IP whitelist
|
|
470
473
|
:param str owner: Project owner
|
|
471
|
-
:param str project_name: The name
|
|
474
|
+
:param str project_name: The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
|
|
472
475
|
:param 'GetProjectsProjectPropertiesArgs' properties: Project base attributes
|
|
473
476
|
:param 'GetProjectsProjectSecurityPropertiesArgs' security_properties: Security-related attributes
|
|
474
|
-
:param str status: The status
|
|
477
|
+
:param str status: The project status. Default value: AVAILABLE. Value: (AVAILABLE/READONLY/FROZEN/DELETING)
|
|
475
478
|
:param str type: Project type
|
|
476
479
|
"""
|
|
477
480
|
pulumi.set(__self__, "comment", comment)
|
|
481
|
+
pulumi.set(__self__, "cost_storage", cost_storage)
|
|
482
|
+
pulumi.set(__self__, "create_time", create_time)
|
|
478
483
|
pulumi.set(__self__, "default_quota", default_quota)
|
|
479
|
-
pulumi.set(__self__, "id", id)
|
|
480
484
|
pulumi.set(__self__, "ip_white_list", ip_white_list)
|
|
481
485
|
pulumi.set(__self__, "owner", owner)
|
|
482
486
|
pulumi.set(__self__, "project_name", project_name)
|
|
@@ -488,23 +492,34 @@ class GetProjectsProjectResult(dict):
|
|
|
488
492
|
@property
|
|
489
493
|
@pulumi.getter
|
|
490
494
|
def comment(self) -> str:
|
|
495
|
+
"""
|
|
496
|
+
Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
|
|
497
|
+
"""
|
|
491
498
|
return pulumi.get(self, "comment")
|
|
492
499
|
|
|
493
500
|
@property
|
|
494
|
-
@pulumi.getter(name="
|
|
495
|
-
def
|
|
501
|
+
@pulumi.getter(name="costStorage")
|
|
502
|
+
def cost_storage(self) -> str:
|
|
496
503
|
"""
|
|
497
|
-
|
|
504
|
+
View the current storage size of the Project. The storage size is the same as the measurement size, that is, the compressed logical storage size collected by the Project.
|
|
498
505
|
"""
|
|
499
|
-
return pulumi.get(self, "
|
|
506
|
+
return pulumi.get(self, "cost_storage")
|
|
500
507
|
|
|
501
508
|
@property
|
|
502
|
-
@pulumi.getter
|
|
503
|
-
def
|
|
509
|
+
@pulumi.getter(name="createTime")
|
|
510
|
+
def create_time(self) -> str:
|
|
504
511
|
"""
|
|
505
|
-
|
|
512
|
+
Represents the creation time of the project
|
|
506
513
|
"""
|
|
507
|
-
return pulumi.get(self, "
|
|
514
|
+
return pulumi.get(self, "create_time")
|
|
515
|
+
|
|
516
|
+
@property
|
|
517
|
+
@pulumi.getter(name="defaultQuota")
|
|
518
|
+
def default_quota(self) -> str:
|
|
519
|
+
"""
|
|
520
|
+
Used to implement computing resource allocation.If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
|
|
521
|
+
"""
|
|
522
|
+
return pulumi.get(self, "default_quota")
|
|
508
523
|
|
|
509
524
|
@property
|
|
510
525
|
@pulumi.getter(name="ipWhiteList")
|
|
@@ -526,7 +541,7 @@ class GetProjectsProjectResult(dict):
|
|
|
526
541
|
@pulumi.getter(name="projectName")
|
|
527
542
|
def project_name(self) -> str:
|
|
528
543
|
"""
|
|
529
|
-
The name
|
|
544
|
+
The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
|
|
530
545
|
"""
|
|
531
546
|
return pulumi.get(self, "project_name")
|
|
532
547
|
|
|
@@ -550,7 +565,7 @@ class GetProjectsProjectResult(dict):
|
|
|
550
565
|
@pulumi.getter
|
|
551
566
|
def status(self) -> str:
|
|
552
567
|
"""
|
|
553
|
-
The status
|
|
568
|
+
The project status. Default value: AVAILABLE. Value: (AVAILABLE/READONLY/FROZEN/DELETING)
|
|
554
569
|
"""
|
|
555
570
|
return pulumi.get(self, "status")
|
|
556
571
|
|
|
@@ -569,8 +584,8 @@ class GetProjectsProjectIpWhiteListResult(dict):
|
|
|
569
584
|
ip_list: str,
|
|
570
585
|
vpc_ip_list: str):
|
|
571
586
|
"""
|
|
572
|
-
:param str ip_list:
|
|
573
|
-
:param str vpc_ip_list: VPC network whitelist.
|
|
587
|
+
:param str ip_list: Set the IP address whitelist in the classic network. Only devices in the whitelist are allowed to access the project.> **NOTE:** If you only configure a classic network IP address whitelist, access to the classic network is restricted and all access to the VPC is prohibited.
|
|
588
|
+
:param str vpc_ip_list: Set the IP address whitelist in the VPC network to allow only devices in the whitelist to access the project space.> **NOTE:** If you only configure a VPC network IP address whitelist, access to the VPC network is restricted and access to the classic network is prohibited.
|
|
574
589
|
"""
|
|
575
590
|
pulumi.set(__self__, "ip_list", ip_list)
|
|
576
591
|
pulumi.set(__self__, "vpc_ip_list", vpc_ip_list)
|
|
@@ -579,7 +594,7 @@ class GetProjectsProjectIpWhiteListResult(dict):
|
|
|
579
594
|
@pulumi.getter(name="ipList")
|
|
580
595
|
def ip_list(self) -> str:
|
|
581
596
|
"""
|
|
582
|
-
|
|
597
|
+
Set the IP address whitelist in the classic network. Only devices in the whitelist are allowed to access the project.> **NOTE:** If you only configure a classic network IP address whitelist, access to the classic network is restricted and all access to the VPC is prohibited.
|
|
583
598
|
"""
|
|
584
599
|
return pulumi.get(self, "ip_list")
|
|
585
600
|
|
|
@@ -587,7 +602,7 @@ class GetProjectsProjectIpWhiteListResult(dict):
|
|
|
587
602
|
@pulumi.getter(name="vpcIpList")
|
|
588
603
|
def vpc_ip_list(self) -> str:
|
|
589
604
|
"""
|
|
590
|
-
VPC network whitelist.
|
|
605
|
+
Set the IP address whitelist in the VPC network to allow only devices in the whitelist to access the project space.> **NOTE:** If you only configure a VPC network IP address whitelist, access to the VPC network is restricted and access to the classic network is prohibited.
|
|
591
606
|
"""
|
|
592
607
|
return pulumi.get(self, "vpc_ip_list")
|
|
593
608
|
|
|
@@ -598,20 +613,20 @@ class GetProjectsProjectPropertiesResult(dict):
|
|
|
598
613
|
allow_full_scan: bool,
|
|
599
614
|
enable_decimal2: bool,
|
|
600
615
|
encryption: 'outputs.GetProjectsProjectPropertiesEncryptionResult',
|
|
601
|
-
retention_days:
|
|
616
|
+
retention_days: int,
|
|
602
617
|
sql_metering_max: str,
|
|
603
618
|
table_lifecycle: 'outputs.GetProjectsProjectPropertiesTableLifecycleResult',
|
|
604
619
|
timezone: str,
|
|
605
620
|
type_system: str):
|
|
606
621
|
"""
|
|
607
|
-
:param bool allow_full_scan: Whether to allow full table scan.
|
|
622
|
+
:param bool allow_full_scan: Whether to allow full table scan. Default: false.
|
|
608
623
|
:param bool enable_decimal2: Whether to turn on Decimal2.0.
|
|
609
|
-
:param 'GetProjectsProjectPropertiesEncryptionArgs' encryption:
|
|
610
|
-
:param
|
|
611
|
-
:param str sql_metering_max: SQL
|
|
612
|
-
:param 'GetProjectsProjectPropertiesTableLifecycleArgs' table_lifecycle:
|
|
613
|
-
:param str timezone: Project time zone.
|
|
614
|
-
:param str type_system:
|
|
624
|
+
:param 'GetProjectsProjectPropertiesEncryptionArgs' encryption: Storage encryption. For details, see [Storage Encryption](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/storage-encryption)> **NOTE :**:To enable storage encryption, you need to modify the parameters of the basic attributes of the MaxCompute project. This operation permission is authenticated by RAM, and you need to have the Super_Administrator role permission of the corresponding project.To configure the permissions and IP whitelist parameters of the MaxCompute project, you must have the management permissions (Admin) of the corresponding project, including Super_Administrator, Admin, or custom management permissions. For more information, see the project management permissions list.You can turn on storage encryption only for projects that have not turned on storage encryption. For projects that have turned on storage encryption, you cannot turn off storage encryption or change the encryption algorithm.
|
|
625
|
+
:param int retention_days: Set the number of days to retain backup data. During this time, you can restore the current version to any backup version. The value range of days is [0,30], and the default value is 1. 0 means backup is turned off.The effective policy after adjusting the backup cycle is:Extend the backup cycle: The new backup cycle takes effect on the same day.Shorten the backup cycle: The system will automatically delete backup data that has exceeded the retention cycle.
|
|
626
|
+
:param str sql_metering_max: Set the maximum threshold of single SQL consumption, that is, set the ODPS. SQL. metering.value.max attribute. For details, see [Consumption Monitoring Alarm](https://www.alibabacloud.com/help/en/maxcompute/product-overview/consumption-control).Unit: scan volume (GB)* complexity.
|
|
627
|
+
:param 'GetProjectsProjectPropertiesTableLifecycleArgs' table_lifecycle: Set whether the lifecycle of the table in the project needs to be configured, that is, set the ODPS. table.lifecycle property,.
|
|
628
|
+
:param str timezone: Project time zone, example value: Asia/Shanghai.
|
|
629
|
+
:param str type_system: Data type version. Value:(1/2/hive)1: The original MaxCompute type system.2: New type system introduced by MaxCompute 2.0.hive: the type system of the Hive compatibility mode introduced by MaxCompute 2.0.
|
|
615
630
|
"""
|
|
616
631
|
pulumi.set(__self__, "allow_full_scan", allow_full_scan)
|
|
617
632
|
pulumi.set(__self__, "enable_decimal2", enable_decimal2)
|
|
@@ -626,7 +641,7 @@ class GetProjectsProjectPropertiesResult(dict):
|
|
|
626
641
|
@pulumi.getter(name="allowFullScan")
|
|
627
642
|
def allow_full_scan(self) -> bool:
|
|
628
643
|
"""
|
|
629
|
-
Whether to allow full table scan.
|
|
644
|
+
Whether to allow full table scan. Default: false.
|
|
630
645
|
"""
|
|
631
646
|
return pulumi.get(self, "allow_full_scan")
|
|
632
647
|
|
|
@@ -642,15 +657,15 @@ class GetProjectsProjectPropertiesResult(dict):
|
|
|
642
657
|
@pulumi.getter
|
|
643
658
|
def encryption(self) -> 'outputs.GetProjectsProjectPropertiesEncryptionResult':
|
|
644
659
|
"""
|
|
645
|
-
|
|
660
|
+
Storage encryption. For details, see [Storage Encryption](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/storage-encryption)> **NOTE :**:To enable storage encryption, you need to modify the parameters of the basic attributes of the MaxCompute project. This operation permission is authenticated by RAM, and you need to have the Super_Administrator role permission of the corresponding project.To configure the permissions and IP whitelist parameters of the MaxCompute project, you must have the management permissions (Admin) of the corresponding project, including Super_Administrator, Admin, or custom management permissions. For more information, see the project management permissions list.You can turn on storage encryption only for projects that have not turned on storage encryption. For projects that have turned on storage encryption, you cannot turn off storage encryption or change the encryption algorithm.
|
|
646
661
|
"""
|
|
647
662
|
return pulumi.get(self, "encryption")
|
|
648
663
|
|
|
649
664
|
@property
|
|
650
665
|
@pulumi.getter(name="retentionDays")
|
|
651
|
-
def retention_days(self) ->
|
|
666
|
+
def retention_days(self) -> int:
|
|
652
667
|
"""
|
|
653
|
-
|
|
668
|
+
Set the number of days to retain backup data. During this time, you can restore the current version to any backup version. The value range of days is [0,30], and the default value is 1. 0 means backup is turned off.The effective policy after adjusting the backup cycle is:Extend the backup cycle: The new backup cycle takes effect on the same day.Shorten the backup cycle: The system will automatically delete backup data that has exceeded the retention cycle.
|
|
654
669
|
"""
|
|
655
670
|
return pulumi.get(self, "retention_days")
|
|
656
671
|
|
|
@@ -658,7 +673,7 @@ class GetProjectsProjectPropertiesResult(dict):
|
|
|
658
673
|
@pulumi.getter(name="sqlMeteringMax")
|
|
659
674
|
def sql_metering_max(self) -> str:
|
|
660
675
|
"""
|
|
661
|
-
SQL
|
|
676
|
+
Set the maximum threshold of single SQL consumption, that is, set the ODPS. SQL. metering.value.max attribute. For details, see [Consumption Monitoring Alarm](https://www.alibabacloud.com/help/en/maxcompute/product-overview/consumption-control).Unit: scan volume (GB)* complexity.
|
|
662
677
|
"""
|
|
663
678
|
return pulumi.get(self, "sql_metering_max")
|
|
664
679
|
|
|
@@ -666,7 +681,7 @@ class GetProjectsProjectPropertiesResult(dict):
|
|
|
666
681
|
@pulumi.getter(name="tableLifecycle")
|
|
667
682
|
def table_lifecycle(self) -> 'outputs.GetProjectsProjectPropertiesTableLifecycleResult':
|
|
668
683
|
"""
|
|
669
|
-
|
|
684
|
+
Set whether the lifecycle of the table in the project needs to be configured, that is, set the ODPS. table.lifecycle property,.
|
|
670
685
|
"""
|
|
671
686
|
return pulumi.get(self, "table_lifecycle")
|
|
672
687
|
|
|
@@ -674,7 +689,7 @@ class GetProjectsProjectPropertiesResult(dict):
|
|
|
674
689
|
@pulumi.getter
|
|
675
690
|
def timezone(self) -> str:
|
|
676
691
|
"""
|
|
677
|
-
Project time zone.
|
|
692
|
+
Project time zone, example value: Asia/Shanghai.
|
|
678
693
|
"""
|
|
679
694
|
return pulumi.get(self, "timezone")
|
|
680
695
|
|
|
@@ -682,7 +697,7 @@ class GetProjectsProjectPropertiesResult(dict):
|
|
|
682
697
|
@pulumi.getter(name="typeSystem")
|
|
683
698
|
def type_system(self) -> str:
|
|
684
699
|
"""
|
|
685
|
-
|
|
700
|
+
Data type version. Value:(1/2/hive)1: The original MaxCompute type system.2: New type system introduced by MaxCompute 2.0.hive: the type system of the Hive compatibility mode introduced by MaxCompute 2.0.
|
|
686
701
|
"""
|
|
687
702
|
return pulumi.get(self, "type_system")
|
|
688
703
|
|
|
@@ -694,9 +709,9 @@ class GetProjectsProjectPropertiesEncryptionResult(dict):
|
|
|
694
709
|
enable: bool,
|
|
695
710
|
key: str):
|
|
696
711
|
"""
|
|
697
|
-
:param str algorithm:
|
|
698
|
-
:param bool enable:
|
|
699
|
-
:param str key:
|
|
712
|
+
:param str algorithm: The encryption algorithm supported by the key, including AES256, AESCTR, and RC4.
|
|
713
|
+
:param bool enable: Only enable function is supported. Value: (true).
|
|
714
|
+
:param str key: The encryption algorithm Key, the Key type used by the project, including the Default Key (MaxCompute Default Key) and the self-contained Key (BYOK). The MaxCompute Default Key is the Default Key created inside MaxCompute.
|
|
700
715
|
"""
|
|
701
716
|
pulumi.set(__self__, "algorithm", algorithm)
|
|
702
717
|
pulumi.set(__self__, "enable", enable)
|
|
@@ -706,7 +721,7 @@ class GetProjectsProjectPropertiesEncryptionResult(dict):
|
|
|
706
721
|
@pulumi.getter
|
|
707
722
|
def algorithm(self) -> str:
|
|
708
723
|
"""
|
|
709
|
-
|
|
724
|
+
The encryption algorithm supported by the key, including AES256, AESCTR, and RC4.
|
|
710
725
|
"""
|
|
711
726
|
return pulumi.get(self, "algorithm")
|
|
712
727
|
|
|
@@ -714,7 +729,7 @@ class GetProjectsProjectPropertiesEncryptionResult(dict):
|
|
|
714
729
|
@pulumi.getter
|
|
715
730
|
def enable(self) -> bool:
|
|
716
731
|
"""
|
|
717
|
-
|
|
732
|
+
Only enable function is supported. Value: (true).
|
|
718
733
|
"""
|
|
719
734
|
return pulumi.get(self, "enable")
|
|
720
735
|
|
|
@@ -722,7 +737,7 @@ class GetProjectsProjectPropertiesEncryptionResult(dict):
|
|
|
722
737
|
@pulumi.getter
|
|
723
738
|
def key(self) -> str:
|
|
724
739
|
"""
|
|
725
|
-
|
|
740
|
+
The encryption algorithm Key, the Key type used by the project, including the Default Key (MaxCompute Default Key) and the self-contained Key (BYOK). The MaxCompute Default Key is the Default Key created inside MaxCompute.
|
|
726
741
|
"""
|
|
727
742
|
return pulumi.get(self, "key")
|
|
728
743
|
|
|
@@ -734,7 +749,7 @@ class GetProjectsProjectPropertiesTableLifecycleResult(dict):
|
|
|
734
749
|
value: str):
|
|
735
750
|
"""
|
|
736
751
|
:param str type: Project type
|
|
737
|
-
:param str value: The value of the life cycle.
|
|
752
|
+
:param str value: The value of the life cycle, in days. The value range is 1~37231, and the default value is 37231.
|
|
738
753
|
"""
|
|
739
754
|
pulumi.set(__self__, "type", type)
|
|
740
755
|
pulumi.set(__self__, "value", value)
|
|
@@ -751,7 +766,7 @@ class GetProjectsProjectPropertiesTableLifecycleResult(dict):
|
|
|
751
766
|
@pulumi.getter
|
|
752
767
|
def value(self) -> str:
|
|
753
768
|
"""
|
|
754
|
-
The value of the life cycle.
|
|
769
|
+
The value of the life cycle, in days. The value range is 1~37231, and the default value is 37231.
|
|
755
770
|
"""
|
|
756
771
|
return pulumi.get(self, "value")
|
|
757
772
|
|
|
@@ -767,13 +782,13 @@ class GetProjectsProjectSecurityPropertiesResult(dict):
|
|
|
767
782
|
using_acl: bool,
|
|
768
783
|
using_policy: bool):
|
|
769
784
|
"""
|
|
770
|
-
:param bool enable_download_privilege:
|
|
771
|
-
:param bool label_security: Label
|
|
772
|
-
:param bool object_creator_has_access_permission:
|
|
773
|
-
:param bool object_creator_has_grant_permission:
|
|
785
|
+
:param bool enable_download_privilege: Set whether to enable the [Download permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/download-control), that is, set the ODPS. security.enabledownloadprivilege property.
|
|
786
|
+
:param bool label_security: Set whether to use the [Label permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/label-based-access-control), that is, set the LabelSecurity attribute, which is not used by default.
|
|
787
|
+
:param bool object_creator_has_access_permission: Sets whether to allow the creator of the object to have access to the object, I .e. sets the attribute. The default is the allowed state.
|
|
788
|
+
:param bool object_creator_has_grant_permission: The ObjectCreatorHasGrantPermission attribute is set to allow the object creator to have the authorization permission on the object. The default is the allowed state.
|
|
774
789
|
:param 'GetProjectsProjectSecurityPropertiesProjectProtectionArgs' project_protection: Project protection.
|
|
775
|
-
:param bool using_acl:
|
|
776
|
-
:param bool using_policy:
|
|
790
|
+
:param bool using_acl: Set whether to use the [ACL permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/maxcompute-permissions), that is, set the CheckPermissionUsingACL attribute, which is in use by default.
|
|
791
|
+
:param bool using_policy: Set whether to use the Policy permission control function (https://www.alibabacloud.com/help/en/maxcompute/user-guide/policy-based-access-control-1), that is, set the CheckPermissionUsingACL attribute, which is in use by default.
|
|
777
792
|
"""
|
|
778
793
|
pulumi.set(__self__, "enable_download_privilege", enable_download_privilege)
|
|
779
794
|
pulumi.set(__self__, "label_security", label_security)
|
|
@@ -787,7 +802,7 @@ class GetProjectsProjectSecurityPropertiesResult(dict):
|
|
|
787
802
|
@pulumi.getter(name="enableDownloadPrivilege")
|
|
788
803
|
def enable_download_privilege(self) -> bool:
|
|
789
804
|
"""
|
|
790
|
-
|
|
805
|
+
Set whether to enable the [Download permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/download-control), that is, set the ODPS. security.enabledownloadprivilege property.
|
|
791
806
|
"""
|
|
792
807
|
return pulumi.get(self, "enable_download_privilege")
|
|
793
808
|
|
|
@@ -795,7 +810,7 @@ class GetProjectsProjectSecurityPropertiesResult(dict):
|
|
|
795
810
|
@pulumi.getter(name="labelSecurity")
|
|
796
811
|
def label_security(self) -> bool:
|
|
797
812
|
"""
|
|
798
|
-
Label
|
|
813
|
+
Set whether to use the [Label permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/label-based-access-control), that is, set the LabelSecurity attribute, which is not used by default.
|
|
799
814
|
"""
|
|
800
815
|
return pulumi.get(self, "label_security")
|
|
801
816
|
|
|
@@ -803,7 +818,7 @@ class GetProjectsProjectSecurityPropertiesResult(dict):
|
|
|
803
818
|
@pulumi.getter(name="objectCreatorHasAccessPermission")
|
|
804
819
|
def object_creator_has_access_permission(self) -> bool:
|
|
805
820
|
"""
|
|
806
|
-
|
|
821
|
+
Sets whether to allow the creator of the object to have access to the object, I .e. sets the attribute. The default is the allowed state.
|
|
807
822
|
"""
|
|
808
823
|
return pulumi.get(self, "object_creator_has_access_permission")
|
|
809
824
|
|
|
@@ -811,7 +826,7 @@ class GetProjectsProjectSecurityPropertiesResult(dict):
|
|
|
811
826
|
@pulumi.getter(name="objectCreatorHasGrantPermission")
|
|
812
827
|
def object_creator_has_grant_permission(self) -> bool:
|
|
813
828
|
"""
|
|
814
|
-
|
|
829
|
+
The ObjectCreatorHasGrantPermission attribute is set to allow the object creator to have the authorization permission on the object. The default is the allowed state.
|
|
815
830
|
"""
|
|
816
831
|
return pulumi.get(self, "object_creator_has_grant_permission")
|
|
817
832
|
|
|
@@ -827,7 +842,7 @@ class GetProjectsProjectSecurityPropertiesResult(dict):
|
|
|
827
842
|
@pulumi.getter(name="usingAcl")
|
|
828
843
|
def using_acl(self) -> bool:
|
|
829
844
|
"""
|
|
830
|
-
|
|
845
|
+
Set whether to use the [ACL permission control function](https://www.alibabacloud.com/help/en/maxcompute/user-guide/maxcompute-permissions), that is, set the CheckPermissionUsingACL attribute, which is in use by default.
|
|
831
846
|
"""
|
|
832
847
|
return pulumi.get(self, "using_acl")
|
|
833
848
|
|
|
@@ -835,7 +850,7 @@ class GetProjectsProjectSecurityPropertiesResult(dict):
|
|
|
835
850
|
@pulumi.getter(name="usingPolicy")
|
|
836
851
|
def using_policy(self) -> bool:
|
|
837
852
|
"""
|
|
838
|
-
|
|
853
|
+
Set whether to use the Policy permission control function (https://www.alibabacloud.com/help/en/maxcompute/user-guide/policy-based-access-control-1), that is, set the CheckPermissionUsingACL attribute, which is in use by default.
|
|
839
854
|
"""
|
|
840
855
|
return pulumi.get(self, "using_policy")
|
|
841
856
|
|
|
@@ -846,8 +861,8 @@ class GetProjectsProjectSecurityPropertiesProjectProtectionResult(dict):
|
|
|
846
861
|
exception_policy: str,
|
|
847
862
|
protected: bool):
|
|
848
863
|
"""
|
|
849
|
-
:param str exception_policy:
|
|
850
|
-
:param bool protected:
|
|
864
|
+
:param str exception_policy: Set [Exceptions or Trusted Items](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/project-data-protection).
|
|
865
|
+
:param bool protected: Whether enabled, value:(true/false).
|
|
851
866
|
"""
|
|
852
867
|
pulumi.set(__self__, "exception_policy", exception_policy)
|
|
853
868
|
pulumi.set(__self__, "protected", protected)
|
|
@@ -856,7 +871,7 @@ class GetProjectsProjectSecurityPropertiesProjectProtectionResult(dict):
|
|
|
856
871
|
@pulumi.getter(name="exceptionPolicy")
|
|
857
872
|
def exception_policy(self) -> str:
|
|
858
873
|
"""
|
|
859
|
-
|
|
874
|
+
Set [Exceptions or Trusted Items](https://www.alibabacloud.com/help/en/maxcompute/security-and-compliance/project-data-protection).
|
|
860
875
|
"""
|
|
861
876
|
return pulumi.get(self, "exception_policy")
|
|
862
877
|
|
|
@@ -864,7 +879,7 @@ class GetProjectsProjectSecurityPropertiesProjectProtectionResult(dict):
|
|
|
864
879
|
@pulumi.getter
|
|
865
880
|
def protected(self) -> bool:
|
|
866
881
|
"""
|
|
867
|
-
|
|
882
|
+
Whether enabled, value:(true/false).
|
|
868
883
|
"""
|
|
869
884
|
return pulumi.get(self, "protected")
|
|
870
885
|
|
|
@@ -31,7 +31,7 @@ class ProjectArgs:
|
|
|
31
31
|
:param pulumi.Input[str] comment: Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
|
|
32
32
|
:param pulumi.Input[str] default_quota: Used to implement computing resource allocation. If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
|
|
33
33
|
:param pulumi.Input['ProjectIpWhiteListArgs'] ip_white_list: IP whitelist See `ip_white_list` below.
|
|
34
|
-
:param pulumi.Input[str] is_logical: Logical deletion, value: (
|
|
34
|
+
:param pulumi.Input[str] is_logical: Logical deletion, value: (true/false) true: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. false: immediately deleted, that is, completely deleted, permanently unrecoverable.
|
|
35
35
|
:param pulumi.Input[str] product_type: Quota payment type, support `PayAsYouGo`, `Subscription`, `Dev`.
|
|
36
36
|
:param pulumi.Input[str] project_name: The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
|
|
37
37
|
:param pulumi.Input['ProjectPropertiesArgs'] properties: Project base attributes See `properties` below.
|
|
@@ -100,7 +100,7 @@ class ProjectArgs:
|
|
|
100
100
|
@pulumi.getter(name="isLogical")
|
|
101
101
|
def is_logical(self) -> Optional[pulumi.Input[str]]:
|
|
102
102
|
"""
|
|
103
|
-
Logical deletion, value: (
|
|
103
|
+
Logical deletion, value: (true/false) true: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. false: immediately deleted, that is, completely deleted, permanently unrecoverable.
|
|
104
104
|
"""
|
|
105
105
|
return pulumi.get(self, "is_logical")
|
|
106
106
|
|
|
@@ -203,7 +203,7 @@ class _ProjectState:
|
|
|
203
203
|
:param pulumi.Input[str] create_time: Represents the creation time of the project
|
|
204
204
|
:param pulumi.Input[str] default_quota: Used to implement computing resource allocation. If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
|
|
205
205
|
:param pulumi.Input['ProjectIpWhiteListArgs'] ip_white_list: IP whitelist See `ip_white_list` below.
|
|
206
|
-
:param pulumi.Input[str] is_logical: Logical deletion, value: (
|
|
206
|
+
:param pulumi.Input[str] is_logical: Logical deletion, value: (true/false) true: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. false: immediately deleted, that is, completely deleted, permanently unrecoverable.
|
|
207
207
|
:param pulumi.Input[str] owner: Project owner
|
|
208
208
|
:param pulumi.Input[str] product_type: Quota payment type, support `PayAsYouGo`, `Subscription`, `Dev`.
|
|
209
209
|
:param pulumi.Input[str] project_name: The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
|
|
@@ -292,7 +292,7 @@ class _ProjectState:
|
|
|
292
292
|
@pulumi.getter(name="isLogical")
|
|
293
293
|
def is_logical(self) -> Optional[pulumi.Input[str]]:
|
|
294
294
|
"""
|
|
295
|
-
Logical deletion, value: (
|
|
295
|
+
Logical deletion, value: (true/false) true: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. false: immediately deleted, that is, completely deleted, permanently unrecoverable.
|
|
296
296
|
"""
|
|
297
297
|
return pulumi.get(self, "is_logical")
|
|
298
298
|
|
|
@@ -404,12 +404,12 @@ class Project(pulumi.CustomResource):
|
|
|
404
404
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
405
405
|
comment: Optional[pulumi.Input[str]] = None,
|
|
406
406
|
default_quota: Optional[pulumi.Input[str]] = None,
|
|
407
|
-
ip_white_list: Optional[pulumi.Input[
|
|
407
|
+
ip_white_list: Optional[pulumi.Input[Union['ProjectIpWhiteListArgs', 'ProjectIpWhiteListArgsDict']]] = None,
|
|
408
408
|
is_logical: Optional[pulumi.Input[str]] = None,
|
|
409
409
|
product_type: Optional[pulumi.Input[str]] = None,
|
|
410
410
|
project_name: Optional[pulumi.Input[str]] = None,
|
|
411
|
-
properties: Optional[pulumi.Input[
|
|
412
|
-
security_properties: Optional[pulumi.Input[
|
|
411
|
+
properties: Optional[pulumi.Input[Union['ProjectPropertiesArgs', 'ProjectPropertiesArgsDict']]] = None,
|
|
412
|
+
security_properties: Optional[pulumi.Input[Union['ProjectSecurityPropertiesArgs', 'ProjectSecurityPropertiesArgsDict']]] = None,
|
|
413
413
|
status: Optional[pulumi.Input[str]] = None,
|
|
414
414
|
tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
|
415
415
|
__props__=None):
|
|
@@ -455,12 +455,12 @@ class Project(pulumi.CustomResource):
|
|
|
455
455
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
456
456
|
:param pulumi.Input[str] comment: Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
|
|
457
457
|
:param pulumi.Input[str] default_quota: Used to implement computing resource allocation. If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
|
|
458
|
-
:param pulumi.Input[
|
|
459
|
-
:param pulumi.Input[str] is_logical: Logical deletion, value: (
|
|
458
|
+
:param pulumi.Input[Union['ProjectIpWhiteListArgs', 'ProjectIpWhiteListArgsDict']] ip_white_list: IP whitelist See `ip_white_list` below.
|
|
459
|
+
:param pulumi.Input[str] is_logical: Logical deletion, value: (true/false) true: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. false: immediately deleted, that is, completely deleted, permanently unrecoverable.
|
|
460
460
|
:param pulumi.Input[str] product_type: Quota payment type, support `PayAsYouGo`, `Subscription`, `Dev`.
|
|
461
461
|
:param pulumi.Input[str] project_name: The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
|
|
462
|
-
:param pulumi.Input[
|
|
463
|
-
:param pulumi.Input[
|
|
462
|
+
:param pulumi.Input[Union['ProjectPropertiesArgs', 'ProjectPropertiesArgsDict']] properties: Project base attributes See `properties` below.
|
|
463
|
+
:param pulumi.Input[Union['ProjectSecurityPropertiesArgs', 'ProjectSecurityPropertiesArgsDict']] security_properties: Security-related attributes See `security_properties` below.
|
|
464
464
|
:param pulumi.Input[str] status: The project status. Default value: AVAILABLE. Value: (AVAILABLE/READONLY/FROZEN/DELETING)
|
|
465
465
|
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
466
466
|
"""
|
|
@@ -525,12 +525,12 @@ class Project(pulumi.CustomResource):
|
|
|
525
525
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
526
526
|
comment: Optional[pulumi.Input[str]] = None,
|
|
527
527
|
default_quota: Optional[pulumi.Input[str]] = None,
|
|
528
|
-
ip_white_list: Optional[pulumi.Input[
|
|
528
|
+
ip_white_list: Optional[pulumi.Input[Union['ProjectIpWhiteListArgs', 'ProjectIpWhiteListArgsDict']]] = None,
|
|
529
529
|
is_logical: Optional[pulumi.Input[str]] = None,
|
|
530
530
|
product_type: Optional[pulumi.Input[str]] = None,
|
|
531
531
|
project_name: Optional[pulumi.Input[str]] = None,
|
|
532
|
-
properties: Optional[pulumi.Input[
|
|
533
|
-
security_properties: Optional[pulumi.Input[
|
|
532
|
+
properties: Optional[pulumi.Input[Union['ProjectPropertiesArgs', 'ProjectPropertiesArgsDict']]] = None,
|
|
533
|
+
security_properties: Optional[pulumi.Input[Union['ProjectSecurityPropertiesArgs', 'ProjectSecurityPropertiesArgsDict']]] = None,
|
|
534
534
|
status: Optional[pulumi.Input[str]] = None,
|
|
535
535
|
tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
|
536
536
|
__props__=None):
|
|
@@ -568,13 +568,13 @@ class Project(pulumi.CustomResource):
|
|
|
568
568
|
comment: Optional[pulumi.Input[str]] = None,
|
|
569
569
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
570
570
|
default_quota: Optional[pulumi.Input[str]] = None,
|
|
571
|
-
ip_white_list: Optional[pulumi.Input[
|
|
571
|
+
ip_white_list: Optional[pulumi.Input[Union['ProjectIpWhiteListArgs', 'ProjectIpWhiteListArgsDict']]] = None,
|
|
572
572
|
is_logical: Optional[pulumi.Input[str]] = None,
|
|
573
573
|
owner: Optional[pulumi.Input[str]] = None,
|
|
574
574
|
product_type: Optional[pulumi.Input[str]] = None,
|
|
575
575
|
project_name: Optional[pulumi.Input[str]] = None,
|
|
576
|
-
properties: Optional[pulumi.Input[
|
|
577
|
-
security_properties: Optional[pulumi.Input[
|
|
576
|
+
properties: Optional[pulumi.Input[Union['ProjectPropertiesArgs', 'ProjectPropertiesArgsDict']]] = None,
|
|
577
|
+
security_properties: Optional[pulumi.Input[Union['ProjectSecurityPropertiesArgs', 'ProjectSecurityPropertiesArgsDict']]] = None,
|
|
578
578
|
status: Optional[pulumi.Input[str]] = None,
|
|
579
579
|
tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
|
580
580
|
type: Optional[pulumi.Input[str]] = None) -> 'Project':
|
|
@@ -588,13 +588,13 @@ class Project(pulumi.CustomResource):
|
|
|
588
588
|
:param pulumi.Input[str] comment: Project description information. The length is 1 to 256 English or Chinese characters. The default value is blank.
|
|
589
589
|
:param pulumi.Input[str] create_time: Represents the creation time of the project
|
|
590
590
|
:param pulumi.Input[str] default_quota: Used to implement computing resource allocation. If the calculation Quota is not specified, the default Quota resource will be consumed by jobs initiated by the project. For more information about computing resource usage, see [Computing Resource Usage](https://www.alibabacloud.com/help/en/maxcompute/user-guide/use-of-computing-resources).
|
|
591
|
-
:param pulumi.Input[
|
|
592
|
-
:param pulumi.Input[str] is_logical: Logical deletion, value: (
|
|
591
|
+
:param pulumi.Input[Union['ProjectIpWhiteListArgs', 'ProjectIpWhiteListArgsDict']] ip_white_list: IP whitelist See `ip_white_list` below.
|
|
592
|
+
:param pulumi.Input[str] is_logical: Logical deletion, value: (true/false) true: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. false: immediately deleted, that is, completely deleted, permanently unrecoverable.
|
|
593
593
|
:param pulumi.Input[str] owner: Project owner
|
|
594
594
|
:param pulumi.Input[str] product_type: Quota payment type, support `PayAsYouGo`, `Subscription`, `Dev`.
|
|
595
595
|
:param pulumi.Input[str] project_name: The name begins with a letter, containing letters, digits, and underscores (_). It can be 3 to 28 characters in length and is globally unique.
|
|
596
|
-
:param pulumi.Input[
|
|
597
|
-
:param pulumi.Input[
|
|
596
|
+
:param pulumi.Input[Union['ProjectPropertiesArgs', 'ProjectPropertiesArgsDict']] properties: Project base attributes See `properties` below.
|
|
597
|
+
:param pulumi.Input[Union['ProjectSecurityPropertiesArgs', 'ProjectSecurityPropertiesArgsDict']] security_properties: Security-related attributes See `security_properties` below.
|
|
598
598
|
:param pulumi.Input[str] status: The project status. Default value: AVAILABLE. Value: (AVAILABLE/READONLY/FROZEN/DELETING)
|
|
599
599
|
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
600
600
|
:param pulumi.Input[str] type: Project type
|
|
@@ -654,7 +654,7 @@ class Project(pulumi.CustomResource):
|
|
|
654
654
|
@pulumi.getter(name="isLogical")
|
|
655
655
|
def is_logical(self) -> pulumi.Output[Optional[str]]:
|
|
656
656
|
"""
|
|
657
|
-
Logical deletion, value: (
|
|
657
|
+
Logical deletion, value: (true/false) true: In this case, the project status will be changed to 'DELETING' and completely deleted after 14 days. false: immediately deleted, that is, completely deleted, permanently unrecoverable.
|
|
658
658
|
"""
|
|
659
659
|
return pulumi.get(self, "is_logical")
|
|
660
660
|
|
|
@@ -1482,7 +1482,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1482
1482
|
name: Optional[pulumi.Input[str]] = None,
|
|
1483
1483
|
network_type: Optional[pulumi.Input[str]] = None,
|
|
1484
1484
|
order_type: Optional[pulumi.Input[str]] = None,
|
|
1485
|
-
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1485
|
+
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]]] = None,
|
|
1486
1486
|
period: Optional[pulumi.Input[int]] = None,
|
|
1487
1487
|
readonly_replicas: Optional[pulumi.Input[int]] = None,
|
|
1488
1488
|
replication_factor: Optional[pulumi.Input[int]] = None,
|
|
@@ -1596,7 +1596,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1596
1596
|
- `UPGRADE`: The specifications are upgraded.
|
|
1597
1597
|
- `DOWNGRADE`: The specifications are downgraded.
|
|
1598
1598
|
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1599
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1599
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]] parameters: Set of parameters needs to be set after mongodb instance was launched. See `parameters` below.
|
|
1600
1600
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
1601
1601
|
:param pulumi.Input[int] readonly_replicas: The number of read-only nodes in the replica set instance. Default value: 0. Valid values: 0 to 5.
|
|
1602
1602
|
:param pulumi.Input[int] replication_factor: Number of replica set nodes. Valid values: `1`, `3`, `5`, `7`.
|
|
@@ -1730,7 +1730,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1730
1730
|
name: Optional[pulumi.Input[str]] = None,
|
|
1731
1731
|
network_type: Optional[pulumi.Input[str]] = None,
|
|
1732
1732
|
order_type: Optional[pulumi.Input[str]] = None,
|
|
1733
|
-
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1733
|
+
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]]] = None,
|
|
1734
1734
|
period: Optional[pulumi.Input[int]] = None,
|
|
1735
1735
|
readonly_replicas: Optional[pulumi.Input[int]] = None,
|
|
1736
1736
|
replication_factor: Optional[pulumi.Input[int]] = None,
|
|
@@ -1843,11 +1843,11 @@ class Instance(pulumi.CustomResource):
|
|
|
1843
1843
|
name: Optional[pulumi.Input[str]] = None,
|
|
1844
1844
|
network_type: Optional[pulumi.Input[str]] = None,
|
|
1845
1845
|
order_type: Optional[pulumi.Input[str]] = None,
|
|
1846
|
-
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1846
|
+
parameters: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]]] = None,
|
|
1847
1847
|
period: Optional[pulumi.Input[int]] = None,
|
|
1848
1848
|
readonly_replicas: Optional[pulumi.Input[int]] = None,
|
|
1849
1849
|
replica_set_name: Optional[pulumi.Input[str]] = None,
|
|
1850
|
-
replica_sets: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1850
|
+
replica_sets: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceReplicaSetArgs', 'InstanceReplicaSetArgsDict']]]]] = None,
|
|
1851
1851
|
replication_factor: Optional[pulumi.Input[int]] = None,
|
|
1852
1852
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
1853
1853
|
retention_period: Optional[pulumi.Input[int]] = None,
|
|
@@ -1901,11 +1901,11 @@ class Instance(pulumi.CustomResource):
|
|
|
1901
1901
|
- `UPGRADE`: The specifications are upgraded.
|
|
1902
1902
|
- `DOWNGRADE`: The specifications are downgraded.
|
|
1903
1903
|
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1904
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1904
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceParameterArgs', 'InstanceParameterArgsDict']]]] parameters: Set of parameters needs to be set after mongodb instance was launched. See `parameters` below.
|
|
1905
1905
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
1906
1906
|
:param pulumi.Input[int] readonly_replicas: The number of read-only nodes in the replica set instance. Default value: 0. Valid values: 0 to 5.
|
|
1907
1907
|
:param pulumi.Input[str] replica_set_name: The name of the mongo replica set.
|
|
1908
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1908
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceReplicaSetArgs', 'InstanceReplicaSetArgsDict']]]] replica_sets: Replica set instance information.
|
|
1909
1909
|
:param pulumi.Input[int] replication_factor: Number of replica set nodes. Valid values: `1`, `3`, `5`, `7`.
|
|
1910
1910
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
1911
1911
|
:param pulumi.Input[int] retention_period: Instance data backup retention days. Available since v1.42.0.
|