pulumi-alicloud 3.60.0a1723455033__py3-none-any.whl → 3.61.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +177 -0
- pulumi_alicloud/_inputs.py +16 -0
- pulumi_alicloud/actiontrail/outputs.py +9 -9
- pulumi_alicloud/adb/account.py +14 -14
- pulumi_alicloud/adb/cluster.py +14 -14
- pulumi_alicloud/adb/db_cluster.py +14 -14
- pulumi_alicloud/adb/get_clusters.py +5 -5
- pulumi_alicloud/adb/get_db_clusters.py +5 -5
- pulumi_alicloud/adb/outputs.py +6 -6
- pulumi_alicloud/adb/resource_group.py +48 -20
- pulumi_alicloud/alb/_inputs.py +22 -22
- pulumi_alicloud/alb/acl.py +14 -14
- pulumi_alicloud/alb/get_load_balancers.py +3 -3
- pulumi_alicloud/alb/get_security_policies.py +3 -3
- pulumi_alicloud/alb/get_server_groups.py +5 -5
- pulumi_alicloud/alb/get_system_security_policies.py +3 -3
- pulumi_alicloud/alb/listener.py +14 -14
- pulumi_alicloud/alb/load_balancer.py +128 -142
- pulumi_alicloud/alb/outputs.py +28 -28
- pulumi_alicloud/alb/security_policy.py +14 -14
- pulumi_alicloud/alb/server_group.py +16 -16
- pulumi_alicloud/aligreen/__init__.py +13 -0
- pulumi_alicloud/aligreen/audit_callback.py +422 -0
- pulumi_alicloud/aligreen/biz_type.py +398 -0
- pulumi_alicloud/aligreen/callback.py +449 -0
- pulumi_alicloud/aligreen/image_lib.py +406 -0
- pulumi_alicloud/aligreen/keyword_lib.py +615 -0
- pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
- pulumi_alicloud/alikafka/consumer_group.py +14 -14
- pulumi_alicloud/alikafka/instance.py +35 -28
- pulumi_alicloud/alikafka/sasl_user.py +14 -14
- pulumi_alicloud/alikafka/topic.py +14 -14
- pulumi_alicloud/amqp/binding.py +101 -102
- pulumi_alicloud/amqp/outputs.py +6 -6
- pulumi_alicloud/apigateway/__init__.py +2 -0
- pulumi_alicloud/apigateway/_inputs.py +221 -2
- pulumi_alicloud/apigateway/access_control_list.py +17 -9
- pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
- pulumi_alicloud/apigateway/api.py +4 -2
- pulumi_alicloud/apigateway/app.py +14 -14
- pulumi_alicloud/apigateway/get_apps.py +5 -5
- pulumi_alicloud/apigateway/get_plugins.py +5 -5
- pulumi_alicloud/apigateway/group.py +51 -2
- pulumi_alicloud/apigateway/instance.py +396 -63
- pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
- pulumi_alicloud/apigateway/outputs.py +226 -5
- pulumi_alicloud/apigateway/plugin.py +14 -14
- pulumi_alicloud/apigateway/vpc_access.py +2 -2
- pulumi_alicloud/arms/_inputs.py +16 -16
- pulumi_alicloud/arms/environment.py +14 -14
- pulumi_alicloud/arms/get_prometheis.py +5 -5
- pulumi_alicloud/arms/get_prometheus.py +5 -5
- pulumi_alicloud/arms/get_remote_writes.py +4 -0
- pulumi_alicloud/arms/grafana_workspace.py +14 -14
- pulumi_alicloud/arms/outputs.py +20 -20
- pulumi_alicloud/arms/prometheus.py +14 -14
- pulumi_alicloud/arms/remote_write.py +4 -0
- pulumi_alicloud/arms/synthetic_task.py +14 -14
- pulumi_alicloud/bastionhost/get_instances.py +5 -5
- pulumi_alicloud/bastionhost/instance.py +14 -14
- pulumi_alicloud/bastionhost/outputs.py +3 -3
- pulumi_alicloud/bp/studio_application.py +28 -28
- pulumi_alicloud/cassandra/cluster.py +14 -14
- pulumi_alicloud/cassandra/get_clusters.py +5 -5
- pulumi_alicloud/cassandra/outputs.py +3 -3
- pulumi_alicloud/cddc/dedicated_host.py +14 -14
- pulumi_alicloud/cddc/dedicated_propre_host.py +14 -14
- pulumi_alicloud/cddc/get_dedicated_hosts.py +5 -5
- pulumi_alicloud/cddc/outputs.py +3 -3
- pulumi_alicloud/cdn/domain_new.py +14 -14
- pulumi_alicloud/cen/get_instances.py +5 -5
- pulumi_alicloud/cen/instance.py +14 -14
- pulumi_alicloud/cen/outputs.py +3 -3
- pulumi_alicloud/cen/route_entry.py +2 -2
- pulumi_alicloud/cen/transit_router.py +14 -14
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +14 -14
- pulumi_alicloud/cen/transit_router_multicast_domain.py +14 -14
- pulumi_alicloud/cen/transit_router_route_table.py +14 -14
- pulumi_alicloud/cen/transit_router_vbr_attachment.py +14 -14
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +14 -14
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +14 -14
- pulumi_alicloud/cen/vbr_health_check.py +1 -1
- pulumi_alicloud/cfg/aggregate_config_rule.py +14 -14
- pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
- pulumi_alicloud/cfg/delivery.py +267 -122
- pulumi_alicloud/cfg/outputs.py +6 -6
- pulumi_alicloud/cfg/rule.py +14 -14
- pulumi_alicloud/clickhouse/_inputs.py +39 -0
- pulumi_alicloud/clickhouse/db_cluster.py +66 -6
- pulumi_alicloud/clickhouse/outputs.py +50 -0
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
- pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
- pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
- pulumi_alicloud/cms/_inputs.py +218 -46
- pulumi_alicloud/cms/alarm.py +89 -42
- pulumi_alicloud/cms/dynamic_tag_group.py +53 -51
- pulumi_alicloud/cms/get_monitor_groups.py +3 -3
- pulumi_alicloud/cms/metric_rule_black_list.py +2 -2
- pulumi_alicloud/cms/metric_rule_template.py +54 -87
- pulumi_alicloud/cms/monitor_group.py +14 -14
- pulumi_alicloud/cms/outputs.py +220 -48
- pulumi_alicloud/compute/get_nest_service_instances.py +5 -5
- pulumi_alicloud/compute/nest_service_instance.py +14 -14
- pulumi_alicloud/compute/outputs.py +3 -3
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +14 -14
- pulumi_alicloud/cs/_inputs.py +70 -22
- pulumi_alicloud/cs/application.py +10 -10
- pulumi_alicloud/cs/edge_kubernetes.py +14 -14
- pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
- pulumi_alicloud/cs/kubernetes.py +28 -28
- pulumi_alicloud/cs/managed_kubernetes.py +10 -10
- pulumi_alicloud/cs/node_pool.py +66 -66
- pulumi_alicloud/cs/outputs.py +64 -22
- pulumi_alicloud/cs/serverless_kubernetes.py +14 -14
- pulumi_alicloud/databasefilesystem/instance.py +14 -14
- pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
- pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
- pulumi_alicloud/datahub/topic.py +14 -14
- pulumi_alicloud/dataworks/__init__.py +1 -0
- pulumi_alicloud/dataworks/get_folders.py +12 -4
- pulumi_alicloud/dataworks/project.py +450 -0
- pulumi_alicloud/dcdn/domain.py +14 -14
- pulumi_alicloud/ddos/basic_threshold.py +2 -2
- pulumi_alicloud/ddos/bgp_ip.py +2 -6
- pulumi_alicloud/dds/get_mongo_instances.py +3 -3
- pulumi_alicloud/dds/outputs.py +2 -2
- pulumi_alicloud/dns/alidns_domain.py +14 -14
- pulumi_alicloud/dns/dns_domain.py +14 -14
- pulumi_alicloud/dns/get_alidns_domains.py +5 -5
- pulumi_alicloud/dns/get_domains.py +5 -5
- pulumi_alicloud/dns/outputs.py +6 -6
- pulumi_alicloud/dts/consumer_channel.py +10 -2
- pulumi_alicloud/dts/get_subscription_jobs.py +3 -3
- pulumi_alicloud/dts/instance.py +14 -14
- pulumi_alicloud/dts/migration_instance.py +14 -14
- pulumi_alicloud/dts/outputs.py +6 -6
- pulumi_alicloud/dts/subscription_job.py +30 -22
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +14 -14
- pulumi_alicloud/eci/container_group.py +14 -14
- pulumi_alicloud/eci/get_container_groups.py +5 -5
- pulumi_alicloud/eci/get_virtual_nodes.py +5 -5
- pulumi_alicloud/eci/outputs.py +6 -6
- pulumi_alicloud/eci/virtual_node.py +14 -14
- pulumi_alicloud/ecs/auto_snapshot_policy.py +14 -14
- pulumi_alicloud/ecs/capacity_reservation.py +14 -14
- pulumi_alicloud/ecs/copy_image.py +10 -10
- pulumi_alicloud/ecs/dedicated_host.py +14 -14
- pulumi_alicloud/ecs/disk.py +14 -14
- pulumi_alicloud/ecs/ecs_dedicated_host_cluster.py +14 -14
- pulumi_alicloud/ecs/ecs_disk.py +14 -14
- pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_image_component.py +14 -14
- pulumi_alicloud/ecs/ecs_image_pipeline.py +16 -16
- pulumi_alicloud/ecs/ecs_instance_set.py +2 -2
- pulumi_alicloud/ecs/ecs_invocation.py +16 -16
- pulumi_alicloud/ecs/ecs_key_pair.py +10 -10
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_launch_template.py +37 -37
- pulumi_alicloud/ecs/ecs_network_interface.py +14 -14
- pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_snapshot.py +14 -14
- pulumi_alicloud/ecs/ecs_snapshot_group.py +14 -14
- pulumi_alicloud/ecs/eip.py +14 -14
- pulumi_alicloud/ecs/eip_address.py +14 -14
- pulumi_alicloud/ecs/eip_association.py +4 -6
- pulumi_alicloud/ecs/elasticity_assurance.py +14 -14
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +5 -5
- pulumi_alicloud/ecs/get_capacity_reservations.py +5 -5
- pulumi_alicloud/ecs/get_dedicated_hosts.py +5 -5
- pulumi_alicloud/ecs/get_disks.py +5 -5
- pulumi_alicloud/ecs/get_ecs_dedicated_host_clusters.py +5 -5
- pulumi_alicloud/ecs/get_ecs_disks.py +5 -5
- pulumi_alicloud/ecs/get_ecs_image_components.py +5 -5
- pulumi_alicloud/ecs/get_ecs_image_pipeline.py +5 -5
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +3 -3
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +3 -3
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +51 -11
- pulumi_alicloud/ecs/get_ecs_snapshot_groups.py +5 -5
- pulumi_alicloud/ecs/get_ecs_snapshots.py +5 -5
- pulumi_alicloud/ecs/get_eip_addresses.py +5 -5
- pulumi_alicloud/ecs/get_eips.py +5 -5
- pulumi_alicloud/ecs/get_elasticity_assurances.py +5 -5
- pulumi_alicloud/ecs/get_images.py +5 -5
- pulumi_alicloud/ecs/get_instances.py +8 -8
- pulumi_alicloud/ecs/get_key_pairs.py +5 -5
- pulumi_alicloud/ecs/get_network_interfaces.py +10 -10
- pulumi_alicloud/ecs/get_security_groups.py +5 -5
- pulumi_alicloud/ecs/get_snapshots.py +5 -5
- pulumi_alicloud/ecs/image.py +18 -20
- pulumi_alicloud/ecs/image_copy.py +16 -16
- pulumi_alicloud/ecs/image_export.py +2 -2
- pulumi_alicloud/ecs/image_import.py +14 -6
- pulumi_alicloud/ecs/image_share_permission.py +2 -2
- pulumi_alicloud/ecs/instance.py +35 -35
- pulumi_alicloud/ecs/key_pair.py +10 -10
- pulumi_alicloud/ecs/launch_template.py +24 -24
- pulumi_alicloud/ecs/outputs.py +119 -97
- pulumi_alicloud/ecs/reserved_instance.py +14 -14
- pulumi_alicloud/ecs/security_group.py +14 -14
- pulumi_alicloud/ecs/snapshot.py +14 -14
- pulumi_alicloud/ecs/snapshot_policy.py +10 -10
- pulumi_alicloud/edas/application_scale.py +10 -2
- pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
- pulumi_alicloud/eds/desktop.py +14 -14
- pulumi_alicloud/eds/outputs.py +10 -10
- pulumi_alicloud/eipanycast/anycast_eip_address.py +14 -14
- pulumi_alicloud/elasticsearch/get_instances.py +3 -3
- pulumi_alicloud/elasticsearch/instance.py +338 -56
- pulumi_alicloud/elasticsearch/outputs.py +2 -2
- pulumi_alicloud/emr/cluster.py +14 -14
- pulumi_alicloud/emr/outputs.py +3 -3
- pulumi_alicloud/emrv2/cluster.py +14 -14
- pulumi_alicloud/emrv2/get_clusters.py +5 -5
- pulumi_alicloud/emrv2/outputs.py +3 -3
- pulumi_alicloud/ess/alarm.py +14 -14
- pulumi_alicloud/ess/eci_scaling_configuration.py +14 -14
- pulumi_alicloud/ess/outputs.py +6 -6
- pulumi_alicloud/ess/scaling_configuration.py +28 -28
- pulumi_alicloud/ess/scaling_group.py +115 -21
- pulumi_alicloud/eventbridge/event_source.py +14 -14
- pulumi_alicloud/eventbridge/outputs.py +3 -3
- pulumi_alicloud/expressconnect/router_express_connect_router.py +14 -14
- pulumi_alicloud/fc/__init__.py +7 -0
- pulumi_alicloud/fc/_inputs.py +1670 -4
- pulumi_alicloud/fc/function.py +14 -14
- pulumi_alicloud/fc/outputs.py +1729 -8
- pulumi_alicloud/fc/trigger.py +76 -38
- pulumi_alicloud/fc/v2_function.py +10 -10
- pulumi_alicloud/fc/v3_alias.py +440 -0
- pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
- pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
- pulumi_alicloud/fc/v3_custom_domain.py +847 -0
- pulumi_alicloud/fc/v3_function.py +1391 -0
- pulumi_alicloud/fc/v3_function_version.py +313 -0
- pulumi_alicloud/fc/v3_trigger.py +663 -0
- pulumi_alicloud/ga/accelerator.py +14 -14
- pulumi_alicloud/ga/acl.py +14 -14
- pulumi_alicloud/ga/bandwidth_package.py +14 -14
- pulumi_alicloud/ga/basic_accelerator.py +22 -22
- pulumi_alicloud/ga/endpoint_group.py +14 -14
- pulumi_alicloud/governance/__init__.py +12 -0
- pulumi_alicloud/governance/_inputs.py +70 -0
- pulumi_alicloud/governance/account.py +505 -0
- pulumi_alicloud/governance/baseline.py +387 -0
- pulumi_alicloud/governance/get_baselines.py +249 -0
- pulumi_alicloud/governance/outputs.py +99 -0
- pulumi_alicloud/gpdb/elastic_instance.py +14 -14
- pulumi_alicloud/gpdb/get_instances.py +3 -3
- pulumi_alicloud/gpdb/instance.py +14 -14
- pulumi_alicloud/gpdb/outputs.py +3 -3
- pulumi_alicloud/hbase/get_instances.py +5 -5
- pulumi_alicloud/hbase/instance.py +14 -14
- pulumi_alicloud/hbase/outputs.py +3 -3
- pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
- pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
- pulumi_alicloud/hbr/hana_backup_client.py +10 -2
- pulumi_alicloud/hbr/server_backup_plan.py +2 -2
- pulumi_alicloud/hologram/instance.py +14 -14
- pulumi_alicloud/kms/get_secrets.py +5 -5
- pulumi_alicloud/kms/key.py +14 -14
- pulumi_alicloud/kms/outputs.py +3 -3
- pulumi_alicloud/kms/secret.py +14 -14
- pulumi_alicloud/kvstore/account.py +14 -14
- pulumi_alicloud/kvstore/get_instances.py +5 -5
- pulumi_alicloud/kvstore/instance.py +89 -42
- pulumi_alicloud/kvstore/outputs.py +8 -8
- pulumi_alicloud/lindorm/instance.py +14 -14
- pulumi_alicloud/log/audit.py +14 -14
- pulumi_alicloud/log/etl.py +28 -28
- pulumi_alicloud/log/project.py +14 -14
- pulumi_alicloud/log/store.py +91 -10
- pulumi_alicloud/marketplace/order.py +14 -14
- pulumi_alicloud/maxcompute/get_projects.py +12 -14
- pulumi_alicloud/maxcompute/get_service.py +4 -0
- pulumi_alicloud/maxcompute/outputs.py +75 -60
- pulumi_alicloud/maxcompute/project.py +21 -21
- pulumi_alicloud/mongodb/_inputs.py +12 -12
- pulumi_alicloud/mongodb/get_instances.py +5 -5
- pulumi_alicloud/mongodb/get_serverless_instances.py +5 -5
- pulumi_alicloud/mongodb/instance.py +82 -35
- pulumi_alicloud/mongodb/outputs.py +18 -18
- pulumi_alicloud/mongodb/serverless_instance.py +14 -14
- pulumi_alicloud/mongodb/sharding_instance.py +82 -35
- pulumi_alicloud/mongodb/sharding_network_private_address.py +145 -39
- pulumi_alicloud/mse/cluster.py +14 -14
- pulumi_alicloud/nas/file_system.py +14 -14
- pulumi_alicloud/nlb/get_load_balancers.py +3 -3
- pulumi_alicloud/nlb/get_security_policies.py +3 -3
- pulumi_alicloud/nlb/get_server_groups.py +3 -3
- pulumi_alicloud/nlb/listener.py +14 -14
- pulumi_alicloud/nlb/load_balancer.py +14 -14
- pulumi_alicloud/nlb/outputs.py +9 -9
- pulumi_alicloud/nlb/security_policy.py +14 -14
- pulumi_alicloud/nlb/server_group.py +14 -14
- pulumi_alicloud/oos/application.py +14 -14
- pulumi_alicloud/oos/get_applications.py +5 -5
- pulumi_alicloud/oos/get_executions.py +5 -5
- pulumi_alicloud/oos/get_parameters.py +5 -5
- pulumi_alicloud/oos/get_secret_parameters.py +5 -5
- pulumi_alicloud/oos/get_state_configurations.py +5 -5
- pulumi_alicloud/oos/get_templates.py +5 -5
- pulumi_alicloud/oos/outputs.py +15 -15
- pulumi_alicloud/oos/parameter.py +14 -14
- pulumi_alicloud/oos/patch_baseline.py +14 -14
- pulumi_alicloud/oos/secret_parameter.py +14 -14
- pulumi_alicloud/oos/state_configuration.py +14 -14
- pulumi_alicloud/oos/template.py +14 -14
- pulumi_alicloud/oss/_inputs.py +4 -4
- pulumi_alicloud/oss/bucket.py +14 -14
- pulumi_alicloud/oss/get_instances.py +5 -5
- pulumi_alicloud/oss/outputs.py +9 -9
- pulumi_alicloud/ots/get_instances.py +5 -5
- pulumi_alicloud/ots/instance.py +14 -14
- pulumi_alicloud/ots/outputs.py +3 -3
- pulumi_alicloud/polardb/account.py +14 -14
- pulumi_alicloud/polardb/cluster.py +14 -14
- pulumi_alicloud/polardb/cluster_endpoint.py +14 -14
- pulumi_alicloud/polardb/endpoint.py +14 -14
- pulumi_alicloud/polardb/get_accounts.py +12 -4
- pulumi_alicloud/polardb/get_clusters.py +5 -5
- pulumi_alicloud/polardb/get_databases.py +12 -4
- pulumi_alicloud/polardb/outputs.py +2 -2
- pulumi_alicloud/privatelink/outputs.py +2 -2
- pulumi_alicloud/privatelink/vpc_endpoint.py +14 -14
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +14 -14
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/zone.py +14 -14
- pulumi_alicloud/quotas/_inputs.py +4 -4
- pulumi_alicloud/quotas/get_quota_applications.py +12 -6
- pulumi_alicloud/quotas/outputs.py +3 -3
- pulumi_alicloud/ram/login_profile.py +8 -8
- pulumi_alicloud/rds/account.py +14 -14
- pulumi_alicloud/rds/ddr_instance.py +14 -14
- pulumi_alicloud/rds/get_instances.py +6 -6
- pulumi_alicloud/rds/instance.py +14 -14
- pulumi_alicloud/rds/rds_account.py +203 -63
- pulumi_alicloud/rds/read_only_instance.py +14 -14
- pulumi_alicloud/rds/read_write_splitting_connection.py +24 -16
- pulumi_alicloud/realtimecompute/vvp_instance.py +14 -14
- pulumi_alicloud/redis/tair_instance.py +14 -14
- pulumi_alicloud/resourcemanager/account.py +14 -14
- pulumi_alicloud/resourcemanager/resource_group.py +14 -14
- pulumi_alicloud/rocketmq/client_user.py +14 -14
- pulumi_alicloud/rocketmq/get_groups.py +5 -5
- pulumi_alicloud/rocketmq/get_instances.py +5 -5
- pulumi_alicloud/rocketmq/get_topics.py +5 -5
- pulumi_alicloud/rocketmq/group.py +14 -14
- pulumi_alicloud/rocketmq/instance.py +14 -14
- pulumi_alicloud/rocketmq/outputs.py +9 -9
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +14 -14
- pulumi_alicloud/rocketmq/topic.py +14 -14
- pulumi_alicloud/ros/_inputs.py +4 -4
- pulumi_alicloud/ros/get_stacks.py +5 -5
- pulumi_alicloud/ros/get_templates.py +5 -5
- pulumi_alicloud/ros/outputs.py +12 -12
- pulumi_alicloud/ros/stack.py +14 -14
- pulumi_alicloud/ros/template.py +14 -14
- pulumi_alicloud/sae/application.py +14 -14
- pulumi_alicloud/sae/outputs.py +3 -3
- pulumi_alicloud/selectdb/__init__.py +13 -0
- pulumi_alicloud/selectdb/_inputs.py +446 -0
- pulumi_alicloud/selectdb/db_cluster.py +830 -0
- pulumi_alicloud/selectdb/db_instance.py +1368 -0
- pulumi_alicloud/selectdb/get_db_clusters.py +184 -0
- pulumi_alicloud/selectdb/get_db_instances.py +191 -0
- pulumi_alicloud/selectdb/outputs.py +1122 -0
- pulumi_alicloud/servicecatalog/outputs.py +4 -4
- pulumi_alicloud/servicecatalog/provisioned_product.py +14 -14
- pulumi_alicloud/servicemesh/service_mesh.py +14 -14
- pulumi_alicloud/slb/acl.py +14 -14
- pulumi_alicloud/slb/application_load_balancer.py +14 -14
- pulumi_alicloud/slb/ca_certificate.py +14 -14
- pulumi_alicloud/slb/get_acls.py +5 -5
- pulumi_alicloud/slb/get_application_load_balancers.py +8 -8
- pulumi_alicloud/slb/get_ca_certificates.py +5 -5
- pulumi_alicloud/slb/get_load_balancers.py +8 -8
- pulumi_alicloud/slb/get_server_certificates.py +5 -5
- pulumi_alicloud/slb/load_balancer.py +41 -41
- pulumi_alicloud/slb/outputs.py +29 -29
- pulumi_alicloud/slb/server_certificate.py +14 -14
- pulumi_alicloud/slb/server_group.py +14 -14
- pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
- pulumi_alicloud/sls/_inputs.py +12 -12
- pulumi_alicloud/sls/outputs.py +9 -9
- pulumi_alicloud/vod/domain.py +14 -14
- pulumi_alicloud/vod/get_domains.py +5 -5
- pulumi_alicloud/vpc/bgp_peer.py +1 -1
- pulumi_alicloud/vpc/common_bandwith_package.py +14 -14
- pulumi_alicloud/vpc/dhcp_options_set.py +14 -14
- pulumi_alicloud/vpc/flow_log.py +14 -14
- pulumi_alicloud/vpc/gateway_endpoint.py +14 -14
- pulumi_alicloud/vpc/get_nat_gateways.py +5 -5
- pulumi_alicloud/vpc/get_networks.py +7 -7
- pulumi_alicloud/vpc/get_route_tables.py +5 -5
- pulumi_alicloud/vpc/get_switches.py +32 -32
- pulumi_alicloud/vpc/ha_vip.py +14 -14
- pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
- pulumi_alicloud/vpc/ha_vipv2.py +14 -14
- pulumi_alicloud/vpc/ipv4_gateway.py +14 -14
- pulumi_alicloud/vpc/ipv6_address.py +14 -14
- pulumi_alicloud/vpc/ipv6_gateway.py +14 -14
- pulumi_alicloud/vpc/nat_gateway.py +14 -14
- pulumi_alicloud/vpc/network.py +14 -14
- pulumi_alicloud/vpc/network_acl.py +14 -14
- pulumi_alicloud/vpc/network_interface.py +14 -14
- pulumi_alicloud/vpc/outputs.py +36 -36
- pulumi_alicloud/vpc/peer_connection.py +14 -14
- pulumi_alicloud/vpc/prefix_list.py +14 -14
- pulumi_alicloud/vpc/public_ip_address_pool.py +14 -14
- pulumi_alicloud/vpc/route_table.py +14 -14
- pulumi_alicloud/vpc/subnet.py +10 -10
- pulumi_alicloud/vpc/switch.py +14 -14
- pulumi_alicloud/vpc/traffic_mirror_filter.py +14 -14
- pulumi_alicloud/vpc/traffic_mirror_session.py +16 -16
- pulumi_alicloud/vpn/connection.py +14 -14
- pulumi_alicloud/vpn/customer_gateway.py +14 -14
- pulumi_alicloud/vpn/gateway.py +14 -14
- pulumi_alicloud/vpn/outputs.py +7 -7
- pulumi_alicloud/yundun/bastion_host_instance.py +10 -10
- pulumi_alicloud/yundun/db_audit_instance.py +14 -14
- pulumi_alicloud/yundun/get_bastion_host_instances.py +3 -3
- pulumi_alicloud/yundun/get_db_audit_instance.py +3 -3
- pulumi_alicloud/yundun/outputs.py +4 -4
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/RECORD +430 -399
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.61.0.dist-info}/top_level.txt +0 -0
pulumi_alicloud/amqp/binding.py
CHANGED
|
@@ -29,16 +29,15 @@ class BindingArgs:
|
|
|
29
29
|
* For a topic source exchange: The binding key can contain letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
30
30
|
If the binding key contains a number sign (#), the binding key must start with a number sign (#) followed by a period (.) or end with a number sign (#) that follows a period (.).
|
|
31
31
|
The binding key must be 1 to 255 characters in length.
|
|
32
|
-
:param pulumi.Input[str] binding_type: The
|
|
33
|
-
:param pulumi.Input[str] destination_name: The
|
|
34
|
-
:param pulumi.Input[str] instance_id:
|
|
35
|
-
:param pulumi.Input[str] source_exchange: The
|
|
36
|
-
:param pulumi.Input[str] virtual_host_name:
|
|
37
|
-
:param pulumi.Input[str] argument:
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
**NOTE:** This Parameter Applies Only to Headers Exchange Other Types of Exchange Is Invalid. Other Types of Exchange Here Can Either Be an Arbitrary Value.
|
|
32
|
+
:param pulumi.Input[str] binding_type: The type of the object that you want to bind to the source exchange. Valid values: `EXCHANGE`, `QUEUE`.
|
|
33
|
+
:param pulumi.Input[str] destination_name: The name of the object that you want to bind to the source exchange.
|
|
34
|
+
:param pulumi.Input[str] instance_id: The ID of the instance.
|
|
35
|
+
:param pulumi.Input[str] source_exchange: The name of the source exchange.
|
|
36
|
+
:param pulumi.Input[str] virtual_host_name: The name of the vhost.
|
|
37
|
+
:param pulumi.Input[str] argument: The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
38
|
+
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
39
|
+
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
40
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
42
41
|
"""
|
|
43
42
|
pulumi.set(__self__, "binding_key", binding_key)
|
|
44
43
|
pulumi.set(__self__, "binding_type", binding_type)
|
|
@@ -70,7 +69,7 @@ class BindingArgs:
|
|
|
70
69
|
@pulumi.getter(name="bindingType")
|
|
71
70
|
def binding_type(self) -> pulumi.Input[str]:
|
|
72
71
|
"""
|
|
73
|
-
The
|
|
72
|
+
The type of the object that you want to bind to the source exchange. Valid values: `EXCHANGE`, `QUEUE`.
|
|
74
73
|
"""
|
|
75
74
|
return pulumi.get(self, "binding_type")
|
|
76
75
|
|
|
@@ -82,7 +81,7 @@ class BindingArgs:
|
|
|
82
81
|
@pulumi.getter(name="destinationName")
|
|
83
82
|
def destination_name(self) -> pulumi.Input[str]:
|
|
84
83
|
"""
|
|
85
|
-
The
|
|
84
|
+
The name of the object that you want to bind to the source exchange.
|
|
86
85
|
"""
|
|
87
86
|
return pulumi.get(self, "destination_name")
|
|
88
87
|
|
|
@@ -94,7 +93,7 @@ class BindingArgs:
|
|
|
94
93
|
@pulumi.getter(name="instanceId")
|
|
95
94
|
def instance_id(self) -> pulumi.Input[str]:
|
|
96
95
|
"""
|
|
97
|
-
|
|
96
|
+
The ID of the instance.
|
|
98
97
|
"""
|
|
99
98
|
return pulumi.get(self, "instance_id")
|
|
100
99
|
|
|
@@ -106,7 +105,7 @@ class BindingArgs:
|
|
|
106
105
|
@pulumi.getter(name="sourceExchange")
|
|
107
106
|
def source_exchange(self) -> pulumi.Input[str]:
|
|
108
107
|
"""
|
|
109
|
-
The
|
|
108
|
+
The name of the source exchange.
|
|
110
109
|
"""
|
|
111
110
|
return pulumi.get(self, "source_exchange")
|
|
112
111
|
|
|
@@ -118,7 +117,7 @@ class BindingArgs:
|
|
|
118
117
|
@pulumi.getter(name="virtualHostName")
|
|
119
118
|
def virtual_host_name(self) -> pulumi.Input[str]:
|
|
120
119
|
"""
|
|
121
|
-
|
|
120
|
+
The name of the vhost.
|
|
122
121
|
"""
|
|
123
122
|
return pulumi.get(self, "virtual_host_name")
|
|
124
123
|
|
|
@@ -130,11 +129,10 @@ class BindingArgs:
|
|
|
130
129
|
@pulumi.getter
|
|
131
130
|
def argument(self) -> Optional[pulumi.Input[str]]:
|
|
132
131
|
"""
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
**NOTE:** This Parameter Applies Only to Headers Exchange Other Types of Exchange Is Invalid. Other Types of Exchange Here Can Either Be an Arbitrary Value.
|
|
132
|
+
The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
133
|
+
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
134
|
+
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
135
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
138
136
|
"""
|
|
139
137
|
return pulumi.get(self, "argument")
|
|
140
138
|
|
|
@@ -155,22 +153,21 @@ class _BindingState:
|
|
|
155
153
|
virtual_host_name: Optional[pulumi.Input[str]] = None):
|
|
156
154
|
"""
|
|
157
155
|
Input properties used for looking up and filtering Binding resources.
|
|
158
|
-
:param pulumi.Input[str] argument:
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
**NOTE:** This Parameter Applies Only to Headers Exchange Other Types of Exchange Is Invalid. Other Types of Exchange Here Can Either Be an Arbitrary Value.
|
|
156
|
+
:param pulumi.Input[str] argument: The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
157
|
+
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
158
|
+
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
159
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
163
160
|
:param pulumi.Input[str] binding_key: The Binding Key.
|
|
164
161
|
* For a non-topic source exchange: The binding key can contain only letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
165
162
|
The binding key must be 1 to 255 characters in length.
|
|
166
163
|
* For a topic source exchange: The binding key can contain letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
167
164
|
If the binding key contains a number sign (#), the binding key must start with a number sign (#) followed by a period (.) or end with a number sign (#) that follows a period (.).
|
|
168
165
|
The binding key must be 1 to 255 characters in length.
|
|
169
|
-
:param pulumi.Input[str] binding_type: The
|
|
170
|
-
:param pulumi.Input[str] destination_name: The
|
|
171
|
-
:param pulumi.Input[str] instance_id:
|
|
172
|
-
:param pulumi.Input[str] source_exchange: The
|
|
173
|
-
:param pulumi.Input[str] virtual_host_name:
|
|
166
|
+
:param pulumi.Input[str] binding_type: The type of the object that you want to bind to the source exchange. Valid values: `EXCHANGE`, `QUEUE`.
|
|
167
|
+
:param pulumi.Input[str] destination_name: The name of the object that you want to bind to the source exchange.
|
|
168
|
+
:param pulumi.Input[str] instance_id: The ID of the instance.
|
|
169
|
+
:param pulumi.Input[str] source_exchange: The name of the source exchange.
|
|
170
|
+
:param pulumi.Input[str] virtual_host_name: The name of the vhost.
|
|
174
171
|
"""
|
|
175
172
|
if argument is not None:
|
|
176
173
|
pulumi.set(__self__, "argument", argument)
|
|
@@ -191,11 +188,10 @@ class _BindingState:
|
|
|
191
188
|
@pulumi.getter
|
|
192
189
|
def argument(self) -> Optional[pulumi.Input[str]]:
|
|
193
190
|
"""
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
**NOTE:** This Parameter Applies Only to Headers Exchange Other Types of Exchange Is Invalid. Other Types of Exchange Here Can Either Be an Arbitrary Value.
|
|
191
|
+
The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
192
|
+
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
193
|
+
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
194
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
199
195
|
"""
|
|
200
196
|
return pulumi.get(self, "argument")
|
|
201
197
|
|
|
@@ -224,7 +220,7 @@ class _BindingState:
|
|
|
224
220
|
@pulumi.getter(name="bindingType")
|
|
225
221
|
def binding_type(self) -> Optional[pulumi.Input[str]]:
|
|
226
222
|
"""
|
|
227
|
-
The
|
|
223
|
+
The type of the object that you want to bind to the source exchange. Valid values: `EXCHANGE`, `QUEUE`.
|
|
228
224
|
"""
|
|
229
225
|
return pulumi.get(self, "binding_type")
|
|
230
226
|
|
|
@@ -236,7 +232,7 @@ class _BindingState:
|
|
|
236
232
|
@pulumi.getter(name="destinationName")
|
|
237
233
|
def destination_name(self) -> Optional[pulumi.Input[str]]:
|
|
238
234
|
"""
|
|
239
|
-
The
|
|
235
|
+
The name of the object that you want to bind to the source exchange.
|
|
240
236
|
"""
|
|
241
237
|
return pulumi.get(self, "destination_name")
|
|
242
238
|
|
|
@@ -248,7 +244,7 @@ class _BindingState:
|
|
|
248
244
|
@pulumi.getter(name="instanceId")
|
|
249
245
|
def instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
250
246
|
"""
|
|
251
|
-
|
|
247
|
+
The ID of the instance.
|
|
252
248
|
"""
|
|
253
249
|
return pulumi.get(self, "instance_id")
|
|
254
250
|
|
|
@@ -260,7 +256,7 @@ class _BindingState:
|
|
|
260
256
|
@pulumi.getter(name="sourceExchange")
|
|
261
257
|
def source_exchange(self) -> Optional[pulumi.Input[str]]:
|
|
262
258
|
"""
|
|
263
|
-
The
|
|
259
|
+
The name of the source exchange.
|
|
264
260
|
"""
|
|
265
261
|
return pulumi.get(self, "source_exchange")
|
|
266
262
|
|
|
@@ -272,7 +268,7 @@ class _BindingState:
|
|
|
272
268
|
@pulumi.getter(name="virtualHostName")
|
|
273
269
|
def virtual_host_name(self) -> Optional[pulumi.Input[str]]:
|
|
274
270
|
"""
|
|
275
|
-
|
|
271
|
+
The name of the vhost.
|
|
276
272
|
"""
|
|
277
273
|
return pulumi.get(self, "virtual_host_name")
|
|
278
274
|
|
|
@@ -295,7 +291,7 @@ class Binding(pulumi.CustomResource):
|
|
|
295
291
|
virtual_host_name: Optional[pulumi.Input[str]] = None,
|
|
296
292
|
__props__=None):
|
|
297
293
|
"""
|
|
298
|
-
Provides a RabbitMQ (AMQP) Binding resource
|
|
294
|
+
Provides a RabbitMQ (AMQP) Binding resource.
|
|
299
295
|
|
|
300
296
|
For information about RabbitMQ (AMQP) Binding and how to use it, see [What is Binding](https://www.alibabacloud.com/help/en/message-queue-for-rabbitmq/latest/createbinding).
|
|
301
297
|
|
|
@@ -309,6 +305,10 @@ class Binding(pulumi.CustomResource):
|
|
|
309
305
|
import pulumi
|
|
310
306
|
import pulumi_alicloud as alicloud
|
|
311
307
|
|
|
308
|
+
config = pulumi.Config()
|
|
309
|
+
name = config.get("name")
|
|
310
|
+
if name is None:
|
|
311
|
+
name = "terraform-example"
|
|
312
312
|
default = alicloud.amqp.Instance("default",
|
|
313
313
|
instance_type="enterprise",
|
|
314
314
|
max_tps="3000",
|
|
@@ -316,30 +316,29 @@ class Binding(pulumi.CustomResource):
|
|
|
316
316
|
storage_size="700",
|
|
317
317
|
support_eip=False,
|
|
318
318
|
max_eip_tps="128",
|
|
319
|
-
payment_type="Subscription"
|
|
320
|
-
period=1)
|
|
319
|
+
payment_type="Subscription")
|
|
321
320
|
default_virtual_host = alicloud.amqp.VirtualHost("default",
|
|
322
321
|
instance_id=default.id,
|
|
323
|
-
virtual_host_name=
|
|
322
|
+
virtual_host_name=name)
|
|
324
323
|
default_exchange = alicloud.amqp.Exchange("default",
|
|
325
|
-
auto_delete_state=False,
|
|
326
|
-
exchange_name="tf-example",
|
|
327
|
-
exchange_type="HEADERS",
|
|
328
324
|
instance_id=default.id,
|
|
329
|
-
|
|
330
|
-
|
|
325
|
+
virtual_host_name=default_virtual_host.virtual_host_name,
|
|
326
|
+
exchange_name=name,
|
|
327
|
+
exchange_type="HEADERS",
|
|
328
|
+
auto_delete_state=False,
|
|
329
|
+
internal=False)
|
|
331
330
|
default_queue = alicloud.amqp.Queue("default",
|
|
332
331
|
instance_id=default.id,
|
|
333
|
-
|
|
334
|
-
|
|
332
|
+
virtual_host_name=default_virtual_host.virtual_host_name,
|
|
333
|
+
queue_name=name)
|
|
335
334
|
default_binding = alicloud.amqp.Binding("default",
|
|
336
|
-
argument="x-match:all",
|
|
337
|
-
binding_key=default_queue.queue_name,
|
|
338
|
-
binding_type="QUEUE",
|
|
339
|
-
destination_name="tf-example",
|
|
340
335
|
instance_id=default.id,
|
|
336
|
+
virtual_host_name=default_virtual_host.virtual_host_name,
|
|
341
337
|
source_exchange=default_exchange.exchange_name,
|
|
342
|
-
|
|
338
|
+
destination_name=name,
|
|
339
|
+
binding_type="QUEUE",
|
|
340
|
+
binding_key=default_queue.queue_name,
|
|
341
|
+
argument="x-match:all")
|
|
343
342
|
```
|
|
344
343
|
|
|
345
344
|
## Import
|
|
@@ -352,22 +351,21 @@ class Binding(pulumi.CustomResource):
|
|
|
352
351
|
|
|
353
352
|
:param str resource_name: The name of the resource.
|
|
354
353
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
355
|
-
:param pulumi.Input[str] argument:
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
**NOTE:** This Parameter Applies Only to Headers Exchange Other Types of Exchange Is Invalid. Other Types of Exchange Here Can Either Be an Arbitrary Value.
|
|
354
|
+
:param pulumi.Input[str] argument: The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
355
|
+
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
356
|
+
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
357
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
360
358
|
:param pulumi.Input[str] binding_key: The Binding Key.
|
|
361
359
|
* For a non-topic source exchange: The binding key can contain only letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
362
360
|
The binding key must be 1 to 255 characters in length.
|
|
363
361
|
* For a topic source exchange: The binding key can contain letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
364
362
|
If the binding key contains a number sign (#), the binding key must start with a number sign (#) followed by a period (.) or end with a number sign (#) that follows a period (.).
|
|
365
363
|
The binding key must be 1 to 255 characters in length.
|
|
366
|
-
:param pulumi.Input[str] binding_type: The
|
|
367
|
-
:param pulumi.Input[str] destination_name: The
|
|
368
|
-
:param pulumi.Input[str] instance_id:
|
|
369
|
-
:param pulumi.Input[str] source_exchange: The
|
|
370
|
-
:param pulumi.Input[str] virtual_host_name:
|
|
364
|
+
:param pulumi.Input[str] binding_type: The type of the object that you want to bind to the source exchange. Valid values: `EXCHANGE`, `QUEUE`.
|
|
365
|
+
:param pulumi.Input[str] destination_name: The name of the object that you want to bind to the source exchange.
|
|
366
|
+
:param pulumi.Input[str] instance_id: The ID of the instance.
|
|
367
|
+
:param pulumi.Input[str] source_exchange: The name of the source exchange.
|
|
368
|
+
:param pulumi.Input[str] virtual_host_name: The name of the vhost.
|
|
371
369
|
"""
|
|
372
370
|
...
|
|
373
371
|
@overload
|
|
@@ -376,7 +374,7 @@ class Binding(pulumi.CustomResource):
|
|
|
376
374
|
args: BindingArgs,
|
|
377
375
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
378
376
|
"""
|
|
379
|
-
Provides a RabbitMQ (AMQP) Binding resource
|
|
377
|
+
Provides a RabbitMQ (AMQP) Binding resource.
|
|
380
378
|
|
|
381
379
|
For information about RabbitMQ (AMQP) Binding and how to use it, see [What is Binding](https://www.alibabacloud.com/help/en/message-queue-for-rabbitmq/latest/createbinding).
|
|
382
380
|
|
|
@@ -390,6 +388,10 @@ class Binding(pulumi.CustomResource):
|
|
|
390
388
|
import pulumi
|
|
391
389
|
import pulumi_alicloud as alicloud
|
|
392
390
|
|
|
391
|
+
config = pulumi.Config()
|
|
392
|
+
name = config.get("name")
|
|
393
|
+
if name is None:
|
|
394
|
+
name = "terraform-example"
|
|
393
395
|
default = alicloud.amqp.Instance("default",
|
|
394
396
|
instance_type="enterprise",
|
|
395
397
|
max_tps="3000",
|
|
@@ -397,30 +399,29 @@ class Binding(pulumi.CustomResource):
|
|
|
397
399
|
storage_size="700",
|
|
398
400
|
support_eip=False,
|
|
399
401
|
max_eip_tps="128",
|
|
400
|
-
payment_type="Subscription"
|
|
401
|
-
period=1)
|
|
402
|
+
payment_type="Subscription")
|
|
402
403
|
default_virtual_host = alicloud.amqp.VirtualHost("default",
|
|
403
404
|
instance_id=default.id,
|
|
404
|
-
virtual_host_name=
|
|
405
|
+
virtual_host_name=name)
|
|
405
406
|
default_exchange = alicloud.amqp.Exchange("default",
|
|
406
|
-
auto_delete_state=False,
|
|
407
|
-
exchange_name="tf-example",
|
|
408
|
-
exchange_type="HEADERS",
|
|
409
407
|
instance_id=default.id,
|
|
410
|
-
|
|
411
|
-
|
|
408
|
+
virtual_host_name=default_virtual_host.virtual_host_name,
|
|
409
|
+
exchange_name=name,
|
|
410
|
+
exchange_type="HEADERS",
|
|
411
|
+
auto_delete_state=False,
|
|
412
|
+
internal=False)
|
|
412
413
|
default_queue = alicloud.amqp.Queue("default",
|
|
413
414
|
instance_id=default.id,
|
|
414
|
-
|
|
415
|
-
|
|
415
|
+
virtual_host_name=default_virtual_host.virtual_host_name,
|
|
416
|
+
queue_name=name)
|
|
416
417
|
default_binding = alicloud.amqp.Binding("default",
|
|
417
|
-
argument="x-match:all",
|
|
418
|
-
binding_key=default_queue.queue_name,
|
|
419
|
-
binding_type="QUEUE",
|
|
420
|
-
destination_name="tf-example",
|
|
421
418
|
instance_id=default.id,
|
|
419
|
+
virtual_host_name=default_virtual_host.virtual_host_name,
|
|
422
420
|
source_exchange=default_exchange.exchange_name,
|
|
423
|
-
|
|
421
|
+
destination_name=name,
|
|
422
|
+
binding_type="QUEUE",
|
|
423
|
+
binding_key=default_queue.queue_name,
|
|
424
|
+
argument="x-match:all")
|
|
424
425
|
```
|
|
425
426
|
|
|
426
427
|
## Import
|
|
@@ -505,22 +506,21 @@ class Binding(pulumi.CustomResource):
|
|
|
505
506
|
:param str resource_name: The unique name of the resulting resource.
|
|
506
507
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
507
508
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
508
|
-
:param pulumi.Input[str] argument:
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
**NOTE:** This Parameter Applies Only to Headers Exchange Other Types of Exchange Is Invalid. Other Types of Exchange Here Can Either Be an Arbitrary Value.
|
|
509
|
+
:param pulumi.Input[str] argument: The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
510
|
+
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
511
|
+
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
512
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
513
513
|
:param pulumi.Input[str] binding_key: The Binding Key.
|
|
514
514
|
* For a non-topic source exchange: The binding key can contain only letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
515
515
|
The binding key must be 1 to 255 characters in length.
|
|
516
516
|
* For a topic source exchange: The binding key can contain letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@).
|
|
517
517
|
If the binding key contains a number sign (#), the binding key must start with a number sign (#) followed by a period (.) or end with a number sign (#) that follows a period (.).
|
|
518
518
|
The binding key must be 1 to 255 characters in length.
|
|
519
|
-
:param pulumi.Input[str] binding_type: The
|
|
520
|
-
:param pulumi.Input[str] destination_name: The
|
|
521
|
-
:param pulumi.Input[str] instance_id:
|
|
522
|
-
:param pulumi.Input[str] source_exchange: The
|
|
523
|
-
:param pulumi.Input[str] virtual_host_name:
|
|
519
|
+
:param pulumi.Input[str] binding_type: The type of the object that you want to bind to the source exchange. Valid values: `EXCHANGE`, `QUEUE`.
|
|
520
|
+
:param pulumi.Input[str] destination_name: The name of the object that you want to bind to the source exchange.
|
|
521
|
+
:param pulumi.Input[str] instance_id: The ID of the instance.
|
|
522
|
+
:param pulumi.Input[str] source_exchange: The name of the source exchange.
|
|
523
|
+
:param pulumi.Input[str] virtual_host_name: The name of the vhost.
|
|
524
524
|
"""
|
|
525
525
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
526
526
|
|
|
@@ -539,11 +539,10 @@ class Binding(pulumi.CustomResource):
|
|
|
539
539
|
@pulumi.getter
|
|
540
540
|
def argument(self) -> pulumi.Output[str]:
|
|
541
541
|
"""
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
**NOTE:** This Parameter Applies Only to Headers Exchange Other Types of Exchange Is Invalid. Other Types of Exchange Here Can Either Be an Arbitrary Value.
|
|
542
|
+
The key-value pairs that are configured for the headers attributes of a message. Default value: `x-match:all`. Valid values:
|
|
543
|
+
- `x-match:all`: A headers exchange routes a message to a queue only if all binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
544
|
+
- `x-match:any`: A headers exchange routes a message to a queue if one or more binding attributes of the queue except for x-match match the headers attributes of the message.
|
|
545
|
+
- > **NOTE:** If the exchange type is not 'HEADERS', the `argument` should not been set, otherwise, there are always "forces replacement" changes.
|
|
547
546
|
"""
|
|
548
547
|
return pulumi.get(self, "argument")
|
|
549
548
|
|
|
@@ -564,7 +563,7 @@ class Binding(pulumi.CustomResource):
|
|
|
564
563
|
@pulumi.getter(name="bindingType")
|
|
565
564
|
def binding_type(self) -> pulumi.Output[str]:
|
|
566
565
|
"""
|
|
567
|
-
The
|
|
566
|
+
The type of the object that you want to bind to the source exchange. Valid values: `EXCHANGE`, `QUEUE`.
|
|
568
567
|
"""
|
|
569
568
|
return pulumi.get(self, "binding_type")
|
|
570
569
|
|
|
@@ -572,7 +571,7 @@ class Binding(pulumi.CustomResource):
|
|
|
572
571
|
@pulumi.getter(name="destinationName")
|
|
573
572
|
def destination_name(self) -> pulumi.Output[str]:
|
|
574
573
|
"""
|
|
575
|
-
The
|
|
574
|
+
The name of the object that you want to bind to the source exchange.
|
|
576
575
|
"""
|
|
577
576
|
return pulumi.get(self, "destination_name")
|
|
578
577
|
|
|
@@ -580,7 +579,7 @@ class Binding(pulumi.CustomResource):
|
|
|
580
579
|
@pulumi.getter(name="instanceId")
|
|
581
580
|
def instance_id(self) -> pulumi.Output[str]:
|
|
582
581
|
"""
|
|
583
|
-
|
|
582
|
+
The ID of the instance.
|
|
584
583
|
"""
|
|
585
584
|
return pulumi.get(self, "instance_id")
|
|
586
585
|
|
|
@@ -588,7 +587,7 @@ class Binding(pulumi.CustomResource):
|
|
|
588
587
|
@pulumi.getter(name="sourceExchange")
|
|
589
588
|
def source_exchange(self) -> pulumi.Output[str]:
|
|
590
589
|
"""
|
|
591
|
-
The
|
|
590
|
+
The name of the source exchange.
|
|
592
591
|
"""
|
|
593
592
|
return pulumi.get(self, "source_exchange")
|
|
594
593
|
|
|
@@ -596,7 +595,7 @@ class Binding(pulumi.CustomResource):
|
|
|
596
595
|
@pulumi.getter(name="virtualHostName")
|
|
597
596
|
def virtual_host_name(self) -> pulumi.Output[str]:
|
|
598
597
|
"""
|
|
599
|
-
|
|
598
|
+
The name of the vhost.
|
|
600
599
|
"""
|
|
601
600
|
return pulumi.get(self, "virtual_host_name")
|
|
602
601
|
|
pulumi_alicloud/amqp/outputs.py
CHANGED
|
@@ -116,7 +116,7 @@ class GetBindingsBindingResult(dict):
|
|
|
116
116
|
@pulumi.output_type
|
|
117
117
|
class GetExchangesExchangeResult(dict):
|
|
118
118
|
def __init__(__self__, *,
|
|
119
|
-
attributes: Mapping[str,
|
|
119
|
+
attributes: Mapping[str, str],
|
|
120
120
|
auto_delete_state: bool,
|
|
121
121
|
create_time: str,
|
|
122
122
|
exchange_name: str,
|
|
@@ -125,7 +125,7 @@ class GetExchangesExchangeResult(dict):
|
|
|
125
125
|
instance_id: str,
|
|
126
126
|
virtual_host_name: str):
|
|
127
127
|
"""
|
|
128
|
-
:param Mapping[str,
|
|
128
|
+
:param Mapping[str, str] attributes: The attributes.
|
|
129
129
|
:param bool auto_delete_state: Indicates whether the Auto Delete attribute is configured.
|
|
130
130
|
:param str create_time: The creation time.
|
|
131
131
|
:param str exchange_name: The name of the exchange.
|
|
@@ -145,7 +145,7 @@ class GetExchangesExchangeResult(dict):
|
|
|
145
145
|
|
|
146
146
|
@property
|
|
147
147
|
@pulumi.getter
|
|
148
|
-
def attributes(self) -> Mapping[str,
|
|
148
|
+
def attributes(self) -> Mapping[str, str]:
|
|
149
149
|
"""
|
|
150
150
|
The attributes.
|
|
151
151
|
"""
|
|
@@ -372,7 +372,7 @@ class GetInstancesInstanceResult(dict):
|
|
|
372
372
|
@pulumi.output_type
|
|
373
373
|
class GetQueuesQueueResult(dict):
|
|
374
374
|
def __init__(__self__, *,
|
|
375
|
-
attributes: Mapping[str,
|
|
375
|
+
attributes: Mapping[str, str],
|
|
376
376
|
auto_delete_state: bool,
|
|
377
377
|
create_time: str,
|
|
378
378
|
exclusive_state: bool,
|
|
@@ -382,7 +382,7 @@ class GetQueuesQueueResult(dict):
|
|
|
382
382
|
queue_name: str,
|
|
383
383
|
virtual_host_name: str):
|
|
384
384
|
"""
|
|
385
|
-
:param Mapping[str,
|
|
385
|
+
:param Mapping[str, str] attributes: The attributes for the Queue.
|
|
386
386
|
:param bool auto_delete_state: Specifies whether the Auto Delete attribute is configured.
|
|
387
387
|
:param str create_time: CreateTime.
|
|
388
388
|
:param bool exclusive_state: Specifies whether the queue is an exclusive queue.
|
|
@@ -404,7 +404,7 @@ class GetQueuesQueueResult(dict):
|
|
|
404
404
|
|
|
405
405
|
@property
|
|
406
406
|
@pulumi.getter
|
|
407
|
-
def attributes(self) -> Mapping[str,
|
|
407
|
+
def attributes(self) -> Mapping[str, str]:
|
|
408
408
|
"""
|
|
409
409
|
The attributes for the Queue.
|
|
410
410
|
"""
|
|
@@ -6,6 +6,7 @@ from .. import _utilities
|
|
|
6
6
|
import typing
|
|
7
7
|
# Export this package's modules as members:
|
|
8
8
|
from .access_control_list import *
|
|
9
|
+
from .acl_entry_attachment import *
|
|
9
10
|
from .api import *
|
|
10
11
|
from .app import *
|
|
11
12
|
from .app_attachment import *
|
|
@@ -20,6 +21,7 @@ from .get_plugins import *
|
|
|
20
21
|
from .get_service import *
|
|
21
22
|
from .group import *
|
|
22
23
|
from .instance import *
|
|
24
|
+
from .instance_acl_attachment import *
|
|
23
25
|
from .log_config import *
|
|
24
26
|
from .model import *
|
|
25
27
|
from .plugin import *
|