pulumi-alicloud 3.53.0a1713354491__py3-none-any.whl → 3.73.0a1736832142__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 +949 -26
- pulumi_alicloud/_inputs.py +1162 -86
- pulumi_alicloud/_utilities.py +41 -5
- pulumi_alicloud/ackone/_inputs.py +25 -0
- pulumi_alicloud/ackone/cluster.py +22 -21
- pulumi_alicloud/ackone/outputs.py +5 -0
- pulumi_alicloud/actiontrail/get_consumer_groups.py +26 -13
- pulumi_alicloud/actiontrail/get_global_events_storage_region.py +12 -9
- pulumi_alicloud/actiontrail/get_history_delivery_jobs.py +20 -9
- pulumi_alicloud/actiontrail/get_instances.py +33 -19
- pulumi_alicloud/actiontrail/get_sasl_acls.py +30 -17
- pulumi_alicloud/actiontrail/get_sasl_users.py +19 -9
- pulumi_alicloud/actiontrail/get_topics.py +28 -9
- pulumi_alicloud/actiontrail/get_trails.py +27 -12
- pulumi_alicloud/actiontrail/get_trails_deprecated.py +27 -8
- pulumi_alicloud/actiontrail/global_events_storage_region.py +5 -4
- pulumi_alicloud/actiontrail/history_delivery_job.py +23 -22
- pulumi_alicloud/actiontrail/outputs.py +14 -9
- pulumi_alicloud/actiontrail/trail.py +32 -49
- pulumi_alicloud/actiontrail/trail_deprecated.py +20 -35
- pulumi_alicloud/adb/_inputs.py +43 -0
- pulumi_alicloud/adb/account.py +31 -30
- pulumi_alicloud/adb/backup_policy.py +5 -0
- pulumi_alicloud/adb/cluster.py +137 -46
- pulumi_alicloud/adb/connection.py +17 -16
- pulumi_alicloud/adb/db_cluster.py +187 -32
- pulumi_alicloud/adb/db_cluster_lake_version.py +21 -20
- pulumi_alicloud/adb/get_clusters.py +39 -14
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +67 -15
- pulumi_alicloud/adb/get_db_clusters.py +39 -14
- pulumi_alicloud/adb/get_resource_groups.py +20 -9
- pulumi_alicloud/adb/get_zones.py +19 -9
- pulumi_alicloud/adb/lake_account.py +74 -73
- pulumi_alicloud/adb/outputs.py +117 -8
- pulumi_alicloud/adb/resource_group.py +122 -97
- pulumi_alicloud/alb/__init__.py +1 -0
- pulumi_alicloud/alb/_inputs.py +908 -94
- pulumi_alicloud/alb/a_script.py +10 -5
- pulumi_alicloud/alb/acl.py +55 -61
- pulumi_alicloud/alb/acl_entry_attachment.py +13 -12
- pulumi_alicloud/alb/get_acls.py +31 -11
- pulumi_alicloud/alb/get_ascripts.py +31 -15
- pulumi_alicloud/alb/get_health_check_templates.py +23 -9
- pulumi_alicloud/alb/get_listeners.py +28 -11
- pulumi_alicloud/alb/get_load_balancers.py +59 -27
- pulumi_alicloud/alb/get_rules.py +27 -5
- pulumi_alicloud/alb/get_security_policies.py +36 -16
- pulumi_alicloud/alb/get_server_groups.py +38 -14
- pulumi_alicloud/alb/get_system_security_policies.py +21 -12
- pulumi_alicloud/alb/get_zones.py +15 -9
- pulumi_alicloud/alb/health_check_template.py +101 -92
- pulumi_alicloud/alb/listener.py +52 -53
- pulumi_alicloud/alb/listener_acl_attachment.py +5 -0
- pulumi_alicloud/alb/listener_additional_certificate_attachment.py +5 -0
- pulumi_alicloud/alb/load_balancer.py +144 -153
- pulumi_alicloud/alb/load_balancer_common_bandwidth_package_attachment.py +5 -0
- pulumi_alicloud/alb/load_balancer_security_group_attachment.py +332 -0
- pulumi_alicloud/alb/outputs.py +84 -109
- pulumi_alicloud/alb/rule.py +29 -10
- pulumi_alicloud/alb/security_policy.py +25 -24
- pulumi_alicloud/alb/server_group.py +139 -115
- pulumi_alicloud/aligreen/__init__.py +13 -0
- pulumi_alicloud/aligreen/audit_callback.py +427 -0
- pulumi_alicloud/aligreen/biz_type.py +403 -0
- pulumi_alicloud/aligreen/callback.py +454 -0
- pulumi_alicloud/aligreen/image_lib.py +411 -0
- pulumi_alicloud/aligreen/keyword_lib.py +620 -0
- pulumi_alicloud/aligreen/oss_stock_task.py +1666 -0
- pulumi_alicloud/alikafka/consumer_group.py +37 -34
- pulumi_alicloud/alikafka/instance.py +209 -44
- pulumi_alicloud/alikafka/instance_allowed_ip_attachment.py +23 -20
- pulumi_alicloud/alikafka/sasl_acl.py +27 -24
- pulumi_alicloud/alikafka/sasl_user.py +37 -34
- pulumi_alicloud/alikafka/topic.py +37 -34
- pulumi_alicloud/amqp/binding.py +88 -94
- pulumi_alicloud/amqp/exchange.py +15 -14
- pulumi_alicloud/amqp/get_bindings.py +19 -9
- pulumi_alicloud/amqp/get_exchanges.py +23 -9
- pulumi_alicloud/amqp/get_instances.py +25 -11
- pulumi_alicloud/amqp/get_queues.py +23 -9
- pulumi_alicloud/amqp/get_static_accounts.py +18 -9
- pulumi_alicloud/amqp/get_virtual_hosts.py +21 -9
- pulumi_alicloud/amqp/instance.py +13 -8
- pulumi_alicloud/amqp/outputs.py +11 -6
- pulumi_alicloud/amqp/queue.py +17 -16
- pulumi_alicloud/amqp/static_account.py +23 -22
- pulumi_alicloud/amqp/virtual_host.py +11 -10
- pulumi_alicloud/apig/__init__.py +12 -0
- pulumi_alicloud/apig/_inputs.py +263 -0
- pulumi_alicloud/apig/environment.py +317 -0
- pulumi_alicloud/apig/gateway.py +645 -0
- pulumi_alicloud/apig/http_api.py +465 -0
- pulumi_alicloud/apig/outputs.py +213 -0
- pulumi_alicloud/apigateway/__init__.py +3 -0
- pulumi_alicloud/apigateway/_inputs.py +566 -2
- pulumi_alicloud/apigateway/access_control_list.py +335 -0
- pulumi_alicloud/apigateway/acl_entry_attachment.py +308 -0
- pulumi_alicloud/apigateway/api.py +101 -92
- pulumi_alicloud/apigateway/app.py +25 -20
- pulumi_alicloud/apigateway/app_attachment.py +69 -58
- pulumi_alicloud/apigateway/backend.py +5 -4
- pulumi_alicloud/apigateway/get_apis.py +119 -32
- pulumi_alicloud/apigateway/get_apps.py +26 -14
- pulumi_alicloud/apigateway/get_backends.py +23 -9
- pulumi_alicloud/apigateway/get_groups.py +19 -9
- pulumi_alicloud/apigateway/get_log_configs.py +20 -11
- pulumi_alicloud/apigateway/get_models.py +27 -9
- pulumi_alicloud/apigateway/get_plugins.py +38 -18
- pulumi_alicloud/apigateway/get_service.py +14 -9
- pulumi_alicloud/apigateway/group.py +67 -14
- pulumi_alicloud/apigateway/instance.py +401 -67
- pulumi_alicloud/apigateway/instance_acl_attachment.py +331 -0
- pulumi_alicloud/apigateway/log_config.py +21 -20
- pulumi_alicloud/apigateway/model.py +15 -10
- pulumi_alicloud/apigateway/outputs.py +303 -19
- pulumi_alicloud/apigateway/plugin.py +240 -87
- pulumi_alicloud/apigateway/plugin_attachment.py +65 -58
- pulumi_alicloud/apigateway/vpc_access.py +33 -28
- pulumi_alicloud/arms/__init__.py +2 -0
- pulumi_alicloud/arms/_inputs.py +903 -23
- pulumi_alicloud/arms/addon_release.py +5 -0
- pulumi_alicloud/arms/alert_contact.py +5 -4
- pulumi_alicloud/arms/alert_contact_group.py +11 -10
- pulumi_alicloud/arms/alert_robot.py +421 -0
- pulumi_alicloud/arms/dispatch_rule.py +160 -86
- pulumi_alicloud/arms/env_custom_job.py +11 -10
- pulumi_alicloud/arms/env_feature.py +5 -0
- pulumi_alicloud/arms/env_pod_monitor.py +5 -0
- pulumi_alicloud/arms/env_service_monitor.py +5 -0
- pulumi_alicloud/arms/environment.py +26 -21
- pulumi_alicloud/arms/get_alert_contact_groups.py +25 -9
- pulumi_alicloud/arms/get_alert_contacts.py +25 -9
- pulumi_alicloud/arms/get_alert_robots.py +230 -0
- pulumi_alicloud/arms/get_dispatch_rules.py +124 -17
- pulumi_alicloud/arms/get_integration_exporters.py +20 -9
- pulumi_alicloud/arms/get_prometheis.py +50 -34
- pulumi_alicloud/arms/get_prometheus.py +48 -32
- pulumi_alicloud/arms/get_prometheus_alert_rules.py +27 -9
- pulumi_alicloud/arms/get_prometheus_monitorings.py +25 -9
- pulumi_alicloud/arms/get_remote_writes.py +27 -11
- pulumi_alicloud/arms/grafana_workspace.py +25 -24
- pulumi_alicloud/arms/integration_exporter.py +27 -22
- pulumi_alicloud/arms/outputs.py +437 -48
- pulumi_alicloud/arms/prometheus.py +39 -34
- pulumi_alicloud/arms/prometheus_alert_rule.py +73 -10
- pulumi_alicloud/arms/prometheus_monitoring.py +5 -0
- pulumi_alicloud/arms/remote_write.py +31 -22
- pulumi_alicloud/arms/synthetic_task.py +328 -327
- pulumi_alicloud/bastionhost/_inputs.py +115 -0
- pulumi_alicloud/bastionhost/get_host_accounts.py +27 -9
- pulumi_alicloud/bastionhost/get_host_groups.py +23 -9
- pulumi_alicloud/bastionhost/get_host_share_keys.py +23 -9
- pulumi_alicloud/bastionhost/get_hosts.py +35 -9
- pulumi_alicloud/bastionhost/get_instances.py +30 -22
- pulumi_alicloud/bastionhost/get_user_groups.py +23 -9
- pulumi_alicloud/bastionhost/get_users.py +37 -13
- pulumi_alicloud/bastionhost/host.py +51 -29
- pulumi_alicloud/bastionhost/host_account.py +25 -24
- pulumi_alicloud/bastionhost/host_account_share_key_attachment.py +29 -28
- pulumi_alicloud/bastionhost/host_account_user_attachment.py +29 -28
- pulumi_alicloud/bastionhost/host_account_user_group_attachment.py +29 -28
- pulumi_alicloud/bastionhost/host_attachment.py +27 -26
- pulumi_alicloud/bastionhost/host_group.py +23 -22
- pulumi_alicloud/bastionhost/host_group_account_user_attachment.py +31 -30
- pulumi_alicloud/bastionhost/host_group_account_user_group_attachment.py +31 -30
- pulumi_alicloud/bastionhost/host_share_key.py +91 -0
- pulumi_alicloud/bastionhost/instance.py +43 -24
- pulumi_alicloud/bastionhost/outputs.py +8 -7
- pulumi_alicloud/bastionhost/user.py +31 -28
- pulumi_alicloud/bastionhost/user_attachment.py +27 -26
- pulumi_alicloud/bastionhost/user_group.py +23 -22
- pulumi_alicloud/bp/_inputs.py +25 -0
- pulumi_alicloud/bp/get_studio_applications.py +29 -9
- pulumi_alicloud/bp/outputs.py +5 -0
- pulumi_alicloud/bp/studio_application.py +56 -55
- pulumi_alicloud/brain/get_industrial_pid_loops.py +45 -11
- pulumi_alicloud/brain/get_industrial_pid_organizations.py +33 -11
- pulumi_alicloud/brain/get_industrial_pid_projects.py +41 -11
- pulumi_alicloud/brain/get_industrial_serice.py +20 -11
- pulumi_alicloud/brain/industrial_pid_loop.py +11 -6
- pulumi_alicloud/brain/industrial_pid_organization.py +11 -6
- pulumi_alicloud/brain/industrial_pid_project.py +11 -6
- pulumi_alicloud/brain/outputs.py +5 -0
- pulumi_alicloud/bss/get_open_api_pricing_modules.py +29 -13
- pulumi_alicloud/bss/get_open_api_products.py +23 -9
- pulumi_alicloud/bss/outputs.py +5 -0
- pulumi_alicloud/cas/certificate.py +149 -36
- pulumi_alicloud/cas/get_certificates.py +40 -32
- pulumi_alicloud/cas/get_service_certificates.py +176 -26
- pulumi_alicloud/cas/outputs.py +45 -40
- pulumi_alicloud/cas/service_certificate.py +25 -55
- pulumi_alicloud/cassandra/backup_plan.py +5 -0
- pulumi_alicloud/cassandra/cluster.py +33 -32
- pulumi_alicloud/cassandra/data_center.py +11 -10
- pulumi_alicloud/cassandra/get_backup_plans.py +17 -9
- pulumi_alicloud/cassandra/get_clusters.py +26 -14
- pulumi_alicloud/cassandra/get_data_centers.py +25 -13
- pulumi_alicloud/cassandra/get_zones.py +19 -11
- pulumi_alicloud/cassandra/outputs.py +8 -3
- pulumi_alicloud/cddc/_inputs.py +53 -0
- pulumi_alicloud/cddc/dedicated_host.py +19 -14
- pulumi_alicloud/cddc/dedicated_host_account.py +31 -26
- pulumi_alicloud/cddc/dedicated_host_group.py +15 -10
- pulumi_alicloud/cddc/dedicated_propre_host.py +24 -19
- pulumi_alicloud/cddc/get_dedicated_host_accounts.py +27 -11
- pulumi_alicloud/cddc/get_dedicated_host_groups.py +23 -11
- pulumi_alicloud/cddc/get_dedicated_hosts.py +49 -24
- pulumi_alicloud/cddc/get_host_ecs_level_infos.py +22 -5
- pulumi_alicloud/cddc/get_zones.py +15 -9
- pulumi_alicloud/cddc/outputs.py +8 -3
- pulumi_alicloud/cdn/_inputs.py +154 -18
- pulumi_alicloud/cdn/domain.py +71 -156
- pulumi_alicloud/cdn/domain_config.py +36 -35
- pulumi_alicloud/cdn/domain_new.py +142 -99
- pulumi_alicloud/cdn/fc_trigger.py +15 -14
- pulumi_alicloud/cdn/get_blocked_regions.py +14 -9
- pulumi_alicloud/cdn/get_ip_info.py +18 -9
- pulumi_alicloud/cdn/get_real_time_log_deliveries.py +18 -11
- pulumi_alicloud/cdn/get_service.py +19 -9
- pulumi_alicloud/cdn/outputs.py +7 -16
- pulumi_alicloud/cdn/real_time_log_delivery.py +136 -84
- pulumi_alicloud/cen/__init__.py +1 -0
- pulumi_alicloud/cen/_inputs.py +261 -14
- pulumi_alicloud/cen/bandwidth_limit.py +23 -30
- pulumi_alicloud/cen/bandwidth_package.py +14 -27
- pulumi_alicloud/cen/bandwidth_package_attachment.py +13 -12
- pulumi_alicloud/cen/child_instance_route_entry_to_attachment.py +45 -44
- pulumi_alicloud/cen/flow_log.py +394 -72
- pulumi_alicloud/cen/get_bandwidth_limits.py +16 -9
- pulumi_alicloud/cen/get_bandwidth_packages.py +25 -9
- pulumi_alicloud/cen/get_child_instance_route_entry_to_attachments.py +24 -9
- pulumi_alicloud/cen/get_flowlogs.py +278 -43
- pulumi_alicloud/cen/get_instance_attachments.py +23 -9
- pulumi_alicloud/cen/get_instances.py +28 -14
- pulumi_alicloud/cen/get_inter_region_traffic_qos_policies.py +31 -9
- pulumi_alicloud/cen/get_inter_region_traffic_qos_queues.py +25 -13
- pulumi_alicloud/cen/get_private_zones.py +22 -9
- pulumi_alicloud/cen/get_region_route_entries.py +18 -9
- pulumi_alicloud/cen/get_route_entries.py +20 -9
- pulumi_alicloud/cen/get_route_maps.py +26 -9
- pulumi_alicloud/cen/get_route_services.py +27 -9
- pulumi_alicloud/cen/get_traffic_marking_policies.py +27 -13
- pulumi_alicloud/cen/get_transit_route_table_aggregations.py +25 -9
- pulumi_alicloud/cen/get_transit_router_available_resources.py +48 -20
- pulumi_alicloud/cen/get_transit_router_cidrs.py +23 -9
- pulumi_alicloud/cen/get_transit_router_multicast_domain_associations.py +28 -9
- pulumi_alicloud/cen/get_transit_router_multicast_domain_members.py +20 -9
- pulumi_alicloud/cen/get_transit_router_multicast_domain_peer_members.py +26 -9
- pulumi_alicloud/cen/get_transit_router_multicast_domain_sources.py +18 -9
- pulumi_alicloud/cen/get_transit_router_multicast_domains.py +25 -9
- pulumi_alicloud/cen/get_transit_router_peer_attachments.py +27 -5
- pulumi_alicloud/cen/get_transit_router_prefix_list_associations.py +32 -11
- pulumi_alicloud/cen/get_transit_router_route_entries.py +29 -5
- pulumi_alicloud/cen/get_transit_router_route_table_associations.py +34 -9
- pulumi_alicloud/cen/get_transit_router_route_table_propagations.py +20 -9
- pulumi_alicloud/cen/get_transit_router_route_tables.py +112 -19
- pulumi_alicloud/cen/get_transit_router_service.py +16 -11
- pulumi_alicloud/cen/get_transit_router_vbr_attachments.py +22 -5
- pulumi_alicloud/cen/get_transit_router_vpc_attachments.py +200 -23
- pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +27 -11
- pulumi_alicloud/cen/get_transit_routers.py +27 -9
- pulumi_alicloud/cen/get_vbr_health_checks.py +23 -5
- pulumi_alicloud/cen/instance.py +127 -77
- pulumi_alicloud/cen/instance_attachment.py +13 -12
- pulumi_alicloud/cen/instance_grant.py +23 -70
- pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +37 -54
- pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +37 -52
- pulumi_alicloud/cen/outputs.py +377 -57
- pulumi_alicloud/cen/private_zone.py +86 -81
- pulumi_alicloud/cen/route_entry.py +41 -36
- pulumi_alicloud/cen/route_map.py +27 -34
- pulumi_alicloud/cen/route_service.py +17 -16
- pulumi_alicloud/cen/traffic_marking_policy.py +129 -65
- pulumi_alicloud/cen/transit_route_table_aggregation.py +15 -14
- pulumi_alicloud/cen/transit_router.py +25 -24
- pulumi_alicloud/cen/transit_router_cidr.py +13 -12
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +589 -0
- pulumi_alicloud/cen/transit_router_grant_attachment.py +13 -12
- pulumi_alicloud/cen/transit_router_multicast_domain.py +27 -26
- pulumi_alicloud/cen/transit_router_multicast_domain_association.py +31 -30
- pulumi_alicloud/cen/transit_router_multicast_domain_member.py +5 -0
- pulumi_alicloud/cen/transit_router_multicast_domain_peer_member.py +39 -54
- pulumi_alicloud/cen/transit_router_multicast_domain_source.py +5 -0
- pulumi_alicloud/cen/transit_router_peer_attachment.py +162 -70
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +49 -20
- pulumi_alicloud/cen/transit_router_route_entry.py +25 -24
- pulumi_alicloud/cen/transit_router_route_table.py +27 -26
- pulumi_alicloud/cen/transit_router_route_table_association.py +89 -84
- pulumi_alicloud/cen/transit_router_route_table_propagation.py +43 -42
- pulumi_alicloud/cen/transit_router_vbr_attachment.py +123 -100
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +396 -188
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +108 -105
- pulumi_alicloud/cen/vbr_health_check.py +30 -29
- pulumi_alicloud/cfg/_inputs.py +115 -0
- pulumi_alicloud/cfg/aggregate_compliance_pack.py +42 -47
- pulumi_alicloud/cfg/aggregate_config_rule.py +35 -34
- pulumi_alicloud/cfg/aggregate_delivery.py +260 -118
- pulumi_alicloud/cfg/aggregator.py +38 -23
- pulumi_alicloud/cfg/compliance_pack.py +38 -43
- pulumi_alicloud/cfg/configuration_recorder.py +5 -4
- pulumi_alicloud/cfg/delivery.py +280 -130
- pulumi_alicloud/cfg/delivery_channel.py +5 -0
- pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +27 -11
- pulumi_alicloud/cfg/get_aggregate_config_rules.py +33 -13
- pulumi_alicloud/cfg/get_aggregate_deliveries.py +39 -11
- pulumi_alicloud/cfg/get_aggregators.py +25 -11
- pulumi_alicloud/cfg/get_compliance_packs.py +25 -11
- pulumi_alicloud/cfg/get_configuration_recorders.py +18 -17
- pulumi_alicloud/cfg/get_deliveries.py +32 -11
- pulumi_alicloud/cfg/get_delivery_channels.py +21 -13
- pulumi_alicloud/cfg/get_rules.py +33 -19
- pulumi_alicloud/cfg/outputs.py +39 -26
- pulumi_alicloud/cfg/remediation.py +33 -20
- pulumi_alicloud/cfg/rule.py +40 -57
- pulumi_alicloud/chatbot/get_agents.py +24 -9
- pulumi_alicloud/chatbot/outputs.py +5 -0
- pulumi_alicloud/chatbot/publish_task.py +11 -10
- pulumi_alicloud/clickhouse/_inputs.py +78 -0
- pulumi_alicloud/clickhouse/account.py +81 -35
- pulumi_alicloud/clickhouse/backup_policy.py +17 -16
- pulumi_alicloud/clickhouse/db_cluster.py +145 -37
- pulumi_alicloud/clickhouse/get_accounts.py +85 -31
- pulumi_alicloud/clickhouse/get_backup_policies.py +16 -9
- pulumi_alicloud/clickhouse/get_db_clusters.py +30 -17
- pulumi_alicloud/clickhouse/get_regions.py +22 -13
- pulumi_alicloud/clickhouse/outputs.py +57 -2
- pulumi_alicloud/cloudauth/face_config.py +5 -0
- pulumi_alicloud/cloudauth/get_face_configs.py +25 -15
- pulumi_alicloud/cloudauth/outputs.py +5 -0
- pulumi_alicloud/cloudconnect/get_networks.py +27 -15
- pulumi_alicloud/cloudconnect/network.py +7 -4
- pulumi_alicloud/cloudconnect/network_attachment.py +13 -10
- pulumi_alicloud/cloudconnect/network_grant.py +25 -42
- pulumi_alicloud/cloudconnect/outputs.py +5 -0
- pulumi_alicloud/cloudfirewall/__init__.py +3 -0
- pulumi_alicloud/cloudfirewall/_inputs.py +351 -0
- pulumi_alicloud/cloudfirewall/address_book.py +22 -21
- pulumi_alicloud/cloudfirewall/control_policy.py +646 -136
- pulumi_alicloud/cloudfirewall/control_policy_order.py +65 -48
- pulumi_alicloud/cloudfirewall/firewall_vpc_firewall.py +59 -58
- pulumi_alicloud/cloudfirewall/firewall_vpc_firewall_cen.py +22 -21
- pulumi_alicloud/cloudfirewall/firewall_vpc_firewall_control_policy.py +13 -12
- pulumi_alicloud/cloudfirewall/get_address_books.py +21 -9
- pulumi_alicloud/cloudfirewall/get_control_policies.py +33 -9
- pulumi_alicloud/cloudfirewall/get_instance_members.py +26 -13
- pulumi_alicloud/cloudfirewall/get_instances.py +36 -14
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +38 -13
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +84 -15
- pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +35 -11
- pulumi_alicloud/cloudfirewall/instance.py +200 -131
- pulumi_alicloud/cloudfirewall/instance_member.py +49 -0
- pulumi_alicloud/cloudfirewall/nat_firewall.py +816 -0
- pulumi_alicloud/cloudfirewall/nat_firewall_control_policy.py +1594 -0
- pulumi_alicloud/cloudfirewall/outputs.py +96 -4
- pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +934 -0
- pulumi_alicloud/cloudmonitor/_inputs.py +89 -0
- pulumi_alicloud/cloudmonitor/get_service_hybrid_double_writes.py +34 -19
- pulumi_alicloud/cloudmonitor/outputs.py +5 -0
- pulumi_alicloud/cloudmonitor/service_basic_public.py +5 -4
- pulumi_alicloud/cloudmonitor/service_enterprise_public.py +5 -4
- pulumi_alicloud/cloudmonitor/service_group_monitoring_agent_process.py +65 -64
- pulumi_alicloud/cloudmonitor/service_hybrid_double_write.py +15 -14
- pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +33 -28
- pulumi_alicloud/cloudsso/_inputs.py +45 -6
- pulumi_alicloud/cloudsso/access_configuration.py +110 -39
- pulumi_alicloud/cloudsso/access_configuration_provisioning.py +5 -0
- pulumi_alicloud/cloudsso/access_management.py +5 -0
- pulumi_alicloud/cloudsso/directory.py +46 -5
- pulumi_alicloud/cloudsso/get_access_assignments.py +30 -13
- pulumi_alicloud/cloudsso/get_access_configurations.py +23 -9
- pulumi_alicloud/cloudsso/get_directories.py +21 -9
- pulumi_alicloud/cloudsso/get_groups.py +25 -11
- pulumi_alicloud/cloudsso/get_scim_server_credentials.py +20 -9
- pulumi_alicloud/cloudsso/get_service.py +14 -9
- pulumi_alicloud/cloudsso/get_users.py +31 -13
- pulumi_alicloud/cloudsso/group.py +5 -0
- pulumi_alicloud/cloudsso/outputs.py +13 -8
- pulumi_alicloud/cloudsso/scim_server_credential.py +5 -0
- pulumi_alicloud/cloudsso/user.py +5 -0
- pulumi_alicloud/cloudsso/user_attachment.py +5 -0
- pulumi_alicloud/cloudstoragegateway/express_sync.py +5 -0
- pulumi_alicloud/cloudstoragegateway/express_sync_share_attachment.py +5 -0
- pulumi_alicloud/cloudstoragegateway/gateway.py +173 -92
- pulumi_alicloud/cloudstoragegateway/gateway_block_volume.py +5 -0
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +79 -27
- pulumi_alicloud/cloudstoragegateway/gateway_file_share.py +5 -0
- pulumi_alicloud/cloudstoragegateway/gateway_logging.py +5 -0
- pulumi_alicloud/cloudstoragegateway/gateway_smb_user.py +5 -0
- pulumi_alicloud/cloudstoragegateway/get_express_syncs.py +19 -9
- pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +25 -11
- pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +22 -11
- pulumi_alicloud/cloudstoragegateway/get_gateway_file_shares.py +21 -9
- pulumi_alicloud/cloudstoragegateway/get_gateway_smb_users.py +30 -19
- pulumi_alicloud/cloudstoragegateway/get_gateways.py +28 -9
- pulumi_alicloud/cloudstoragegateway/get_service.py +14 -9
- pulumi_alicloud/cloudstoragegateway/get_stocks.py +16 -9
- pulumi_alicloud/cloudstoragegateway/get_storage_bundles.py +26 -5
- pulumi_alicloud/cloudstoragegateway/outputs.py +5 -0
- pulumi_alicloud/cloudstoragegateway/storage_bundle.py +5 -4
- pulumi_alicloud/cms/__init__.py +1 -0
- pulumi_alicloud/cms/_inputs.py +1037 -68
- pulumi_alicloud/cms/alarm.py +176 -140
- pulumi_alicloud/cms/alarm_contact.py +5 -4
- pulumi_alicloud/cms/alarm_contact_group.py +5 -4
- pulumi_alicloud/cms/dynamic_tag_group.py +71 -68
- pulumi_alicloud/cms/event_rule.py +54 -53
- pulumi_alicloud/cms/get_alarm_contact_groups.py +19 -9
- pulumi_alicloud/cms/get_alarm_contacts.py +25 -11
- pulumi_alicloud/cms/get_dynamic_tag_groups.py +34 -23
- pulumi_alicloud/cms/get_event_rules.py +29 -11
- pulumi_alicloud/cms/get_group_metric_rules.py +37 -13
- pulumi_alicloud/cms/get_hybrid_monitor_datas.py +24 -9
- pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +24 -11
- pulumi_alicloud/cms/get_hybrid_monitor_sls_tasks.py +26 -11
- pulumi_alicloud/cms/get_metric_rule_black_lists.py +35 -13
- pulumi_alicloud/cms/get_metric_rule_templates.py +27 -9
- pulumi_alicloud/cms/get_monitor_group_instances.py +18 -5
- pulumi_alicloud/cms/get_monitor_groups.py +38 -16
- pulumi_alicloud/cms/get_namespaces.py +22 -9
- pulumi_alicloud/cms/get_service.py +14 -9
- pulumi_alicloud/cms/get_site_monitors.py +258 -0
- pulumi_alicloud/cms/get_sls_groups.py +25 -9
- pulumi_alicloud/cms/group_metric_rule.py +49 -48
- pulumi_alicloud/cms/hybrid_monitor_fc_task.py +48 -45
- pulumi_alicloud/cms/hybrid_monitor_sls_task.py +15 -10
- pulumi_alicloud/cms/metric_rule_black_list.py +44 -39
- pulumi_alicloud/cms/metric_rule_template.py +92 -124
- pulumi_alicloud/cms/monitor_group.py +19 -18
- pulumi_alicloud/cms/monitor_group_instances.py +28 -27
- pulumi_alicloud/cms/namespace.py +5 -6
- pulumi_alicloud/cms/outputs.py +379 -158
- pulumi_alicloud/cms/site_monitor.py +24 -25
- pulumi_alicloud/cms/sls_group.py +10 -5
- pulumi_alicloud/compute/_inputs.py +59 -2
- pulumi_alicloud/compute/get_nest_service_instances.py +34 -18
- pulumi_alicloud/compute/nest_service_instance.py +67 -66
- pulumi_alicloud/compute/outputs.py +12 -7
- pulumi_alicloud/config/__init__.pyi +7 -0
- pulumi_alicloud/config/outputs.py +303 -2
- pulumi_alicloud/config/vars.py +9 -0
- pulumi_alicloud/cr/_inputs.py +253 -0
- pulumi_alicloud/cr/chain.py +252 -239
- pulumi_alicloud/cr/chart_namespace.py +25 -16
- pulumi_alicloud/cr/chart_repository.py +27 -18
- pulumi_alicloud/cr/endpoint_acl_policy.py +23 -14
- pulumi_alicloud/cr/get_chains.py +27 -9
- pulumi_alicloud/cr/get_chart_namespaces.py +23 -7
- pulumi_alicloud/cr/get_chart_repositories.py +25 -13
- pulumi_alicloud/cr/get_endpoint_acl_policies.py +22 -11
- pulumi_alicloud/cr/get_endpoint_acl_service.py +26 -15
- pulumi_alicloud/cr/get_namespaces.py +20 -9
- pulumi_alicloud/cr/get_repos.py +24 -9
- pulumi_alicloud/cr/get_service.py +16 -9
- pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +26 -9
- pulumi_alicloud/cr/namespace.py +15 -4
- pulumi_alicloud/cr/outputs.py +102 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +516 -104
- pulumi_alicloud/cr/repo.py +24 -19
- pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +45 -22
- pulumi_alicloud/cs/_inputs.py +1881 -75
- pulumi_alicloud/cs/application.py +16 -11
- pulumi_alicloud/cs/autoscaling_config.py +56 -0
- pulumi_alicloud/cs/cluster.py +9 -10
- pulumi_alicloud/cs/edge_kubernetes.py +132 -127
- pulumi_alicloud/cs/get_ack_service.py +16 -9
- pulumi_alicloud/cs/get_cluster_credential.py +21 -5
- pulumi_alicloud/cs/get_edge_kubernetes_clusters.py +23 -9
- pulumi_alicloud/cs/get_kubernetes_addon_metadata.py +18 -33
- pulumi_alicloud/cs/get_kubernetes_addons.py +19 -5
- pulumi_alicloud/cs/get_kubernetes_clusters.py +35 -17
- pulumi_alicloud/cs/get_kubernetes_permission.py +24 -15
- pulumi_alicloud/cs/get_kubernetes_version.py +26 -21
- pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +31 -15
- pulumi_alicloud/cs/get_registry_enterprise_instances.py +23 -9
- pulumi_alicloud/cs/get_registry_enterprise_namespaces.py +23 -9
- pulumi_alicloud/cs/get_registry_enterprise_repos.py +27 -9
- pulumi_alicloud/cs/get_registry_enterprise_sync_rules.py +29 -9
- pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +33 -15
- pulumi_alicloud/cs/kubernetes.py +175 -125
- pulumi_alicloud/cs/kubernetes_addon.py +9 -8
- pulumi_alicloud/cs/kubernetes_autoscaler.py +10 -5
- pulumi_alicloud/cs/kubernetes_permission.py +10 -5
- pulumi_alicloud/cs/managed_kubernetes.py +281 -133
- pulumi_alicloud/cs/node_pool.py +430 -180
- pulumi_alicloud/cs/outputs.py +768 -67
- pulumi_alicloud/cs/registry_enterprise_namespace.py +97 -74
- pulumi_alicloud/cs/registry_enterprise_repo.py +101 -74
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +446 -138
- pulumi_alicloud/cs/serverless_kubernetes.py +369 -324
- pulumi_alicloud/cs/swarm.py +9 -10
- pulumi_alicloud/das/switch_das_pro.py +29 -28
- pulumi_alicloud/databasefilesystem/_inputs.py +17 -4
- pulumi_alicloud/databasefilesystem/auto_snap_shot_policy.py +9 -8
- pulumi_alicloud/databasefilesystem/get_auto_snap_shot_policies.py +25 -11
- pulumi_alicloud/databasefilesystem/get_instances.py +23 -11
- pulumi_alicloud/databasefilesystem/get_snapshots.py +23 -11
- pulumi_alicloud/databasefilesystem/instance.py +50 -43
- pulumi_alicloud/databasefilesystem/instance_attachment.py +70 -69
- pulumi_alicloud/databasefilesystem/outputs.py +5 -4
- pulumi_alicloud/databasefilesystem/service_linked_role.py +7 -6
- pulumi_alicloud/databasefilesystem/snapshot.py +58 -109
- pulumi_alicloud/databasegateway/gateway.py +5 -4
- pulumi_alicloud/databasegateway/get_gateways.py +25 -9
- pulumi_alicloud/databasegateway/outputs.py +5 -0
- pulumi_alicloud/datahub/get_service.py +14 -9
- pulumi_alicloud/datahub/project.py +11 -6
- pulumi_alicloud/datahub/subscription.py +21 -14
- pulumi_alicloud/datahub/topic.py +33 -24
- pulumi_alicloud/dataworks/__init__.py +5 -0
- pulumi_alicloud/dataworks/_inputs.py +95 -0
- pulumi_alicloud/dataworks/data_source.py +686 -0
- pulumi_alicloud/dataworks/data_source_shared_rule.py +378 -0
- pulumi_alicloud/dataworks/folder.py +9 -8
- pulumi_alicloud/dataworks/get_folders.py +32 -13
- pulumi_alicloud/dataworks/get_service.py +14 -9
- pulumi_alicloud/dataworks/outputs.py +49 -0
- pulumi_alicloud/dataworks/project.py +609 -0
- pulumi_alicloud/dataworks/project_member.py +380 -0
- pulumi_alicloud/dbs/backup_plan.py +47 -38
- pulumi_alicloud/dbs/get_backup_plans.py +31 -11
- pulumi_alicloud/dbs/outputs.py +5 -0
- pulumi_alicloud/dcdn/_inputs.py +992 -33
- pulumi_alicloud/dcdn/domain.py +406 -256
- pulumi_alicloud/dcdn/domain_config.py +70 -69
- pulumi_alicloud/dcdn/er.py +30 -29
- pulumi_alicloud/dcdn/get_domains.py +37 -11
- pulumi_alicloud/dcdn/get_ipa_domains.py +41 -15
- pulumi_alicloud/dcdn/get_kv_account.py +13 -9
- pulumi_alicloud/dcdn/get_service.py +14 -9
- pulumi_alicloud/dcdn/get_waf_domains.py +25 -11
- pulumi_alicloud/dcdn/get_waf_policies.py +33 -13
- pulumi_alicloud/dcdn/get_waf_rules.py +24 -11
- pulumi_alicloud/dcdn/ipa_domain.py +32 -31
- pulumi_alicloud/dcdn/kv.py +15 -14
- pulumi_alicloud/dcdn/kv_namespace.py +11 -10
- pulumi_alicloud/dcdn/outputs.py +29 -28
- pulumi_alicloud/dcdn/waf_domain.py +29 -28
- pulumi_alicloud/dcdn/waf_policy.py +13 -12
- pulumi_alicloud/dcdn/waf_policy_domain_attachment.py +35 -34
- pulumi_alicloud/dcdn/waf_rule.py +67 -66
- pulumi_alicloud/ddos/__init__.py +1 -0
- pulumi_alicloud/ddos/_inputs.py +1227 -9
- pulumi_alicloud/ddos/basic_defense_threshold.py +11 -10
- pulumi_alicloud/ddos/basic_threshold.py +31 -26
- pulumi_alicloud/ddos/bgp_ip.py +62 -12
- pulumi_alicloud/ddos/bgp_policy.py +348 -0
- pulumi_alicloud/ddos/ddos_bgp_instance.py +7 -4
- pulumi_alicloud/ddos/ddos_coo_instance.py +7 -4
- pulumi_alicloud/ddos/domain_resource.py +472 -92
- pulumi_alicloud/ddos/get_ddos_bgp_instances.py +27 -15
- pulumi_alicloud/ddos/get_ddos_bgp_ips.py +32 -11
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +30 -13
- pulumi_alicloud/ddos/get_ddos_coo_instances.py +19 -9
- pulumi_alicloud/ddos/get_ddos_coo_ports.py +40 -15
- pulumi_alicloud/ddos/outputs.py +883 -14
- pulumi_alicloud/ddos/port.py +123 -50
- pulumi_alicloud/ddos/scheduler_rule.py +38 -37
- pulumi_alicloud/dds/get_mongo_instances.py +30 -8
- pulumi_alicloud/dds/outputs.py +7 -2
- pulumi_alicloud/dfs/_inputs.py +43 -0
- pulumi_alicloud/dfs/access_group.py +21 -22
- pulumi_alicloud/dfs/access_rule.py +23 -22
- pulumi_alicloud/dfs/file_system.py +73 -51
- pulumi_alicloud/dfs/get_access_groups.py +27 -9
- pulumi_alicloud/dfs/get_access_rules.py +18 -9
- pulumi_alicloud/dfs/get_file_systems.py +19 -9
- pulumi_alicloud/dfs/get_mount_points.py +20 -9
- pulumi_alicloud/dfs/get_zones.py +14 -9
- pulumi_alicloud/dfs/mount_point.py +59 -76
- pulumi_alicloud/dfs/outputs.py +5 -0
- pulumi_alicloud/dfs/vsc_mount_point.py +19 -18
- pulumi_alicloud/directmail/domain.py +13 -12
- pulumi_alicloud/directmail/get_domains.py +56 -33
- pulumi_alicloud/directmail/get_mail_addresses.py +24 -11
- pulumi_alicloud/directmail/get_receivers.py +25 -11
- pulumi_alicloud/directmail/get_tags.py +19 -9
- pulumi_alicloud/directmail/mail_address.py +5 -0
- pulumi_alicloud/directmail/outputs.py +136 -32
- pulumi_alicloud/directmail/receivers.py +5 -0
- pulumi_alicloud/directmail/tag.py +5 -4
- pulumi_alicloud/dms/enterprise_authority_template.py +11 -10
- pulumi_alicloud/dms/enterprise_instance.py +44 -49
- pulumi_alicloud/dms/enterprise_logic_database.py +5 -4
- pulumi_alicloud/dms/enterprise_proxy.py +43 -38
- pulumi_alicloud/dms/enterprise_proxy_access.py +5 -4
- pulumi_alicloud/dms/enterprise_user.py +16 -19
- pulumi_alicloud/dms/get_enterprise_databases.py +20 -9
- pulumi_alicloud/dms/get_enterprise_instances.py +40 -13
- pulumi_alicloud/dms/get_enterprise_logic_databases.py +16 -5
- pulumi_alicloud/dms/get_enterprise_proxies.py +18 -9
- pulumi_alicloud/dms/get_enterprise_proxy_accesses.py +26 -15
- pulumi_alicloud/dms/get_enterprise_users.py +29 -9
- pulumi_alicloud/dms/get_user_tenants.py +21 -9
- pulumi_alicloud/dms/outputs.py +5 -0
- pulumi_alicloud/dns/_inputs.py +145 -0
- pulumi_alicloud/dns/access_strategy.py +20 -15
- pulumi_alicloud/dns/address_pool.py +120 -5
- pulumi_alicloud/dns/alidns_domain.py +25 -24
- pulumi_alicloud/dns/alidns_domain_attachment.py +15 -14
- pulumi_alicloud/dns/alidns_instance.py +5 -4
- pulumi_alicloud/dns/alidns_record.py +11 -10
- pulumi_alicloud/dns/custom_line.py +18 -17
- pulumi_alicloud/dns/ddos_bgp_instance.py +7 -4
- pulumi_alicloud/dns/ddos_coo_instance.py +7 -4
- pulumi_alicloud/dns/dns_domain.py +19 -18
- pulumi_alicloud/dns/domain.py +11 -6
- pulumi_alicloud/dns/domain_attachment.py +9 -8
- pulumi_alicloud/dns/domain_group.py +8 -13
- pulumi_alicloud/dns/get_access_strategies.py +33 -11
- pulumi_alicloud/dns/get_address_pools.py +23 -9
- pulumi_alicloud/dns/get_alidns_domain_groups.py +19 -9
- pulumi_alicloud/dns/get_alidns_domains.py +48 -14
- pulumi_alicloud/dns/get_alidns_instances.py +22 -9
- pulumi_alicloud/dns/get_alidns_records.py +72 -9
- pulumi_alicloud/dns/get_custom_lines.py +25 -9
- pulumi_alicloud/dns/get_domain_groups.py +19 -5
- pulumi_alicloud/dns/get_domain_records.py +31 -5
- pulumi_alicloud/dns/get_domain_txt_guid.py +21 -9
- pulumi_alicloud/dns/get_domains.py +48 -14
- pulumi_alicloud/dns/get_groups.py +19 -9
- pulumi_alicloud/dns/get_gtm_instances.py +19 -9
- pulumi_alicloud/dns/get_instances.py +22 -9
- pulumi_alicloud/dns/get_records.py +37 -15
- pulumi_alicloud/dns/get_resolution_lines.py +26 -9
- pulumi_alicloud/dns/group.py +7 -6
- pulumi_alicloud/dns/gtm_instance.py +30 -29
- pulumi_alicloud/dns/instance.py +5 -4
- pulumi_alicloud/dns/monitor_config.py +56 -55
- pulumi_alicloud/dns/outputs.py +31 -10
- pulumi_alicloud/dns/record.py +11 -4
- pulumi_alicloud/drds/get_instances.py +26 -16
- pulumi_alicloud/drds/instance.py +17 -16
- pulumi_alicloud/drds/outputs.py +5 -0
- pulumi_alicloud/drds/polardbx_instance.py +19 -18
- pulumi_alicloud/dts/consumer_channel.py +57 -40
- pulumi_alicloud/dts/get_consumer_channels.py +18 -9
- pulumi_alicloud/dts/get_instances.py +27 -11
- pulumi_alicloud/dts/get_migration_jobs.py +21 -9
- pulumi_alicloud/dts/get_subscription_jobs.py +30 -16
- pulumi_alicloud/dts/get_synchronization_jobs.py +24 -11
- pulumi_alicloud/dts/instance.py +52 -30
- pulumi_alicloud/dts/job_monitor_rule.py +5 -0
- pulumi_alicloud/dts/migration_instance.py +27 -26
- pulumi_alicloud/dts/migration_job.py +5 -0
- pulumi_alicloud/dts/outputs.py +11 -6
- pulumi_alicloud/dts/subscription_job.py +75 -58
- pulumi_alicloud/dts/synchronization_instance.py +13 -12
- pulumi_alicloud/dts/synchronization_job.py +5 -0
- pulumi_alicloud/eais/get_instances.py +25 -7
- pulumi_alicloud/eais/instance.py +68 -65
- pulumi_alicloud/eais/outputs.py +5 -0
- pulumi_alicloud/ebs/_inputs.py +118 -8
- pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +5 -0
- pulumi_alicloud/ebs/disk_replica_group.py +53 -0
- pulumi_alicloud/ebs/disk_replica_pair.py +5 -0
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +58 -57
- pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +19 -18
- pulumi_alicloud/ebs/get_dedicated_block_storage_clusters.py +21 -11
- pulumi_alicloud/ebs/get_disk_replica_groups.py +16 -9
- pulumi_alicloud/ebs/get_disk_replica_pairs.py +22 -11
- pulumi_alicloud/ebs/get_regions.py +18 -11
- pulumi_alicloud/ebs/outputs.py +5 -8
- pulumi_alicloud/ebs/replica_group_drill.py +5 -4
- pulumi_alicloud/ebs/replica_pair_drill.py +5 -4
- pulumi_alicloud/ebs/solution_instance.py +136 -135
- pulumi_alicloud/eci/_inputs.py +612 -182
- pulumi_alicloud/eci/container_group.py +232 -180
- pulumi_alicloud/eci/get_container_groups.py +46 -20
- pulumi_alicloud/eci/get_image_caches.py +27 -9
- pulumi_alicloud/eci/get_virtual_nodes.py +42 -22
- pulumi_alicloud/eci/get_zones.py +14 -9
- pulumi_alicloud/eci/image_cache.py +32 -27
- pulumi_alicloud/eci/open_api_image_cache.py +8 -3
- pulumi_alicloud/eci/outputs.py +60 -217
- pulumi_alicloud/eci/virtual_node.py +56 -51
- pulumi_alicloud/ecp/get_instance_types.py +14 -9
- pulumi_alicloud/ecp/get_instances.py +121 -13
- pulumi_alicloud/ecp/get_key_pairs.py +21 -9
- pulumi_alicloud/ecp/get_zones.py +14 -9
- pulumi_alicloud/ecp/instance.py +232 -181
- pulumi_alicloud/ecp/key_pair.py +5 -4
- pulumi_alicloud/ecp/outputs.py +5 -0
- pulumi_alicloud/ecs/__init__.py +1 -0
- pulumi_alicloud/ecs/_inputs.py +1035 -45
- pulumi_alicloud/ecs/activation.py +5 -4
- pulumi_alicloud/ecs/auto_provisioning_group.py +44 -37
- pulumi_alicloud/ecs/auto_snapshot_policy.py +342 -145
- pulumi_alicloud/ecs/capacity_reservation.py +35 -34
- pulumi_alicloud/ecs/command.py +7 -4
- pulumi_alicloud/ecs/copy_image.py +18 -19
- pulumi_alicloud/ecs/dedicated_host.py +24 -19
- pulumi_alicloud/ecs/disk.py +213 -59
- pulumi_alicloud/ecs/disk_attachment.py +17 -12
- pulumi_alicloud/ecs/ecs_auto_snapshot_policy_attachment.py +19 -16
- pulumi_alicloud/ecs/ecs_dedicated_host_cluster.py +25 -24
- pulumi_alicloud/ecs/ecs_deployment_set.py +34 -19
- pulumi_alicloud/ecs/ecs_disk.py +455 -139
- pulumi_alicloud/ecs/ecs_disk_attachment.py +33 -30
- pulumi_alicloud/ecs/ecs_image_component.py +240 -66
- pulumi_alicloud/ecs/ecs_image_pipeline.py +47 -44
- pulumi_alicloud/ecs/ecs_instance_set.py +81 -41
- pulumi_alicloud/ecs/ecs_invocation.py +51 -44
- pulumi_alicloud/ecs/ecs_key_pair.py +93 -70
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +40 -41
- pulumi_alicloud/ecs/ecs_launch_template.py +474 -195
- pulumi_alicloud/ecs/ecs_network_interface.py +148 -79
- pulumi_alicloud/ecs/ecs_network_interface_attachment.py +109 -59
- pulumi_alicloud/ecs/ecs_network_interface_permission.py +5 -0
- pulumi_alicloud/ecs/ecs_prefix_list.py +22 -21
- pulumi_alicloud/ecs/ecs_session_manager_status.py +5 -4
- pulumi_alicloud/ecs/ecs_snapshot.py +270 -93
- pulumi_alicloud/ecs/ecs_snapshot_group.py +59 -50
- pulumi_alicloud/ecs/eip.py +93 -36
- pulumi_alicloud/ecs/eip_address.py +595 -214
- pulumi_alicloud/ecs/eip_association.py +236 -86
- pulumi_alicloud/ecs/eip_segment_address.py +320 -141
- pulumi_alicloud/ecs/elasticity_assurance.py +67 -14
- pulumi_alicloud/ecs/get_activations.py +23 -9
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +30 -16
- pulumi_alicloud/ecs/get_capacity_reservations.py +42 -18
- pulumi_alicloud/ecs/get_commands.py +33 -13
- pulumi_alicloud/ecs/get_dedicated_hosts.py +50 -22
- pulumi_alicloud/ecs/get_disks.py +81 -26
- pulumi_alicloud/ecs/get_ecs_dedicated_host_clusters.py +32 -14
- pulumi_alicloud/ecs/get_ecs_deployment_sets.py +25 -11
- pulumi_alicloud/ecs/get_ecs_disks.py +206 -58
- pulumi_alicloud/ecs/get_ecs_image_components.py +40 -18
- pulumi_alicloud/ecs/get_ecs_image_pipeline.py +30 -14
- pulumi_alicloud/ecs/get_ecs_invocations.py +30 -13
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +32 -19
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +202 -20
- pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +27 -11
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +108 -36
- pulumi_alicloud/ecs/get_ecs_prefix_lists.py +25 -11
- pulumi_alicloud/ecs/get_ecs_snapshot_groups.py +34 -16
- pulumi_alicloud/ecs/get_ecs_snapshots.py +64 -28
- pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +23 -11
- pulumi_alicloud/ecs/get_eip_addresses.py +69 -32
- pulumi_alicloud/ecs/get_eips.py +57 -20
- pulumi_alicloud/ecs/get_elasticity_assurances.py +31 -16
- pulumi_alicloud/ecs/get_hpc_clusters.py +19 -9
- pulumi_alicloud/ecs/get_images.py +82 -22
- pulumi_alicloud/ecs/get_instance_keywords.py +17 -9
- pulumi_alicloud/ecs/get_instance_type_families.py +23 -9
- pulumi_alicloud/ecs/get_instance_types.py +169 -19
- pulumi_alicloud/ecs/get_instances.py +52 -21
- pulumi_alicloud/ecs/get_key_pairs.py +36 -21
- pulumi_alicloud/ecs/get_network_interfaces.py +109 -71
- pulumi_alicloud/ecs/get_security_group_rules.py +40 -17
- pulumi_alicloud/ecs/get_security_groups.py +41 -20
- pulumi_alicloud/ecs/get_snapshots.py +50 -14
- pulumi_alicloud/ecs/hpc_cluster.py +11 -6
- pulumi_alicloud/ecs/image.py +657 -174
- pulumi_alicloud/ecs/image_copy.py +60 -77
- pulumi_alicloud/ecs/image_export.py +41 -36
- pulumi_alicloud/ecs/image_import.py +186 -115
- pulumi_alicloud/ecs/image_pipeline_execution.py +245 -0
- pulumi_alicloud/ecs/image_share_permission.py +53 -40
- pulumi_alicloud/ecs/instance.py +712 -231
- pulumi_alicloud/ecs/key_pair.py +43 -28
- pulumi_alicloud/ecs/key_pair_attachment.py +8 -9
- pulumi_alicloud/ecs/launch_template.py +325 -154
- pulumi_alicloud/ecs/outputs.py +729 -190
- pulumi_alicloud/ecs/reserved_instance.py +32 -37
- pulumi_alicloud/ecs/security_group.py +180 -101
- pulumi_alicloud/ecs/security_group_rule.py +82 -59
- pulumi_alicloud/ecs/snapshot.py +89 -34
- pulumi_alicloud/ecs/snapshot_policy.py +171 -15
- pulumi_alicloud/ecs/storage_capacity_unit.py +5 -4
- pulumi_alicloud/edas/_inputs.py +73 -0
- pulumi_alicloud/edas/application.py +23 -22
- pulumi_alicloud/edas/application_deployment.py +41 -40
- pulumi_alicloud/edas/application_scale.py +55 -46
- pulumi_alicloud/edas/cluster.py +13 -12
- pulumi_alicloud/edas/deploy_group.py +27 -26
- pulumi_alicloud/edas/get_applications.py +19 -9
- pulumi_alicloud/edas/get_clusters.py +23 -11
- pulumi_alicloud/edas/get_deploy_groups.py +19 -5
- pulumi_alicloud/edas/get_namespaces.py +19 -9
- pulumi_alicloud/edas/get_service.py +14 -9
- pulumi_alicloud/edas/instance_cluster_attachment.py +35 -34
- pulumi_alicloud/edas/k8s_application.py +17 -36
- pulumi_alicloud/edas/k8s_cluster.py +5 -0
- pulumi_alicloud/edas/k8s_slb_attachment.py +10 -5
- pulumi_alicloud/edas/namespace.py +17 -12
- pulumi_alicloud/edas/outputs.py +5 -0
- pulumi_alicloud/edas/slb_attachment.py +41 -40
- pulumi_alicloud/eds/_inputs.py +69 -0
- pulumi_alicloud/eds/ad_connector_directory.py +19 -18
- pulumi_alicloud/eds/ad_connector_office_site.py +32 -10
- pulumi_alicloud/eds/bundle.py +15 -14
- pulumi_alicloud/eds/command.py +47 -46
- pulumi_alicloud/eds/custom_property.py +16 -15
- pulumi_alicloud/eds/desktop.py +59 -58
- pulumi_alicloud/eds/ecd_policy_group.py +45 -44
- pulumi_alicloud/eds/get_ad_connector_directories.py +23 -11
- pulumi_alicloud/eds/get_ad_connector_office_sites.py +41 -11
- pulumi_alicloud/eds/get_bundles.py +23 -11
- pulumi_alicloud/eds/get_commands.py +64 -49
- pulumi_alicloud/eds/get_custom_properties.py +16 -9
- pulumi_alicloud/eds/get_desktop_types.py +30 -13
- pulumi_alicloud/eds/get_desktops.py +69 -51
- pulumi_alicloud/eds/get_images.py +67 -49
- pulumi_alicloud/eds/get_nas_file_systems.py +29 -15
- pulumi_alicloud/eds/get_network_packages.py +26 -17
- pulumi_alicloud/eds/get_policy_groups.py +47 -35
- pulumi_alicloud/eds/get_ram_directories.py +23 -11
- pulumi_alicloud/eds/get_simple_office_sites.py +23 -11
- pulumi_alicloud/eds/get_snapshots.py +27 -13
- pulumi_alicloud/eds/get_users.py +20 -11
- pulumi_alicloud/eds/get_zones.py +15 -9
- pulumi_alicloud/eds/image.py +47 -46
- pulumi_alicloud/eds/nas_file_system.py +11 -10
- pulumi_alicloud/eds/network_package.py +29 -14
- pulumi_alicloud/eds/outputs.py +21 -20
- pulumi_alicloud/eds/ram_directory.py +19 -14
- pulumi_alicloud/eds/simple_office_site.py +23 -34
- pulumi_alicloud/eds/snapshot.py +47 -46
- pulumi_alicloud/eds/user.py +11 -10
- pulumi_alicloud/eflo/get_subnets.py +43 -15
- pulumi_alicloud/eflo/get_vpds.py +37 -13
- pulumi_alicloud/eflo/outputs.py +5 -0
- pulumi_alicloud/eflo/subnet.py +17 -16
- pulumi_alicloud/eflo/vpd.py +11 -10
- pulumi_alicloud/ehpc/_inputs.py +87 -0
- pulumi_alicloud/ehpc/cluster.py +118 -47
- pulumi_alicloud/ehpc/get_clusters.py +36 -13
- pulumi_alicloud/ehpc/get_job_templates.py +21 -11
- pulumi_alicloud/ehpc/job_template.py +11 -10
- pulumi_alicloud/ehpc/outputs.py +39 -2
- pulumi_alicloud/eipanycast/_inputs.py +17 -0
- pulumi_alicloud/eipanycast/anycast_eip_address.py +19 -18
- pulumi_alicloud/eipanycast/anycast_eip_address_attachment.py +72 -101
- pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +41 -15
- pulumi_alicloud/eipanycast/outputs.py +5 -0
- pulumi_alicloud/elasticsearch/get_instances.py +26 -8
- pulumi_alicloud/elasticsearch/get_zones.py +19 -9
- pulumi_alicloud/elasticsearch/instance.py +343 -56
- pulumi_alicloud/elasticsearch/outputs.py +7 -2
- pulumi_alicloud/emr/_inputs.py +180 -8
- pulumi_alicloud/emr/cluster.py +938 -39
- pulumi_alicloud/emr/get_clusters.py +168 -123
- pulumi_alicloud/emr/get_disk_types.py +29 -13
- pulumi_alicloud/emr/get_instance_types.py +35 -15
- pulumi_alicloud/emr/get_main_versions.py +25 -15
- pulumi_alicloud/emr/outputs.py +26 -29
- pulumi_alicloud/emrv2/_inputs.py +2092 -71
- pulumi_alicloud/emrv2/cluster.py +248 -206
- pulumi_alicloud/emrv2/get_clusters.py +70 -18
- pulumi_alicloud/emrv2/outputs.py +1248 -35
- pulumi_alicloud/ens/__init__.py +2 -0
- pulumi_alicloud/ens/_inputs.py +218 -2
- pulumi_alicloud/ens/disk.py +11 -10
- pulumi_alicloud/ens/disk_instance_attachment.py +21 -20
- pulumi_alicloud/ens/eip.py +5 -4
- pulumi_alicloud/ens/eip_instance_attachment.py +485 -0
- pulumi_alicloud/ens/get_key_pairs.py +22 -9
- pulumi_alicloud/ens/image.py +17 -16
- pulumi_alicloud/ens/instance.py +455 -207
- pulumi_alicloud/ens/instance_security_group_attachment.py +19 -18
- pulumi_alicloud/ens/key_pair.py +5 -4
- pulumi_alicloud/ens/load_balancer.py +79 -29
- pulumi_alicloud/ens/nat_gateway.py +463 -0
- pulumi_alicloud/ens/network.py +5 -4
- pulumi_alicloud/ens/outputs.py +146 -2
- pulumi_alicloud/ens/security_group.py +5 -4
- pulumi_alicloud/ens/snapshot.py +5 -4
- pulumi_alicloud/ens/vswitch.py +11 -10
- pulumi_alicloud/esa/__init__.py +12 -0
- pulumi_alicloud/esa/_inputs.py +456 -0
- pulumi_alicloud/esa/outputs.py +321 -0
- pulumi_alicloud/esa/rate_plan_instance.py +626 -0
- pulumi_alicloud/esa/record.py +798 -0
- pulumi_alicloud/esa/site.py +533 -0
- pulumi_alicloud/ess/__init__.py +1 -0
- pulumi_alicloud/ess/_inputs.py +1313 -110
- pulumi_alicloud/ess/alarm.py +232 -84
- pulumi_alicloud/ess/alb_server_group_attachment.py +55 -50
- pulumi_alicloud/ess/attachment.py +57 -52
- pulumi_alicloud/ess/eci_scaling_configuration.py +464 -88
- pulumi_alicloud/ess/get_alarms.py +23 -5
- pulumi_alicloud/ess/get_lifecycle_hooks.py +25 -13
- pulumi_alicloud/ess/get_notifications.py +18 -9
- pulumi_alicloud/ess/get_scaling_configurations.py +139 -21
- pulumi_alicloud/ess/get_scaling_groups.py +19 -9
- pulumi_alicloud/ess/get_scaling_rules.py +29 -15
- pulumi_alicloud/ess/get_scheduled_tasks.py +27 -13
- pulumi_alicloud/ess/lifecycle_hook.py +31 -24
- pulumi_alicloud/ess/notification.py +79 -31
- pulumi_alicloud/ess/outputs.py +618 -105
- pulumi_alicloud/ess/scaling_configuration.py +569 -106
- pulumi_alicloud/ess/scaling_group.py +591 -75
- pulumi_alicloud/ess/scaling_group_v_server_groups.py +10 -5
- pulumi_alicloud/ess/scaling_rule.py +291 -51
- pulumi_alicloud/ess/schedule.py +5 -0
- pulumi_alicloud/ess/scheduled_task.py +12 -7
- pulumi_alicloud/ess/server_group_attachment.py +557 -0
- pulumi_alicloud/ess/suspend_process.py +37 -32
- pulumi_alicloud/eventbridge/_inputs.py +284 -0
- pulumi_alicloud/eventbridge/api_destination.py +30 -29
- pulumi_alicloud/eventbridge/connection.py +115 -110
- pulumi_alicloud/eventbridge/event_bus.py +5 -4
- pulumi_alicloud/eventbridge/event_source.py +35 -26
- pulumi_alicloud/eventbridge/get_event_buses.py +23 -9
- pulumi_alicloud/eventbridge/get_event_sources.py +19 -9
- pulumi_alicloud/eventbridge/get_rules.py +27 -11
- pulumi_alicloud/eventbridge/get_service.py +14 -9
- pulumi_alicloud/eventbridge/outputs.py +12 -3
- pulumi_alicloud/eventbridge/rule.py +10 -5
- pulumi_alicloud/eventbridge/service_linked_role.py +7 -6
- pulumi_alicloud/eventbridge/slr.py +5 -0
- pulumi_alicloud/expressconnect/__init__.py +9 -0
- pulumi_alicloud/expressconnect/_inputs.py +84 -0
- pulumi_alicloud/expressconnect/ec_failover_test_job.py +15 -14
- pulumi_alicloud/expressconnect/get_access_points.py +23 -11
- pulumi_alicloud/expressconnect/get_grant_rule_to_cens.py +22 -9
- pulumi_alicloud/expressconnect/get_physical_connection_service.py +14 -9
- pulumi_alicloud/expressconnect/get_physical_connections.py +25 -11
- pulumi_alicloud/expressconnect/get_router_interfaces.py +33 -15
- pulumi_alicloud/expressconnect/get_vbr_pconn_associations.py +24 -11
- pulumi_alicloud/expressconnect/get_virtual_border_routers.py +45 -31
- pulumi_alicloud/expressconnect/get_virtual_physical_connections.py +33 -5
- pulumi_alicloud/expressconnect/grant_rule_to_cen.py +19 -18
- pulumi_alicloud/expressconnect/outputs.py +56 -0
- pulumi_alicloud/expressconnect/physical_connection.py +330 -201
- pulumi_alicloud/expressconnect/router_express_connect_router.py +463 -0
- pulumi_alicloud/expressconnect/router_grant_association.py +477 -0
- pulumi_alicloud/expressconnect/router_interface.py +15 -18
- pulumi_alicloud/expressconnect/router_tr_association.py +583 -0
- pulumi_alicloud/expressconnect/router_vbr_child_instance.py +541 -0
- pulumi_alicloud/expressconnect/router_vpc_association.py +505 -0
- pulumi_alicloud/expressconnect/traffic_qos.py +289 -0
- pulumi_alicloud/expressconnect/traffic_qos_association.py +341 -0
- pulumi_alicloud/expressconnect/traffic_qos_queue.py +525 -0
- pulumi_alicloud/expressconnect/traffic_qos_rule.py +1179 -0
- pulumi_alicloud/expressconnect/vbr_pconn_association.py +13 -12
- pulumi_alicloud/expressconnect/virtual_border_router.py +15 -14
- pulumi_alicloud/expressconnect/virtual_physical_connection.py +15 -14
- pulumi_alicloud/fc/__init__.py +10 -0
- pulumi_alicloud/fc/_inputs.py +3052 -4
- pulumi_alicloud/fc/alias.py +16 -13
- pulumi_alicloud/fc/custom_domain.py +81 -70
- pulumi_alicloud/fc/function.py +60 -53
- pulumi_alicloud/fc/function_async_invoke_config.py +110 -103
- pulumi_alicloud/fc/get_custom_domains.py +21 -11
- pulumi_alicloud/fc/get_functions.py +25 -13
- pulumi_alicloud/fc/get_service.py +14 -9
- pulumi_alicloud/fc/get_services.py +19 -9
- pulumi_alicloud/fc/get_triggers.py +29 -15
- pulumi_alicloud/fc/get_zones.py +17 -9
- pulumi_alicloud/fc/layer_version.py +13 -12
- pulumi_alicloud/fc/outputs.py +2130 -8
- pulumi_alicloud/fc/service.py +17 -12
- pulumi_alicloud/fc/trigger.py +433 -308
- pulumi_alicloud/fc/v2_function.py +33 -28
- pulumi_alicloud/fc/v3_alias.py +473 -0
- pulumi_alicloud/fc/v3_async_invoke_config.py +500 -0
- pulumi_alicloud/fc/v3_concurrency_config.py +314 -0
- pulumi_alicloud/fc/v3_custom_domain.py +964 -0
- pulumi_alicloud/fc/v3_function.py +1704 -0
- pulumi_alicloud/fc/v3_function_version.py +346 -0
- pulumi_alicloud/fc/v3_layer_version.py +619 -0
- pulumi_alicloud/fc/v3_provision_config.py +765 -0
- pulumi_alicloud/fc/v3_trigger.py +878 -0
- pulumi_alicloud/fc/v3_vpc_binding.py +288 -0
- pulumi_alicloud/fnf/execution.py +19 -12
- pulumi_alicloud/fnf/flow.py +13 -6
- pulumi_alicloud/fnf/get_executions.py +29 -13
- pulumi_alicloud/fnf/get_flows.py +21 -9
- pulumi_alicloud/fnf/get_schedules.py +23 -9
- pulumi_alicloud/fnf/get_service.py +14 -9
- pulumi_alicloud/fnf/outputs.py +5 -0
- pulumi_alicloud/fnf/schedule.py +13 -10
- pulumi_alicloud/ga/_inputs.py +291 -8
- pulumi_alicloud/ga/accelerator.py +117 -20
- pulumi_alicloud/ga/accelerator_spare_ip_attachment.py +15 -14
- pulumi_alicloud/ga/access_log.py +49 -42
- pulumi_alicloud/ga/acl.py +80 -38
- pulumi_alicloud/ga/acl_attachment.py +29 -28
- pulumi_alicloud/ga/acl_entry_attachment.py +11 -10
- pulumi_alicloud/ga/additional_certificate.py +5 -0
- pulumi_alicloud/ga/bandwidth_package.py +99 -32
- pulumi_alicloud/ga/bandwidth_package_attachment.py +39 -38
- pulumi_alicloud/ga/basic_accelerate_ip.py +15 -14
- pulumi_alicloud/ga/basic_accelerate_ip_endpoint_relation.py +39 -48
- pulumi_alicloud/ga/basic_accelerator.py +76 -28
- pulumi_alicloud/ga/basic_endpoint.py +33 -42
- pulumi_alicloud/ga/basic_endpoint_group.py +19 -18
- pulumi_alicloud/ga/basic_ip_set.py +11 -10
- pulumi_alicloud/ga/custom_routing_endpoint.py +54 -32
- pulumi_alicloud/ga/custom_routing_endpoint_group.py +25 -24
- pulumi_alicloud/ga/custom_routing_endpoint_group_destination.py +27 -26
- pulumi_alicloud/ga/custom_routing_endpoint_traffic_policy.py +86 -81
- pulumi_alicloud/ga/domain.py +11 -10
- pulumi_alicloud/ga/endpoint_group.py +187 -102
- pulumi_alicloud/ga/forwarding_rule.py +115 -110
- pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +31 -11
- pulumi_alicloud/ga/get_accelerators.py +27 -9
- pulumi_alicloud/ga/get_acls.py +41 -13
- pulumi_alicloud/ga/get_additional_certificates.py +31 -11
- pulumi_alicloud/ga/get_bandwidth_packages.py +43 -15
- pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +26 -11
- pulumi_alicloud/ga/get_basic_accelerate_ips.py +26 -11
- pulumi_alicloud/ga/get_basic_accelerators.py +29 -11
- pulumi_alicloud/ga/get_basic_endpoints.py +31 -11
- pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +34 -11
- pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +33 -11
- pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +32 -11
- pulumi_alicloud/ga/get_custom_routing_endpoints.py +28 -11
- pulumi_alicloud/ga/get_custom_routing_port_mappings.py +28 -11
- pulumi_alicloud/ga/get_domains.py +66 -7
- pulumi_alicloud/ga/get_endpoint_group_ip_address_cidr_blocks.py +36 -12
- pulumi_alicloud/ga/get_endpoint_groups.py +75 -53
- pulumi_alicloud/ga/get_forwarding_rules.py +30 -11
- pulumi_alicloud/ga/get_ip_sets.py +30 -13
- pulumi_alicloud/ga/get_listeners.py +36 -13
- pulumi_alicloud/ga/ip_set.py +13 -12
- pulumi_alicloud/ga/listener.py +188 -37
- pulumi_alicloud/ga/outputs.py +127 -38
- pulumi_alicloud/get_account.py +11 -9
- pulumi_alicloud/get_caller_identity.py +14 -9
- pulumi_alicloud/get_file_crc64_checksum.py +18 -11
- pulumi_alicloud/get_msc_sub_contact_verification_message.py +22 -15
- pulumi_alicloud/get_msc_sub_contacts.py +27 -11
- pulumi_alicloud/get_msc_sub_subscriptions.py +19 -11
- pulumi_alicloud/get_msc_sub_webhooks.py +27 -11
- pulumi_alicloud/get_regions.py +19 -9
- pulumi_alicloud/get_zones.py +41 -13
- pulumi_alicloud/governance/__init__.py +12 -0
- pulumi_alicloud/governance/_inputs.py +149 -0
- pulumi_alicloud/governance/account.py +606 -0
- pulumi_alicloud/governance/baseline.py +392 -0
- pulumi_alicloud/governance/get_baselines.py +263 -0
- pulumi_alicloud/governance/outputs.py +155 -0
- pulumi_alicloud/gpdb/__init__.py +12 -0
- pulumi_alicloud/gpdb/_inputs.py +575 -3
- pulumi_alicloud/gpdb/account.py +201 -115
- pulumi_alicloud/gpdb/backup_policy.py +5 -0
- pulumi_alicloud/gpdb/connection.py +31 -34
- pulumi_alicloud/gpdb/database.py +545 -0
- pulumi_alicloud/gpdb/db_instance_ip_array.py +538 -0
- pulumi_alicloud/gpdb/db_instance_plan.py +10 -115
- pulumi_alicloud/gpdb/db_resource_group.py +414 -0
- pulumi_alicloud/gpdb/elastic_instance.py +33 -28
- pulumi_alicloud/gpdb/external_data_service.py +490 -0
- pulumi_alicloud/gpdb/get_accounts.py +23 -9
- pulumi_alicloud/gpdb/get_data_backups.py +317 -0
- pulumi_alicloud/gpdb/get_db_instance_plans.py +29 -11
- pulumi_alicloud/gpdb/get_instances.py +44 -16
- pulumi_alicloud/gpdb/get_log_backups.py +246 -0
- pulumi_alicloud/gpdb/get_zones.py +17 -5
- pulumi_alicloud/gpdb/hadoop_data_source.py +1140 -0
- pulumi_alicloud/gpdb/instance.py +354 -108
- pulumi_alicloud/gpdb/jdbc_data_source.py +648 -0
- pulumi_alicloud/gpdb/outputs.py +605 -7
- pulumi_alicloud/gpdb/remote_adb_data_source.py +768 -0
- pulumi_alicloud/gpdb/streaming_data_service.py +486 -0
- pulumi_alicloud/gpdb/streaming_data_source.py +650 -0
- pulumi_alicloud/gpdb/streaming_job.py +1573 -0
- pulumi_alicloud/graphdatabase/_inputs.py +25 -0
- pulumi_alicloud/graphdatabase/db_instance.py +10 -9
- pulumi_alicloud/graphdatabase/get_db_instances.py +24 -11
- pulumi_alicloud/graphdatabase/outputs.py +5 -0
- pulumi_alicloud/gwlb/__init__.py +13 -0
- pulumi_alicloud/gwlb/_inputs.py +694 -0
- pulumi_alicloud/gwlb/get_zones.py +173 -0
- pulumi_alicloud/gwlb/listener.py +434 -0
- pulumi_alicloud/gwlb/load_balancer.py +544 -0
- pulumi_alicloud/gwlb/outputs.py +588 -0
- pulumi_alicloud/gwlb/server_group.py +829 -0
- pulumi_alicloud/hbase/_inputs.py +61 -0
- pulumi_alicloud/hbase/get_instance_types.py +33 -7
- pulumi_alicloud/hbase/get_instances.py +32 -18
- pulumi_alicloud/hbase/get_zones.py +15 -11
- pulumi_alicloud/hbase/instance.py +43 -40
- pulumi_alicloud/hbase/outputs.py +8 -3
- pulumi_alicloud/hbr/_inputs.py +238 -14
- pulumi_alicloud/hbr/ecs_backup_client.py +33 -28
- pulumi_alicloud/hbr/ecs_backup_plan.py +53 -39
- pulumi_alicloud/hbr/get_backup_jobs.py +96 -81
- pulumi_alicloud/hbr/get_ecs_backup_clients.py +26 -15
- pulumi_alicloud/hbr/get_ecs_backup_plans.py +27 -13
- pulumi_alicloud/hbr/get_hana_backup_clients.py +28 -9
- pulumi_alicloud/hbr/get_hana_backup_plans.py +31 -13
- pulumi_alicloud/hbr/get_hana_instances.py +39 -13
- pulumi_alicloud/hbr/get_nas_backup_plans.py +27 -13
- pulumi_alicloud/hbr/get_oss_backup_plans.py +25 -11
- pulumi_alicloud/hbr/get_ots_backup_plans.py +29 -13
- pulumi_alicloud/hbr/get_ots_snapshots.py +22 -11
- pulumi_alicloud/hbr/get_replication_vault_regions.py +14 -9
- pulumi_alicloud/hbr/get_restore_jobs.py +49 -27
- pulumi_alicloud/hbr/get_server_backup_plans.py +30 -21
- pulumi_alicloud/hbr/get_service.py +14 -9
- pulumi_alicloud/hbr/get_snapshots.py +72 -43
- pulumi_alicloud/hbr/get_vaults.py +29 -11
- pulumi_alicloud/hbr/hana_backup_client.py +49 -36
- pulumi_alicloud/hbr/hana_backup_plan.py +50 -20
- pulumi_alicloud/hbr/hana_instance.py +25 -16
- pulumi_alicloud/hbr/nas_backup_plan.py +29 -19
- pulumi_alicloud/hbr/oss_backup_plan.py +20 -12
- pulumi_alicloud/hbr/ots_backup_plan.py +103 -97
- pulumi_alicloud/hbr/outputs.py +45 -14
- pulumi_alicloud/hbr/policy.py +48 -47
- pulumi_alicloud/hbr/policy_binding.py +237 -95
- pulumi_alicloud/hbr/replication_vault.py +15 -22
- pulumi_alicloud/hbr/restore_job.py +44 -43
- pulumi_alicloud/hbr/server_backup_plan.py +53 -41
- pulumi_alicloud/hbr/vault.py +29 -6
- pulumi_alicloud/hologram/_inputs.py +41 -0
- pulumi_alicloud/hologram/instance.py +24 -19
- pulumi_alicloud/hologram/outputs.py +5 -0
- pulumi_alicloud/imm/get_projects.py +16 -9
- pulumi_alicloud/imm/outputs.py +5 -0
- pulumi_alicloud/imm/project.py +7 -4
- pulumi_alicloud/imp/_inputs.py +23 -0
- pulumi_alicloud/imp/app_template.py +10 -9
- pulumi_alicloud/imp/get_app_templates.py +23 -11
- pulumi_alicloud/imp/outputs.py +5 -0
- pulumi_alicloud/ims/oidc_provider.py +5 -4
- pulumi_alicloud/iot/device_group.py +5 -4
- pulumi_alicloud/iot/get_device_groups.py +26 -9
- pulumi_alicloud/iot/get_service.py +14 -9
- pulumi_alicloud/iot/outputs.py +5 -0
- pulumi_alicloud/kms/_inputs.py +33 -4
- pulumi_alicloud/kms/alias.py +11 -10
- pulumi_alicloud/kms/application_access_point.py +5 -4
- pulumi_alicloud/kms/ciphertext.py +5 -4
- pulumi_alicloud/kms/client_key.py +9 -8
- pulumi_alicloud/kms/get_aliases.py +23 -11
- pulumi_alicloud/kms/get_ciphertext.py +18 -9
- pulumi_alicloud/kms/get_key_versions.py +24 -13
- pulumi_alicloud/kms/get_keys.py +26 -9
- pulumi_alicloud/kms/get_plaintext.py +19 -9
- pulumi_alicloud/kms/get_secret_versions.py +30 -13
- pulumi_alicloud/kms/get_secrets.py +37 -17
- pulumi_alicloud/kms/get_service.py +14 -9
- pulumi_alicloud/kms/instance.py +272 -153
- pulumi_alicloud/kms/key.py +347 -254
- pulumi_alicloud/kms/key_version.py +5 -4
- pulumi_alicloud/kms/network_rule.py +5 -4
- pulumi_alicloud/kms/outputs.py +28 -23
- pulumi_alicloud/kms/policy.py +5 -0
- pulumi_alicloud/kms/secret.py +231 -117
- pulumi_alicloud/kvstore/_inputs.py +23 -6
- pulumi_alicloud/kvstore/account.py +78 -63
- pulumi_alicloud/kvstore/audit_log_config.py +32 -31
- pulumi_alicloud/kvstore/backup_policy.py +58 -49
- pulumi_alicloud/kvstore/connection.py +31 -30
- pulumi_alicloud/kvstore/get_accounts.py +28 -13
- pulumi_alicloud/kvstore/get_connections.py +43 -10
- pulumi_alicloud/kvstore/get_instance_classes.py +78 -50
- pulumi_alicloud/kvstore/get_instance_engines.py +41 -28
- pulumi_alicloud/kvstore/get_instances.py +80 -23
- pulumi_alicloud/kvstore/get_permission.py +24 -19
- pulumi_alicloud/kvstore/get_zones.py +29 -13
- pulumi_alicloud/kvstore/instance.py +282 -142
- pulumi_alicloud/kvstore/outputs.py +67 -22
- pulumi_alicloud/lindorm/get_instances.py +29 -11
- pulumi_alicloud/lindorm/instance.py +34 -39
- pulumi_alicloud/lindorm/outputs.py +5 -0
- pulumi_alicloud/live/__init__.py +8 -0
- pulumi_alicloud/live/caster.py +1343 -0
- pulumi_alicloud/log/_inputs.py +467 -27
- pulumi_alicloud/log/alert.py +383 -412
- pulumi_alicloud/log/alert_resource.py +11 -10
- pulumi_alicloud/log/audit.py +21 -30
- pulumi_alicloud/log/dashboard.py +23 -16
- pulumi_alicloud/log/etl.py +133 -122
- pulumi_alicloud/log/get_alert_resource.py +21 -13
- pulumi_alicloud/log/get_projects.py +23 -7
- pulumi_alicloud/log/get_service.py +14 -9
- pulumi_alicloud/log/get_stores.py +21 -9
- pulumi_alicloud/log/ingestion.py +23 -18
- pulumi_alicloud/log/log_tail_attachment.py +57 -46
- pulumi_alicloud/log/log_tail_config.py +47 -38
- pulumi_alicloud/log/machine_group.py +19 -12
- pulumi_alicloud/log/oss_export.py +28 -23
- pulumi_alicloud/log/oss_shipper.py +28 -19
- pulumi_alicloud/log/outputs.py +30 -27
- pulumi_alicloud/log/project.py +85 -64
- pulumi_alicloud/log/resource.py +11 -10
- pulumi_alicloud/log/resource_record.py +13 -10
- pulumi_alicloud/log/store.py +153 -73
- pulumi_alicloud/log/store_index.py +59 -52
- pulumi_alicloud/marketplace/get_product.py +16 -9
- pulumi_alicloud/marketplace/get_products.py +32 -5
- pulumi_alicloud/marketplace/order.py +29 -28
- pulumi_alicloud/marketplace/outputs.py +5 -0
- pulumi_alicloud/maxcompute/_inputs.py +186 -44
- pulumi_alicloud/maxcompute/get_projects.py +33 -25
- pulumi_alicloud/maxcompute/get_service.py +18 -9
- pulumi_alicloud/maxcompute/outputs.py +126 -104
- pulumi_alicloud/maxcompute/project.py +248 -83
- pulumi_alicloud/message/get_service_queues.py +25 -9
- pulumi_alicloud/message/get_service_subscriptions.py +27 -9
- pulumi_alicloud/message/get_service_topics.py +25 -9
- pulumi_alicloud/message/outputs.py +5 -0
- pulumi_alicloud/message/service_queue.py +105 -78
- pulumi_alicloud/message/service_subscription.py +25 -10
- pulumi_alicloud/message/service_topic.py +5 -4
- pulumi_alicloud/mhub/app.py +11 -10
- pulumi_alicloud/mhub/get_apps.py +27 -11
- pulumi_alicloud/mhub/get_products.py +19 -9
- pulumi_alicloud/mhub/outputs.py +5 -0
- pulumi_alicloud/mhub/product.py +5 -4
- pulumi_alicloud/mns/get_queues.py +17 -9
- pulumi_alicloud/mns/get_service.py +14 -9
- pulumi_alicloud/mns/get_topic_subscriptions.py +23 -13
- pulumi_alicloud/mns/get_topics.py +17 -9
- pulumi_alicloud/mns/outputs.py +5 -0
- pulumi_alicloud/mns/queue.py +11 -8
- pulumi_alicloud/mns/topic.py +11 -8
- pulumi_alicloud/mns/topic_subscription.py +19 -14
- pulumi_alicloud/mongodb/__init__.py +1 -0
- pulumi_alicloud/mongodb/_inputs.py +265 -20
- pulumi_alicloud/mongodb/account.py +21 -18
- pulumi_alicloud/mongodb/audit_policy.py +21 -18
- pulumi_alicloud/mongodb/get_accounts.py +22 -13
- pulumi_alicloud/mongodb/get_audit_policies.py +18 -11
- pulumi_alicloud/mongodb/get_instances.py +38 -20
- pulumi_alicloud/mongodb/get_serverless_instances.py +45 -18
- pulumi_alicloud/mongodb/get_sharding_network_private_addresses.py +22 -7
- pulumi_alicloud/mongodb/get_sharding_network_public_addresses.py +22 -11
- pulumi_alicloud/mongodb/get_zones.py +19 -11
- pulumi_alicloud/mongodb/instance.py +312 -65
- pulumi_alicloud/mongodb/outputs.py +27 -26
- pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
- pulumi_alicloud/mongodb/serverless_instance.py +52 -51
- pulumi_alicloud/mongodb/sharding_instance.py +291 -107
- pulumi_alicloud/mongodb/sharding_network_private_address.py +91 -92
- pulumi_alicloud/mongodb/sharding_network_public_address.py +51 -48
- pulumi_alicloud/msc_sub_contract.py +5 -4
- pulumi_alicloud/msc_sub_subscription.py +9 -8
- pulumi_alicloud/msc_sub_webhook.py +5 -0
- pulumi_alicloud/mse/__init__.py +2 -0
- pulumi_alicloud/mse/_inputs.py +45 -0
- pulumi_alicloud/mse/cluster.py +196 -65
- pulumi_alicloud/mse/engine_namespace.py +191 -88
- pulumi_alicloud/mse/gateway.py +7 -2
- pulumi_alicloud/mse/get_clusters.py +99 -19
- pulumi_alicloud/mse/get_engine_namespaces.py +113 -24
- pulumi_alicloud/mse/get_gateways.py +31 -13
- pulumi_alicloud/mse/get_nacos_configs.py +394 -0
- pulumi_alicloud/mse/get_znodes.py +25 -9
- pulumi_alicloud/mse/nacos_config.py +762 -0
- pulumi_alicloud/mse/outputs.py +170 -8
- pulumi_alicloud/mse/znode.py +17 -16
- pulumi_alicloud/nas/__init__.py +2 -0
- pulumi_alicloud/nas/_inputs.py +317 -0
- pulumi_alicloud/nas/access_group.py +21 -24
- pulumi_alicloud/nas/access_point.py +756 -0
- pulumi_alicloud/nas/access_rule.py +43 -22
- pulumi_alicloud/nas/auto_snapshot_policy.py +116 -30
- pulumi_alicloud/nas/data_flow.py +25 -6
- pulumi_alicloud/nas/file_system.py +501 -234
- pulumi_alicloud/nas/fileset.py +27 -26
- pulumi_alicloud/nas/get_access_groups.py +31 -12
- pulumi_alicloud/nas/get_access_rules.py +24 -5
- pulumi_alicloud/nas/get_auto_snapshot_policies.py +21 -9
- pulumi_alicloud/nas/get_data_flows.py +22 -11
- pulumi_alicloud/nas/get_file_systems.py +31 -13
- pulumi_alicloud/nas/get_filesets.py +22 -11
- pulumi_alicloud/nas/get_lifecycle_policies.py +21 -9
- pulumi_alicloud/nas/get_mount_targets.py +34 -15
- pulumi_alicloud/nas/get_protocols.py +24 -15
- pulumi_alicloud/nas/get_service.py +14 -9
- pulumi_alicloud/nas/get_snapshots.py +27 -11
- pulumi_alicloud/nas/get_zones.py +16 -9
- pulumi_alicloud/nas/lifecycle_policy.py +17 -16
- pulumi_alicloud/nas/mount_target.py +81 -0
- pulumi_alicloud/nas/outputs.py +246 -0
- pulumi_alicloud/nas/recycle_bin.py +19 -18
- pulumi_alicloud/nas/smb_acl_attachment.py +13 -12
- pulumi_alicloud/nas/snapshot.py +19 -20
- pulumi_alicloud/nlb/_inputs.py +287 -64
- pulumi_alicloud/nlb/get_listeners.py +52 -7
- pulumi_alicloud/nlb/get_load_balancers.py +54 -24
- pulumi_alicloud/nlb/get_security_policies.py +32 -16
- pulumi_alicloud/nlb/get_server_group_server_attachments.py +30 -11
- pulumi_alicloud/nlb/get_server_groups.py +36 -18
- pulumi_alicloud/nlb/get_zones.py +15 -9
- pulumi_alicloud/nlb/listener.py +396 -321
- pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +30 -25
- pulumi_alicloud/nlb/load_balancer.py +357 -257
- pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +74 -79
- pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +69 -60
- pulumi_alicloud/nlb/outputs.py +136 -75
- pulumi_alicloud/nlb/security_policy.py +74 -45
- pulumi_alicloud/nlb/server_group.py +255 -148
- pulumi_alicloud/nlb/server_group_server_attachment.py +21 -20
- pulumi_alicloud/ocean/base_instance.py +519 -183
- pulumi_alicloud/ocean/get_base_instances.py +39 -13
- pulumi_alicloud/ocean/outputs.py +5 -0
- pulumi_alicloud/oos/application.py +29 -28
- pulumi_alicloud/oos/application_group.py +21 -20
- pulumi_alicloud/oos/default_patch_baseline.py +9 -8
- pulumi_alicloud/oos/execution.py +25 -16
- pulumi_alicloud/oos/get_application_groups.py +23 -9
- pulumi_alicloud/oos/get_applications.py +26 -14
- pulumi_alicloud/oos/get_executions.py +57 -18
- pulumi_alicloud/oos/get_parameters.py +42 -18
- pulumi_alicloud/oos/get_patch_baselines.py +29 -9
- pulumi_alicloud/oos/get_secret_parameters.py +149 -19
- pulumi_alicloud/oos/get_state_configurations.py +25 -14
- pulumi_alicloud/oos/get_templates.py +56 -22
- pulumi_alicloud/oos/outputs.py +41 -25
- pulumi_alicloud/oos/parameter.py +47 -18
- pulumi_alicloud/oos/patch_baseline.py +21 -74
- pulumi_alicloud/oos/secret_parameter.py +55 -26
- pulumi_alicloud/oos/service_setting.py +19 -16
- pulumi_alicloud/oos/state_configuration.py +25 -24
- pulumi_alicloud/oos/template.py +35 -28
- pulumi_alicloud/opensearch/_inputs.py +54 -0
- pulumi_alicloud/opensearch/app_group.py +25 -24
- pulumi_alicloud/opensearch/get_app_groups.py +45 -25
- pulumi_alicloud/opensearch/outputs.py +5 -0
- pulumi_alicloud/oss/__init__.py +17 -0
- pulumi_alicloud/oss/_inputs.py +2525 -13
- pulumi_alicloud/oss/access_point.py +463 -0
- pulumi_alicloud/oss/account_public_access_block.py +205 -0
- pulumi_alicloud/oss/bucket.py +128 -143
- pulumi_alicloud/oss/bucket_access_monitor.py +211 -0
- pulumi_alicloud/oss/bucket_acl.py +5 -0
- pulumi_alicloud/oss/bucket_cname.py +509 -0
- pulumi_alicloud/oss/bucket_cname_token.py +239 -0
- pulumi_alicloud/oss/bucket_cors.py +336 -0
- pulumi_alicloud/oss/bucket_data_redundancy_transition.py +303 -0
- pulumi_alicloud/oss/bucket_https_config.py +5 -0
- pulumi_alicloud/oss/bucket_logging.py +320 -0
- pulumi_alicloud/oss/bucket_meta_query.py +275 -0
- pulumi_alicloud/oss/bucket_object.py +25 -24
- pulumi_alicloud/oss/bucket_policy.py +17 -14
- pulumi_alicloud/oss/bucket_public_access_block.py +271 -0
- pulumi_alicloud/oss/bucket_referer.py +33 -30
- pulumi_alicloud/oss/bucket_replication.py +132 -129
- pulumi_alicloud/oss/bucket_request_payment.py +210 -0
- pulumi_alicloud/oss/bucket_server_side_encryption.py +385 -0
- pulumi_alicloud/oss/bucket_transfer_acceleration.py +210 -0
- pulumi_alicloud/oss/bucket_user_defined_log_fields.py +333 -0
- pulumi_alicloud/oss/bucket_versioning.py +210 -0
- pulumi_alicloud/oss/bucket_website.py +416 -0
- pulumi_alicloud/oss/bucket_worm.py +327 -0
- pulumi_alicloud/oss/get_bucket_objects.py +20 -9
- pulumi_alicloud/oss/get_buckets.py +17 -9
- pulumi_alicloud/oss/get_instance_attachments.py +20 -9
- pulumi_alicloud/oss/get_instances.py +26 -18
- pulumi_alicloud/oss/get_service.py +14 -9
- pulumi_alicloud/oss/get_tables.py +21 -5
- pulumi_alicloud/oss/outputs.py +1661 -15
- pulumi_alicloud/ots/_inputs.py +155 -0
- pulumi_alicloud/ots/get_instance_attachments.py +20 -9
- pulumi_alicloud/ots/get_instances.py +26 -18
- pulumi_alicloud/ots/get_search_indexes.py +23 -5
- pulumi_alicloud/ots/get_secondary_indexes.py +23 -5
- pulumi_alicloud/ots/get_service.py +14 -9
- pulumi_alicloud/ots/get_tables.py +21 -5
- pulumi_alicloud/ots/get_tunnels.py +27 -13
- pulumi_alicloud/ots/instance.py +118 -24
- pulumi_alicloud/ots/instance_attachment.py +21 -18
- pulumi_alicloud/ots/outputs.py +8 -7
- pulumi_alicloud/ots/search_index.py +124 -121
- pulumi_alicloud/ots/secondary_index.py +63 -60
- pulumi_alicloud/ots/table.py +220 -76
- pulumi_alicloud/ots/tunnel.py +41 -38
- pulumi_alicloud/outputs.py +5 -0
- pulumi_alicloud/pai/__init__.py +16 -0
- pulumi_alicloud/pai/_inputs.py +129 -0
- pulumi_alicloud/pai/outputs.py +83 -0
- pulumi_alicloud/pai/service.py +501 -0
- pulumi_alicloud/pai/workspace_code_source.py +702 -0
- pulumi_alicloud/pai/workspace_dataset.py +1081 -0
- pulumi_alicloud/pai/workspace_datasetversion.py +818 -0
- pulumi_alicloud/pai/workspace_experiment.py +394 -0
- pulumi_alicloud/pai/workspace_run.py +344 -0
- pulumi_alicloud/pai/workspace_workspace.py +447 -0
- pulumi_alicloud/polardb/_inputs.py +77 -0
- pulumi_alicloud/polardb/account.py +33 -32
- pulumi_alicloud/polardb/account_privilege.py +27 -24
- pulumi_alicloud/polardb/backup_policy.py +5 -0
- pulumi_alicloud/polardb/cluster.py +371 -103
- pulumi_alicloud/polardb/cluster_endpoint.py +33 -32
- pulumi_alicloud/polardb/database.py +19 -18
- pulumi_alicloud/polardb/endpoint.py +33 -32
- pulumi_alicloud/polardb/endpoint_address.py +23 -22
- pulumi_alicloud/polardb/get_accounts.py +37 -21
- pulumi_alicloud/polardb/get_clusters.py +37 -21
- pulumi_alicloud/polardb/get_databases.py +37 -21
- pulumi_alicloud/polardb/get_endpoints.py +24 -17
- pulumi_alicloud/polardb/get_global_database_networks.py +36 -17
- pulumi_alicloud/polardb/get_node_classes.py +28 -9
- pulumi_alicloud/polardb/get_parameter_groups.py +23 -9
- pulumi_alicloud/polardb/get_zones.py +19 -9
- pulumi_alicloud/polardb/global_database_network.py +19 -18
- pulumi_alicloud/polardb/outputs.py +9 -4
- pulumi_alicloud/polardb/parameter_group.py +22 -19
- pulumi_alicloud/polardb/primary_endpoint.py +19 -18
- pulumi_alicloud/privatelink/get_service.py +16 -11
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +39 -13
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +25 -11
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +30 -11
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +84 -22
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +32 -13
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +56 -13
- pulumi_alicloud/privatelink/outputs.py +30 -14
- pulumi_alicloud/privatelink/vpc_endpoint.py +270 -108
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +108 -109
- pulumi_alicloud/privatelink/vpc_endpoint_service_connection.py +56 -47
- pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +61 -59
- pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +69 -29
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +66 -47
- pulumi_alicloud/provider.py +41 -40
- pulumi_alicloud/pulumi-plugin.json +2 -1
- pulumi_alicloud/pvtz/_inputs.py +85 -0
- pulumi_alicloud/pvtz/endpoint.py +10 -5
- pulumi_alicloud/pvtz/get_endpoints.py +21 -9
- pulumi_alicloud/pvtz/get_resolver_zones.py +18 -11
- pulumi_alicloud/pvtz/get_rules.py +21 -9
- pulumi_alicloud/pvtz/get_service.py +14 -9
- pulumi_alicloud/pvtz/get_zone_records.py +34 -13
- pulumi_alicloud/pvtz/get_zones.py +35 -11
- pulumi_alicloud/pvtz/outputs.py +5 -0
- pulumi_alicloud/pvtz/rule.py +10 -5
- pulumi_alicloud/pvtz/rule_attachment.py +10 -5
- pulumi_alicloud/pvtz/user_vpc_authorization.py +5 -4
- pulumi_alicloud/pvtz/zone.py +27 -32
- pulumi_alicloud/pvtz/zone_attachment.py +44 -55
- pulumi_alicloud/pvtz/zone_record.py +10 -15
- pulumi_alicloud/quickbi/get_users.py +20 -9
- pulumi_alicloud/quickbi/outputs.py +5 -0
- pulumi_alicloud/quickbi/user.py +5 -4
- pulumi_alicloud/quotas/__init__.py +1 -0
- pulumi_alicloud/quotas/_inputs.py +202 -28
- pulumi_alicloud/quotas/application_info.py +8 -3
- pulumi_alicloud/quotas/get_application_infos.py +32 -7
- pulumi_alicloud/quotas/get_quota_alarms.py +33 -13
- pulumi_alicloud/quotas/get_quota_applications.py +52 -25
- pulumi_alicloud/quotas/get_quotas.py +38 -13
- pulumi_alicloud/quotas/get_template_applications.py +98 -5
- pulumi_alicloud/quotas/outputs.py +12 -27
- pulumi_alicloud/quotas/quota_alarm.py +30 -29
- pulumi_alicloud/quotas/quota_application.py +31 -33
- pulumi_alicloud/quotas/template_applications.py +12 -7
- pulumi_alicloud/quotas/template_quota.py +24 -23
- pulumi_alicloud/quotas/template_service.py +170 -0
- pulumi_alicloud/ram/_inputs.py +83 -0
- pulumi_alicloud/ram/access_key.py +13 -8
- pulumi_alicloud/ram/account_alias.py +5 -4
- pulumi_alicloud/ram/account_password_policy.py +15 -18
- pulumi_alicloud/ram/alias.py +5 -0
- pulumi_alicloud/ram/get_account_alias.py +49 -7
- pulumi_alicloud/ram/get_account_aliases.py +14 -5
- pulumi_alicloud/ram/get_groups.py +29 -15
- pulumi_alicloud/ram/get_policies.py +97 -19
- pulumi_alicloud/ram/get_policy_document.py +148 -149
- pulumi_alicloud/ram/get_roles.py +27 -13
- pulumi_alicloud/ram/get_saml_providers.py +21 -9
- pulumi_alicloud/ram/get_users.py +75 -55
- pulumi_alicloud/ram/group.py +11 -6
- pulumi_alicloud/ram/group_membership.py +5 -0
- pulumi_alicloud/ram/group_policy_attachment.py +25 -10
- pulumi_alicloud/ram/login_profile.py +15 -12
- pulumi_alicloud/ram/outputs.py +5 -0
- pulumi_alicloud/ram/policy.py +34 -51
- pulumi_alicloud/ram/role.py +20 -37
- pulumi_alicloud/ram/role_attachment.py +31 -24
- pulumi_alicloud/ram/role_policy_attachment.py +21 -8
- pulumi_alicloud/ram/saml_provider.py +11 -14
- pulumi_alicloud/ram/security_preference.py +9 -8
- pulumi_alicloud/ram/user.py +11 -8
- pulumi_alicloud/ram/user_policy_attachment.py +21 -8
- pulumi_alicloud/rdc/get_organizations.py +33 -11
- pulumi_alicloud/rdc/organization.py +13 -8
- pulumi_alicloud/rdc/outputs.py +5 -0
- pulumi_alicloud/rds/__init__.py +2 -0
- pulumi_alicloud/rds/_inputs.py +583 -0
- pulumi_alicloud/rds/account.py +44 -71
- pulumi_alicloud/rds/account_privilege.py +17 -14
- pulumi_alicloud/rds/backup_policy.py +298 -69
- pulumi_alicloud/rds/connection.py +17 -16
- pulumi_alicloud/rds/custom.py +1630 -0
- pulumi_alicloud/rds/custom_deployment_set.py +525 -0
- pulumi_alicloud/rds/database.py +70 -23
- pulumi_alicloud/rds/db_instance_endpoint.py +48 -43
- pulumi_alicloud/rds/db_instance_endpoint_address.py +45 -40
- pulumi_alicloud/rds/db_node.py +33 -28
- pulumi_alicloud/rds/ddr_instance.py +29 -24
- pulumi_alicloud/rds/get_accounts.py +25 -11
- pulumi_alicloud/rds/get_character_set_names.py +18 -9
- pulumi_alicloud/rds/get_class_details.py +37 -17
- pulumi_alicloud/rds/get_collation_time_zones.py +20 -13
- pulumi_alicloud/rds/get_cross_region_backups.py +36 -11
- pulumi_alicloud/rds/get_cross_regions.py +19 -11
- pulumi_alicloud/rds/get_instance_class_infos.py +46 -9
- pulumi_alicloud/rds/get_instance_classes.py +61 -5
- pulumi_alicloud/rds/get_instance_engines.py +51 -5
- pulumi_alicloud/rds/get_instances.py +48 -17
- pulumi_alicloud/rds/get_modify_parameter_logs.py +24 -13
- pulumi_alicloud/rds/get_rds_backups.py +34 -31
- pulumi_alicloud/rds/get_rds_parameter_groups.py +21 -5
- pulumi_alicloud/rds/get_slots.py +18 -9
- pulumi_alicloud/rds/get_zones.py +59 -21
- pulumi_alicloud/rds/instance.py +406 -92
- pulumi_alicloud/rds/outputs.py +110 -0
- pulumi_alicloud/rds/rds_account.py +239 -128
- pulumi_alicloud/rds/rds_backup.py +9 -8
- pulumi_alicloud/rds/rds_clone_db_instance.py +40 -39
- pulumi_alicloud/rds/rds_db_proxy.py +107 -41
- pulumi_alicloud/rds/rds_instance_cross_backup_policy.py +23 -22
- pulumi_alicloud/rds/rds_parameter_group.py +26 -25
- pulumi_alicloud/rds/rds_service_linked_role.py +5 -4
- pulumi_alicloud/rds/rds_upgrade_db_instance.py +35 -34
- pulumi_alicloud/rds/read_only_instance.py +42 -37
- pulumi_alicloud/rds/read_write_splitting_connection.py +61 -58
- pulumi_alicloud/realtimecompute/_inputs.py +41 -0
- pulumi_alicloud/realtimecompute/outputs.py +5 -0
- pulumi_alicloud/realtimecompute/vvp_instance.py +29 -24
- pulumi_alicloud/redis/tair_instance.py +1483 -66
- pulumi_alicloud/resourcemanager/_inputs.py +21 -0
- pulumi_alicloud/resourcemanager/account.py +29 -28
- pulumi_alicloud/resourcemanager/control_policy.py +5 -4
- pulumi_alicloud/resourcemanager/control_policy_attachment.py +35 -34
- pulumi_alicloud/resourcemanager/delegated_administrator.py +17 -16
- pulumi_alicloud/resourcemanager/folder.py +13 -12
- pulumi_alicloud/resourcemanager/get_account_deletion_check_task.py +17 -9
- pulumi_alicloud/resourcemanager/get_accounts.py +20 -9
- pulumi_alicloud/resourcemanager/get_control_policies.py +27 -11
- pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +23 -11
- pulumi_alicloud/resourcemanager/get_delegated_administrators.py +24 -11
- pulumi_alicloud/resourcemanager/get_folders.py +60 -37
- pulumi_alicloud/resourcemanager/get_handshakes.py +20 -9
- pulumi_alicloud/resourcemanager/get_policies.py +21 -5
- pulumi_alicloud/resourcemanager/get_policy_attachments.py +27 -9
- pulumi_alicloud/resourcemanager/get_policy_versions.py +22 -9
- pulumi_alicloud/resourcemanager/get_resource_directories.py +14 -9
- pulumi_alicloud/resourcemanager/get_resource_groups.py +23 -9
- pulumi_alicloud/resourcemanager/get_resource_shares.py +29 -13
- pulumi_alicloud/resourcemanager/get_roles.py +21 -9
- pulumi_alicloud/resourcemanager/get_shared_resources.py +20 -5
- pulumi_alicloud/resourcemanager/get_shared_targets.py +28 -17
- pulumi_alicloud/resourcemanager/handshake.py +9 -8
- pulumi_alicloud/resourcemanager/outputs.py +13 -8
- pulumi_alicloud/resourcemanager/policy.py +24 -29
- pulumi_alicloud/resourcemanager/policy_attachment.py +5 -0
- pulumi_alicloud/resourcemanager/policy_version.py +46 -51
- pulumi_alicloud/resourcemanager/resource_directory.py +33 -0
- pulumi_alicloud/resourcemanager/resource_group.py +30 -35
- pulumi_alicloud/resourcemanager/resource_share.py +5 -4
- pulumi_alicloud/resourcemanager/role.py +5 -4
- pulumi_alicloud/resourcemanager/saved_query.py +5 -4
- pulumi_alicloud/resourcemanager/service_linked_role.py +5 -4
- pulumi_alicloud/resourcemanager/shared_resource.py +59 -16
- pulumi_alicloud/resourcemanager/shared_target.py +11 -10
- pulumi_alicloud/rocketmq/_inputs.py +238 -22
- pulumi_alicloud/rocketmq/acl.py +7 -6
- pulumi_alicloud/rocketmq/acl_rule.py +11 -10
- pulumi_alicloud/rocketmq/client_user.py +19 -18
- pulumi_alicloud/rocketmq/consumer_group.py +56 -55
- pulumi_alicloud/rocketmq/dnat_entry.py +5 -4
- pulumi_alicloud/rocketmq/get_groups.py +32 -10
- pulumi_alicloud/rocketmq/get_instances.py +36 -16
- pulumi_alicloud/rocketmq/get_service.py +14 -9
- pulumi_alicloud/rocketmq/get_topics.py +36 -20
- pulumi_alicloud/rocketmq/group.py +28 -33
- pulumi_alicloud/rocketmq/instance.py +26 -31
- pulumi_alicloud/rocketmq/outputs.py +99 -30
- pulumi_alicloud/rocketmq/qos.py +7 -6
- pulumi_alicloud/rocketmq/qos_car.py +13 -10
- pulumi_alicloud/rocketmq/qos_policy.py +5 -0
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +337 -138
- pulumi_alicloud/rocketmq/rocket_mq_topic.py +43 -42
- pulumi_alicloud/rocketmq/snat_entry.py +5 -4
- pulumi_alicloud/rocketmq/topic.py +35 -42
- pulumi_alicloud/ros/_inputs.py +117 -12
- pulumi_alicloud/ros/change_set.py +18 -17
- pulumi_alicloud/ros/get_change_sets.py +29 -11
- pulumi_alicloud/ros/get_regions.py +14 -9
- pulumi_alicloud/ros/get_stack_groups.py +25 -11
- pulumi_alicloud/ros/get_stack_instances.py +38 -11
- pulumi_alicloud/ros/get_stacks.py +40 -18
- pulumi_alicloud/ros/get_template_scratches.py +26 -13
- pulumi_alicloud/ros/get_templates.py +34 -16
- pulumi_alicloud/ros/outputs.py +29 -22
- pulumi_alicloud/ros/stack.py +42 -45
- pulumi_alicloud/ros/stack_group.py +12 -13
- pulumi_alicloud/ros/stack_instance.py +92 -43
- pulumi_alicloud/ros/template.py +25 -26
- pulumi_alicloud/ros/template_scratch.py +41 -40
- pulumi_alicloud/sae/_inputs.py +692 -96
- pulumi_alicloud/sae/application.py +134 -193
- pulumi_alicloud/sae/application_scaling_rule.py +123 -122
- pulumi_alicloud/sae/config_map.py +17 -14
- pulumi_alicloud/sae/get_application_scaling_rules.py +18 -9
- pulumi_alicloud/sae/get_applications.py +46 -23
- pulumi_alicloud/sae/get_config_maps.py +33 -19
- pulumi_alicloud/sae/get_grey_tag_routes.py +21 -9
- pulumi_alicloud/sae/get_ingresses.py +22 -7
- pulumi_alicloud/sae/get_instance_specifications.py +16 -9
- pulumi_alicloud/sae/get_namespaces.py +19 -9
- pulumi_alicloud/sae/get_service.py +14 -9
- pulumi_alicloud/sae/grey_tag_route.py +91 -90
- pulumi_alicloud/sae/ingress.py +65 -64
- pulumi_alicloud/sae/load_balancer_internet.py +50 -47
- pulumi_alicloud/sae/load_balancer_intranet.py +50 -47
- pulumi_alicloud/sae/namespace.py +11 -10
- pulumi_alicloud/sae/outputs.py +22 -109
- pulumi_alicloud/sag/get_acls.py +23 -13
- pulumi_alicloud/sag/get_smartag_flow_logs.py +27 -9
- pulumi_alicloud/sag/outputs.py +5 -0
- pulumi_alicloud/sag/smartag_flow_log.py +5 -4
- pulumi_alicloud/scdn/_inputs.py +79 -0
- pulumi_alicloud/scdn/domain.py +32 -37
- pulumi_alicloud/scdn/domain_config.py +10 -5
- pulumi_alicloud/scdn/get_domains.py +27 -11
- pulumi_alicloud/scdn/outputs.py +5 -0
- pulumi_alicloud/schedulerx/__init__.py +3 -0
- pulumi_alicloud/schedulerx/_inputs.py +542 -0
- pulumi_alicloud/schedulerx/app_group.py +952 -0
- pulumi_alicloud/schedulerx/get_namespaces.py +19 -9
- pulumi_alicloud/schedulerx/job.py +1454 -0
- pulumi_alicloud/schedulerx/namespace.py +69 -55
- pulumi_alicloud/schedulerx/outputs.py +430 -0
- pulumi_alicloud/sddp/config.py +5 -4
- pulumi_alicloud/sddp/data_limit.py +5 -0
- pulumi_alicloud/sddp/get_configs.py +29 -17
- pulumi_alicloud/sddp/get_data_limits.py +35 -15
- pulumi_alicloud/sddp/get_instances.py +19 -11
- pulumi_alicloud/sddp/get_rules.py +84 -27
- pulumi_alicloud/sddp/instance.py +13 -12
- pulumi_alicloud/sddp/outputs.py +19 -14
- pulumi_alicloud/sddp/rule.py +138 -132
- pulumi_alicloud/securitycenter/get_groups.py +19 -9
- pulumi_alicloud/securitycenter/group.py +5 -4
- pulumi_alicloud/securitycenter/outputs.py +5 -0
- pulumi_alicloud/securitycenter/service_linked_role.py +7 -6
- pulumi_alicloud/selectdb/__init__.py +13 -0
- pulumi_alicloud/selectdb/_inputs.py +585 -0
- pulumi_alicloud/selectdb/db_cluster.py +835 -0
- pulumi_alicloud/selectdb/db_instance.py +1373 -0
- pulumi_alicloud/selectdb/get_db_clusters.py +195 -0
- pulumi_alicloud/selectdb/get_db_instances.py +204 -0
- pulumi_alicloud/selectdb/outputs.py +1127 -0
- pulumi_alicloud/servicecatalog/__init__.py +4 -0
- pulumi_alicloud/servicecatalog/_inputs.py +39 -0
- pulumi_alicloud/servicecatalog/get_end_user_products.py +26 -9
- pulumi_alicloud/servicecatalog/get_launch_options.py +28 -18
- pulumi_alicloud/servicecatalog/get_portfolios.py +35 -13
- pulumi_alicloud/servicecatalog/get_product_as_end_users.py +22 -9
- pulumi_alicloud/servicecatalog/get_product_versions.py +25 -12
- pulumi_alicloud/servicecatalog/get_provisioned_products.py +33 -12
- pulumi_alicloud/servicecatalog/outputs.py +9 -4
- pulumi_alicloud/servicecatalog/portfolio.py +36 -35
- pulumi_alicloud/servicecatalog/principal_portfolio_association.py +359 -0
- pulumi_alicloud/servicecatalog/product.py +388 -0
- pulumi_alicloud/servicecatalog/product_portfolio_association.py +227 -0
- pulumi_alicloud/servicecatalog/product_version.py +544 -0
- pulumi_alicloud/servicecatalog/provisioned_product.py +34 -33
- pulumi_alicloud/servicemesh/_inputs.py +1039 -114
- pulumi_alicloud/servicemesh/extension_provider.py +7 -2
- pulumi_alicloud/servicemesh/get_extension_providers.py +23 -9
- pulumi_alicloud/servicemesh/get_service_meshes.py +23 -5
- pulumi_alicloud/servicemesh/get_versions.py +26 -13
- pulumi_alicloud/servicemesh/outputs.py +615 -117
- pulumi_alicloud/servicemesh/service_mesh.py +170 -109
- pulumi_alicloud/servicemesh/user_permission.py +10 -5
- pulumi_alicloud/simpleapplicationserver/custom_image.py +23 -22
- pulumi_alicloud/simpleapplicationserver/firewall_rule.py +17 -16
- pulumi_alicloud/simpleapplicationserver/get_images.py +23 -13
- pulumi_alicloud/simpleapplicationserver/get_instances.py +27 -13
- pulumi_alicloud/simpleapplicationserver/get_server_custom_images.py +19 -9
- pulumi_alicloud/simpleapplicationserver/get_server_disks.py +27 -11
- pulumi_alicloud/simpleapplicationserver/get_server_firewall_rules.py +18 -9
- pulumi_alicloud/simpleapplicationserver/get_server_plans.py +30 -11
- pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +27 -11
- pulumi_alicloud/simpleapplicationserver/instance.py +5 -0
- pulumi_alicloud/simpleapplicationserver/outputs.py +5 -0
- pulumi_alicloud/simpleapplicationserver/snapshot.py +31 -22
- pulumi_alicloud/slb/_inputs.py +89 -8
- pulumi_alicloud/slb/acl.py +33 -34
- pulumi_alicloud/slb/acl_entry_attachment.py +15 -10
- pulumi_alicloud/slb/application_load_balancer.py +25 -32
- pulumi_alicloud/slb/attachment.py +39 -34
- pulumi_alicloud/slb/backend_server.py +10 -5
- pulumi_alicloud/slb/ca_certificate.py +26 -55
- pulumi_alicloud/slb/domain_extension.py +17 -14
- pulumi_alicloud/slb/get_acls.py +28 -14
- pulumi_alicloud/slb/get_application_load_balancers.py +68 -20
- pulumi_alicloud/slb/get_attachments.py +20 -11
- pulumi_alicloud/slb/get_backend_servers.py +20 -11
- pulumi_alicloud/slb/get_ca_certificates.py +28 -14
- pulumi_alicloud/slb/get_domain_extensions.py +26 -15
- pulumi_alicloud/slb/get_listeners.py +22 -9
- pulumi_alicloud/slb/get_load_balancers.py +70 -26
- pulumi_alicloud/slb/get_master_slave_server_groups.py +21 -5
- pulumi_alicloud/slb/get_rules.py +45 -25
- pulumi_alicloud/slb/get_server_certificates.py +28 -14
- pulumi_alicloud/slb/get_server_groups.py +33 -21
- pulumi_alicloud/slb/get_tls_cipher_policies.py +27 -11
- pulumi_alicloud/slb/get_zones.py +30 -16
- pulumi_alicloud/slb/listener.py +48 -608
- pulumi_alicloud/slb/load_balancer.py +62 -73
- pulumi_alicloud/slb/master_slave_server_group.py +72 -65
- pulumi_alicloud/slb/outputs.py +43 -48
- pulumi_alicloud/slb/rule.py +69 -20
- pulumi_alicloud/slb/server_certificate.py +59 -96
- pulumi_alicloud/slb/server_group.py +147 -92
- pulumi_alicloud/slb/server_group_server_attachment.py +129 -0
- pulumi_alicloud/slb/tls_cipher_policy.py +11 -10
- pulumi_alicloud/sls/__init__.py +13 -0
- pulumi_alicloud/sls/_inputs.py +2909 -0
- pulumi_alicloud/sls/alert.py +793 -0
- pulumi_alicloud/sls/collection_policy.py +561 -0
- pulumi_alicloud/sls/oss_export_sink.py +428 -0
- pulumi_alicloud/sls/outputs.py +2148 -0
- pulumi_alicloud/sls/scheduled_sql.py +528 -0
- pulumi_alicloud/sms/short_url.py +5 -4
- pulumi_alicloud/tag/get_meta_tags.py +16 -9
- pulumi_alicloud/tag/meta_tag.py +5 -4
- pulumi_alicloud/tag/outputs.py +5 -0
- pulumi_alicloud/tag/policy.py +7 -6
- pulumi_alicloud/tag/policy_attachment.py +13 -12
- pulumi_alicloud/threatdetection/_inputs.py +81 -0
- pulumi_alicloud/threatdetection/anti_brute_force_rule.py +11 -10
- pulumi_alicloud/threatdetection/backup_policy.py +11 -10
- pulumi_alicloud/threatdetection/baseline_strategy.py +13 -12
- pulumi_alicloud/threatdetection/client_file_protect.py +17 -16
- pulumi_alicloud/threatdetection/client_user_define_rule.py +5 -4
- pulumi_alicloud/threatdetection/file_upload_limit.py +5 -0
- pulumi_alicloud/threatdetection/get_anti_brute_force_rules.py +61 -5
- pulumi_alicloud/threatdetection/get_assets.py +30 -9
- pulumi_alicloud/threatdetection/get_backup_policies.py +29 -9
- pulumi_alicloud/threatdetection/get_baseline_strategies.py +63 -5
- pulumi_alicloud/threatdetection/get_honey_pots.py +26 -9
- pulumi_alicloud/threatdetection/get_honeypot_images.py +21 -9
- pulumi_alicloud/threatdetection/get_honeypot_nodes.py +29 -11
- pulumi_alicloud/threatdetection/get_honeypot_presets.py +36 -11
- pulumi_alicloud/threatdetection/get_honeypot_probes.py +46 -29
- pulumi_alicloud/threatdetection/get_instances.py +26 -11
- pulumi_alicloud/threatdetection/get_log_shipper.py +19 -9
- pulumi_alicloud/threatdetection/get_vul_whitelists.py +20 -9
- pulumi_alicloud/threatdetection/get_web_lock_configs.py +30 -11
- pulumi_alicloud/threatdetection/honey_pot.py +15 -14
- pulumi_alicloud/threatdetection/honeypot_node.py +5 -4
- pulumi_alicloud/threatdetection/honeypot_preset.py +28 -25
- pulumi_alicloud/threatdetection/honeypot_probe.py +32 -31
- pulumi_alicloud/threatdetection/image_event_operation.py +23 -26
- pulumi_alicloud/threatdetection/instance.py +339 -52
- pulumi_alicloud/threatdetection/malicious_file_whitelist_config.py +15 -14
- pulumi_alicloud/threatdetection/oss_scan_config.py +19 -18
- pulumi_alicloud/threatdetection/outputs.py +5 -0
- pulumi_alicloud/threatdetection/sas_trail.py +7 -6
- pulumi_alicloud/threatdetection/vul_whitelist.py +9 -8
- pulumi_alicloud/threatdetection/web_lock_config.py +11 -10
- pulumi_alicloud/tsdb/get_instances.py +30 -11
- pulumi_alicloud/tsdb/get_zones.py +15 -9
- pulumi_alicloud/tsdb/instance.py +23 -14
- pulumi_alicloud/tsdb/outputs.py +5 -0
- pulumi_alicloud/videosurveillance/get_service.py +14 -9
- pulumi_alicloud/videosurveillance/get_system_groups.py +33 -17
- pulumi_alicloud/videosurveillance/outputs.py +5 -0
- pulumi_alicloud/videosurveillance/system_group.py +5 -4
- pulumi_alicloud/vod/_inputs.py +29 -0
- pulumi_alicloud/vod/domain.py +58 -43
- pulumi_alicloud/vod/editing_project.py +5 -4
- pulumi_alicloud/vod/get_domains.py +52 -32
- pulumi_alicloud/vod/outputs.py +5 -0
- pulumi_alicloud/vpc/__init__.py +5 -0
- pulumi_alicloud/vpc/_inputs.py +349 -152
- pulumi_alicloud/vpc/bgp_group.py +17 -16
- pulumi_alicloud/vpc/bgp_network.py +17 -16
- pulumi_alicloud/vpc/bgp_peer.py +56 -27
- pulumi_alicloud/vpc/common_bandwith_package.py +215 -139
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +73 -44
- pulumi_alicloud/vpc/dhcp_options_set.py +27 -32
- pulumi_alicloud/vpc/dhcp_options_set_attachment.py +13 -12
- pulumi_alicloud/vpc/flow_log.py +19 -14
- pulumi_alicloud/vpc/forward_entry.py +24 -29
- pulumi_alicloud/vpc/gateway_endpoint.py +19 -18
- pulumi_alicloud/vpc/gateway_endpoint_route_table_attachment.py +5 -4
- pulumi_alicloud/vpc/gateway_route_table_attachment.py +17 -16
- pulumi_alicloud/vpc/get_bgp_groups.py +27 -13
- pulumi_alicloud/vpc/get_bgp_networks.py +24 -13
- pulumi_alicloud/vpc/get_bgp_peers.py +28 -15
- pulumi_alicloud/vpc/get_common_bandwidth_packages.py +37 -15
- pulumi_alicloud/vpc/get_dhcp_options_sets.py +29 -21
- pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +15 -5
- pulumi_alicloud/vpc/get_flow_log_service.py +14 -9
- pulumi_alicloud/vpc/get_forward_entries.py +53 -27
- pulumi_alicloud/vpc/get_havips.py +23 -11
- pulumi_alicloud/vpc/get_ipsec_servers.py +23 -9
- pulumi_alicloud/vpc/get_ipv4_gateways.py +27 -11
- pulumi_alicloud/vpc/get_ipv6_addresses.py +31 -11
- pulumi_alicloud/vpc/get_ipv6_egress_rules.py +31 -13
- pulumi_alicloud/vpc/get_ipv6_gateways.py +27 -11
- pulumi_alicloud/vpc/get_ipv6_internet_bandwidths.py +22 -9
- pulumi_alicloud/vpc/get_nat_gateways.py +49 -10
- pulumi_alicloud/vpc/get_nat_ip_cidrs.py +33 -15
- pulumi_alicloud/vpc/get_nat_ips.py +35 -15
- pulumi_alicloud/vpc/get_network_acls.py +33 -13
- pulumi_alicloud/vpc/get_networks.py +57 -20
- pulumi_alicloud/vpc/get_pbr_route_entries.py +18 -9
- pulumi_alicloud/vpc/get_peer_connections.py +44 -13
- pulumi_alicloud/vpc/get_prefix_lists.py +23 -9
- pulumi_alicloud/vpc/get_public_ip_address_pool_cidr_blocks.py +22 -9
- pulumi_alicloud/vpc/get_public_ip_address_pools.py +33 -15
- pulumi_alicloud/vpc/get_route_entries.py +70 -51
- pulumi_alicloud/vpc/get_route_tables.py +83 -29
- pulumi_alicloud/vpc/get_router_interfaces.py +33 -9
- pulumi_alicloud/vpc/get_snat_entries.py +53 -25
- pulumi_alicloud/vpc/get_ssl_vpn_client_certs.py +25 -13
- pulumi_alicloud/vpc/get_ssl_vpn_servers.py +25 -13
- pulumi_alicloud/vpc/get_switches.py +81 -49
- pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +22 -11
- pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +22 -11
- pulumi_alicloud/vpc/get_traffic_mirror_filters.py +25 -11
- pulumi_alicloud/vpc/get_traffic_mirror_service.py +14 -9
- pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +39 -15
- pulumi_alicloud/vpc/get_vpc_flow_logs.py +41 -15
- pulumi_alicloud/vpc/ha_vip.py +38 -35
- pulumi_alicloud/vpc/ha_vip_attachment.py +32 -35
- pulumi_alicloud/vpc/ha_vipv2.py +28 -33
- pulumi_alicloud/vpc/ipam_ipam.py +531 -0
- pulumi_alicloud/vpc/ipam_ipam_pool.py +850 -0
- pulumi_alicloud/vpc/ipam_ipam_pool_allocation.py +545 -0
- pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +313 -0
- pulumi_alicloud/vpc/ipam_ipam_scope.py +537 -0
- pulumi_alicloud/vpc/ipv4_cidr_block.py +5 -4
- pulumi_alicloud/vpc/ipv4_gateway.py +27 -26
- pulumi_alicloud/vpc/ipv6_address.py +29 -28
- pulumi_alicloud/vpc/ipv6_egress_rule.py +67 -36
- pulumi_alicloud/vpc/ipv6_gateway.py +22 -27
- pulumi_alicloud/vpc/ipv6_internet_bandwidth.py +37 -32
- pulumi_alicloud/vpc/nat_gateway.py +208 -28
- pulumi_alicloud/vpc/nat_ip.py +19 -18
- pulumi_alicloud/vpc/nat_ip_cidr.py +17 -16
- pulumi_alicloud/vpc/network.py +612 -180
- pulumi_alicloud/vpc/network_acl.py +87 -92
- pulumi_alicloud/vpc/network_acl_attachment.py +30 -29
- pulumi_alicloud/vpc/network_acl_entries.py +83 -72
- pulumi_alicloud/vpc/network_interface.py +116 -71
- pulumi_alicloud/vpc/network_interface_attachment.py +39 -0
- pulumi_alicloud/vpc/outputs.py +128 -206
- pulumi_alicloud/vpc/peer_connection.py +330 -164
- pulumi_alicloud/vpc/peer_connection_accepter.py +379 -114
- pulumi_alicloud/vpc/prefix_list.py +34 -33
- pulumi_alicloud/vpc/public_ip_address_pool.py +143 -34
- pulumi_alicloud/vpc/public_ip_address_pool_cidr_block.py +13 -12
- pulumi_alicloud/vpc/route_entry.py +243 -154
- pulumi_alicloud/vpc/route_table.py +22 -27
- pulumi_alicloud/vpc/route_table_attachment.py +25 -18
- pulumi_alicloud/vpc/router_interface.py +20 -43
- pulumi_alicloud/vpc/router_interface_connection.py +29 -32
- pulumi_alicloud/vpc/snat_entry.py +21 -20
- pulumi_alicloud/vpc/subnet.py +80 -55
- pulumi_alicloud/vpc/switch.py +149 -151
- pulumi_alicloud/vpc/traffic_mirror_filter.py +65 -64
- pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +8 -13
- pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +16 -21
- pulumi_alicloud/vpc/traffic_mirror_session.py +53 -50
- pulumi_alicloud/vpc/vbr_ha.py +5 -0
- pulumi_alicloud/vpc/vpc_network_acl_attachment.py +5 -0
- pulumi_alicloud/vpc/vswitch_cidr_reservation.py +11 -10
- pulumi_alicloud/vpn/_inputs.py +405 -58
- pulumi_alicloud/vpn/connection.py +267 -48
- pulumi_alicloud/vpn/customer_gateway.py +22 -27
- pulumi_alicloud/vpn/gateway.py +25 -32
- pulumi_alicloud/vpn/gateway_vco_route.py +177 -107
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +95 -92
- pulumi_alicloud/vpn/get_connections.py +31 -17
- pulumi_alicloud/vpn/get_customer_gateways.py +23 -13
- pulumi_alicloud/vpn/get_gateway_vco_routes.py +124 -105
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +34 -18
- pulumi_alicloud/vpn/get_gateway_zones.py +34 -9
- pulumi_alicloud/vpn/get_gateways.py +30 -8
- pulumi_alicloud/vpn/ipsec_server.py +43 -32
- pulumi_alicloud/vpn/outputs.py +16 -69
- pulumi_alicloud/vpn/pbr_route_entry.py +167 -24
- pulumi_alicloud/vpn/route_entry.py +167 -44
- pulumi_alicloud/vpn/ssl_vpn_client_cert.py +5 -0
- pulumi_alicloud/vpn/ssl_vpn_server.py +5 -0
- pulumi_alicloud/waf/_inputs.py +15 -0
- pulumi_alicloud/waf/certificate.py +15 -14
- pulumi_alicloud/waf/domain.py +33 -38
- pulumi_alicloud/waf/get_certificates.py +39 -13
- pulumi_alicloud/waf/get_domains.py +31 -13
- pulumi_alicloud/waf/get_instances.py +24 -11
- pulumi_alicloud/waf/instance.py +5 -16
- pulumi_alicloud/waf/outputs.py +7 -4
- pulumi_alicloud/waf/protection_module.py +23 -22
- pulumi_alicloud/wafv3/_inputs.py +173 -0
- pulumi_alicloud/wafv3/defense_template.py +11 -10
- pulumi_alicloud/wafv3/domain.py +15 -10
- pulumi_alicloud/wafv3/get_domains.py +36 -17
- pulumi_alicloud/wafv3/get_instances.py +25 -13
- pulumi_alicloud/wafv3/instance.py +5 -4
- pulumi_alicloud/wafv3/outputs.py +5 -0
- pulumi_alicloud/yundun/_inputs.py +43 -0
- pulumi_alicloud/yundun/bastion_host_instance.py +21 -16
- pulumi_alicloud/yundun/db_audit_instance.py +19 -14
- pulumi_alicloud/yundun/get_bastion_host_instances.py +24 -8
- pulumi_alicloud/yundun/get_db_audit_instance.py +24 -8
- pulumi_alicloud/yundun/outputs.py +9 -4
- {pulumi_alicloud-3.53.0a1713354491.dist-info → pulumi_alicloud-3.73.0a1736832142.dist-info}/METADATA +7 -6
- pulumi_alicloud-3.73.0a1736832142.dist-info/RECORD +2010 -0
- {pulumi_alicloud-3.53.0a1713354491.dist-info → pulumi_alicloud-3.73.0a1736832142.dist-info}/WHEEL +1 -1
- pulumi_alicloud-3.53.0a1713354491.dist-info/RECORD +0 -1863
- {pulumi_alicloud-3.53.0a1713354491.dist-info → pulumi_alicloud-3.73.0a1736832142.dist-info}/top_level.txt +0 -0
|
@@ -4,9 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from .. import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = ['TairInstanceArgs', 'TairInstance']
|
|
@@ -21,43 +26,117 @@ class TairInstanceArgs:
|
|
|
21
26
|
zone_id: pulumi.Input[str],
|
|
22
27
|
auto_renew: Optional[pulumi.Input[str]] = None,
|
|
23
28
|
auto_renew_period: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
backup_id: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
cluster_backup_id: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
connection_string_prefix: Optional[pulumi.Input[str]] = None,
|
|
24
32
|
effective_time: Optional[pulumi.Input[str]] = None,
|
|
25
33
|
engine_version: Optional[pulumi.Input[str]] = None,
|
|
26
34
|
force_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
35
|
+
global_instance_id: Optional[pulumi.Input[str]] = None,
|
|
36
|
+
intranet_bandwidth: Optional[pulumi.Input[int]] = None,
|
|
37
|
+
modify_mode: Optional[pulumi.Input[str]] = None,
|
|
38
|
+
node_type: Optional[pulumi.Input[str]] = None,
|
|
39
|
+
param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
|
|
40
|
+
param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
|
|
41
|
+
param_no_loose_sentinel_password_free_commands: Optional[pulumi.Input[str]] = None,
|
|
42
|
+
param_repl_mode: Optional[pulumi.Input[str]] = None,
|
|
43
|
+
param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
|
|
44
|
+
param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
|
|
27
45
|
password: Optional[pulumi.Input[str]] = None,
|
|
28
46
|
payment_type: Optional[pulumi.Input[str]] = None,
|
|
29
47
|
period: Optional[pulumi.Input[int]] = None,
|
|
30
48
|
port: Optional[pulumi.Input[int]] = None,
|
|
49
|
+
read_only_count: Optional[pulumi.Input[int]] = None,
|
|
50
|
+
recover_config_mode: Optional[pulumi.Input[str]] = None,
|
|
31
51
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
32
52
|
secondary_zone_id: Optional[pulumi.Input[str]] = None,
|
|
53
|
+
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
54
|
+
security_ip_group_name: Optional[pulumi.Input[str]] = None,
|
|
55
|
+
security_ips: Optional[pulumi.Input[str]] = None,
|
|
33
56
|
shard_count: Optional[pulumi.Input[int]] = None,
|
|
57
|
+
slave_read_only_count: Optional[pulumi.Input[int]] = None,
|
|
58
|
+
src_db_instance_id: Optional[pulumi.Input[str]] = None,
|
|
59
|
+
ssl_enabled: Optional[pulumi.Input[str]] = None,
|
|
34
60
|
storage_performance_level: Optional[pulumi.Input[str]] = None,
|
|
35
61
|
storage_size_gb: Optional[pulumi.Input[int]] = None,
|
|
36
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
37
|
-
tair_instance_name: Optional[pulumi.Input[str]] = None
|
|
62
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
63
|
+
tair_instance_name: Optional[pulumi.Input[str]] = None,
|
|
64
|
+
vpc_auth_mode: Optional[pulumi.Input[str]] = None):
|
|
38
65
|
"""
|
|
39
66
|
The set of arguments for constructing a TairInstance resource.
|
|
40
67
|
:param pulumi.Input[str] instance_class: The instance type of the instance. For more information, see [Instance types](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/instance-types).
|
|
41
68
|
:param pulumi.Input[str] instance_type: The storage medium of the instance. Valid values: tair_rdb, tair_scm, tair_essd.
|
|
42
69
|
:param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC).
|
|
43
70
|
:param pulumi.Input[str] vswitch_id: The ID of the vSwitch to which the instance is connected.
|
|
44
|
-
:param pulumi.Input[str] zone_id: Zone ID
|
|
71
|
+
:param pulumi.Input[str] zone_id: Zone ID
|
|
45
72
|
:param pulumi.Input[str] auto_renew: Specifies whether to enable auto-renewal for the instance. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
|
|
46
73
|
:param pulumi.Input[str] auto_renew_period: The subscription duration that is supported by auto-renewal. Unit: months. Valid values: 1, 2, 3, 6, and 12. This parameter is required only if the AutoRenew parameter is set to true.
|
|
74
|
+
:param pulumi.Input[str] backup_id: You can set the BackupId parameter to the backup set ID of the source instance. The system uses the data stored in the backup set to create an instance. You can call the DescribeBackups operation to query backup set IDs. If the source instance is a cluster instance, set the BackupId parameter to the backup set IDs of all shards of the source instance, separated by commas (,).
|
|
75
|
+
|
|
76
|
+
If your instance is a cloud-native cluster instance, we recommend that you use DescribeClusterBackupList to query the backup set ID of the cluster instance. Then, set the ClusterBackupId request parameter to the backup set ID to clone the cluster instance. This eliminates the need to specify the backup set ID of each shard.
|
|
77
|
+
:param pulumi.Input[str] cluster_backup_id: This parameter is supported for specific new cluster instances. You can query the backup set ID by calling the DescribeClusterBackupList operation. If this parameter is supported, you can specify the backup set ID. In this case, you do not need to specify the BackupId parameter. If this parameter is not supported, set the BackupId parameter to the IDs of backup sets in all shards of the source instance, separated by commas (,).
|
|
78
|
+
:param pulumi.Input[str] connection_string_prefix: The prefix of the endpoint the instance, which must consist of lowercase letters and numbers and start with a lowercase letter.
|
|
47
79
|
:param pulumi.Input[str] effective_time: The time when to change the configurations. Default value: Immediately. Valid values: Immediately (The configurations are immediately changed), MaintainTime (The configurations are changed within the maintenance window).
|
|
48
|
-
:param pulumi.Input[str] engine_version: Database version. Default value: 1.0.
|
|
80
|
+
:param pulumi.Input[str] engine_version: Database version. Default value: 1.0.
|
|
81
|
+
|
|
82
|
+
Rules for transferring parameters of different tair product types:
|
|
83
|
+
|
|
84
|
+
tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0.
|
|
85
|
+
|
|
86
|
+
tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0.
|
|
87
|
+
|
|
88
|
+
tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
|
|
49
89
|
:param pulumi.Input[bool] force_upgrade: Specifies whether to forcefully change the configurations of the instance. Default value: true. Valid values: false (The system does not forcefully change the configurations), true (The system forcefully changes the configurations).
|
|
50
|
-
:param pulumi.Input[str]
|
|
51
|
-
|
|
90
|
+
:param pulumi.Input[str] global_instance_id: The ID of a distributed (Global Distributed Cache) instance, which indicates whether to use the newly created instance as a sub-instance of a distributed instance. You can use this method to create a distributed instance.
|
|
91
|
+
|
|
92
|
+
1. Enter true if you want the new instance to be the first child instance.
|
|
93
|
+
|
|
94
|
+
2. If you want the new instance to be used as the second and third sub-instances, enter the distributed instance ID.
|
|
95
|
+
|
|
96
|
+
3. Not as a distributed instance, you do not need to enter any values.
|
|
97
|
+
:param pulumi.Input[int] intranet_bandwidth: Instance intranet bandwidth
|
|
98
|
+
:param pulumi.Input[str] modify_mode: The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
|
|
99
|
+
:param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
|
|
100
|
+
:param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
|
|
101
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
|
|
102
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
103
|
+
:param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
|
|
104
|
+
|
|
105
|
+
The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
|
|
106
|
+
:param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance。
|
|
107
|
+
:param pulumi.Input[str] param_sentinel_compat_enable: sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
|
|
108
|
+
:param pulumi.Input[str] password: The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
|
|
109
|
+
:param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
|
|
52
110
|
:param pulumi.Input[int] period: The subscription duration. Unit: months. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24,36, and 60. This parameter is required only if you set the PaymentType parameter to Subscription.
|
|
53
111
|
:param pulumi.Input[int] port: The Tair service port. The service port of the instance. Valid values: 1024 to 65535. Default value: 6379.
|
|
112
|
+
:param pulumi.Input[int] read_only_count: Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions:
|
|
113
|
+
|
|
114
|
+
If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture.
|
|
115
|
+
|
|
116
|
+
If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
|
|
117
|
+
:param pulumi.Input[str] recover_config_mode: Whether to restore the account, kernel parameters, and whitelist (config) information from the original backup set when creating an instance using a specified backup set. The default value is empty, indicating that the account, kernel parameters, and whitelist information are not restored from the original backup set. This parameter is only applicable to Cloud Native instances, and the account, kernel parameters, and whitelist information must have been saved in the original backup set.
|
|
54
118
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the instance belongs.
|
|
55
119
|
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone.This parameter is returned only if the instance is deployed in two zones.
|
|
120
|
+
:param pulumi.Input[str] security_group_id: Security group id
|
|
121
|
+
:param pulumi.Input[str] security_ip_group_name: The name of the IP address whitelist. You cannot modify the whitelist that is generated by the system. If you do not specify this parameter, the default whitelist is modified by default.
|
|
122
|
+
:param pulumi.Input[str] security_ips: The IP addresses in the whitelist. Up to 1,000 IP addresses can be specified in a whitelist. Separate multiple IP addresses with a comma (,). Specify an IP address in the 0.0.0.0/0, 10.23.12.24, or 10.23.12.24/24 format. In CIDR block 10.23.12.24/24, /24 specifies the length of the prefix of an IP address. The prefix length ranges from 1 to 32.
|
|
56
123
|
:param pulumi.Input[int] shard_count: The number of data nodes in the instance. When 1 is passed, it means that the instance created is a standard architecture with only one data node. You can create an instance in the standard architecture that contains only a single data node. 2 to 32: You can create an instance in the cluster architecture that contains the specified number of data nodes. Only persistent memory-optimized instances can use the cluster architecture. Therefore, you can set this parameter to an integer from 2 to 32 only if you set the InstanceType parameter to tair_scm. It is not allowed to modify the number of shards by modifying this parameter after creating a master-slave architecture instance with or without passing 1.
|
|
57
|
-
:param pulumi.Input[
|
|
58
|
-
|
|
59
|
-
|
|
124
|
+
:param pulumi.Input[int] slave_read_only_count: Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance.
|
|
125
|
+
|
|
126
|
+
Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
|
|
127
|
+
:param pulumi.Input[str] src_db_instance_id: If you want to create an instance based on the backup set of an existing instance, set this parameter to the ID of the source instance. preceding three parameters. After you specify the SrcDBInstanceId parameter, use the BackupId, ClusterBackupId (recommended for cloud-native cluster instances), or RestoreTime parameter to specify the backup set or the specific point in time that you want to use to create an instance. The SrcDBInstanceId parameter must be used in combination with one of the preceding three parameters.
|
|
128
|
+
:param pulumi.Input[str] ssl_enabled: Modifies SSL encryption configurations. Valid values: 1. Disable (The SSL encryption is disabled) 2. Enable (The SSL encryption is enabled) 3. Update (The SSL certificate is updated)
|
|
129
|
+
:param pulumi.Input[str] storage_performance_level: The storage type. Valid values: PL1, PL2, and PL3. This parameter is available only when the value of InstanceType is tair_essd, that is, when an ESSD disk instance is selected.
|
|
130
|
+
|
|
131
|
+
If the ESSD instance type is 4C, 8C, or 16C, you can specify the storage type as PL1.
|
|
132
|
+
|
|
133
|
+
If the type of ESSD instance you select is 8C, 16C, 32C, or 52C, you can specify the storage type as PL2.
|
|
134
|
+
|
|
135
|
+
If the ESSD instance type is 16C, 32C, or 52C, you can specify the storage type as PL3.
|
|
136
|
+
:param pulumi.Input[int] storage_size_gb: Different specifications have different value ranges. When the instance_type value is tair_essd and the disk type is ESSD, this attribute takes effect and is required. When a Tair disk is an SSD, see-https://help.aliyun.com/zh/redis/product-overview/capacity-storage-type. The capacity field is defined as different fixed values according to different specifications, and does not need to be specified.
|
|
137
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
|
|
60
138
|
:param pulumi.Input[str] tair_instance_name: The name of the resource.
|
|
139
|
+
:param pulumi.Input[str] vpc_auth_mode: The VPC authentication mode. Valid values: Open (enables password authentication), Close (disables password authentication and enables [password-free access](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/enable-password-free-access)).
|
|
61
140
|
"""
|
|
62
141
|
pulumi.set(__self__, "instance_class", instance_class)
|
|
63
142
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
@@ -68,12 +147,38 @@ class TairInstanceArgs:
|
|
|
68
147
|
pulumi.set(__self__, "auto_renew", auto_renew)
|
|
69
148
|
if auto_renew_period is not None:
|
|
70
149
|
pulumi.set(__self__, "auto_renew_period", auto_renew_period)
|
|
150
|
+
if backup_id is not None:
|
|
151
|
+
pulumi.set(__self__, "backup_id", backup_id)
|
|
152
|
+
if cluster_backup_id is not None:
|
|
153
|
+
pulumi.set(__self__, "cluster_backup_id", cluster_backup_id)
|
|
154
|
+
if connection_string_prefix is not None:
|
|
155
|
+
pulumi.set(__self__, "connection_string_prefix", connection_string_prefix)
|
|
71
156
|
if effective_time is not None:
|
|
72
157
|
pulumi.set(__self__, "effective_time", effective_time)
|
|
73
158
|
if engine_version is not None:
|
|
74
159
|
pulumi.set(__self__, "engine_version", engine_version)
|
|
75
160
|
if force_upgrade is not None:
|
|
76
161
|
pulumi.set(__self__, "force_upgrade", force_upgrade)
|
|
162
|
+
if global_instance_id is not None:
|
|
163
|
+
pulumi.set(__self__, "global_instance_id", global_instance_id)
|
|
164
|
+
if intranet_bandwidth is not None:
|
|
165
|
+
pulumi.set(__self__, "intranet_bandwidth", intranet_bandwidth)
|
|
166
|
+
if modify_mode is not None:
|
|
167
|
+
pulumi.set(__self__, "modify_mode", modify_mode)
|
|
168
|
+
if node_type is not None:
|
|
169
|
+
pulumi.set(__self__, "node_type", node_type)
|
|
170
|
+
if param_no_loose_sentinel_enabled is not None:
|
|
171
|
+
pulumi.set(__self__, "param_no_loose_sentinel_enabled", param_no_loose_sentinel_enabled)
|
|
172
|
+
if param_no_loose_sentinel_password_free_access is not None:
|
|
173
|
+
pulumi.set(__self__, "param_no_loose_sentinel_password_free_access", param_no_loose_sentinel_password_free_access)
|
|
174
|
+
if param_no_loose_sentinel_password_free_commands is not None:
|
|
175
|
+
pulumi.set(__self__, "param_no_loose_sentinel_password_free_commands", param_no_loose_sentinel_password_free_commands)
|
|
176
|
+
if param_repl_mode is not None:
|
|
177
|
+
pulumi.set(__self__, "param_repl_mode", param_repl_mode)
|
|
178
|
+
if param_semisync_repl_timeout is not None:
|
|
179
|
+
pulumi.set(__self__, "param_semisync_repl_timeout", param_semisync_repl_timeout)
|
|
180
|
+
if param_sentinel_compat_enable is not None:
|
|
181
|
+
pulumi.set(__self__, "param_sentinel_compat_enable", param_sentinel_compat_enable)
|
|
77
182
|
if password is not None:
|
|
78
183
|
pulumi.set(__self__, "password", password)
|
|
79
184
|
if payment_type is not None:
|
|
@@ -82,12 +187,28 @@ class TairInstanceArgs:
|
|
|
82
187
|
pulumi.set(__self__, "period", period)
|
|
83
188
|
if port is not None:
|
|
84
189
|
pulumi.set(__self__, "port", port)
|
|
190
|
+
if read_only_count is not None:
|
|
191
|
+
pulumi.set(__self__, "read_only_count", read_only_count)
|
|
192
|
+
if recover_config_mode is not None:
|
|
193
|
+
pulumi.set(__self__, "recover_config_mode", recover_config_mode)
|
|
85
194
|
if resource_group_id is not None:
|
|
86
195
|
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
87
196
|
if secondary_zone_id is not None:
|
|
88
197
|
pulumi.set(__self__, "secondary_zone_id", secondary_zone_id)
|
|
198
|
+
if security_group_id is not None:
|
|
199
|
+
pulumi.set(__self__, "security_group_id", security_group_id)
|
|
200
|
+
if security_ip_group_name is not None:
|
|
201
|
+
pulumi.set(__self__, "security_ip_group_name", security_ip_group_name)
|
|
202
|
+
if security_ips is not None:
|
|
203
|
+
pulumi.set(__self__, "security_ips", security_ips)
|
|
89
204
|
if shard_count is not None:
|
|
90
205
|
pulumi.set(__self__, "shard_count", shard_count)
|
|
206
|
+
if slave_read_only_count is not None:
|
|
207
|
+
pulumi.set(__self__, "slave_read_only_count", slave_read_only_count)
|
|
208
|
+
if src_db_instance_id is not None:
|
|
209
|
+
pulumi.set(__self__, "src_db_instance_id", src_db_instance_id)
|
|
210
|
+
if ssl_enabled is not None:
|
|
211
|
+
pulumi.set(__self__, "ssl_enabled", ssl_enabled)
|
|
91
212
|
if storage_performance_level is not None:
|
|
92
213
|
pulumi.set(__self__, "storage_performance_level", storage_performance_level)
|
|
93
214
|
if storage_size_gb is not None:
|
|
@@ -96,6 +217,8 @@ class TairInstanceArgs:
|
|
|
96
217
|
pulumi.set(__self__, "tags", tags)
|
|
97
218
|
if tair_instance_name is not None:
|
|
98
219
|
pulumi.set(__self__, "tair_instance_name", tair_instance_name)
|
|
220
|
+
if vpc_auth_mode is not None:
|
|
221
|
+
pulumi.set(__self__, "vpc_auth_mode", vpc_auth_mode)
|
|
99
222
|
|
|
100
223
|
@property
|
|
101
224
|
@pulumi.getter(name="instanceClass")
|
|
@@ -149,7 +272,7 @@ class TairInstanceArgs:
|
|
|
149
272
|
@pulumi.getter(name="zoneId")
|
|
150
273
|
def zone_id(self) -> pulumi.Input[str]:
|
|
151
274
|
"""
|
|
152
|
-
Zone ID
|
|
275
|
+
Zone ID
|
|
153
276
|
"""
|
|
154
277
|
return pulumi.get(self, "zone_id")
|
|
155
278
|
|
|
@@ -181,6 +304,44 @@ class TairInstanceArgs:
|
|
|
181
304
|
def auto_renew_period(self, value: Optional[pulumi.Input[str]]):
|
|
182
305
|
pulumi.set(self, "auto_renew_period", value)
|
|
183
306
|
|
|
307
|
+
@property
|
|
308
|
+
@pulumi.getter(name="backupId")
|
|
309
|
+
def backup_id(self) -> Optional[pulumi.Input[str]]:
|
|
310
|
+
"""
|
|
311
|
+
You can set the BackupId parameter to the backup set ID of the source instance. The system uses the data stored in the backup set to create an instance. You can call the DescribeBackups operation to query backup set IDs. If the source instance is a cluster instance, set the BackupId parameter to the backup set IDs of all shards of the source instance, separated by commas (,).
|
|
312
|
+
|
|
313
|
+
If your instance is a cloud-native cluster instance, we recommend that you use DescribeClusterBackupList to query the backup set ID of the cluster instance. Then, set the ClusterBackupId request parameter to the backup set ID to clone the cluster instance. This eliminates the need to specify the backup set ID of each shard.
|
|
314
|
+
"""
|
|
315
|
+
return pulumi.get(self, "backup_id")
|
|
316
|
+
|
|
317
|
+
@backup_id.setter
|
|
318
|
+
def backup_id(self, value: Optional[pulumi.Input[str]]):
|
|
319
|
+
pulumi.set(self, "backup_id", value)
|
|
320
|
+
|
|
321
|
+
@property
|
|
322
|
+
@pulumi.getter(name="clusterBackupId")
|
|
323
|
+
def cluster_backup_id(self) -> Optional[pulumi.Input[str]]:
|
|
324
|
+
"""
|
|
325
|
+
This parameter is supported for specific new cluster instances. You can query the backup set ID by calling the DescribeClusterBackupList operation. If this parameter is supported, you can specify the backup set ID. In this case, you do not need to specify the BackupId parameter. If this parameter is not supported, set the BackupId parameter to the IDs of backup sets in all shards of the source instance, separated by commas (,).
|
|
326
|
+
"""
|
|
327
|
+
return pulumi.get(self, "cluster_backup_id")
|
|
328
|
+
|
|
329
|
+
@cluster_backup_id.setter
|
|
330
|
+
def cluster_backup_id(self, value: Optional[pulumi.Input[str]]):
|
|
331
|
+
pulumi.set(self, "cluster_backup_id", value)
|
|
332
|
+
|
|
333
|
+
@property
|
|
334
|
+
@pulumi.getter(name="connectionStringPrefix")
|
|
335
|
+
def connection_string_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
336
|
+
"""
|
|
337
|
+
The prefix of the endpoint the instance, which must consist of lowercase letters and numbers and start with a lowercase letter.
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "connection_string_prefix")
|
|
340
|
+
|
|
341
|
+
@connection_string_prefix.setter
|
|
342
|
+
def connection_string_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
343
|
+
pulumi.set(self, "connection_string_prefix", value)
|
|
344
|
+
|
|
184
345
|
@property
|
|
185
346
|
@pulumi.getter(name="effectiveTime")
|
|
186
347
|
def effective_time(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -197,7 +358,15 @@ class TairInstanceArgs:
|
|
|
197
358
|
@pulumi.getter(name="engineVersion")
|
|
198
359
|
def engine_version(self) -> Optional[pulumi.Input[str]]:
|
|
199
360
|
"""
|
|
200
|
-
Database version. Default value: 1.0.
|
|
361
|
+
Database version. Default value: 1.0.
|
|
362
|
+
|
|
363
|
+
Rules for transferring parameters of different tair product types:
|
|
364
|
+
|
|
365
|
+
tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0.
|
|
366
|
+
|
|
367
|
+
tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0.
|
|
368
|
+
|
|
369
|
+
tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
|
|
201
370
|
"""
|
|
202
371
|
return pulumi.get(self, "engine_version")
|
|
203
372
|
|
|
@@ -217,11 +386,139 @@ class TairInstanceArgs:
|
|
|
217
386
|
def force_upgrade(self, value: Optional[pulumi.Input[bool]]):
|
|
218
387
|
pulumi.set(self, "force_upgrade", value)
|
|
219
388
|
|
|
389
|
+
@property
|
|
390
|
+
@pulumi.getter(name="globalInstanceId")
|
|
391
|
+
def global_instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
392
|
+
"""
|
|
393
|
+
The ID of a distributed (Global Distributed Cache) instance, which indicates whether to use the newly created instance as a sub-instance of a distributed instance. You can use this method to create a distributed instance.
|
|
394
|
+
|
|
395
|
+
1. Enter true if you want the new instance to be the first child instance.
|
|
396
|
+
|
|
397
|
+
2. If you want the new instance to be used as the second and third sub-instances, enter the distributed instance ID.
|
|
398
|
+
|
|
399
|
+
3. Not as a distributed instance, you do not need to enter any values.
|
|
400
|
+
"""
|
|
401
|
+
return pulumi.get(self, "global_instance_id")
|
|
402
|
+
|
|
403
|
+
@global_instance_id.setter
|
|
404
|
+
def global_instance_id(self, value: Optional[pulumi.Input[str]]):
|
|
405
|
+
pulumi.set(self, "global_instance_id", value)
|
|
406
|
+
|
|
407
|
+
@property
|
|
408
|
+
@pulumi.getter(name="intranetBandwidth")
|
|
409
|
+
def intranet_bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
410
|
+
"""
|
|
411
|
+
Instance intranet bandwidth
|
|
412
|
+
"""
|
|
413
|
+
return pulumi.get(self, "intranet_bandwidth")
|
|
414
|
+
|
|
415
|
+
@intranet_bandwidth.setter
|
|
416
|
+
def intranet_bandwidth(self, value: Optional[pulumi.Input[int]]):
|
|
417
|
+
pulumi.set(self, "intranet_bandwidth", value)
|
|
418
|
+
|
|
419
|
+
@property
|
|
420
|
+
@pulumi.getter(name="modifyMode")
|
|
421
|
+
def modify_mode(self) -> Optional[pulumi.Input[str]]:
|
|
422
|
+
"""
|
|
423
|
+
The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
|
|
424
|
+
"""
|
|
425
|
+
return pulumi.get(self, "modify_mode")
|
|
426
|
+
|
|
427
|
+
@modify_mode.setter
|
|
428
|
+
def modify_mode(self, value: Optional[pulumi.Input[str]]):
|
|
429
|
+
pulumi.set(self, "modify_mode", value)
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter(name="nodeType")
|
|
433
|
+
def node_type(self) -> Optional[pulumi.Input[str]]:
|
|
434
|
+
"""
|
|
435
|
+
The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "node_type")
|
|
438
|
+
|
|
439
|
+
@node_type.setter
|
|
440
|
+
def node_type(self, value: Optional[pulumi.Input[str]]):
|
|
441
|
+
pulumi.set(self, "node_type", value)
|
|
442
|
+
|
|
443
|
+
@property
|
|
444
|
+
@pulumi.getter(name="paramNoLooseSentinelEnabled")
|
|
445
|
+
def param_no_loose_sentinel_enabled(self) -> Optional[pulumi.Input[str]]:
|
|
446
|
+
"""
|
|
447
|
+
sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
|
|
448
|
+
"""
|
|
449
|
+
return pulumi.get(self, "param_no_loose_sentinel_enabled")
|
|
450
|
+
|
|
451
|
+
@param_no_loose_sentinel_enabled.setter
|
|
452
|
+
def param_no_loose_sentinel_enabled(self, value: Optional[pulumi.Input[str]]):
|
|
453
|
+
pulumi.set(self, "param_no_loose_sentinel_enabled", value)
|
|
454
|
+
|
|
455
|
+
@property
|
|
456
|
+
@pulumi.getter(name="paramNoLooseSentinelPasswordFreeAccess")
|
|
457
|
+
def param_no_loose_sentinel_password_free_access(self) -> Optional[pulumi.Input[str]]:
|
|
458
|
+
"""
|
|
459
|
+
Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
|
|
460
|
+
"""
|
|
461
|
+
return pulumi.get(self, "param_no_loose_sentinel_password_free_access")
|
|
462
|
+
|
|
463
|
+
@param_no_loose_sentinel_password_free_access.setter
|
|
464
|
+
def param_no_loose_sentinel_password_free_access(self, value: Optional[pulumi.Input[str]]):
|
|
465
|
+
pulumi.set(self, "param_no_loose_sentinel_password_free_access", value)
|
|
466
|
+
|
|
467
|
+
@property
|
|
468
|
+
@pulumi.getter(name="paramNoLooseSentinelPasswordFreeCommands")
|
|
469
|
+
def param_no_loose_sentinel_password_free_commands(self) -> Optional[pulumi.Input[str]]:
|
|
470
|
+
"""
|
|
471
|
+
After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
472
|
+
"""
|
|
473
|
+
return pulumi.get(self, "param_no_loose_sentinel_password_free_commands")
|
|
474
|
+
|
|
475
|
+
@param_no_loose_sentinel_password_free_commands.setter
|
|
476
|
+
def param_no_loose_sentinel_password_free_commands(self, value: Optional[pulumi.Input[str]]):
|
|
477
|
+
pulumi.set(self, "param_no_loose_sentinel_password_free_commands", value)
|
|
478
|
+
|
|
479
|
+
@property
|
|
480
|
+
@pulumi.getter(name="paramReplMode")
|
|
481
|
+
def param_repl_mode(self) -> Optional[pulumi.Input[str]]:
|
|
482
|
+
"""
|
|
483
|
+
The value is semisync or async. The default value is async.
|
|
484
|
+
|
|
485
|
+
The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
|
|
486
|
+
"""
|
|
487
|
+
return pulumi.get(self, "param_repl_mode")
|
|
488
|
+
|
|
489
|
+
@param_repl_mode.setter
|
|
490
|
+
def param_repl_mode(self, value: Optional[pulumi.Input[str]]):
|
|
491
|
+
pulumi.set(self, "param_repl_mode", value)
|
|
492
|
+
|
|
493
|
+
@property
|
|
494
|
+
@pulumi.getter(name="paramSemisyncReplTimeout")
|
|
495
|
+
def param_semisync_repl_timeout(self) -> Optional[pulumi.Input[str]]:
|
|
496
|
+
"""
|
|
497
|
+
The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance。
|
|
498
|
+
"""
|
|
499
|
+
return pulumi.get(self, "param_semisync_repl_timeout")
|
|
500
|
+
|
|
501
|
+
@param_semisync_repl_timeout.setter
|
|
502
|
+
def param_semisync_repl_timeout(self, value: Optional[pulumi.Input[str]]):
|
|
503
|
+
pulumi.set(self, "param_semisync_repl_timeout", value)
|
|
504
|
+
|
|
505
|
+
@property
|
|
506
|
+
@pulumi.getter(name="paramSentinelCompatEnable")
|
|
507
|
+
def param_sentinel_compat_enable(self) -> Optional[pulumi.Input[str]]:
|
|
508
|
+
"""
|
|
509
|
+
sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
|
|
510
|
+
"""
|
|
511
|
+
return pulumi.get(self, "param_sentinel_compat_enable")
|
|
512
|
+
|
|
513
|
+
@param_sentinel_compat_enable.setter
|
|
514
|
+
def param_sentinel_compat_enable(self, value: Optional[pulumi.Input[str]]):
|
|
515
|
+
pulumi.set(self, "param_sentinel_compat_enable", value)
|
|
516
|
+
|
|
220
517
|
@property
|
|
221
518
|
@pulumi.getter
|
|
222
519
|
def password(self) -> Optional[pulumi.Input[str]]:
|
|
223
520
|
"""
|
|
224
|
-
The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + -
|
|
521
|
+
The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
|
|
225
522
|
"""
|
|
226
523
|
return pulumi.get(self, "password")
|
|
227
524
|
|
|
@@ -233,7 +530,7 @@ class TairInstanceArgs:
|
|
|
233
530
|
@pulumi.getter(name="paymentType")
|
|
234
531
|
def payment_type(self) -> Optional[pulumi.Input[str]]:
|
|
235
532
|
"""
|
|
236
|
-
Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default
|
|
533
|
+
Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
|
|
237
534
|
"""
|
|
238
535
|
return pulumi.get(self, "payment_type")
|
|
239
536
|
|
|
@@ -265,6 +562,34 @@ class TairInstanceArgs:
|
|
|
265
562
|
def port(self, value: Optional[pulumi.Input[int]]):
|
|
266
563
|
pulumi.set(self, "port", value)
|
|
267
564
|
|
|
565
|
+
@property
|
|
566
|
+
@pulumi.getter(name="readOnlyCount")
|
|
567
|
+
def read_only_count(self) -> Optional[pulumi.Input[int]]:
|
|
568
|
+
"""
|
|
569
|
+
Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions:
|
|
570
|
+
|
|
571
|
+
If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture.
|
|
572
|
+
|
|
573
|
+
If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
|
|
574
|
+
"""
|
|
575
|
+
return pulumi.get(self, "read_only_count")
|
|
576
|
+
|
|
577
|
+
@read_only_count.setter
|
|
578
|
+
def read_only_count(self, value: Optional[pulumi.Input[int]]):
|
|
579
|
+
pulumi.set(self, "read_only_count", value)
|
|
580
|
+
|
|
581
|
+
@property
|
|
582
|
+
@pulumi.getter(name="recoverConfigMode")
|
|
583
|
+
def recover_config_mode(self) -> Optional[pulumi.Input[str]]:
|
|
584
|
+
"""
|
|
585
|
+
Whether to restore the account, kernel parameters, and whitelist (config) information from the original backup set when creating an instance using a specified backup set. The default value is empty, indicating that the account, kernel parameters, and whitelist information are not restored from the original backup set. This parameter is only applicable to Cloud Native instances, and the account, kernel parameters, and whitelist information must have been saved in the original backup set.
|
|
586
|
+
"""
|
|
587
|
+
return pulumi.get(self, "recover_config_mode")
|
|
588
|
+
|
|
589
|
+
@recover_config_mode.setter
|
|
590
|
+
def recover_config_mode(self, value: Optional[pulumi.Input[str]]):
|
|
591
|
+
pulumi.set(self, "recover_config_mode", value)
|
|
592
|
+
|
|
268
593
|
@property
|
|
269
594
|
@pulumi.getter(name="resourceGroupId")
|
|
270
595
|
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -289,6 +614,42 @@ class TairInstanceArgs:
|
|
|
289
614
|
def secondary_zone_id(self, value: Optional[pulumi.Input[str]]):
|
|
290
615
|
pulumi.set(self, "secondary_zone_id", value)
|
|
291
616
|
|
|
617
|
+
@property
|
|
618
|
+
@pulumi.getter(name="securityGroupId")
|
|
619
|
+
def security_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
620
|
+
"""
|
|
621
|
+
Security group id
|
|
622
|
+
"""
|
|
623
|
+
return pulumi.get(self, "security_group_id")
|
|
624
|
+
|
|
625
|
+
@security_group_id.setter
|
|
626
|
+
def security_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
627
|
+
pulumi.set(self, "security_group_id", value)
|
|
628
|
+
|
|
629
|
+
@property
|
|
630
|
+
@pulumi.getter(name="securityIpGroupName")
|
|
631
|
+
def security_ip_group_name(self) -> Optional[pulumi.Input[str]]:
|
|
632
|
+
"""
|
|
633
|
+
The name of the IP address whitelist. You cannot modify the whitelist that is generated by the system. If you do not specify this parameter, the default whitelist is modified by default.
|
|
634
|
+
"""
|
|
635
|
+
return pulumi.get(self, "security_ip_group_name")
|
|
636
|
+
|
|
637
|
+
@security_ip_group_name.setter
|
|
638
|
+
def security_ip_group_name(self, value: Optional[pulumi.Input[str]]):
|
|
639
|
+
pulumi.set(self, "security_ip_group_name", value)
|
|
640
|
+
|
|
641
|
+
@property
|
|
642
|
+
@pulumi.getter(name="securityIps")
|
|
643
|
+
def security_ips(self) -> Optional[pulumi.Input[str]]:
|
|
644
|
+
"""
|
|
645
|
+
The IP addresses in the whitelist. Up to 1,000 IP addresses can be specified in a whitelist. Separate multiple IP addresses with a comma (,). Specify an IP address in the 0.0.0.0/0, 10.23.12.24, or 10.23.12.24/24 format. In CIDR block 10.23.12.24/24, /24 specifies the length of the prefix of an IP address. The prefix length ranges from 1 to 32.
|
|
646
|
+
"""
|
|
647
|
+
return pulumi.get(self, "security_ips")
|
|
648
|
+
|
|
649
|
+
@security_ips.setter
|
|
650
|
+
def security_ips(self, value: Optional[pulumi.Input[str]]):
|
|
651
|
+
pulumi.set(self, "security_ips", value)
|
|
652
|
+
|
|
292
653
|
@property
|
|
293
654
|
@pulumi.getter(name="shardCount")
|
|
294
655
|
def shard_count(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -301,11 +662,55 @@ class TairInstanceArgs:
|
|
|
301
662
|
def shard_count(self, value: Optional[pulumi.Input[int]]):
|
|
302
663
|
pulumi.set(self, "shard_count", value)
|
|
303
664
|
|
|
665
|
+
@property
|
|
666
|
+
@pulumi.getter(name="slaveReadOnlyCount")
|
|
667
|
+
def slave_read_only_count(self) -> Optional[pulumi.Input[int]]:
|
|
668
|
+
"""
|
|
669
|
+
Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance.
|
|
670
|
+
|
|
671
|
+
Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
|
|
672
|
+
"""
|
|
673
|
+
return pulumi.get(self, "slave_read_only_count")
|
|
674
|
+
|
|
675
|
+
@slave_read_only_count.setter
|
|
676
|
+
def slave_read_only_count(self, value: Optional[pulumi.Input[int]]):
|
|
677
|
+
pulumi.set(self, "slave_read_only_count", value)
|
|
678
|
+
|
|
679
|
+
@property
|
|
680
|
+
@pulumi.getter(name="srcDbInstanceId")
|
|
681
|
+
def src_db_instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
682
|
+
"""
|
|
683
|
+
If you want to create an instance based on the backup set of an existing instance, set this parameter to the ID of the source instance. preceding three parameters. After you specify the SrcDBInstanceId parameter, use the BackupId, ClusterBackupId (recommended for cloud-native cluster instances), or RestoreTime parameter to specify the backup set or the specific point in time that you want to use to create an instance. The SrcDBInstanceId parameter must be used in combination with one of the preceding three parameters.
|
|
684
|
+
"""
|
|
685
|
+
return pulumi.get(self, "src_db_instance_id")
|
|
686
|
+
|
|
687
|
+
@src_db_instance_id.setter
|
|
688
|
+
def src_db_instance_id(self, value: Optional[pulumi.Input[str]]):
|
|
689
|
+
pulumi.set(self, "src_db_instance_id", value)
|
|
690
|
+
|
|
691
|
+
@property
|
|
692
|
+
@pulumi.getter(name="sslEnabled")
|
|
693
|
+
def ssl_enabled(self) -> Optional[pulumi.Input[str]]:
|
|
694
|
+
"""
|
|
695
|
+
Modifies SSL encryption configurations. Valid values: 1. Disable (The SSL encryption is disabled) 2. Enable (The SSL encryption is enabled) 3. Update (The SSL certificate is updated)
|
|
696
|
+
"""
|
|
697
|
+
return pulumi.get(self, "ssl_enabled")
|
|
698
|
+
|
|
699
|
+
@ssl_enabled.setter
|
|
700
|
+
def ssl_enabled(self, value: Optional[pulumi.Input[str]]):
|
|
701
|
+
pulumi.set(self, "ssl_enabled", value)
|
|
702
|
+
|
|
304
703
|
@property
|
|
305
704
|
@pulumi.getter(name="storagePerformanceLevel")
|
|
306
705
|
def storage_performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
307
706
|
"""
|
|
308
|
-
The storage type.
|
|
707
|
+
The storage type. Valid values: PL1, PL2, and PL3. This parameter is available only when the value of InstanceType is tair_essd, that is, when an ESSD disk instance is selected.
|
|
708
|
+
|
|
709
|
+
If the ESSD instance type is 4C, 8C, or 16C, you can specify the storage type as PL1.
|
|
710
|
+
|
|
711
|
+
If the type of ESSD instance you select is 8C, 16C, 32C, or 52C, you can specify the storage type as PL2.
|
|
712
|
+
|
|
713
|
+
If the ESSD instance type is 16C, 32C, or 52C, you can specify the storage type as PL3.
|
|
309
714
|
"""
|
|
310
715
|
return pulumi.get(self, "storage_performance_level")
|
|
311
716
|
|
|
@@ -317,7 +722,7 @@ class TairInstanceArgs:
|
|
|
317
722
|
@pulumi.getter(name="storageSizeGb")
|
|
318
723
|
def storage_size_gb(self) -> Optional[pulumi.Input[int]]:
|
|
319
724
|
"""
|
|
320
|
-
|
|
725
|
+
Different specifications have different value ranges. When the instance_type value is tair_essd and the disk type is ESSD, this attribute takes effect and is required. When a Tair disk is an SSD, see-https://help.aliyun.com/zh/redis/product-overview/capacity-storage-type. The capacity field is defined as different fixed values according to different specifications, and does not need to be specified.
|
|
321
726
|
"""
|
|
322
727
|
return pulumi.get(self, "storage_size_gb")
|
|
323
728
|
|
|
@@ -327,14 +732,14 @@ class TairInstanceArgs:
|
|
|
327
732
|
|
|
328
733
|
@property
|
|
329
734
|
@pulumi.getter
|
|
330
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
735
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
331
736
|
"""
|
|
332
|
-
The tag of the resource
|
|
737
|
+
The tag of the resource
|
|
333
738
|
"""
|
|
334
739
|
return pulumi.get(self, "tags")
|
|
335
740
|
|
|
336
741
|
@tags.setter
|
|
337
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
742
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
338
743
|
pulumi.set(self, "tags", value)
|
|
339
744
|
|
|
340
745
|
@property
|
|
@@ -349,63 +754,171 @@ class TairInstanceArgs:
|
|
|
349
754
|
def tair_instance_name(self, value: Optional[pulumi.Input[str]]):
|
|
350
755
|
pulumi.set(self, "tair_instance_name", value)
|
|
351
756
|
|
|
757
|
+
@property
|
|
758
|
+
@pulumi.getter(name="vpcAuthMode")
|
|
759
|
+
def vpc_auth_mode(self) -> Optional[pulumi.Input[str]]:
|
|
760
|
+
"""
|
|
761
|
+
The VPC authentication mode. Valid values: Open (enables password authentication), Close (disables password authentication and enables [password-free access](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/enable-password-free-access)).
|
|
762
|
+
"""
|
|
763
|
+
return pulumi.get(self, "vpc_auth_mode")
|
|
764
|
+
|
|
765
|
+
@vpc_auth_mode.setter
|
|
766
|
+
def vpc_auth_mode(self, value: Optional[pulumi.Input[str]]):
|
|
767
|
+
pulumi.set(self, "vpc_auth_mode", value)
|
|
768
|
+
|
|
352
769
|
|
|
353
770
|
@pulumi.input_type
|
|
354
771
|
class _TairInstanceState:
|
|
355
772
|
def __init__(__self__, *,
|
|
773
|
+
architecture_type: Optional[pulumi.Input[str]] = None,
|
|
356
774
|
auto_renew: Optional[pulumi.Input[str]] = None,
|
|
357
775
|
auto_renew_period: Optional[pulumi.Input[str]] = None,
|
|
776
|
+
backup_id: Optional[pulumi.Input[str]] = None,
|
|
777
|
+
cluster_backup_id: Optional[pulumi.Input[str]] = None,
|
|
778
|
+
connection_domain: Optional[pulumi.Input[str]] = None,
|
|
779
|
+
connection_string_prefix: Optional[pulumi.Input[str]] = None,
|
|
358
780
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
359
781
|
effective_time: Optional[pulumi.Input[str]] = None,
|
|
360
782
|
engine_version: Optional[pulumi.Input[str]] = None,
|
|
361
783
|
force_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
784
|
+
global_instance_id: Optional[pulumi.Input[str]] = None,
|
|
362
785
|
instance_class: Optional[pulumi.Input[str]] = None,
|
|
363
786
|
instance_type: Optional[pulumi.Input[str]] = None,
|
|
787
|
+
intranet_bandwidth: Optional[pulumi.Input[int]] = None,
|
|
788
|
+
max_connections: Optional[pulumi.Input[int]] = None,
|
|
789
|
+
modify_mode: Optional[pulumi.Input[str]] = None,
|
|
790
|
+
network_type: Optional[pulumi.Input[str]] = None,
|
|
791
|
+
node_type: Optional[pulumi.Input[str]] = None,
|
|
792
|
+
param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
|
|
793
|
+
param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
|
|
794
|
+
param_no_loose_sentinel_password_free_commands: Optional[pulumi.Input[str]] = None,
|
|
795
|
+
param_repl_mode: Optional[pulumi.Input[str]] = None,
|
|
796
|
+
param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
|
|
797
|
+
param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
|
|
364
798
|
password: Optional[pulumi.Input[str]] = None,
|
|
365
799
|
payment_type: Optional[pulumi.Input[str]] = None,
|
|
366
800
|
period: Optional[pulumi.Input[int]] = None,
|
|
367
801
|
port: Optional[pulumi.Input[int]] = None,
|
|
802
|
+
read_only_count: Optional[pulumi.Input[int]] = None,
|
|
803
|
+
recover_config_mode: Optional[pulumi.Input[str]] = None,
|
|
804
|
+
region_id: Optional[pulumi.Input[str]] = None,
|
|
368
805
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
369
806
|
secondary_zone_id: Optional[pulumi.Input[str]] = None,
|
|
807
|
+
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
808
|
+
security_ip_group_name: Optional[pulumi.Input[str]] = None,
|
|
809
|
+
security_ips: Optional[pulumi.Input[str]] = None,
|
|
370
810
|
shard_count: Optional[pulumi.Input[int]] = None,
|
|
811
|
+
slave_read_only_count: Optional[pulumi.Input[int]] = None,
|
|
812
|
+
src_db_instance_id: Optional[pulumi.Input[str]] = None,
|
|
813
|
+
ssl_enabled: Optional[pulumi.Input[str]] = None,
|
|
371
814
|
status: Optional[pulumi.Input[str]] = None,
|
|
372
815
|
storage_performance_level: Optional[pulumi.Input[str]] = None,
|
|
373
816
|
storage_size_gb: Optional[pulumi.Input[int]] = None,
|
|
374
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
817
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
818
|
+
tair_instance_id: Optional[pulumi.Input[str]] = None,
|
|
375
819
|
tair_instance_name: Optional[pulumi.Input[str]] = None,
|
|
820
|
+
vpc_auth_mode: Optional[pulumi.Input[str]] = None,
|
|
376
821
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
377
822
|
vswitch_id: Optional[pulumi.Input[str]] = None,
|
|
378
823
|
zone_id: Optional[pulumi.Input[str]] = None):
|
|
379
824
|
"""
|
|
380
825
|
Input properties used for looking up and filtering TairInstance resources.
|
|
826
|
+
:param pulumi.Input[str] architecture_type: The architecture of the instance. cluster, standard, rwsplit.
|
|
381
827
|
:param pulumi.Input[str] auto_renew: Specifies whether to enable auto-renewal for the instance. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
|
|
382
828
|
:param pulumi.Input[str] auto_renew_period: The subscription duration that is supported by auto-renewal. Unit: months. Valid values: 1, 2, 3, 6, and 12. This parameter is required only if the AutoRenew parameter is set to true.
|
|
829
|
+
:param pulumi.Input[str] backup_id: You can set the BackupId parameter to the backup set ID of the source instance. The system uses the data stored in the backup set to create an instance. You can call the DescribeBackups operation to query backup set IDs. If the source instance is a cluster instance, set the BackupId parameter to the backup set IDs of all shards of the source instance, separated by commas (,).
|
|
830
|
+
|
|
831
|
+
If your instance is a cloud-native cluster instance, we recommend that you use DescribeClusterBackupList to query the backup set ID of the cluster instance. Then, set the ClusterBackupId request parameter to the backup set ID to clone the cluster instance. This eliminates the need to specify the backup set ID of each shard.
|
|
832
|
+
:param pulumi.Input[str] cluster_backup_id: This parameter is supported for specific new cluster instances. You can query the backup set ID by calling the DescribeClusterBackupList operation. If this parameter is supported, you can specify the backup set ID. In this case, you do not need to specify the BackupId parameter. If this parameter is not supported, set the BackupId parameter to the IDs of backup sets in all shards of the source instance, separated by commas (,).
|
|
833
|
+
:param pulumi.Input[str] connection_domain: The internal endpoint of the instance.
|
|
834
|
+
:param pulumi.Input[str] connection_string_prefix: The prefix of the endpoint the instance, which must consist of lowercase letters and numbers and start with a lowercase letter.
|
|
383
835
|
:param pulumi.Input[str] create_time: The time when the instance was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
|
|
384
836
|
:param pulumi.Input[str] effective_time: The time when to change the configurations. Default value: Immediately. Valid values: Immediately (The configurations are immediately changed), MaintainTime (The configurations are changed within the maintenance window).
|
|
385
|
-
:param pulumi.Input[str] engine_version: Database version. Default value: 1.0.
|
|
837
|
+
:param pulumi.Input[str] engine_version: Database version. Default value: 1.0.
|
|
838
|
+
|
|
839
|
+
Rules for transferring parameters of different tair product types:
|
|
840
|
+
|
|
841
|
+
tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0.
|
|
842
|
+
|
|
843
|
+
tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0.
|
|
844
|
+
|
|
845
|
+
tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
|
|
386
846
|
:param pulumi.Input[bool] force_upgrade: Specifies whether to forcefully change the configurations of the instance. Default value: true. Valid values: false (The system does not forcefully change the configurations), true (The system forcefully changes the configurations).
|
|
847
|
+
:param pulumi.Input[str] global_instance_id: The ID of a distributed (Global Distributed Cache) instance, which indicates whether to use the newly created instance as a sub-instance of a distributed instance. You can use this method to create a distributed instance.
|
|
848
|
+
|
|
849
|
+
1. Enter true if you want the new instance to be the first child instance.
|
|
850
|
+
|
|
851
|
+
2. If you want the new instance to be used as the second and third sub-instances, enter the distributed instance ID.
|
|
852
|
+
|
|
853
|
+
3. Not as a distributed instance, you do not need to enter any values.
|
|
387
854
|
:param pulumi.Input[str] instance_class: The instance type of the instance. For more information, see [Instance types](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/instance-types).
|
|
388
855
|
:param pulumi.Input[str] instance_type: The storage medium of the instance. Valid values: tair_rdb, tair_scm, tair_essd.
|
|
389
|
-
:param pulumi.Input[
|
|
390
|
-
:param pulumi.Input[
|
|
856
|
+
:param pulumi.Input[int] intranet_bandwidth: Instance intranet bandwidth
|
|
857
|
+
:param pulumi.Input[int] max_connections: The maximum number of connections supported by the instance.
|
|
858
|
+
:param pulumi.Input[str] modify_mode: The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
|
|
859
|
+
:param pulumi.Input[str] network_type: The network type of the instance. CLASSIC(classic network), VPC.
|
|
860
|
+
:param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
|
|
861
|
+
:param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
|
|
862
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
|
|
863
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
864
|
+
:param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
|
|
865
|
+
|
|
866
|
+
The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
|
|
867
|
+
:param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance。
|
|
868
|
+
:param pulumi.Input[str] param_sentinel_compat_enable: sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
|
|
869
|
+
:param pulumi.Input[str] password: The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
|
|
870
|
+
:param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
|
|
391
871
|
:param pulumi.Input[int] period: The subscription duration. Unit: months. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24,36, and 60. This parameter is required only if you set the PaymentType parameter to Subscription.
|
|
392
872
|
:param pulumi.Input[int] port: The Tair service port. The service port of the instance. Valid values: 1024 to 65535. Default value: 6379.
|
|
873
|
+
:param pulumi.Input[int] read_only_count: Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions:
|
|
874
|
+
|
|
875
|
+
If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture.
|
|
876
|
+
|
|
877
|
+
If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
|
|
878
|
+
:param pulumi.Input[str] recover_config_mode: Whether to restore the account, kernel parameters, and whitelist (config) information from the original backup set when creating an instance using a specified backup set. The default value is empty, indicating that the account, kernel parameters, and whitelist information are not restored from the original backup set. This parameter is only applicable to Cloud Native instances, and the account, kernel parameters, and whitelist information must have been saved in the original backup set.
|
|
879
|
+
:param pulumi.Input[str] region_id: Region Id
|
|
393
880
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the instance belongs.
|
|
394
881
|
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone.This parameter is returned only if the instance is deployed in two zones.
|
|
882
|
+
:param pulumi.Input[str] security_group_id: Security group id
|
|
883
|
+
:param pulumi.Input[str] security_ip_group_name: The name of the IP address whitelist. You cannot modify the whitelist that is generated by the system. If you do not specify this parameter, the default whitelist is modified by default.
|
|
884
|
+
:param pulumi.Input[str] security_ips: The IP addresses in the whitelist. Up to 1,000 IP addresses can be specified in a whitelist. Separate multiple IP addresses with a comma (,). Specify an IP address in the 0.0.0.0/0, 10.23.12.24, or 10.23.12.24/24 format. In CIDR block 10.23.12.24/24, /24 specifies the length of the prefix of an IP address. The prefix length ranges from 1 to 32.
|
|
395
885
|
:param pulumi.Input[int] shard_count: The number of data nodes in the instance. When 1 is passed, it means that the instance created is a standard architecture with only one data node. You can create an instance in the standard architecture that contains only a single data node. 2 to 32: You can create an instance in the cluster architecture that contains the specified number of data nodes. Only persistent memory-optimized instances can use the cluster architecture. Therefore, you can set this parameter to an integer from 2 to 32 only if you set the InstanceType parameter to tair_scm. It is not allowed to modify the number of shards by modifying this parameter after creating a master-slave architecture instance with or without passing 1.
|
|
396
|
-
:param pulumi.Input[
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
:param pulumi.Input[
|
|
886
|
+
:param pulumi.Input[int] slave_read_only_count: Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance.
|
|
887
|
+
|
|
888
|
+
Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
|
|
889
|
+
:param pulumi.Input[str] src_db_instance_id: If you want to create an instance based on the backup set of an existing instance, set this parameter to the ID of the source instance. preceding three parameters. After you specify the SrcDBInstanceId parameter, use the BackupId, ClusterBackupId (recommended for cloud-native cluster instances), or RestoreTime parameter to specify the backup set or the specific point in time that you want to use to create an instance. The SrcDBInstanceId parameter must be used in combination with one of the preceding three parameters.
|
|
890
|
+
:param pulumi.Input[str] ssl_enabled: Modifies SSL encryption configurations. Valid values: 1. Disable (The SSL encryption is disabled) 2. Enable (The SSL encryption is enabled) 3. Update (The SSL certificate is updated)
|
|
891
|
+
:param pulumi.Input[str] status: The status of the resource
|
|
892
|
+
:param pulumi.Input[str] storage_performance_level: The storage type. Valid values: PL1, PL2, and PL3. This parameter is available only when the value of InstanceType is tair_essd, that is, when an ESSD disk instance is selected.
|
|
893
|
+
|
|
894
|
+
If the ESSD instance type is 4C, 8C, or 16C, you can specify the storage type as PL1.
|
|
895
|
+
|
|
896
|
+
If the type of ESSD instance you select is 8C, 16C, 32C, or 52C, you can specify the storage type as PL2.
|
|
897
|
+
|
|
898
|
+
If the ESSD instance type is 16C, 32C, or 52C, you can specify the storage type as PL3.
|
|
899
|
+
:param pulumi.Input[int] storage_size_gb: Different specifications have different value ranges. When the instance_type value is tair_essd and the disk type is ESSD, this attribute takes effect and is required. When a Tair disk is an SSD, see-https://help.aliyun.com/zh/redis/product-overview/capacity-storage-type. The capacity field is defined as different fixed values according to different specifications, and does not need to be specified.
|
|
900
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
|
|
901
|
+
:param pulumi.Input[str] tair_instance_id: The ID of the resource.
|
|
400
902
|
:param pulumi.Input[str] tair_instance_name: The name of the resource.
|
|
903
|
+
:param pulumi.Input[str] vpc_auth_mode: The VPC authentication mode. Valid values: Open (enables password authentication), Close (disables password authentication and enables [password-free access](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/enable-password-free-access)).
|
|
401
904
|
:param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC).
|
|
402
905
|
:param pulumi.Input[str] vswitch_id: The ID of the vSwitch to which the instance is connected.
|
|
403
|
-
:param pulumi.Input[str] zone_id: Zone ID
|
|
906
|
+
:param pulumi.Input[str] zone_id: Zone ID
|
|
404
907
|
"""
|
|
908
|
+
if architecture_type is not None:
|
|
909
|
+
pulumi.set(__self__, "architecture_type", architecture_type)
|
|
405
910
|
if auto_renew is not None:
|
|
406
911
|
pulumi.set(__self__, "auto_renew", auto_renew)
|
|
407
912
|
if auto_renew_period is not None:
|
|
408
913
|
pulumi.set(__self__, "auto_renew_period", auto_renew_period)
|
|
914
|
+
if backup_id is not None:
|
|
915
|
+
pulumi.set(__self__, "backup_id", backup_id)
|
|
916
|
+
if cluster_backup_id is not None:
|
|
917
|
+
pulumi.set(__self__, "cluster_backup_id", cluster_backup_id)
|
|
918
|
+
if connection_domain is not None:
|
|
919
|
+
pulumi.set(__self__, "connection_domain", connection_domain)
|
|
920
|
+
if connection_string_prefix is not None:
|
|
921
|
+
pulumi.set(__self__, "connection_string_prefix", connection_string_prefix)
|
|
409
922
|
if create_time is not None:
|
|
410
923
|
pulumi.set(__self__, "create_time", create_time)
|
|
411
924
|
if effective_time is not None:
|
|
@@ -414,10 +927,34 @@ class _TairInstanceState:
|
|
|
414
927
|
pulumi.set(__self__, "engine_version", engine_version)
|
|
415
928
|
if force_upgrade is not None:
|
|
416
929
|
pulumi.set(__self__, "force_upgrade", force_upgrade)
|
|
930
|
+
if global_instance_id is not None:
|
|
931
|
+
pulumi.set(__self__, "global_instance_id", global_instance_id)
|
|
417
932
|
if instance_class is not None:
|
|
418
933
|
pulumi.set(__self__, "instance_class", instance_class)
|
|
419
934
|
if instance_type is not None:
|
|
420
935
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
936
|
+
if intranet_bandwidth is not None:
|
|
937
|
+
pulumi.set(__self__, "intranet_bandwidth", intranet_bandwidth)
|
|
938
|
+
if max_connections is not None:
|
|
939
|
+
pulumi.set(__self__, "max_connections", max_connections)
|
|
940
|
+
if modify_mode is not None:
|
|
941
|
+
pulumi.set(__self__, "modify_mode", modify_mode)
|
|
942
|
+
if network_type is not None:
|
|
943
|
+
pulumi.set(__self__, "network_type", network_type)
|
|
944
|
+
if node_type is not None:
|
|
945
|
+
pulumi.set(__self__, "node_type", node_type)
|
|
946
|
+
if param_no_loose_sentinel_enabled is not None:
|
|
947
|
+
pulumi.set(__self__, "param_no_loose_sentinel_enabled", param_no_loose_sentinel_enabled)
|
|
948
|
+
if param_no_loose_sentinel_password_free_access is not None:
|
|
949
|
+
pulumi.set(__self__, "param_no_loose_sentinel_password_free_access", param_no_loose_sentinel_password_free_access)
|
|
950
|
+
if param_no_loose_sentinel_password_free_commands is not None:
|
|
951
|
+
pulumi.set(__self__, "param_no_loose_sentinel_password_free_commands", param_no_loose_sentinel_password_free_commands)
|
|
952
|
+
if param_repl_mode is not None:
|
|
953
|
+
pulumi.set(__self__, "param_repl_mode", param_repl_mode)
|
|
954
|
+
if param_semisync_repl_timeout is not None:
|
|
955
|
+
pulumi.set(__self__, "param_semisync_repl_timeout", param_semisync_repl_timeout)
|
|
956
|
+
if param_sentinel_compat_enable is not None:
|
|
957
|
+
pulumi.set(__self__, "param_sentinel_compat_enable", param_sentinel_compat_enable)
|
|
421
958
|
if password is not None:
|
|
422
959
|
pulumi.set(__self__, "password", password)
|
|
423
960
|
if payment_type is not None:
|
|
@@ -426,12 +963,30 @@ class _TairInstanceState:
|
|
|
426
963
|
pulumi.set(__self__, "period", period)
|
|
427
964
|
if port is not None:
|
|
428
965
|
pulumi.set(__self__, "port", port)
|
|
966
|
+
if read_only_count is not None:
|
|
967
|
+
pulumi.set(__self__, "read_only_count", read_only_count)
|
|
968
|
+
if recover_config_mode is not None:
|
|
969
|
+
pulumi.set(__self__, "recover_config_mode", recover_config_mode)
|
|
970
|
+
if region_id is not None:
|
|
971
|
+
pulumi.set(__self__, "region_id", region_id)
|
|
429
972
|
if resource_group_id is not None:
|
|
430
973
|
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
431
974
|
if secondary_zone_id is not None:
|
|
432
975
|
pulumi.set(__self__, "secondary_zone_id", secondary_zone_id)
|
|
976
|
+
if security_group_id is not None:
|
|
977
|
+
pulumi.set(__self__, "security_group_id", security_group_id)
|
|
978
|
+
if security_ip_group_name is not None:
|
|
979
|
+
pulumi.set(__self__, "security_ip_group_name", security_ip_group_name)
|
|
980
|
+
if security_ips is not None:
|
|
981
|
+
pulumi.set(__self__, "security_ips", security_ips)
|
|
433
982
|
if shard_count is not None:
|
|
434
983
|
pulumi.set(__self__, "shard_count", shard_count)
|
|
984
|
+
if slave_read_only_count is not None:
|
|
985
|
+
pulumi.set(__self__, "slave_read_only_count", slave_read_only_count)
|
|
986
|
+
if src_db_instance_id is not None:
|
|
987
|
+
pulumi.set(__self__, "src_db_instance_id", src_db_instance_id)
|
|
988
|
+
if ssl_enabled is not None:
|
|
989
|
+
pulumi.set(__self__, "ssl_enabled", ssl_enabled)
|
|
435
990
|
if status is not None:
|
|
436
991
|
pulumi.set(__self__, "status", status)
|
|
437
992
|
if storage_performance_level is not None:
|
|
@@ -440,8 +995,12 @@ class _TairInstanceState:
|
|
|
440
995
|
pulumi.set(__self__, "storage_size_gb", storage_size_gb)
|
|
441
996
|
if tags is not None:
|
|
442
997
|
pulumi.set(__self__, "tags", tags)
|
|
998
|
+
if tair_instance_id is not None:
|
|
999
|
+
pulumi.set(__self__, "tair_instance_id", tair_instance_id)
|
|
443
1000
|
if tair_instance_name is not None:
|
|
444
1001
|
pulumi.set(__self__, "tair_instance_name", tair_instance_name)
|
|
1002
|
+
if vpc_auth_mode is not None:
|
|
1003
|
+
pulumi.set(__self__, "vpc_auth_mode", vpc_auth_mode)
|
|
445
1004
|
if vpc_id is not None:
|
|
446
1005
|
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
447
1006
|
if vswitch_id is not None:
|
|
@@ -449,6 +1008,18 @@ class _TairInstanceState:
|
|
|
449
1008
|
if zone_id is not None:
|
|
450
1009
|
pulumi.set(__self__, "zone_id", zone_id)
|
|
451
1010
|
|
|
1011
|
+
@property
|
|
1012
|
+
@pulumi.getter(name="architectureType")
|
|
1013
|
+
def architecture_type(self) -> Optional[pulumi.Input[str]]:
|
|
1014
|
+
"""
|
|
1015
|
+
The architecture of the instance. cluster, standard, rwsplit.
|
|
1016
|
+
"""
|
|
1017
|
+
return pulumi.get(self, "architecture_type")
|
|
1018
|
+
|
|
1019
|
+
@architecture_type.setter
|
|
1020
|
+
def architecture_type(self, value: Optional[pulumi.Input[str]]):
|
|
1021
|
+
pulumi.set(self, "architecture_type", value)
|
|
1022
|
+
|
|
452
1023
|
@property
|
|
453
1024
|
@pulumi.getter(name="autoRenew")
|
|
454
1025
|
def auto_renew(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -473,6 +1044,56 @@ class _TairInstanceState:
|
|
|
473
1044
|
def auto_renew_period(self, value: Optional[pulumi.Input[str]]):
|
|
474
1045
|
pulumi.set(self, "auto_renew_period", value)
|
|
475
1046
|
|
|
1047
|
+
@property
|
|
1048
|
+
@pulumi.getter(name="backupId")
|
|
1049
|
+
def backup_id(self) -> Optional[pulumi.Input[str]]:
|
|
1050
|
+
"""
|
|
1051
|
+
You can set the BackupId parameter to the backup set ID of the source instance. The system uses the data stored in the backup set to create an instance. You can call the DescribeBackups operation to query backup set IDs. If the source instance is a cluster instance, set the BackupId parameter to the backup set IDs of all shards of the source instance, separated by commas (,).
|
|
1052
|
+
|
|
1053
|
+
If your instance is a cloud-native cluster instance, we recommend that you use DescribeClusterBackupList to query the backup set ID of the cluster instance. Then, set the ClusterBackupId request parameter to the backup set ID to clone the cluster instance. This eliminates the need to specify the backup set ID of each shard.
|
|
1054
|
+
"""
|
|
1055
|
+
return pulumi.get(self, "backup_id")
|
|
1056
|
+
|
|
1057
|
+
@backup_id.setter
|
|
1058
|
+
def backup_id(self, value: Optional[pulumi.Input[str]]):
|
|
1059
|
+
pulumi.set(self, "backup_id", value)
|
|
1060
|
+
|
|
1061
|
+
@property
|
|
1062
|
+
@pulumi.getter(name="clusterBackupId")
|
|
1063
|
+
def cluster_backup_id(self) -> Optional[pulumi.Input[str]]:
|
|
1064
|
+
"""
|
|
1065
|
+
This parameter is supported for specific new cluster instances. You can query the backup set ID by calling the DescribeClusterBackupList operation. If this parameter is supported, you can specify the backup set ID. In this case, you do not need to specify the BackupId parameter. If this parameter is not supported, set the BackupId parameter to the IDs of backup sets in all shards of the source instance, separated by commas (,).
|
|
1066
|
+
"""
|
|
1067
|
+
return pulumi.get(self, "cluster_backup_id")
|
|
1068
|
+
|
|
1069
|
+
@cluster_backup_id.setter
|
|
1070
|
+
def cluster_backup_id(self, value: Optional[pulumi.Input[str]]):
|
|
1071
|
+
pulumi.set(self, "cluster_backup_id", value)
|
|
1072
|
+
|
|
1073
|
+
@property
|
|
1074
|
+
@pulumi.getter(name="connectionDomain")
|
|
1075
|
+
def connection_domain(self) -> Optional[pulumi.Input[str]]:
|
|
1076
|
+
"""
|
|
1077
|
+
The internal endpoint of the instance.
|
|
1078
|
+
"""
|
|
1079
|
+
return pulumi.get(self, "connection_domain")
|
|
1080
|
+
|
|
1081
|
+
@connection_domain.setter
|
|
1082
|
+
def connection_domain(self, value: Optional[pulumi.Input[str]]):
|
|
1083
|
+
pulumi.set(self, "connection_domain", value)
|
|
1084
|
+
|
|
1085
|
+
@property
|
|
1086
|
+
@pulumi.getter(name="connectionStringPrefix")
|
|
1087
|
+
def connection_string_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
1088
|
+
"""
|
|
1089
|
+
The prefix of the endpoint the instance, which must consist of lowercase letters and numbers and start with a lowercase letter.
|
|
1090
|
+
"""
|
|
1091
|
+
return pulumi.get(self, "connection_string_prefix")
|
|
1092
|
+
|
|
1093
|
+
@connection_string_prefix.setter
|
|
1094
|
+
def connection_string_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
1095
|
+
pulumi.set(self, "connection_string_prefix", value)
|
|
1096
|
+
|
|
476
1097
|
@property
|
|
477
1098
|
@pulumi.getter(name="createTime")
|
|
478
1099
|
def create_time(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -501,7 +1122,15 @@ class _TairInstanceState:
|
|
|
501
1122
|
@pulumi.getter(name="engineVersion")
|
|
502
1123
|
def engine_version(self) -> Optional[pulumi.Input[str]]:
|
|
503
1124
|
"""
|
|
504
|
-
Database version. Default value: 1.0.
|
|
1125
|
+
Database version. Default value: 1.0.
|
|
1126
|
+
|
|
1127
|
+
Rules for transferring parameters of different tair product types:
|
|
1128
|
+
|
|
1129
|
+
tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0.
|
|
1130
|
+
|
|
1131
|
+
tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0.
|
|
1132
|
+
|
|
1133
|
+
tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
|
|
505
1134
|
"""
|
|
506
1135
|
return pulumi.get(self, "engine_version")
|
|
507
1136
|
|
|
@@ -521,6 +1150,24 @@ class _TairInstanceState:
|
|
|
521
1150
|
def force_upgrade(self, value: Optional[pulumi.Input[bool]]):
|
|
522
1151
|
pulumi.set(self, "force_upgrade", value)
|
|
523
1152
|
|
|
1153
|
+
@property
|
|
1154
|
+
@pulumi.getter(name="globalInstanceId")
|
|
1155
|
+
def global_instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
1156
|
+
"""
|
|
1157
|
+
The ID of a distributed (Global Distributed Cache) instance, which indicates whether to use the newly created instance as a sub-instance of a distributed instance. You can use this method to create a distributed instance.
|
|
1158
|
+
|
|
1159
|
+
1. Enter true if you want the new instance to be the first child instance.
|
|
1160
|
+
|
|
1161
|
+
2. If you want the new instance to be used as the second and third sub-instances, enter the distributed instance ID.
|
|
1162
|
+
|
|
1163
|
+
3. Not as a distributed instance, you do not need to enter any values.
|
|
1164
|
+
"""
|
|
1165
|
+
return pulumi.get(self, "global_instance_id")
|
|
1166
|
+
|
|
1167
|
+
@global_instance_id.setter
|
|
1168
|
+
def global_instance_id(self, value: Optional[pulumi.Input[str]]):
|
|
1169
|
+
pulumi.set(self, "global_instance_id", value)
|
|
1170
|
+
|
|
524
1171
|
@property
|
|
525
1172
|
@pulumi.getter(name="instanceClass")
|
|
526
1173
|
def instance_class(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -545,11 +1192,145 @@ class _TairInstanceState:
|
|
|
545
1192
|
def instance_type(self, value: Optional[pulumi.Input[str]]):
|
|
546
1193
|
pulumi.set(self, "instance_type", value)
|
|
547
1194
|
|
|
1195
|
+
@property
|
|
1196
|
+
@pulumi.getter(name="intranetBandwidth")
|
|
1197
|
+
def intranet_bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
1198
|
+
"""
|
|
1199
|
+
Instance intranet bandwidth
|
|
1200
|
+
"""
|
|
1201
|
+
return pulumi.get(self, "intranet_bandwidth")
|
|
1202
|
+
|
|
1203
|
+
@intranet_bandwidth.setter
|
|
1204
|
+
def intranet_bandwidth(self, value: Optional[pulumi.Input[int]]):
|
|
1205
|
+
pulumi.set(self, "intranet_bandwidth", value)
|
|
1206
|
+
|
|
1207
|
+
@property
|
|
1208
|
+
@pulumi.getter(name="maxConnections")
|
|
1209
|
+
def max_connections(self) -> Optional[pulumi.Input[int]]:
|
|
1210
|
+
"""
|
|
1211
|
+
The maximum number of connections supported by the instance.
|
|
1212
|
+
"""
|
|
1213
|
+
return pulumi.get(self, "max_connections")
|
|
1214
|
+
|
|
1215
|
+
@max_connections.setter
|
|
1216
|
+
def max_connections(self, value: Optional[pulumi.Input[int]]):
|
|
1217
|
+
pulumi.set(self, "max_connections", value)
|
|
1218
|
+
|
|
1219
|
+
@property
|
|
1220
|
+
@pulumi.getter(name="modifyMode")
|
|
1221
|
+
def modify_mode(self) -> Optional[pulumi.Input[str]]:
|
|
1222
|
+
"""
|
|
1223
|
+
The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
|
|
1224
|
+
"""
|
|
1225
|
+
return pulumi.get(self, "modify_mode")
|
|
1226
|
+
|
|
1227
|
+
@modify_mode.setter
|
|
1228
|
+
def modify_mode(self, value: Optional[pulumi.Input[str]]):
|
|
1229
|
+
pulumi.set(self, "modify_mode", value)
|
|
1230
|
+
|
|
1231
|
+
@property
|
|
1232
|
+
@pulumi.getter(name="networkType")
|
|
1233
|
+
def network_type(self) -> Optional[pulumi.Input[str]]:
|
|
1234
|
+
"""
|
|
1235
|
+
The network type of the instance. CLASSIC(classic network), VPC.
|
|
1236
|
+
"""
|
|
1237
|
+
return pulumi.get(self, "network_type")
|
|
1238
|
+
|
|
1239
|
+
@network_type.setter
|
|
1240
|
+
def network_type(self, value: Optional[pulumi.Input[str]]):
|
|
1241
|
+
pulumi.set(self, "network_type", value)
|
|
1242
|
+
|
|
1243
|
+
@property
|
|
1244
|
+
@pulumi.getter(name="nodeType")
|
|
1245
|
+
def node_type(self) -> Optional[pulumi.Input[str]]:
|
|
1246
|
+
"""
|
|
1247
|
+
The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
|
|
1248
|
+
"""
|
|
1249
|
+
return pulumi.get(self, "node_type")
|
|
1250
|
+
|
|
1251
|
+
@node_type.setter
|
|
1252
|
+
def node_type(self, value: Optional[pulumi.Input[str]]):
|
|
1253
|
+
pulumi.set(self, "node_type", value)
|
|
1254
|
+
|
|
1255
|
+
@property
|
|
1256
|
+
@pulumi.getter(name="paramNoLooseSentinelEnabled")
|
|
1257
|
+
def param_no_loose_sentinel_enabled(self) -> Optional[pulumi.Input[str]]:
|
|
1258
|
+
"""
|
|
1259
|
+
sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
|
|
1260
|
+
"""
|
|
1261
|
+
return pulumi.get(self, "param_no_loose_sentinel_enabled")
|
|
1262
|
+
|
|
1263
|
+
@param_no_loose_sentinel_enabled.setter
|
|
1264
|
+
def param_no_loose_sentinel_enabled(self, value: Optional[pulumi.Input[str]]):
|
|
1265
|
+
pulumi.set(self, "param_no_loose_sentinel_enabled", value)
|
|
1266
|
+
|
|
1267
|
+
@property
|
|
1268
|
+
@pulumi.getter(name="paramNoLooseSentinelPasswordFreeAccess")
|
|
1269
|
+
def param_no_loose_sentinel_password_free_access(self) -> Optional[pulumi.Input[str]]:
|
|
1270
|
+
"""
|
|
1271
|
+
Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
|
|
1272
|
+
"""
|
|
1273
|
+
return pulumi.get(self, "param_no_loose_sentinel_password_free_access")
|
|
1274
|
+
|
|
1275
|
+
@param_no_loose_sentinel_password_free_access.setter
|
|
1276
|
+
def param_no_loose_sentinel_password_free_access(self, value: Optional[pulumi.Input[str]]):
|
|
1277
|
+
pulumi.set(self, "param_no_loose_sentinel_password_free_access", value)
|
|
1278
|
+
|
|
1279
|
+
@property
|
|
1280
|
+
@pulumi.getter(name="paramNoLooseSentinelPasswordFreeCommands")
|
|
1281
|
+
def param_no_loose_sentinel_password_free_commands(self) -> Optional[pulumi.Input[str]]:
|
|
1282
|
+
"""
|
|
1283
|
+
After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
1284
|
+
"""
|
|
1285
|
+
return pulumi.get(self, "param_no_loose_sentinel_password_free_commands")
|
|
1286
|
+
|
|
1287
|
+
@param_no_loose_sentinel_password_free_commands.setter
|
|
1288
|
+
def param_no_loose_sentinel_password_free_commands(self, value: Optional[pulumi.Input[str]]):
|
|
1289
|
+
pulumi.set(self, "param_no_loose_sentinel_password_free_commands", value)
|
|
1290
|
+
|
|
1291
|
+
@property
|
|
1292
|
+
@pulumi.getter(name="paramReplMode")
|
|
1293
|
+
def param_repl_mode(self) -> Optional[pulumi.Input[str]]:
|
|
1294
|
+
"""
|
|
1295
|
+
The value is semisync or async. The default value is async.
|
|
1296
|
+
|
|
1297
|
+
The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
|
|
1298
|
+
"""
|
|
1299
|
+
return pulumi.get(self, "param_repl_mode")
|
|
1300
|
+
|
|
1301
|
+
@param_repl_mode.setter
|
|
1302
|
+
def param_repl_mode(self, value: Optional[pulumi.Input[str]]):
|
|
1303
|
+
pulumi.set(self, "param_repl_mode", value)
|
|
1304
|
+
|
|
1305
|
+
@property
|
|
1306
|
+
@pulumi.getter(name="paramSemisyncReplTimeout")
|
|
1307
|
+
def param_semisync_repl_timeout(self) -> Optional[pulumi.Input[str]]:
|
|
1308
|
+
"""
|
|
1309
|
+
The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance。
|
|
1310
|
+
"""
|
|
1311
|
+
return pulumi.get(self, "param_semisync_repl_timeout")
|
|
1312
|
+
|
|
1313
|
+
@param_semisync_repl_timeout.setter
|
|
1314
|
+
def param_semisync_repl_timeout(self, value: Optional[pulumi.Input[str]]):
|
|
1315
|
+
pulumi.set(self, "param_semisync_repl_timeout", value)
|
|
1316
|
+
|
|
1317
|
+
@property
|
|
1318
|
+
@pulumi.getter(name="paramSentinelCompatEnable")
|
|
1319
|
+
def param_sentinel_compat_enable(self) -> Optional[pulumi.Input[str]]:
|
|
1320
|
+
"""
|
|
1321
|
+
sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
|
|
1322
|
+
"""
|
|
1323
|
+
return pulumi.get(self, "param_sentinel_compat_enable")
|
|
1324
|
+
|
|
1325
|
+
@param_sentinel_compat_enable.setter
|
|
1326
|
+
def param_sentinel_compat_enable(self, value: Optional[pulumi.Input[str]]):
|
|
1327
|
+
pulumi.set(self, "param_sentinel_compat_enable", value)
|
|
1328
|
+
|
|
548
1329
|
@property
|
|
549
1330
|
@pulumi.getter
|
|
550
1331
|
def password(self) -> Optional[pulumi.Input[str]]:
|
|
551
1332
|
"""
|
|
552
|
-
The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + -
|
|
1333
|
+
The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
|
|
553
1334
|
"""
|
|
554
1335
|
return pulumi.get(self, "password")
|
|
555
1336
|
|
|
@@ -561,7 +1342,7 @@ class _TairInstanceState:
|
|
|
561
1342
|
@pulumi.getter(name="paymentType")
|
|
562
1343
|
def payment_type(self) -> Optional[pulumi.Input[str]]:
|
|
563
1344
|
"""
|
|
564
|
-
Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default
|
|
1345
|
+
Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
|
|
565
1346
|
"""
|
|
566
1347
|
return pulumi.get(self, "payment_type")
|
|
567
1348
|
|
|
@@ -593,6 +1374,46 @@ class _TairInstanceState:
|
|
|
593
1374
|
def port(self, value: Optional[pulumi.Input[int]]):
|
|
594
1375
|
pulumi.set(self, "port", value)
|
|
595
1376
|
|
|
1377
|
+
@property
|
|
1378
|
+
@pulumi.getter(name="readOnlyCount")
|
|
1379
|
+
def read_only_count(self) -> Optional[pulumi.Input[int]]:
|
|
1380
|
+
"""
|
|
1381
|
+
Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions:
|
|
1382
|
+
|
|
1383
|
+
If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture.
|
|
1384
|
+
|
|
1385
|
+
If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
|
|
1386
|
+
"""
|
|
1387
|
+
return pulumi.get(self, "read_only_count")
|
|
1388
|
+
|
|
1389
|
+
@read_only_count.setter
|
|
1390
|
+
def read_only_count(self, value: Optional[pulumi.Input[int]]):
|
|
1391
|
+
pulumi.set(self, "read_only_count", value)
|
|
1392
|
+
|
|
1393
|
+
@property
|
|
1394
|
+
@pulumi.getter(name="recoverConfigMode")
|
|
1395
|
+
def recover_config_mode(self) -> Optional[pulumi.Input[str]]:
|
|
1396
|
+
"""
|
|
1397
|
+
Whether to restore the account, kernel parameters, and whitelist (config) information from the original backup set when creating an instance using a specified backup set. The default value is empty, indicating that the account, kernel parameters, and whitelist information are not restored from the original backup set. This parameter is only applicable to Cloud Native instances, and the account, kernel parameters, and whitelist information must have been saved in the original backup set.
|
|
1398
|
+
"""
|
|
1399
|
+
return pulumi.get(self, "recover_config_mode")
|
|
1400
|
+
|
|
1401
|
+
@recover_config_mode.setter
|
|
1402
|
+
def recover_config_mode(self, value: Optional[pulumi.Input[str]]):
|
|
1403
|
+
pulumi.set(self, "recover_config_mode", value)
|
|
1404
|
+
|
|
1405
|
+
@property
|
|
1406
|
+
@pulumi.getter(name="regionId")
|
|
1407
|
+
def region_id(self) -> Optional[pulumi.Input[str]]:
|
|
1408
|
+
"""
|
|
1409
|
+
Region Id
|
|
1410
|
+
"""
|
|
1411
|
+
return pulumi.get(self, "region_id")
|
|
1412
|
+
|
|
1413
|
+
@region_id.setter
|
|
1414
|
+
def region_id(self, value: Optional[pulumi.Input[str]]):
|
|
1415
|
+
pulumi.set(self, "region_id", value)
|
|
1416
|
+
|
|
596
1417
|
@property
|
|
597
1418
|
@pulumi.getter(name="resourceGroupId")
|
|
598
1419
|
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -617,6 +1438,42 @@ class _TairInstanceState:
|
|
|
617
1438
|
def secondary_zone_id(self, value: Optional[pulumi.Input[str]]):
|
|
618
1439
|
pulumi.set(self, "secondary_zone_id", value)
|
|
619
1440
|
|
|
1441
|
+
@property
|
|
1442
|
+
@pulumi.getter(name="securityGroupId")
|
|
1443
|
+
def security_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
1444
|
+
"""
|
|
1445
|
+
Security group id
|
|
1446
|
+
"""
|
|
1447
|
+
return pulumi.get(self, "security_group_id")
|
|
1448
|
+
|
|
1449
|
+
@security_group_id.setter
|
|
1450
|
+
def security_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
1451
|
+
pulumi.set(self, "security_group_id", value)
|
|
1452
|
+
|
|
1453
|
+
@property
|
|
1454
|
+
@pulumi.getter(name="securityIpGroupName")
|
|
1455
|
+
def security_ip_group_name(self) -> Optional[pulumi.Input[str]]:
|
|
1456
|
+
"""
|
|
1457
|
+
The name of the IP address whitelist. You cannot modify the whitelist that is generated by the system. If you do not specify this parameter, the default whitelist is modified by default.
|
|
1458
|
+
"""
|
|
1459
|
+
return pulumi.get(self, "security_ip_group_name")
|
|
1460
|
+
|
|
1461
|
+
@security_ip_group_name.setter
|
|
1462
|
+
def security_ip_group_name(self, value: Optional[pulumi.Input[str]]):
|
|
1463
|
+
pulumi.set(self, "security_ip_group_name", value)
|
|
1464
|
+
|
|
1465
|
+
@property
|
|
1466
|
+
@pulumi.getter(name="securityIps")
|
|
1467
|
+
def security_ips(self) -> Optional[pulumi.Input[str]]:
|
|
1468
|
+
"""
|
|
1469
|
+
The IP addresses in the whitelist. Up to 1,000 IP addresses can be specified in a whitelist. Separate multiple IP addresses with a comma (,). Specify an IP address in the 0.0.0.0/0, 10.23.12.24, or 10.23.12.24/24 format. In CIDR block 10.23.12.24/24, /24 specifies the length of the prefix of an IP address. The prefix length ranges from 1 to 32.
|
|
1470
|
+
"""
|
|
1471
|
+
return pulumi.get(self, "security_ips")
|
|
1472
|
+
|
|
1473
|
+
@security_ips.setter
|
|
1474
|
+
def security_ips(self, value: Optional[pulumi.Input[str]]):
|
|
1475
|
+
pulumi.set(self, "security_ips", value)
|
|
1476
|
+
|
|
620
1477
|
@property
|
|
621
1478
|
@pulumi.getter(name="shardCount")
|
|
622
1479
|
def shard_count(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -629,11 +1486,49 @@ class _TairInstanceState:
|
|
|
629
1486
|
def shard_count(self, value: Optional[pulumi.Input[int]]):
|
|
630
1487
|
pulumi.set(self, "shard_count", value)
|
|
631
1488
|
|
|
1489
|
+
@property
|
|
1490
|
+
@pulumi.getter(name="slaveReadOnlyCount")
|
|
1491
|
+
def slave_read_only_count(self) -> Optional[pulumi.Input[int]]:
|
|
1492
|
+
"""
|
|
1493
|
+
Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance.
|
|
1494
|
+
|
|
1495
|
+
Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
|
|
1496
|
+
"""
|
|
1497
|
+
return pulumi.get(self, "slave_read_only_count")
|
|
1498
|
+
|
|
1499
|
+
@slave_read_only_count.setter
|
|
1500
|
+
def slave_read_only_count(self, value: Optional[pulumi.Input[int]]):
|
|
1501
|
+
pulumi.set(self, "slave_read_only_count", value)
|
|
1502
|
+
|
|
1503
|
+
@property
|
|
1504
|
+
@pulumi.getter(name="srcDbInstanceId")
|
|
1505
|
+
def src_db_instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
1506
|
+
"""
|
|
1507
|
+
If you want to create an instance based on the backup set of an existing instance, set this parameter to the ID of the source instance. preceding three parameters. After you specify the SrcDBInstanceId parameter, use the BackupId, ClusterBackupId (recommended for cloud-native cluster instances), or RestoreTime parameter to specify the backup set or the specific point in time that you want to use to create an instance. The SrcDBInstanceId parameter must be used in combination with one of the preceding three parameters.
|
|
1508
|
+
"""
|
|
1509
|
+
return pulumi.get(self, "src_db_instance_id")
|
|
1510
|
+
|
|
1511
|
+
@src_db_instance_id.setter
|
|
1512
|
+
def src_db_instance_id(self, value: Optional[pulumi.Input[str]]):
|
|
1513
|
+
pulumi.set(self, "src_db_instance_id", value)
|
|
1514
|
+
|
|
1515
|
+
@property
|
|
1516
|
+
@pulumi.getter(name="sslEnabled")
|
|
1517
|
+
def ssl_enabled(self) -> Optional[pulumi.Input[str]]:
|
|
1518
|
+
"""
|
|
1519
|
+
Modifies SSL encryption configurations. Valid values: 1. Disable (The SSL encryption is disabled) 2. Enable (The SSL encryption is enabled) 3. Update (The SSL certificate is updated)
|
|
1520
|
+
"""
|
|
1521
|
+
return pulumi.get(self, "ssl_enabled")
|
|
1522
|
+
|
|
1523
|
+
@ssl_enabled.setter
|
|
1524
|
+
def ssl_enabled(self, value: Optional[pulumi.Input[str]]):
|
|
1525
|
+
pulumi.set(self, "ssl_enabled", value)
|
|
1526
|
+
|
|
632
1527
|
@property
|
|
633
1528
|
@pulumi.getter
|
|
634
1529
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
635
1530
|
"""
|
|
636
|
-
The status of the resource
|
|
1531
|
+
The status of the resource
|
|
637
1532
|
"""
|
|
638
1533
|
return pulumi.get(self, "status")
|
|
639
1534
|
|
|
@@ -645,7 +1540,13 @@ class _TairInstanceState:
|
|
|
645
1540
|
@pulumi.getter(name="storagePerformanceLevel")
|
|
646
1541
|
def storage_performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
647
1542
|
"""
|
|
648
|
-
The storage type.
|
|
1543
|
+
The storage type. Valid values: PL1, PL2, and PL3. This parameter is available only when the value of InstanceType is tair_essd, that is, when an ESSD disk instance is selected.
|
|
1544
|
+
|
|
1545
|
+
If the ESSD instance type is 4C, 8C, or 16C, you can specify the storage type as PL1.
|
|
1546
|
+
|
|
1547
|
+
If the type of ESSD instance you select is 8C, 16C, 32C, or 52C, you can specify the storage type as PL2.
|
|
1548
|
+
|
|
1549
|
+
If the ESSD instance type is 16C, 32C, or 52C, you can specify the storage type as PL3.
|
|
649
1550
|
"""
|
|
650
1551
|
return pulumi.get(self, "storage_performance_level")
|
|
651
1552
|
|
|
@@ -657,7 +1558,7 @@ class _TairInstanceState:
|
|
|
657
1558
|
@pulumi.getter(name="storageSizeGb")
|
|
658
1559
|
def storage_size_gb(self) -> Optional[pulumi.Input[int]]:
|
|
659
1560
|
"""
|
|
660
|
-
|
|
1561
|
+
Different specifications have different value ranges. When the instance_type value is tair_essd and the disk type is ESSD, this attribute takes effect and is required. When a Tair disk is an SSD, see-https://help.aliyun.com/zh/redis/product-overview/capacity-storage-type. The capacity field is defined as different fixed values according to different specifications, and does not need to be specified.
|
|
661
1562
|
"""
|
|
662
1563
|
return pulumi.get(self, "storage_size_gb")
|
|
663
1564
|
|
|
@@ -667,16 +1568,28 @@ class _TairInstanceState:
|
|
|
667
1568
|
|
|
668
1569
|
@property
|
|
669
1570
|
@pulumi.getter
|
|
670
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
1571
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
671
1572
|
"""
|
|
672
|
-
The tag of the resource
|
|
1573
|
+
The tag of the resource
|
|
673
1574
|
"""
|
|
674
1575
|
return pulumi.get(self, "tags")
|
|
675
1576
|
|
|
676
1577
|
@tags.setter
|
|
677
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
1578
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
678
1579
|
pulumi.set(self, "tags", value)
|
|
679
1580
|
|
|
1581
|
+
@property
|
|
1582
|
+
@pulumi.getter(name="tairInstanceId")
|
|
1583
|
+
def tair_instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
1584
|
+
"""
|
|
1585
|
+
The ID of the resource.
|
|
1586
|
+
"""
|
|
1587
|
+
return pulumi.get(self, "tair_instance_id")
|
|
1588
|
+
|
|
1589
|
+
@tair_instance_id.setter
|
|
1590
|
+
def tair_instance_id(self, value: Optional[pulumi.Input[str]]):
|
|
1591
|
+
pulumi.set(self, "tair_instance_id", value)
|
|
1592
|
+
|
|
680
1593
|
@property
|
|
681
1594
|
@pulumi.getter(name="tairInstanceName")
|
|
682
1595
|
def tair_instance_name(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -689,6 +1602,18 @@ class _TairInstanceState:
|
|
|
689
1602
|
def tair_instance_name(self, value: Optional[pulumi.Input[str]]):
|
|
690
1603
|
pulumi.set(self, "tair_instance_name", value)
|
|
691
1604
|
|
|
1605
|
+
@property
|
|
1606
|
+
@pulumi.getter(name="vpcAuthMode")
|
|
1607
|
+
def vpc_auth_mode(self) -> Optional[pulumi.Input[str]]:
|
|
1608
|
+
"""
|
|
1609
|
+
The VPC authentication mode. Valid values: Open (enables password authentication), Close (disables password authentication and enables [password-free access](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/enable-password-free-access)).
|
|
1610
|
+
"""
|
|
1611
|
+
return pulumi.get(self, "vpc_auth_mode")
|
|
1612
|
+
|
|
1613
|
+
@vpc_auth_mode.setter
|
|
1614
|
+
def vpc_auth_mode(self, value: Optional[pulumi.Input[str]]):
|
|
1615
|
+
pulumi.set(self, "vpc_auth_mode", value)
|
|
1616
|
+
|
|
692
1617
|
@property
|
|
693
1618
|
@pulumi.getter(name="vpcId")
|
|
694
1619
|
def vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -717,7 +1642,7 @@ class _TairInstanceState:
|
|
|
717
1642
|
@pulumi.getter(name="zoneId")
|
|
718
1643
|
def zone_id(self) -> Optional[pulumi.Input[str]]:
|
|
719
1644
|
"""
|
|
720
|
-
Zone ID
|
|
1645
|
+
Zone ID
|
|
721
1646
|
"""
|
|
722
1647
|
return pulumi.get(self, "zone_id")
|
|
723
1648
|
|
|
@@ -733,22 +1658,44 @@ class TairInstance(pulumi.CustomResource):
|
|
|
733
1658
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
734
1659
|
auto_renew: Optional[pulumi.Input[str]] = None,
|
|
735
1660
|
auto_renew_period: Optional[pulumi.Input[str]] = None,
|
|
1661
|
+
backup_id: Optional[pulumi.Input[str]] = None,
|
|
1662
|
+
cluster_backup_id: Optional[pulumi.Input[str]] = None,
|
|
1663
|
+
connection_string_prefix: Optional[pulumi.Input[str]] = None,
|
|
736
1664
|
effective_time: Optional[pulumi.Input[str]] = None,
|
|
737
1665
|
engine_version: Optional[pulumi.Input[str]] = None,
|
|
738
1666
|
force_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
1667
|
+
global_instance_id: Optional[pulumi.Input[str]] = None,
|
|
739
1668
|
instance_class: Optional[pulumi.Input[str]] = None,
|
|
740
1669
|
instance_type: Optional[pulumi.Input[str]] = None,
|
|
1670
|
+
intranet_bandwidth: Optional[pulumi.Input[int]] = None,
|
|
1671
|
+
modify_mode: Optional[pulumi.Input[str]] = None,
|
|
1672
|
+
node_type: Optional[pulumi.Input[str]] = None,
|
|
1673
|
+
param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
|
|
1674
|
+
param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
|
|
1675
|
+
param_no_loose_sentinel_password_free_commands: Optional[pulumi.Input[str]] = None,
|
|
1676
|
+
param_repl_mode: Optional[pulumi.Input[str]] = None,
|
|
1677
|
+
param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
|
|
1678
|
+
param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
|
|
741
1679
|
password: Optional[pulumi.Input[str]] = None,
|
|
742
1680
|
payment_type: Optional[pulumi.Input[str]] = None,
|
|
743
1681
|
period: Optional[pulumi.Input[int]] = None,
|
|
744
1682
|
port: Optional[pulumi.Input[int]] = None,
|
|
1683
|
+
read_only_count: Optional[pulumi.Input[int]] = None,
|
|
1684
|
+
recover_config_mode: Optional[pulumi.Input[str]] = None,
|
|
745
1685
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
746
1686
|
secondary_zone_id: Optional[pulumi.Input[str]] = None,
|
|
1687
|
+
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
1688
|
+
security_ip_group_name: Optional[pulumi.Input[str]] = None,
|
|
1689
|
+
security_ips: Optional[pulumi.Input[str]] = None,
|
|
747
1690
|
shard_count: Optional[pulumi.Input[int]] = None,
|
|
1691
|
+
slave_read_only_count: Optional[pulumi.Input[int]] = None,
|
|
1692
|
+
src_db_instance_id: Optional[pulumi.Input[str]] = None,
|
|
1693
|
+
ssl_enabled: Optional[pulumi.Input[str]] = None,
|
|
748
1694
|
storage_performance_level: Optional[pulumi.Input[str]] = None,
|
|
749
1695
|
storage_size_gb: Optional[pulumi.Input[int]] = None,
|
|
750
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
1696
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
751
1697
|
tair_instance_name: Optional[pulumi.Input[str]] = None,
|
|
1698
|
+
vpc_auth_mode: Optional[pulumi.Input[str]] = None,
|
|
752
1699
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
753
1700
|
vswitch_id: Optional[pulumi.Input[str]] = None,
|
|
754
1701
|
zone_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -756,7 +1703,7 @@ class TairInstance(pulumi.CustomResource):
|
|
|
756
1703
|
"""
|
|
757
1704
|
## Import
|
|
758
1705
|
|
|
759
|
-
Redis Tair Instance can be imported using the id, e.g.
|
|
1706
|
+
Tair (Redis OSS-Compatible) And Memcache (KVStore) Tair Instance can be imported using the id, e.g.
|
|
760
1707
|
|
|
761
1708
|
```sh
|
|
762
1709
|
$ pulumi import alicloud:redis/tairInstance:TairInstance example <id>
|
|
@@ -766,25 +1713,77 @@ class TairInstance(pulumi.CustomResource):
|
|
|
766
1713
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
767
1714
|
:param pulumi.Input[str] auto_renew: Specifies whether to enable auto-renewal for the instance. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
|
|
768
1715
|
:param pulumi.Input[str] auto_renew_period: The subscription duration that is supported by auto-renewal. Unit: months. Valid values: 1, 2, 3, 6, and 12. This parameter is required only if the AutoRenew parameter is set to true.
|
|
1716
|
+
:param pulumi.Input[str] backup_id: You can set the BackupId parameter to the backup set ID of the source instance. The system uses the data stored in the backup set to create an instance. You can call the DescribeBackups operation to query backup set IDs. If the source instance is a cluster instance, set the BackupId parameter to the backup set IDs of all shards of the source instance, separated by commas (,).
|
|
1717
|
+
|
|
1718
|
+
If your instance is a cloud-native cluster instance, we recommend that you use DescribeClusterBackupList to query the backup set ID of the cluster instance. Then, set the ClusterBackupId request parameter to the backup set ID to clone the cluster instance. This eliminates the need to specify the backup set ID of each shard.
|
|
1719
|
+
:param pulumi.Input[str] cluster_backup_id: This parameter is supported for specific new cluster instances. You can query the backup set ID by calling the DescribeClusterBackupList operation. If this parameter is supported, you can specify the backup set ID. In this case, you do not need to specify the BackupId parameter. If this parameter is not supported, set the BackupId parameter to the IDs of backup sets in all shards of the source instance, separated by commas (,).
|
|
1720
|
+
:param pulumi.Input[str] connection_string_prefix: The prefix of the endpoint the instance, which must consist of lowercase letters and numbers and start with a lowercase letter.
|
|
769
1721
|
:param pulumi.Input[str] effective_time: The time when to change the configurations. Default value: Immediately. Valid values: Immediately (The configurations are immediately changed), MaintainTime (The configurations are changed within the maintenance window).
|
|
770
|
-
:param pulumi.Input[str] engine_version: Database version. Default value: 1.0.
|
|
1722
|
+
:param pulumi.Input[str] engine_version: Database version. Default value: 1.0.
|
|
1723
|
+
|
|
1724
|
+
Rules for transferring parameters of different tair product types:
|
|
1725
|
+
|
|
1726
|
+
tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0.
|
|
1727
|
+
|
|
1728
|
+
tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0.
|
|
1729
|
+
|
|
1730
|
+
tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
|
|
771
1731
|
:param pulumi.Input[bool] force_upgrade: Specifies whether to forcefully change the configurations of the instance. Default value: true. Valid values: false (The system does not forcefully change the configurations), true (The system forcefully changes the configurations).
|
|
1732
|
+
:param pulumi.Input[str] global_instance_id: The ID of a distributed (Global Distributed Cache) instance, which indicates whether to use the newly created instance as a sub-instance of a distributed instance. You can use this method to create a distributed instance.
|
|
1733
|
+
|
|
1734
|
+
1. Enter true if you want the new instance to be the first child instance.
|
|
1735
|
+
|
|
1736
|
+
2. If you want the new instance to be used as the second and third sub-instances, enter the distributed instance ID.
|
|
1737
|
+
|
|
1738
|
+
3. Not as a distributed instance, you do not need to enter any values.
|
|
772
1739
|
:param pulumi.Input[str] instance_class: The instance type of the instance. For more information, see [Instance types](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/instance-types).
|
|
773
1740
|
:param pulumi.Input[str] instance_type: The storage medium of the instance. Valid values: tair_rdb, tair_scm, tair_essd.
|
|
774
|
-
:param pulumi.Input[
|
|
775
|
-
:param pulumi.Input[str]
|
|
1741
|
+
:param pulumi.Input[int] intranet_bandwidth: Instance intranet bandwidth
|
|
1742
|
+
:param pulumi.Input[str] modify_mode: The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
|
|
1743
|
+
:param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
|
|
1744
|
+
:param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
|
|
1745
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
|
|
1746
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
1747
|
+
:param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
|
|
1748
|
+
|
|
1749
|
+
The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
|
|
1750
|
+
:param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance。
|
|
1751
|
+
:param pulumi.Input[str] param_sentinel_compat_enable: sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
|
|
1752
|
+
:param pulumi.Input[str] password: The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
|
|
1753
|
+
:param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
|
|
776
1754
|
:param pulumi.Input[int] period: The subscription duration. Unit: months. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24,36, and 60. This parameter is required only if you set the PaymentType parameter to Subscription.
|
|
777
1755
|
:param pulumi.Input[int] port: The Tair service port. The service port of the instance. Valid values: 1024 to 65535. Default value: 6379.
|
|
1756
|
+
:param pulumi.Input[int] read_only_count: Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions:
|
|
1757
|
+
|
|
1758
|
+
If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture.
|
|
1759
|
+
|
|
1760
|
+
If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
|
|
1761
|
+
:param pulumi.Input[str] recover_config_mode: Whether to restore the account, kernel parameters, and whitelist (config) information from the original backup set when creating an instance using a specified backup set. The default value is empty, indicating that the account, kernel parameters, and whitelist information are not restored from the original backup set. This parameter is only applicable to Cloud Native instances, and the account, kernel parameters, and whitelist information must have been saved in the original backup set.
|
|
778
1762
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the instance belongs.
|
|
779
1763
|
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone.This parameter is returned only if the instance is deployed in two zones.
|
|
1764
|
+
:param pulumi.Input[str] security_group_id: Security group id
|
|
1765
|
+
:param pulumi.Input[str] security_ip_group_name: The name of the IP address whitelist. You cannot modify the whitelist that is generated by the system. If you do not specify this parameter, the default whitelist is modified by default.
|
|
1766
|
+
:param pulumi.Input[str] security_ips: The IP addresses in the whitelist. Up to 1,000 IP addresses can be specified in a whitelist. Separate multiple IP addresses with a comma (,). Specify an IP address in the 0.0.0.0/0, 10.23.12.24, or 10.23.12.24/24 format. In CIDR block 10.23.12.24/24, /24 specifies the length of the prefix of an IP address. The prefix length ranges from 1 to 32.
|
|
780
1767
|
:param pulumi.Input[int] shard_count: The number of data nodes in the instance. When 1 is passed, it means that the instance created is a standard architecture with only one data node. You can create an instance in the standard architecture that contains only a single data node. 2 to 32: You can create an instance in the cluster architecture that contains the specified number of data nodes. Only persistent memory-optimized instances can use the cluster architecture. Therefore, you can set this parameter to an integer from 2 to 32 only if you set the InstanceType parameter to tair_scm. It is not allowed to modify the number of shards by modifying this parameter after creating a master-slave architecture instance with or without passing 1.
|
|
781
|
-
:param pulumi.Input[
|
|
782
|
-
|
|
783
|
-
|
|
1768
|
+
:param pulumi.Input[int] slave_read_only_count: Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance.
|
|
1769
|
+
|
|
1770
|
+
Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
|
|
1771
|
+
:param pulumi.Input[str] src_db_instance_id: If you want to create an instance based on the backup set of an existing instance, set this parameter to the ID of the source instance. preceding three parameters. After you specify the SrcDBInstanceId parameter, use the BackupId, ClusterBackupId (recommended for cloud-native cluster instances), or RestoreTime parameter to specify the backup set or the specific point in time that you want to use to create an instance. The SrcDBInstanceId parameter must be used in combination with one of the preceding three parameters.
|
|
1772
|
+
:param pulumi.Input[str] ssl_enabled: Modifies SSL encryption configurations. Valid values: 1. Disable (The SSL encryption is disabled) 2. Enable (The SSL encryption is enabled) 3. Update (The SSL certificate is updated)
|
|
1773
|
+
:param pulumi.Input[str] storage_performance_level: The storage type. Valid values: PL1, PL2, and PL3. This parameter is available only when the value of InstanceType is tair_essd, that is, when an ESSD disk instance is selected.
|
|
1774
|
+
|
|
1775
|
+
If the ESSD instance type is 4C, 8C, or 16C, you can specify the storage type as PL1.
|
|
1776
|
+
|
|
1777
|
+
If the type of ESSD instance you select is 8C, 16C, 32C, or 52C, you can specify the storage type as PL2.
|
|
1778
|
+
|
|
1779
|
+
If the ESSD instance type is 16C, 32C, or 52C, you can specify the storage type as PL3.
|
|
1780
|
+
:param pulumi.Input[int] storage_size_gb: Different specifications have different value ranges. When the instance_type value is tair_essd and the disk type is ESSD, this attribute takes effect and is required. When a Tair disk is an SSD, see-https://help.aliyun.com/zh/redis/product-overview/capacity-storage-type. The capacity field is defined as different fixed values according to different specifications, and does not need to be specified.
|
|
1781
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
|
|
784
1782
|
:param pulumi.Input[str] tair_instance_name: The name of the resource.
|
|
1783
|
+
:param pulumi.Input[str] vpc_auth_mode: The VPC authentication mode. Valid values: Open (enables password authentication), Close (disables password authentication and enables [password-free access](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/enable-password-free-access)).
|
|
785
1784
|
:param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC).
|
|
786
1785
|
:param pulumi.Input[str] vswitch_id: The ID of the vSwitch to which the instance is connected.
|
|
787
|
-
:param pulumi.Input[str] zone_id: Zone ID
|
|
1786
|
+
:param pulumi.Input[str] zone_id: Zone ID
|
|
788
1787
|
"""
|
|
789
1788
|
...
|
|
790
1789
|
@overload
|
|
@@ -795,7 +1794,7 @@ class TairInstance(pulumi.CustomResource):
|
|
|
795
1794
|
"""
|
|
796
1795
|
## Import
|
|
797
1796
|
|
|
798
|
-
Redis Tair Instance can be imported using the id, e.g.
|
|
1797
|
+
Tair (Redis OSS-Compatible) And Memcache (KVStore) Tair Instance can be imported using the id, e.g.
|
|
799
1798
|
|
|
800
1799
|
```sh
|
|
801
1800
|
$ pulumi import alicloud:redis/tairInstance:TairInstance example <id>
|
|
@@ -818,22 +1817,44 @@ class TairInstance(pulumi.CustomResource):
|
|
|
818
1817
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
819
1818
|
auto_renew: Optional[pulumi.Input[str]] = None,
|
|
820
1819
|
auto_renew_period: Optional[pulumi.Input[str]] = None,
|
|
1820
|
+
backup_id: Optional[pulumi.Input[str]] = None,
|
|
1821
|
+
cluster_backup_id: Optional[pulumi.Input[str]] = None,
|
|
1822
|
+
connection_string_prefix: Optional[pulumi.Input[str]] = None,
|
|
821
1823
|
effective_time: Optional[pulumi.Input[str]] = None,
|
|
822
1824
|
engine_version: Optional[pulumi.Input[str]] = None,
|
|
823
1825
|
force_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
1826
|
+
global_instance_id: Optional[pulumi.Input[str]] = None,
|
|
824
1827
|
instance_class: Optional[pulumi.Input[str]] = None,
|
|
825
1828
|
instance_type: Optional[pulumi.Input[str]] = None,
|
|
1829
|
+
intranet_bandwidth: Optional[pulumi.Input[int]] = None,
|
|
1830
|
+
modify_mode: Optional[pulumi.Input[str]] = None,
|
|
1831
|
+
node_type: Optional[pulumi.Input[str]] = None,
|
|
1832
|
+
param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
|
|
1833
|
+
param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
|
|
1834
|
+
param_no_loose_sentinel_password_free_commands: Optional[pulumi.Input[str]] = None,
|
|
1835
|
+
param_repl_mode: Optional[pulumi.Input[str]] = None,
|
|
1836
|
+
param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
|
|
1837
|
+
param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
|
|
826
1838
|
password: Optional[pulumi.Input[str]] = None,
|
|
827
1839
|
payment_type: Optional[pulumi.Input[str]] = None,
|
|
828
1840
|
period: Optional[pulumi.Input[int]] = None,
|
|
829
1841
|
port: Optional[pulumi.Input[int]] = None,
|
|
1842
|
+
read_only_count: Optional[pulumi.Input[int]] = None,
|
|
1843
|
+
recover_config_mode: Optional[pulumi.Input[str]] = None,
|
|
830
1844
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
831
1845
|
secondary_zone_id: Optional[pulumi.Input[str]] = None,
|
|
1846
|
+
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
1847
|
+
security_ip_group_name: Optional[pulumi.Input[str]] = None,
|
|
1848
|
+
security_ips: Optional[pulumi.Input[str]] = None,
|
|
832
1849
|
shard_count: Optional[pulumi.Input[int]] = None,
|
|
1850
|
+
slave_read_only_count: Optional[pulumi.Input[int]] = None,
|
|
1851
|
+
src_db_instance_id: Optional[pulumi.Input[str]] = None,
|
|
1852
|
+
ssl_enabled: Optional[pulumi.Input[str]] = None,
|
|
833
1853
|
storage_performance_level: Optional[pulumi.Input[str]] = None,
|
|
834
1854
|
storage_size_gb: Optional[pulumi.Input[int]] = None,
|
|
835
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
1855
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
836
1856
|
tair_instance_name: Optional[pulumi.Input[str]] = None,
|
|
1857
|
+
vpc_auth_mode: Optional[pulumi.Input[str]] = None,
|
|
837
1858
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
838
1859
|
vswitch_id: Optional[pulumi.Input[str]] = None,
|
|
839
1860
|
zone_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -848,26 +1869,48 @@ class TairInstance(pulumi.CustomResource):
|
|
|
848
1869
|
|
|
849
1870
|
__props__.__dict__["auto_renew"] = auto_renew
|
|
850
1871
|
__props__.__dict__["auto_renew_period"] = auto_renew_period
|
|
1872
|
+
__props__.__dict__["backup_id"] = backup_id
|
|
1873
|
+
__props__.__dict__["cluster_backup_id"] = cluster_backup_id
|
|
1874
|
+
__props__.__dict__["connection_string_prefix"] = connection_string_prefix
|
|
851
1875
|
__props__.__dict__["effective_time"] = effective_time
|
|
852
1876
|
__props__.__dict__["engine_version"] = engine_version
|
|
853
1877
|
__props__.__dict__["force_upgrade"] = force_upgrade
|
|
1878
|
+
__props__.__dict__["global_instance_id"] = global_instance_id
|
|
854
1879
|
if instance_class is None and not opts.urn:
|
|
855
1880
|
raise TypeError("Missing required property 'instance_class'")
|
|
856
1881
|
__props__.__dict__["instance_class"] = instance_class
|
|
857
1882
|
if instance_type is None and not opts.urn:
|
|
858
1883
|
raise TypeError("Missing required property 'instance_type'")
|
|
859
1884
|
__props__.__dict__["instance_type"] = instance_type
|
|
1885
|
+
__props__.__dict__["intranet_bandwidth"] = intranet_bandwidth
|
|
1886
|
+
__props__.__dict__["modify_mode"] = modify_mode
|
|
1887
|
+
__props__.__dict__["node_type"] = node_type
|
|
1888
|
+
__props__.__dict__["param_no_loose_sentinel_enabled"] = param_no_loose_sentinel_enabled
|
|
1889
|
+
__props__.__dict__["param_no_loose_sentinel_password_free_access"] = param_no_loose_sentinel_password_free_access
|
|
1890
|
+
__props__.__dict__["param_no_loose_sentinel_password_free_commands"] = param_no_loose_sentinel_password_free_commands
|
|
1891
|
+
__props__.__dict__["param_repl_mode"] = param_repl_mode
|
|
1892
|
+
__props__.__dict__["param_semisync_repl_timeout"] = param_semisync_repl_timeout
|
|
1893
|
+
__props__.__dict__["param_sentinel_compat_enable"] = param_sentinel_compat_enable
|
|
860
1894
|
__props__.__dict__["password"] = None if password is None else pulumi.Output.secret(password)
|
|
861
1895
|
__props__.__dict__["payment_type"] = payment_type
|
|
862
1896
|
__props__.__dict__["period"] = period
|
|
863
1897
|
__props__.__dict__["port"] = port
|
|
1898
|
+
__props__.__dict__["read_only_count"] = read_only_count
|
|
1899
|
+
__props__.__dict__["recover_config_mode"] = recover_config_mode
|
|
864
1900
|
__props__.__dict__["resource_group_id"] = resource_group_id
|
|
865
1901
|
__props__.__dict__["secondary_zone_id"] = secondary_zone_id
|
|
1902
|
+
__props__.__dict__["security_group_id"] = security_group_id
|
|
1903
|
+
__props__.__dict__["security_ip_group_name"] = security_ip_group_name
|
|
1904
|
+
__props__.__dict__["security_ips"] = security_ips
|
|
866
1905
|
__props__.__dict__["shard_count"] = shard_count
|
|
1906
|
+
__props__.__dict__["slave_read_only_count"] = slave_read_only_count
|
|
1907
|
+
__props__.__dict__["src_db_instance_id"] = src_db_instance_id
|
|
1908
|
+
__props__.__dict__["ssl_enabled"] = ssl_enabled
|
|
867
1909
|
__props__.__dict__["storage_performance_level"] = storage_performance_level
|
|
868
1910
|
__props__.__dict__["storage_size_gb"] = storage_size_gb
|
|
869
1911
|
__props__.__dict__["tags"] = tags
|
|
870
1912
|
__props__.__dict__["tair_instance_name"] = tair_instance_name
|
|
1913
|
+
__props__.__dict__["vpc_auth_mode"] = vpc_auth_mode
|
|
871
1914
|
if vpc_id is None and not opts.urn:
|
|
872
1915
|
raise TypeError("Missing required property 'vpc_id'")
|
|
873
1916
|
__props__.__dict__["vpc_id"] = vpc_id
|
|
@@ -877,8 +1920,14 @@ class TairInstance(pulumi.CustomResource):
|
|
|
877
1920
|
if zone_id is None and not opts.urn:
|
|
878
1921
|
raise TypeError("Missing required property 'zone_id'")
|
|
879
1922
|
__props__.__dict__["zone_id"] = zone_id
|
|
1923
|
+
__props__.__dict__["architecture_type"] = None
|
|
1924
|
+
__props__.__dict__["connection_domain"] = None
|
|
880
1925
|
__props__.__dict__["create_time"] = None
|
|
1926
|
+
__props__.__dict__["max_connections"] = None
|
|
1927
|
+
__props__.__dict__["network_type"] = None
|
|
1928
|
+
__props__.__dict__["region_id"] = None
|
|
881
1929
|
__props__.__dict__["status"] = None
|
|
1930
|
+
__props__.__dict__["tair_instance_id"] = None
|
|
882
1931
|
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["password"])
|
|
883
1932
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
|
884
1933
|
super(TairInstance, __self__).__init__(
|
|
@@ -891,26 +1940,54 @@ class TairInstance(pulumi.CustomResource):
|
|
|
891
1940
|
def get(resource_name: str,
|
|
892
1941
|
id: pulumi.Input[str],
|
|
893
1942
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
1943
|
+
architecture_type: Optional[pulumi.Input[str]] = None,
|
|
894
1944
|
auto_renew: Optional[pulumi.Input[str]] = None,
|
|
895
1945
|
auto_renew_period: Optional[pulumi.Input[str]] = None,
|
|
1946
|
+
backup_id: Optional[pulumi.Input[str]] = None,
|
|
1947
|
+
cluster_backup_id: Optional[pulumi.Input[str]] = None,
|
|
1948
|
+
connection_domain: Optional[pulumi.Input[str]] = None,
|
|
1949
|
+
connection_string_prefix: Optional[pulumi.Input[str]] = None,
|
|
896
1950
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
897
1951
|
effective_time: Optional[pulumi.Input[str]] = None,
|
|
898
1952
|
engine_version: Optional[pulumi.Input[str]] = None,
|
|
899
1953
|
force_upgrade: Optional[pulumi.Input[bool]] = None,
|
|
1954
|
+
global_instance_id: Optional[pulumi.Input[str]] = None,
|
|
900
1955
|
instance_class: Optional[pulumi.Input[str]] = None,
|
|
901
1956
|
instance_type: Optional[pulumi.Input[str]] = None,
|
|
1957
|
+
intranet_bandwidth: Optional[pulumi.Input[int]] = None,
|
|
1958
|
+
max_connections: Optional[pulumi.Input[int]] = None,
|
|
1959
|
+
modify_mode: Optional[pulumi.Input[str]] = None,
|
|
1960
|
+
network_type: Optional[pulumi.Input[str]] = None,
|
|
1961
|
+
node_type: Optional[pulumi.Input[str]] = None,
|
|
1962
|
+
param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
|
|
1963
|
+
param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
|
|
1964
|
+
param_no_loose_sentinel_password_free_commands: Optional[pulumi.Input[str]] = None,
|
|
1965
|
+
param_repl_mode: Optional[pulumi.Input[str]] = None,
|
|
1966
|
+
param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
|
|
1967
|
+
param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
|
|
902
1968
|
password: Optional[pulumi.Input[str]] = None,
|
|
903
1969
|
payment_type: Optional[pulumi.Input[str]] = None,
|
|
904
1970
|
period: Optional[pulumi.Input[int]] = None,
|
|
905
1971
|
port: Optional[pulumi.Input[int]] = None,
|
|
1972
|
+
read_only_count: Optional[pulumi.Input[int]] = None,
|
|
1973
|
+
recover_config_mode: Optional[pulumi.Input[str]] = None,
|
|
1974
|
+
region_id: Optional[pulumi.Input[str]] = None,
|
|
906
1975
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
907
1976
|
secondary_zone_id: Optional[pulumi.Input[str]] = None,
|
|
1977
|
+
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
1978
|
+
security_ip_group_name: Optional[pulumi.Input[str]] = None,
|
|
1979
|
+
security_ips: Optional[pulumi.Input[str]] = None,
|
|
908
1980
|
shard_count: Optional[pulumi.Input[int]] = None,
|
|
1981
|
+
slave_read_only_count: Optional[pulumi.Input[int]] = None,
|
|
1982
|
+
src_db_instance_id: Optional[pulumi.Input[str]] = None,
|
|
1983
|
+
ssl_enabled: Optional[pulumi.Input[str]] = None,
|
|
909
1984
|
status: Optional[pulumi.Input[str]] = None,
|
|
910
1985
|
storage_performance_level: Optional[pulumi.Input[str]] = None,
|
|
911
1986
|
storage_size_gb: Optional[pulumi.Input[int]] = None,
|
|
912
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
1987
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1988
|
+
tair_instance_id: Optional[pulumi.Input[str]] = None,
|
|
913
1989
|
tair_instance_name: Optional[pulumi.Input[str]] = None,
|
|
1990
|
+
vpc_auth_mode: Optional[pulumi.Input[str]] = None,
|
|
914
1991
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
915
1992
|
vswitch_id: Optional[pulumi.Input[str]] = None,
|
|
916
1993
|
zone_id: Optional[pulumi.Input[str]] = None) -> 'TairInstance':
|
|
@@ -921,59 +1998,153 @@ class TairInstance(pulumi.CustomResource):
|
|
|
921
1998
|
:param str resource_name: The unique name of the resulting resource.
|
|
922
1999
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
923
2000
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2001
|
+
:param pulumi.Input[str] architecture_type: The architecture of the instance. cluster, standard, rwsplit.
|
|
924
2002
|
:param pulumi.Input[str] auto_renew: Specifies whether to enable auto-renewal for the instance. Default value: false. Valid values: true(enables auto-renewal), false(disables auto-renewal).
|
|
925
2003
|
:param pulumi.Input[str] auto_renew_period: The subscription duration that is supported by auto-renewal. Unit: months. Valid values: 1, 2, 3, 6, and 12. This parameter is required only if the AutoRenew parameter is set to true.
|
|
2004
|
+
:param pulumi.Input[str] backup_id: You can set the BackupId parameter to the backup set ID of the source instance. The system uses the data stored in the backup set to create an instance. You can call the DescribeBackups operation to query backup set IDs. If the source instance is a cluster instance, set the BackupId parameter to the backup set IDs of all shards of the source instance, separated by commas (,).
|
|
2005
|
+
|
|
2006
|
+
If your instance is a cloud-native cluster instance, we recommend that you use DescribeClusterBackupList to query the backup set ID of the cluster instance. Then, set the ClusterBackupId request parameter to the backup set ID to clone the cluster instance. This eliminates the need to specify the backup set ID of each shard.
|
|
2007
|
+
:param pulumi.Input[str] cluster_backup_id: This parameter is supported for specific new cluster instances. You can query the backup set ID by calling the DescribeClusterBackupList operation. If this parameter is supported, you can specify the backup set ID. In this case, you do not need to specify the BackupId parameter. If this parameter is not supported, set the BackupId parameter to the IDs of backup sets in all shards of the source instance, separated by commas (,).
|
|
2008
|
+
:param pulumi.Input[str] connection_domain: The internal endpoint of the instance.
|
|
2009
|
+
:param pulumi.Input[str] connection_string_prefix: The prefix of the endpoint the instance, which must consist of lowercase letters and numbers and start with a lowercase letter.
|
|
926
2010
|
:param pulumi.Input[str] create_time: The time when the instance was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
|
|
927
2011
|
:param pulumi.Input[str] effective_time: The time when to change the configurations. Default value: Immediately. Valid values: Immediately (The configurations are immediately changed), MaintainTime (The configurations are changed within the maintenance window).
|
|
928
|
-
:param pulumi.Input[str] engine_version: Database version. Default value: 1.0.
|
|
2012
|
+
:param pulumi.Input[str] engine_version: Database version. Default value: 1.0.
|
|
2013
|
+
|
|
2014
|
+
Rules for transferring parameters of different tair product types:
|
|
2015
|
+
|
|
2016
|
+
tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0.
|
|
2017
|
+
|
|
2018
|
+
tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0.
|
|
2019
|
+
|
|
2020
|
+
tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
|
|
929
2021
|
:param pulumi.Input[bool] force_upgrade: Specifies whether to forcefully change the configurations of the instance. Default value: true. Valid values: false (The system does not forcefully change the configurations), true (The system forcefully changes the configurations).
|
|
2022
|
+
:param pulumi.Input[str] global_instance_id: The ID of a distributed (Global Distributed Cache) instance, which indicates whether to use the newly created instance as a sub-instance of a distributed instance. You can use this method to create a distributed instance.
|
|
2023
|
+
|
|
2024
|
+
1. Enter true if you want the new instance to be the first child instance.
|
|
2025
|
+
|
|
2026
|
+
2. If you want the new instance to be used as the second and third sub-instances, enter the distributed instance ID.
|
|
2027
|
+
|
|
2028
|
+
3. Not as a distributed instance, you do not need to enter any values.
|
|
930
2029
|
:param pulumi.Input[str] instance_class: The instance type of the instance. For more information, see [Instance types](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/instance-types).
|
|
931
2030
|
:param pulumi.Input[str] instance_type: The storage medium of the instance. Valid values: tair_rdb, tair_scm, tair_essd.
|
|
932
|
-
:param pulumi.Input[
|
|
933
|
-
:param pulumi.Input[
|
|
2031
|
+
:param pulumi.Input[int] intranet_bandwidth: Instance intranet bandwidth
|
|
2032
|
+
:param pulumi.Input[int] max_connections: The maximum number of connections supported by the instance.
|
|
2033
|
+
:param pulumi.Input[str] modify_mode: The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
|
|
2034
|
+
:param pulumi.Input[str] network_type: The network type of the instance. CLASSIC(classic network), VPC.
|
|
2035
|
+
:param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
|
|
2036
|
+
:param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
|
|
2037
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
|
|
2038
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
2039
|
+
:param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
|
|
2040
|
+
|
|
2041
|
+
The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
|
|
2042
|
+
:param pulumi.Input[str] param_semisync_repl_timeout: The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance。
|
|
2043
|
+
:param pulumi.Input[str] param_sentinel_compat_enable: sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
|
|
2044
|
+
:param pulumi.Input[str] password: The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
|
|
2045
|
+
:param pulumi.Input[str] payment_type: Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
|
|
934
2046
|
:param pulumi.Input[int] period: The subscription duration. Unit: months. Valid values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24,36, and 60. This parameter is required only if you set the PaymentType parameter to Subscription.
|
|
935
2047
|
:param pulumi.Input[int] port: The Tair service port. The service port of the instance. Valid values: 1024 to 65535. Default value: 6379.
|
|
2048
|
+
:param pulumi.Input[int] read_only_count: Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions:
|
|
2049
|
+
|
|
2050
|
+
If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture.
|
|
2051
|
+
|
|
2052
|
+
If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
|
|
2053
|
+
:param pulumi.Input[str] recover_config_mode: Whether to restore the account, kernel parameters, and whitelist (config) information from the original backup set when creating an instance using a specified backup set. The default value is empty, indicating that the account, kernel parameters, and whitelist information are not restored from the original backup set. This parameter is only applicable to Cloud Native instances, and the account, kernel parameters, and whitelist information must have been saved in the original backup set.
|
|
2054
|
+
:param pulumi.Input[str] region_id: Region Id
|
|
936
2055
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the instance belongs.
|
|
937
2056
|
:param pulumi.Input[str] secondary_zone_id: The ID of the secondary zone.This parameter is returned only if the instance is deployed in two zones.
|
|
2057
|
+
:param pulumi.Input[str] security_group_id: Security group id
|
|
2058
|
+
:param pulumi.Input[str] security_ip_group_name: The name of the IP address whitelist. You cannot modify the whitelist that is generated by the system. If you do not specify this parameter, the default whitelist is modified by default.
|
|
2059
|
+
:param pulumi.Input[str] security_ips: The IP addresses in the whitelist. Up to 1,000 IP addresses can be specified in a whitelist. Separate multiple IP addresses with a comma (,). Specify an IP address in the 0.0.0.0/0, 10.23.12.24, or 10.23.12.24/24 format. In CIDR block 10.23.12.24/24, /24 specifies the length of the prefix of an IP address. The prefix length ranges from 1 to 32.
|
|
938
2060
|
:param pulumi.Input[int] shard_count: The number of data nodes in the instance. When 1 is passed, it means that the instance created is a standard architecture with only one data node. You can create an instance in the standard architecture that contains only a single data node. 2 to 32: You can create an instance in the cluster architecture that contains the specified number of data nodes. Only persistent memory-optimized instances can use the cluster architecture. Therefore, you can set this parameter to an integer from 2 to 32 only if you set the InstanceType parameter to tair_scm. It is not allowed to modify the number of shards by modifying this parameter after creating a master-slave architecture instance with or without passing 1.
|
|
939
|
-
:param pulumi.Input[
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
:param pulumi.Input[
|
|
2061
|
+
:param pulumi.Input[int] slave_read_only_count: Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance.
|
|
2062
|
+
|
|
2063
|
+
Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
|
|
2064
|
+
:param pulumi.Input[str] src_db_instance_id: If you want to create an instance based on the backup set of an existing instance, set this parameter to the ID of the source instance. preceding three parameters. After you specify the SrcDBInstanceId parameter, use the BackupId, ClusterBackupId (recommended for cloud-native cluster instances), or RestoreTime parameter to specify the backup set or the specific point in time that you want to use to create an instance. The SrcDBInstanceId parameter must be used in combination with one of the preceding three parameters.
|
|
2065
|
+
:param pulumi.Input[str] ssl_enabled: Modifies SSL encryption configurations. Valid values: 1. Disable (The SSL encryption is disabled) 2. Enable (The SSL encryption is enabled) 3. Update (The SSL certificate is updated)
|
|
2066
|
+
:param pulumi.Input[str] status: The status of the resource
|
|
2067
|
+
:param pulumi.Input[str] storage_performance_level: The storage type. Valid values: PL1, PL2, and PL3. This parameter is available only when the value of InstanceType is tair_essd, that is, when an ESSD disk instance is selected.
|
|
2068
|
+
|
|
2069
|
+
If the ESSD instance type is 4C, 8C, or 16C, you can specify the storage type as PL1.
|
|
2070
|
+
|
|
2071
|
+
If the type of ESSD instance you select is 8C, 16C, 32C, or 52C, you can specify the storage type as PL2.
|
|
2072
|
+
|
|
2073
|
+
If the ESSD instance type is 16C, 32C, or 52C, you can specify the storage type as PL3.
|
|
2074
|
+
:param pulumi.Input[int] storage_size_gb: Different specifications have different value ranges. When the instance_type value is tair_essd and the disk type is ESSD, this attribute takes effect and is required. When a Tair disk is an SSD, see-https://help.aliyun.com/zh/redis/product-overview/capacity-storage-type. The capacity field is defined as different fixed values according to different specifications, and does not need to be specified.
|
|
2075
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
|
|
2076
|
+
:param pulumi.Input[str] tair_instance_id: The ID of the resource.
|
|
943
2077
|
:param pulumi.Input[str] tair_instance_name: The name of the resource.
|
|
2078
|
+
:param pulumi.Input[str] vpc_auth_mode: The VPC authentication mode. Valid values: Open (enables password authentication), Close (disables password authentication and enables [password-free access](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/enable-password-free-access)).
|
|
944
2079
|
:param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC).
|
|
945
2080
|
:param pulumi.Input[str] vswitch_id: The ID of the vSwitch to which the instance is connected.
|
|
946
|
-
:param pulumi.Input[str] zone_id: Zone ID
|
|
2081
|
+
:param pulumi.Input[str] zone_id: Zone ID
|
|
947
2082
|
"""
|
|
948
2083
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
949
2084
|
|
|
950
2085
|
__props__ = _TairInstanceState.__new__(_TairInstanceState)
|
|
951
2086
|
|
|
2087
|
+
__props__.__dict__["architecture_type"] = architecture_type
|
|
952
2088
|
__props__.__dict__["auto_renew"] = auto_renew
|
|
953
2089
|
__props__.__dict__["auto_renew_period"] = auto_renew_period
|
|
2090
|
+
__props__.__dict__["backup_id"] = backup_id
|
|
2091
|
+
__props__.__dict__["cluster_backup_id"] = cluster_backup_id
|
|
2092
|
+
__props__.__dict__["connection_domain"] = connection_domain
|
|
2093
|
+
__props__.__dict__["connection_string_prefix"] = connection_string_prefix
|
|
954
2094
|
__props__.__dict__["create_time"] = create_time
|
|
955
2095
|
__props__.__dict__["effective_time"] = effective_time
|
|
956
2096
|
__props__.__dict__["engine_version"] = engine_version
|
|
957
2097
|
__props__.__dict__["force_upgrade"] = force_upgrade
|
|
2098
|
+
__props__.__dict__["global_instance_id"] = global_instance_id
|
|
958
2099
|
__props__.__dict__["instance_class"] = instance_class
|
|
959
2100
|
__props__.__dict__["instance_type"] = instance_type
|
|
2101
|
+
__props__.__dict__["intranet_bandwidth"] = intranet_bandwidth
|
|
2102
|
+
__props__.__dict__["max_connections"] = max_connections
|
|
2103
|
+
__props__.__dict__["modify_mode"] = modify_mode
|
|
2104
|
+
__props__.__dict__["network_type"] = network_type
|
|
2105
|
+
__props__.__dict__["node_type"] = node_type
|
|
2106
|
+
__props__.__dict__["param_no_loose_sentinel_enabled"] = param_no_loose_sentinel_enabled
|
|
2107
|
+
__props__.__dict__["param_no_loose_sentinel_password_free_access"] = param_no_loose_sentinel_password_free_access
|
|
2108
|
+
__props__.__dict__["param_no_loose_sentinel_password_free_commands"] = param_no_loose_sentinel_password_free_commands
|
|
2109
|
+
__props__.__dict__["param_repl_mode"] = param_repl_mode
|
|
2110
|
+
__props__.__dict__["param_semisync_repl_timeout"] = param_semisync_repl_timeout
|
|
2111
|
+
__props__.__dict__["param_sentinel_compat_enable"] = param_sentinel_compat_enable
|
|
960
2112
|
__props__.__dict__["password"] = password
|
|
961
2113
|
__props__.__dict__["payment_type"] = payment_type
|
|
962
2114
|
__props__.__dict__["period"] = period
|
|
963
2115
|
__props__.__dict__["port"] = port
|
|
2116
|
+
__props__.__dict__["read_only_count"] = read_only_count
|
|
2117
|
+
__props__.__dict__["recover_config_mode"] = recover_config_mode
|
|
2118
|
+
__props__.__dict__["region_id"] = region_id
|
|
964
2119
|
__props__.__dict__["resource_group_id"] = resource_group_id
|
|
965
2120
|
__props__.__dict__["secondary_zone_id"] = secondary_zone_id
|
|
2121
|
+
__props__.__dict__["security_group_id"] = security_group_id
|
|
2122
|
+
__props__.__dict__["security_ip_group_name"] = security_ip_group_name
|
|
2123
|
+
__props__.__dict__["security_ips"] = security_ips
|
|
966
2124
|
__props__.__dict__["shard_count"] = shard_count
|
|
2125
|
+
__props__.__dict__["slave_read_only_count"] = slave_read_only_count
|
|
2126
|
+
__props__.__dict__["src_db_instance_id"] = src_db_instance_id
|
|
2127
|
+
__props__.__dict__["ssl_enabled"] = ssl_enabled
|
|
967
2128
|
__props__.__dict__["status"] = status
|
|
968
2129
|
__props__.__dict__["storage_performance_level"] = storage_performance_level
|
|
969
2130
|
__props__.__dict__["storage_size_gb"] = storage_size_gb
|
|
970
2131
|
__props__.__dict__["tags"] = tags
|
|
2132
|
+
__props__.__dict__["tair_instance_id"] = tair_instance_id
|
|
971
2133
|
__props__.__dict__["tair_instance_name"] = tair_instance_name
|
|
2134
|
+
__props__.__dict__["vpc_auth_mode"] = vpc_auth_mode
|
|
972
2135
|
__props__.__dict__["vpc_id"] = vpc_id
|
|
973
2136
|
__props__.__dict__["vswitch_id"] = vswitch_id
|
|
974
2137
|
__props__.__dict__["zone_id"] = zone_id
|
|
975
2138
|
return TairInstance(resource_name, opts=opts, __props__=__props__)
|
|
976
2139
|
|
|
2140
|
+
@property
|
|
2141
|
+
@pulumi.getter(name="architectureType")
|
|
2142
|
+
def architecture_type(self) -> pulumi.Output[str]:
|
|
2143
|
+
"""
|
|
2144
|
+
The architecture of the instance. cluster, standard, rwsplit.
|
|
2145
|
+
"""
|
|
2146
|
+
return pulumi.get(self, "architecture_type")
|
|
2147
|
+
|
|
977
2148
|
@property
|
|
978
2149
|
@pulumi.getter(name="autoRenew")
|
|
979
2150
|
def auto_renew(self) -> pulumi.Output[Optional[str]]:
|
|
@@ -990,6 +2161,40 @@ class TairInstance(pulumi.CustomResource):
|
|
|
990
2161
|
"""
|
|
991
2162
|
return pulumi.get(self, "auto_renew_period")
|
|
992
2163
|
|
|
2164
|
+
@property
|
|
2165
|
+
@pulumi.getter(name="backupId")
|
|
2166
|
+
def backup_id(self) -> pulumi.Output[Optional[str]]:
|
|
2167
|
+
"""
|
|
2168
|
+
You can set the BackupId parameter to the backup set ID of the source instance. The system uses the data stored in the backup set to create an instance. You can call the DescribeBackups operation to query backup set IDs. If the source instance is a cluster instance, set the BackupId parameter to the backup set IDs of all shards of the source instance, separated by commas (,).
|
|
2169
|
+
|
|
2170
|
+
If your instance is a cloud-native cluster instance, we recommend that you use DescribeClusterBackupList to query the backup set ID of the cluster instance. Then, set the ClusterBackupId request parameter to the backup set ID to clone the cluster instance. This eliminates the need to specify the backup set ID of each shard.
|
|
2171
|
+
"""
|
|
2172
|
+
return pulumi.get(self, "backup_id")
|
|
2173
|
+
|
|
2174
|
+
@property
|
|
2175
|
+
@pulumi.getter(name="clusterBackupId")
|
|
2176
|
+
def cluster_backup_id(self) -> pulumi.Output[Optional[str]]:
|
|
2177
|
+
"""
|
|
2178
|
+
This parameter is supported for specific new cluster instances. You can query the backup set ID by calling the DescribeClusterBackupList operation. If this parameter is supported, you can specify the backup set ID. In this case, you do not need to specify the BackupId parameter. If this parameter is not supported, set the BackupId parameter to the IDs of backup sets in all shards of the source instance, separated by commas (,).
|
|
2179
|
+
"""
|
|
2180
|
+
return pulumi.get(self, "cluster_backup_id")
|
|
2181
|
+
|
|
2182
|
+
@property
|
|
2183
|
+
@pulumi.getter(name="connectionDomain")
|
|
2184
|
+
def connection_domain(self) -> pulumi.Output[str]:
|
|
2185
|
+
"""
|
|
2186
|
+
The internal endpoint of the instance.
|
|
2187
|
+
"""
|
|
2188
|
+
return pulumi.get(self, "connection_domain")
|
|
2189
|
+
|
|
2190
|
+
@property
|
|
2191
|
+
@pulumi.getter(name="connectionStringPrefix")
|
|
2192
|
+
def connection_string_prefix(self) -> pulumi.Output[Optional[str]]:
|
|
2193
|
+
"""
|
|
2194
|
+
The prefix of the endpoint the instance, which must consist of lowercase letters and numbers and start with a lowercase letter.
|
|
2195
|
+
"""
|
|
2196
|
+
return pulumi.get(self, "connection_string_prefix")
|
|
2197
|
+
|
|
993
2198
|
@property
|
|
994
2199
|
@pulumi.getter(name="createTime")
|
|
995
2200
|
def create_time(self) -> pulumi.Output[str]:
|
|
@@ -1010,7 +2215,15 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1010
2215
|
@pulumi.getter(name="engineVersion")
|
|
1011
2216
|
def engine_version(self) -> pulumi.Output[str]:
|
|
1012
2217
|
"""
|
|
1013
|
-
Database version. Default value: 1.0.
|
|
2218
|
+
Database version. Default value: 1.0.
|
|
2219
|
+
|
|
2220
|
+
Rules for transferring parameters of different tair product types:
|
|
2221
|
+
|
|
2222
|
+
tair_rdb: Compatible with the Redis5.0 and Redis6.0 protocols, and is transmitted to 5.0 or 6.0.
|
|
2223
|
+
|
|
2224
|
+
tair_scm: The Tair persistent memory is compatible with the Redis6.0 protocol and is passed 1.0.
|
|
2225
|
+
|
|
2226
|
+
tair_essd: The disk (ESSD/SSD) is compatible with the Redis4.0 and Redis6.0 protocols, and is transmitted to 1.0 and 2.0 respectively.
|
|
1014
2227
|
"""
|
|
1015
2228
|
return pulumi.get(self, "engine_version")
|
|
1016
2229
|
|
|
@@ -1022,6 +2235,20 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1022
2235
|
"""
|
|
1023
2236
|
return pulumi.get(self, "force_upgrade")
|
|
1024
2237
|
|
|
2238
|
+
@property
|
|
2239
|
+
@pulumi.getter(name="globalInstanceId")
|
|
2240
|
+
def global_instance_id(self) -> pulumi.Output[Optional[str]]:
|
|
2241
|
+
"""
|
|
2242
|
+
The ID of a distributed (Global Distributed Cache) instance, which indicates whether to use the newly created instance as a sub-instance of a distributed instance. You can use this method to create a distributed instance.
|
|
2243
|
+
|
|
2244
|
+
1. Enter true if you want the new instance to be the first child instance.
|
|
2245
|
+
|
|
2246
|
+
2. If you want the new instance to be used as the second and third sub-instances, enter the distributed instance ID.
|
|
2247
|
+
|
|
2248
|
+
3. Not as a distributed instance, you do not need to enter any values.
|
|
2249
|
+
"""
|
|
2250
|
+
return pulumi.get(self, "global_instance_id")
|
|
2251
|
+
|
|
1025
2252
|
@property
|
|
1026
2253
|
@pulumi.getter(name="instanceClass")
|
|
1027
2254
|
def instance_class(self) -> pulumi.Output[str]:
|
|
@@ -1038,11 +2265,101 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1038
2265
|
"""
|
|
1039
2266
|
return pulumi.get(self, "instance_type")
|
|
1040
2267
|
|
|
2268
|
+
@property
|
|
2269
|
+
@pulumi.getter(name="intranetBandwidth")
|
|
2270
|
+
def intranet_bandwidth(self) -> pulumi.Output[int]:
|
|
2271
|
+
"""
|
|
2272
|
+
Instance intranet bandwidth
|
|
2273
|
+
"""
|
|
2274
|
+
return pulumi.get(self, "intranet_bandwidth")
|
|
2275
|
+
|
|
2276
|
+
@property
|
|
2277
|
+
@pulumi.getter(name="maxConnections")
|
|
2278
|
+
def max_connections(self) -> pulumi.Output[int]:
|
|
2279
|
+
"""
|
|
2280
|
+
The maximum number of connections supported by the instance.
|
|
2281
|
+
"""
|
|
2282
|
+
return pulumi.get(self, "max_connections")
|
|
2283
|
+
|
|
2284
|
+
@property
|
|
2285
|
+
@pulumi.getter(name="modifyMode")
|
|
2286
|
+
def modify_mode(self) -> pulumi.Output[Optional[str]]:
|
|
2287
|
+
"""
|
|
2288
|
+
The modification method when modifying the IP whitelist. The value includes Cover (default): overwrite the original whitelist; Append: Append the whitelist; Delete: Delete the whitelist.
|
|
2289
|
+
"""
|
|
2290
|
+
return pulumi.get(self, "modify_mode")
|
|
2291
|
+
|
|
2292
|
+
@property
|
|
2293
|
+
@pulumi.getter(name="networkType")
|
|
2294
|
+
def network_type(self) -> pulumi.Output[str]:
|
|
2295
|
+
"""
|
|
2296
|
+
The network type of the instance. CLASSIC(classic network), VPC.
|
|
2297
|
+
"""
|
|
2298
|
+
return pulumi.get(self, "network_type")
|
|
2299
|
+
|
|
2300
|
+
@property
|
|
2301
|
+
@pulumi.getter(name="nodeType")
|
|
2302
|
+
def node_type(self) -> pulumi.Output[str]:
|
|
2303
|
+
"""
|
|
2304
|
+
The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
|
|
2305
|
+
"""
|
|
2306
|
+
return pulumi.get(self, "node_type")
|
|
2307
|
+
|
|
2308
|
+
@property
|
|
2309
|
+
@pulumi.getter(name="paramNoLooseSentinelEnabled")
|
|
2310
|
+
def param_no_loose_sentinel_enabled(self) -> pulumi.Output[str]:
|
|
2311
|
+
"""
|
|
2312
|
+
sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
|
|
2313
|
+
"""
|
|
2314
|
+
return pulumi.get(self, "param_no_loose_sentinel_enabled")
|
|
2315
|
+
|
|
2316
|
+
@property
|
|
2317
|
+
@pulumi.getter(name="paramNoLooseSentinelPasswordFreeAccess")
|
|
2318
|
+
def param_no_loose_sentinel_password_free_access(self) -> pulumi.Output[str]:
|
|
2319
|
+
"""
|
|
2320
|
+
Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
|
|
2321
|
+
"""
|
|
2322
|
+
return pulumi.get(self, "param_no_loose_sentinel_password_free_access")
|
|
2323
|
+
|
|
2324
|
+
@property
|
|
2325
|
+
@pulumi.getter(name="paramNoLooseSentinelPasswordFreeCommands")
|
|
2326
|
+
def param_no_loose_sentinel_password_free_commands(self) -> pulumi.Output[str]:
|
|
2327
|
+
"""
|
|
2328
|
+
After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
2329
|
+
"""
|
|
2330
|
+
return pulumi.get(self, "param_no_loose_sentinel_password_free_commands")
|
|
2331
|
+
|
|
2332
|
+
@property
|
|
2333
|
+
@pulumi.getter(name="paramReplMode")
|
|
2334
|
+
def param_repl_mode(self) -> pulumi.Output[str]:
|
|
2335
|
+
"""
|
|
2336
|
+
The value is semisync or async. The default value is async.
|
|
2337
|
+
|
|
2338
|
+
The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
|
|
2339
|
+
"""
|
|
2340
|
+
return pulumi.get(self, "param_repl_mode")
|
|
2341
|
+
|
|
2342
|
+
@property
|
|
2343
|
+
@pulumi.getter(name="paramSemisyncReplTimeout")
|
|
2344
|
+
def param_semisync_repl_timeout(self) -> pulumi.Output[str]:
|
|
2345
|
+
"""
|
|
2346
|
+
The degradation threshold time of the semi-synchronous replication mode. This parameter value is required only when semi-synchronous replication is enabled. The unit is milliseconds, and the range is 10ms to 60000ms. The default value is 500ms. Please refer to: https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance。
|
|
2347
|
+
"""
|
|
2348
|
+
return pulumi.get(self, "param_semisync_repl_timeout")
|
|
2349
|
+
|
|
2350
|
+
@property
|
|
2351
|
+
@pulumi.getter(name="paramSentinelCompatEnable")
|
|
2352
|
+
def param_sentinel_compat_enable(self) -> pulumi.Output[str]:
|
|
2353
|
+
"""
|
|
2354
|
+
sentinel compatibility mode, applicable to instances in the cluster architecture proxy connection mode or read/write splitting architecture. For more information about the parameters, see https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance. The value is 0 or 1. The default value is 0.
|
|
2355
|
+
"""
|
|
2356
|
+
return pulumi.get(self, "param_sentinel_compat_enable")
|
|
2357
|
+
|
|
1041
2358
|
@property
|
|
1042
2359
|
@pulumi.getter
|
|
1043
2360
|
def password(self) -> pulumi.Output[Optional[str]]:
|
|
1044
2361
|
"""
|
|
1045
|
-
The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + -
|
|
2362
|
+
The password that is used to connect to the instance. The password must be 8 to 32 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - =
|
|
1046
2363
|
"""
|
|
1047
2364
|
return pulumi.get(self, "password")
|
|
1048
2365
|
|
|
@@ -1050,7 +2367,7 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1050
2367
|
@pulumi.getter(name="paymentType")
|
|
1051
2368
|
def payment_type(self) -> pulumi.Output[str]:
|
|
1052
2369
|
"""
|
|
1053
|
-
Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default
|
|
2370
|
+
Payment type: Subscription (prepaid), PayAsYouGo (postpaid). Default Subscription.
|
|
1054
2371
|
"""
|
|
1055
2372
|
return pulumi.get(self, "payment_type")
|
|
1056
2373
|
|
|
@@ -1070,6 +2387,34 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1070
2387
|
"""
|
|
1071
2388
|
return pulumi.get(self, "port")
|
|
1072
2389
|
|
|
2390
|
+
@property
|
|
2391
|
+
@pulumi.getter(name="readOnlyCount")
|
|
2392
|
+
def read_only_count(self) -> pulumi.Output[Optional[int]]:
|
|
2393
|
+
"""
|
|
2394
|
+
Number of read-only nodes in the primary zone. Valid values: 0 to 5. This parameter is only applicable to the following conditions:
|
|
2395
|
+
|
|
2396
|
+
If the instance is in the cloud disk version standard architecture, you can set this parameter to a value greater than 0 to enable the read/write splitting architecture.
|
|
2397
|
+
|
|
2398
|
+
If the instance is a cloud disk version read/write splitting architecture instance, you can use this parameter to customize the number of read-only nodes, or set this parameter to 0 to disable the read/write splitting architecture and switch the instance to the standard architecture.
|
|
2399
|
+
"""
|
|
2400
|
+
return pulumi.get(self, "read_only_count")
|
|
2401
|
+
|
|
2402
|
+
@property
|
|
2403
|
+
@pulumi.getter(name="recoverConfigMode")
|
|
2404
|
+
def recover_config_mode(self) -> pulumi.Output[Optional[str]]:
|
|
2405
|
+
"""
|
|
2406
|
+
Whether to restore the account, kernel parameters, and whitelist (config) information from the original backup set when creating an instance using a specified backup set. The default value is empty, indicating that the account, kernel parameters, and whitelist information are not restored from the original backup set. This parameter is only applicable to Cloud Native instances, and the account, kernel parameters, and whitelist information must have been saved in the original backup set.
|
|
2407
|
+
"""
|
|
2408
|
+
return pulumi.get(self, "recover_config_mode")
|
|
2409
|
+
|
|
2410
|
+
@property
|
|
2411
|
+
@pulumi.getter(name="regionId")
|
|
2412
|
+
def region_id(self) -> pulumi.Output[str]:
|
|
2413
|
+
"""
|
|
2414
|
+
Region Id
|
|
2415
|
+
"""
|
|
2416
|
+
return pulumi.get(self, "region_id")
|
|
2417
|
+
|
|
1073
2418
|
@property
|
|
1074
2419
|
@pulumi.getter(name="resourceGroupId")
|
|
1075
2420
|
def resource_group_id(self) -> pulumi.Output[str]:
|
|
@@ -1086,6 +2431,30 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1086
2431
|
"""
|
|
1087
2432
|
return pulumi.get(self, "secondary_zone_id")
|
|
1088
2433
|
|
|
2434
|
+
@property
|
|
2435
|
+
@pulumi.getter(name="securityGroupId")
|
|
2436
|
+
def security_group_id(self) -> pulumi.Output[Optional[str]]:
|
|
2437
|
+
"""
|
|
2438
|
+
Security group id
|
|
2439
|
+
"""
|
|
2440
|
+
return pulumi.get(self, "security_group_id")
|
|
2441
|
+
|
|
2442
|
+
@property
|
|
2443
|
+
@pulumi.getter(name="securityIpGroupName")
|
|
2444
|
+
def security_ip_group_name(self) -> pulumi.Output[str]:
|
|
2445
|
+
"""
|
|
2446
|
+
The name of the IP address whitelist. You cannot modify the whitelist that is generated by the system. If you do not specify this parameter, the default whitelist is modified by default.
|
|
2447
|
+
"""
|
|
2448
|
+
return pulumi.get(self, "security_ip_group_name")
|
|
2449
|
+
|
|
2450
|
+
@property
|
|
2451
|
+
@pulumi.getter(name="securityIps")
|
|
2452
|
+
def security_ips(self) -> pulumi.Output[str]:
|
|
2453
|
+
"""
|
|
2454
|
+
The IP addresses in the whitelist. Up to 1,000 IP addresses can be specified in a whitelist. Separate multiple IP addresses with a comma (,). Specify an IP address in the 0.0.0.0/0, 10.23.12.24, or 10.23.12.24/24 format. In CIDR block 10.23.12.24/24, /24 specifies the length of the prefix of an IP address. The prefix length ranges from 1 to 32.
|
|
2455
|
+
"""
|
|
2456
|
+
return pulumi.get(self, "security_ips")
|
|
2457
|
+
|
|
1089
2458
|
@property
|
|
1090
2459
|
@pulumi.getter(name="shardCount")
|
|
1091
2460
|
def shard_count(self) -> pulumi.Output[int]:
|
|
@@ -1094,11 +2463,37 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1094
2463
|
"""
|
|
1095
2464
|
return pulumi.get(self, "shard_count")
|
|
1096
2465
|
|
|
2466
|
+
@property
|
|
2467
|
+
@pulumi.getter(name="slaveReadOnlyCount")
|
|
2468
|
+
def slave_read_only_count(self) -> pulumi.Output[Optional[int]]:
|
|
2469
|
+
"""
|
|
2470
|
+
Specifies the number of read-only nodes in the secondary zone when creating a multi-zone read/write splitting instance.
|
|
2471
|
+
|
|
2472
|
+
Note: To create a multi-zone read/write splitting instance, slaveadonlycount and SecondaryZoneId must be specified at the same time.
|
|
2473
|
+
"""
|
|
2474
|
+
return pulumi.get(self, "slave_read_only_count")
|
|
2475
|
+
|
|
2476
|
+
@property
|
|
2477
|
+
@pulumi.getter(name="srcDbInstanceId")
|
|
2478
|
+
def src_db_instance_id(self) -> pulumi.Output[Optional[str]]:
|
|
2479
|
+
"""
|
|
2480
|
+
If you want to create an instance based on the backup set of an existing instance, set this parameter to the ID of the source instance. preceding three parameters. After you specify the SrcDBInstanceId parameter, use the BackupId, ClusterBackupId (recommended for cloud-native cluster instances), or RestoreTime parameter to specify the backup set or the specific point in time that you want to use to create an instance. The SrcDBInstanceId parameter must be used in combination with one of the preceding three parameters.
|
|
2481
|
+
"""
|
|
2482
|
+
return pulumi.get(self, "src_db_instance_id")
|
|
2483
|
+
|
|
2484
|
+
@property
|
|
2485
|
+
@pulumi.getter(name="sslEnabled")
|
|
2486
|
+
def ssl_enabled(self) -> pulumi.Output[str]:
|
|
2487
|
+
"""
|
|
2488
|
+
Modifies SSL encryption configurations. Valid values: 1. Disable (The SSL encryption is disabled) 2. Enable (The SSL encryption is enabled) 3. Update (The SSL certificate is updated)
|
|
2489
|
+
"""
|
|
2490
|
+
return pulumi.get(self, "ssl_enabled")
|
|
2491
|
+
|
|
1097
2492
|
@property
|
|
1098
2493
|
@pulumi.getter
|
|
1099
2494
|
def status(self) -> pulumi.Output[str]:
|
|
1100
2495
|
"""
|
|
1101
|
-
The status of the resource
|
|
2496
|
+
The status of the resource
|
|
1102
2497
|
"""
|
|
1103
2498
|
return pulumi.get(self, "status")
|
|
1104
2499
|
|
|
@@ -1106,7 +2501,13 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1106
2501
|
@pulumi.getter(name="storagePerformanceLevel")
|
|
1107
2502
|
def storage_performance_level(self) -> pulumi.Output[Optional[str]]:
|
|
1108
2503
|
"""
|
|
1109
|
-
The storage type.
|
|
2504
|
+
The storage type. Valid values: PL1, PL2, and PL3. This parameter is available only when the value of InstanceType is tair_essd, that is, when an ESSD disk instance is selected.
|
|
2505
|
+
|
|
2506
|
+
If the ESSD instance type is 4C, 8C, or 16C, you can specify the storage type as PL1.
|
|
2507
|
+
|
|
2508
|
+
If the type of ESSD instance you select is 8C, 16C, 32C, or 52C, you can specify the storage type as PL2.
|
|
2509
|
+
|
|
2510
|
+
If the ESSD instance type is 16C, 32C, or 52C, you can specify the storage type as PL3.
|
|
1110
2511
|
"""
|
|
1111
2512
|
return pulumi.get(self, "storage_performance_level")
|
|
1112
2513
|
|
|
@@ -1114,18 +2515,26 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1114
2515
|
@pulumi.getter(name="storageSizeGb")
|
|
1115
2516
|
def storage_size_gb(self) -> pulumi.Output[int]:
|
|
1116
2517
|
"""
|
|
1117
|
-
|
|
2518
|
+
Different specifications have different value ranges. When the instance_type value is tair_essd and the disk type is ESSD, this attribute takes effect and is required. When a Tair disk is an SSD, see-https://help.aliyun.com/zh/redis/product-overview/capacity-storage-type. The capacity field is defined as different fixed values according to different specifications, and does not need to be specified.
|
|
1118
2519
|
"""
|
|
1119
2520
|
return pulumi.get(self, "storage_size_gb")
|
|
1120
2521
|
|
|
1121
2522
|
@property
|
|
1122
2523
|
@pulumi.getter
|
|
1123
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
2524
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
1124
2525
|
"""
|
|
1125
|
-
The tag of the resource
|
|
2526
|
+
The tag of the resource
|
|
1126
2527
|
"""
|
|
1127
2528
|
return pulumi.get(self, "tags")
|
|
1128
2529
|
|
|
2530
|
+
@property
|
|
2531
|
+
@pulumi.getter(name="tairInstanceId")
|
|
2532
|
+
def tair_instance_id(self) -> pulumi.Output[str]:
|
|
2533
|
+
"""
|
|
2534
|
+
The ID of the resource.
|
|
2535
|
+
"""
|
|
2536
|
+
return pulumi.get(self, "tair_instance_id")
|
|
2537
|
+
|
|
1129
2538
|
@property
|
|
1130
2539
|
@pulumi.getter(name="tairInstanceName")
|
|
1131
2540
|
def tair_instance_name(self) -> pulumi.Output[Optional[str]]:
|
|
@@ -1134,6 +2543,14 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1134
2543
|
"""
|
|
1135
2544
|
return pulumi.get(self, "tair_instance_name")
|
|
1136
2545
|
|
|
2546
|
+
@property
|
|
2547
|
+
@pulumi.getter(name="vpcAuthMode")
|
|
2548
|
+
def vpc_auth_mode(self) -> pulumi.Output[str]:
|
|
2549
|
+
"""
|
|
2550
|
+
The VPC authentication mode. Valid values: Open (enables password authentication), Close (disables password authentication and enables [password-free access](https://www.alibabacloud.com/help/en/apsaradb-for-redis/latest/enable-password-free-access)).
|
|
2551
|
+
"""
|
|
2552
|
+
return pulumi.get(self, "vpc_auth_mode")
|
|
2553
|
+
|
|
1137
2554
|
@property
|
|
1138
2555
|
@pulumi.getter(name="vpcId")
|
|
1139
2556
|
def vpc_id(self) -> pulumi.Output[str]:
|
|
@@ -1154,7 +2571,7 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1154
2571
|
@pulumi.getter(name="zoneId")
|
|
1155
2572
|
def zone_id(self) -> pulumi.Output[str]:
|
|
1156
2573
|
"""
|
|
1157
|
-
Zone ID
|
|
2574
|
+
Zone ID
|
|
1158
2575
|
"""
|
|
1159
2576
|
return pulumi.get(self, "zone_id")
|
|
1160
2577
|
|