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
|
@@ -28,7 +28,7 @@ class AcceleratorArgs:
|
|
|
28
28
|
renewal_status: Optional[pulumi.Input[str]] = None,
|
|
29
29
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
30
30
|
spec: Optional[pulumi.Input[str]] = None,
|
|
31
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
31
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
32
32
|
"""
|
|
33
33
|
The set of arguments for constructing a Accelerator resource.
|
|
34
34
|
:param pulumi.Input[str] accelerator_name: The Name of the GA instance.
|
|
@@ -54,7 +54,7 @@ class AcceleratorArgs:
|
|
|
54
54
|
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
55
55
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
56
56
|
:param pulumi.Input[str] spec: The instance type of the GA instance. Specification of global acceleration instance. Valid values:
|
|
57
|
-
:param pulumi.Input[Mapping[str,
|
|
57
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
58
58
|
"""
|
|
59
59
|
if accelerator_name is not None:
|
|
60
60
|
pulumi.set(__self__, "accelerator_name", accelerator_name)
|
|
@@ -266,14 +266,14 @@ class AcceleratorArgs:
|
|
|
266
266
|
|
|
267
267
|
@property
|
|
268
268
|
@pulumi.getter
|
|
269
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
269
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
270
270
|
"""
|
|
271
271
|
A mapping of tags to assign to the resource.
|
|
272
272
|
"""
|
|
273
273
|
return pulumi.get(self, "tags")
|
|
274
274
|
|
|
275
275
|
@tags.setter
|
|
276
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
276
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
277
277
|
pulumi.set(self, "tags", value)
|
|
278
278
|
|
|
279
279
|
|
|
@@ -295,7 +295,7 @@ class _AcceleratorState:
|
|
|
295
295
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
296
296
|
spec: Optional[pulumi.Input[str]] = None,
|
|
297
297
|
status: Optional[pulumi.Input[str]] = None,
|
|
298
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
298
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
299
299
|
"""
|
|
300
300
|
Input properties used for looking up and filtering Accelerator resources.
|
|
301
301
|
:param pulumi.Input[str] accelerator_name: The Name of the GA instance.
|
|
@@ -322,7 +322,7 @@ class _AcceleratorState:
|
|
|
322
322
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
323
323
|
:param pulumi.Input[str] spec: The instance type of the GA instance. Specification of global acceleration instance. Valid values:
|
|
324
324
|
:param pulumi.Input[str] status: The status of the GA instance.
|
|
325
|
-
:param pulumi.Input[Mapping[str,
|
|
325
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
326
326
|
"""
|
|
327
327
|
if accelerator_name is not None:
|
|
328
328
|
pulumi.set(__self__, "accelerator_name", accelerator_name)
|
|
@@ -548,14 +548,14 @@ class _AcceleratorState:
|
|
|
548
548
|
|
|
549
549
|
@property
|
|
550
550
|
@pulumi.getter
|
|
551
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
551
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
552
552
|
"""
|
|
553
553
|
A mapping of tags to assign to the resource.
|
|
554
554
|
"""
|
|
555
555
|
return pulumi.get(self, "tags")
|
|
556
556
|
|
|
557
557
|
@tags.setter
|
|
558
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
558
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
559
559
|
pulumi.set(self, "tags", value)
|
|
560
560
|
|
|
561
561
|
|
|
@@ -578,7 +578,7 @@ class Accelerator(pulumi.CustomResource):
|
|
|
578
578
|
renewal_status: Optional[pulumi.Input[str]] = None,
|
|
579
579
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
580
580
|
spec: Optional[pulumi.Input[str]] = None,
|
|
581
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
581
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
582
582
|
__props__=None):
|
|
583
583
|
"""
|
|
584
584
|
Provides a Global Accelerator (GA) Accelerator resource.
|
|
@@ -634,7 +634,7 @@ class Accelerator(pulumi.CustomResource):
|
|
|
634
634
|
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
635
635
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
636
636
|
:param pulumi.Input[str] spec: The instance type of the GA instance. Specification of global acceleration instance. Valid values:
|
|
637
|
-
:param pulumi.Input[Mapping[str,
|
|
637
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
638
638
|
"""
|
|
639
639
|
...
|
|
640
640
|
@overload
|
|
@@ -700,7 +700,7 @@ class Accelerator(pulumi.CustomResource):
|
|
|
700
700
|
renewal_status: Optional[pulumi.Input[str]] = None,
|
|
701
701
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
702
702
|
spec: Optional[pulumi.Input[str]] = None,
|
|
703
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
703
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
704
704
|
__props__=None):
|
|
705
705
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
706
706
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -751,7 +751,7 @@ class Accelerator(pulumi.CustomResource):
|
|
|
751
751
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
752
752
|
spec: Optional[pulumi.Input[str]] = None,
|
|
753
753
|
status: Optional[pulumi.Input[str]] = None,
|
|
754
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
754
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'Accelerator':
|
|
755
755
|
"""
|
|
756
756
|
Get an existing Accelerator resource's state with the given name, id, and optional extra
|
|
757
757
|
properties used to qualify the lookup.
|
|
@@ -783,7 +783,7 @@ class Accelerator(pulumi.CustomResource):
|
|
|
783
783
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
784
784
|
:param pulumi.Input[str] spec: The instance type of the GA instance. Specification of global acceleration instance. Valid values:
|
|
785
785
|
:param pulumi.Input[str] status: The status of the GA instance.
|
|
786
|
-
:param pulumi.Input[Mapping[str,
|
|
786
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
787
787
|
"""
|
|
788
788
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
789
789
|
|
|
@@ -938,7 +938,7 @@ class Accelerator(pulumi.CustomResource):
|
|
|
938
938
|
|
|
939
939
|
@property
|
|
940
940
|
@pulumi.getter
|
|
941
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
941
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
942
942
|
"""
|
|
943
943
|
A mapping of tags to assign to the resource.
|
|
944
944
|
"""
|
pulumi_alicloud/ga/acl.py
CHANGED
|
@@ -21,7 +21,7 @@ class AclArgs:
|
|
|
21
21
|
acl_name: Optional[pulumi.Input[str]] = None,
|
|
22
22
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
23
23
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
24
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
24
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
25
25
|
"""
|
|
26
26
|
The set of arguments for constructing a Acl resource.
|
|
27
27
|
:param pulumi.Input[str] address_ip_version: The IP version. Valid values: `IPv4` and `IPv6`.
|
|
@@ -29,7 +29,7 @@ class AclArgs:
|
|
|
29
29
|
:param pulumi.Input[str] acl_name: The name of the ACL. The name must be `2` to `128` characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.
|
|
30
30
|
:param pulumi.Input[bool] dry_run: The dry run.
|
|
31
31
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
32
|
-
:param pulumi.Input[Mapping[str,
|
|
32
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
33
33
|
"""
|
|
34
34
|
pulumi.set(__self__, "address_ip_version", address_ip_version)
|
|
35
35
|
if acl_entries is not None:
|
|
@@ -109,14 +109,14 @@ class AclArgs:
|
|
|
109
109
|
|
|
110
110
|
@property
|
|
111
111
|
@pulumi.getter
|
|
112
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
112
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
113
113
|
"""
|
|
114
114
|
A mapping of tags to assign to the resource.
|
|
115
115
|
"""
|
|
116
116
|
return pulumi.get(self, "tags")
|
|
117
117
|
|
|
118
118
|
@tags.setter
|
|
119
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
119
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
120
120
|
pulumi.set(self, "tags", value)
|
|
121
121
|
|
|
122
122
|
|
|
@@ -129,7 +129,7 @@ class _AclState:
|
|
|
129
129
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
130
130
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
131
131
|
status: Optional[pulumi.Input[str]] = None,
|
|
132
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
132
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
133
133
|
"""
|
|
134
134
|
Input properties used for looking up and filtering Acl resources.
|
|
135
135
|
:param pulumi.Input[Sequence[pulumi.Input['AclAclEntryArgs']]] acl_entries: The entries of the Acl. See `acl_entries` below. **NOTE:** "Field `acl_entries` has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource `ga.AclEntryAttachment`."
|
|
@@ -138,7 +138,7 @@ class _AclState:
|
|
|
138
138
|
:param pulumi.Input[bool] dry_run: The dry run.
|
|
139
139
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
140
140
|
:param pulumi.Input[str] status: The status of the resource.
|
|
141
|
-
:param pulumi.Input[Mapping[str,
|
|
141
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
142
142
|
"""
|
|
143
143
|
if acl_entries is not None:
|
|
144
144
|
warnings.warn("""Field `acl_entries` has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource `ga.AclEntryAttachment`.""", DeprecationWarning)
|
|
@@ -233,14 +233,14 @@ class _AclState:
|
|
|
233
233
|
|
|
234
234
|
@property
|
|
235
235
|
@pulumi.getter
|
|
236
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
236
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
237
237
|
"""
|
|
238
238
|
A mapping of tags to assign to the resource.
|
|
239
239
|
"""
|
|
240
240
|
return pulumi.get(self, "tags")
|
|
241
241
|
|
|
242
242
|
@tags.setter
|
|
243
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
243
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
244
244
|
pulumi.set(self, "tags", value)
|
|
245
245
|
|
|
246
246
|
|
|
@@ -254,7 +254,7 @@ class Acl(pulumi.CustomResource):
|
|
|
254
254
|
address_ip_version: Optional[pulumi.Input[str]] = None,
|
|
255
255
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
256
256
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
257
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
257
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
258
258
|
__props__=None):
|
|
259
259
|
"""
|
|
260
260
|
Provides a Global Accelerator (GA) Acl resource.
|
|
@@ -295,7 +295,7 @@ class Acl(pulumi.CustomResource):
|
|
|
295
295
|
:param pulumi.Input[str] address_ip_version: The IP version. Valid values: `IPv4` and `IPv6`.
|
|
296
296
|
:param pulumi.Input[bool] dry_run: The dry run.
|
|
297
297
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
298
|
-
:param pulumi.Input[Mapping[str,
|
|
298
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
299
299
|
"""
|
|
300
300
|
...
|
|
301
301
|
@overload
|
|
@@ -355,7 +355,7 @@ class Acl(pulumi.CustomResource):
|
|
|
355
355
|
address_ip_version: Optional[pulumi.Input[str]] = None,
|
|
356
356
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
357
357
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
358
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
358
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
359
359
|
__props__=None):
|
|
360
360
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
361
361
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -390,7 +390,7 @@ class Acl(pulumi.CustomResource):
|
|
|
390
390
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
391
391
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
392
392
|
status: Optional[pulumi.Input[str]] = None,
|
|
393
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
393
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'Acl':
|
|
394
394
|
"""
|
|
395
395
|
Get an existing Acl resource's state with the given name, id, and optional extra
|
|
396
396
|
properties used to qualify the lookup.
|
|
@@ -404,7 +404,7 @@ class Acl(pulumi.CustomResource):
|
|
|
404
404
|
:param pulumi.Input[bool] dry_run: The dry run.
|
|
405
405
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
406
406
|
:param pulumi.Input[str] status: The status of the resource.
|
|
407
|
-
:param pulumi.Input[Mapping[str,
|
|
407
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
408
408
|
"""
|
|
409
409
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
410
410
|
|
|
@@ -470,7 +470,7 @@ class Acl(pulumi.CustomResource):
|
|
|
470
470
|
|
|
471
471
|
@property
|
|
472
472
|
@pulumi.getter
|
|
473
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
473
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
474
474
|
"""
|
|
475
475
|
A mapping of tags to assign to the resource.
|
|
476
476
|
"""
|
|
@@ -31,7 +31,7 @@ class BandwidthPackageArgs:
|
|
|
31
31
|
ratio: Optional[pulumi.Input[int]] = None,
|
|
32
32
|
renewal_status: Optional[pulumi.Input[str]] = None,
|
|
33
33
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
34
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
34
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
35
35
|
"""
|
|
36
36
|
The set of arguments for constructing a BandwidthPackage resource.
|
|
37
37
|
:param pulumi.Input[int] bandwidth: The bandwidth value of bandwidth packet.
|
|
@@ -55,7 +55,7 @@ class BandwidthPackageArgs:
|
|
|
55
55
|
- `Normal`: Disable auto renewal.
|
|
56
56
|
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
57
57
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
58
|
-
:param pulumi.Input[Mapping[str,
|
|
58
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
59
59
|
"""
|
|
60
60
|
pulumi.set(__self__, "bandwidth", bandwidth)
|
|
61
61
|
pulumi.set(__self__, "type", type)
|
|
@@ -302,14 +302,14 @@ class BandwidthPackageArgs:
|
|
|
302
302
|
|
|
303
303
|
@property
|
|
304
304
|
@pulumi.getter
|
|
305
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
305
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
306
306
|
"""
|
|
307
307
|
A mapping of tags to assign to the resource.
|
|
308
308
|
"""
|
|
309
309
|
return pulumi.get(self, "tags")
|
|
310
310
|
|
|
311
311
|
@tags.setter
|
|
312
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
312
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
313
313
|
pulumi.set(self, "tags", value)
|
|
314
314
|
|
|
315
315
|
|
|
@@ -333,7 +333,7 @@ class _BandwidthPackageState:
|
|
|
333
333
|
renewal_status: Optional[pulumi.Input[str]] = None,
|
|
334
334
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
335
335
|
status: Optional[pulumi.Input[str]] = None,
|
|
336
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
336
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
337
337
|
type: Optional[pulumi.Input[str]] = None):
|
|
338
338
|
"""
|
|
339
339
|
Input properties used for looking up and filtering BandwidthPackage resources.
|
|
@@ -358,7 +358,7 @@ class _BandwidthPackageState:
|
|
|
358
358
|
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
359
359
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
360
360
|
:param pulumi.Input[str] status: The status of the Bandwidth Package.
|
|
361
|
-
:param pulumi.Input[Mapping[str,
|
|
361
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
362
362
|
:param pulumi.Input[str] type: The type of the bandwidth packet. China station only supports return to basic. Valid values: `Basic`, `CrossDomain`.
|
|
363
363
|
"""
|
|
364
364
|
if auto_pay is not None:
|
|
@@ -610,14 +610,14 @@ class _BandwidthPackageState:
|
|
|
610
610
|
|
|
611
611
|
@property
|
|
612
612
|
@pulumi.getter
|
|
613
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
613
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
614
614
|
"""
|
|
615
615
|
A mapping of tags to assign to the resource.
|
|
616
616
|
"""
|
|
617
617
|
return pulumi.get(self, "tags")
|
|
618
618
|
|
|
619
619
|
@tags.setter
|
|
620
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
620
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
621
621
|
pulumi.set(self, "tags", value)
|
|
622
622
|
|
|
623
623
|
@property
|
|
@@ -654,7 +654,7 @@ class BandwidthPackage(pulumi.CustomResource):
|
|
|
654
654
|
ratio: Optional[pulumi.Input[int]] = None,
|
|
655
655
|
renewal_status: Optional[pulumi.Input[str]] = None,
|
|
656
656
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
657
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
657
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
658
658
|
type: Optional[pulumi.Input[str]] = None,
|
|
659
659
|
__props__=None):
|
|
660
660
|
"""
|
|
@@ -712,7 +712,7 @@ class BandwidthPackage(pulumi.CustomResource):
|
|
|
712
712
|
- `Normal`: Disable auto renewal.
|
|
713
713
|
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
714
714
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
715
|
-
:param pulumi.Input[Mapping[str,
|
|
715
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
716
716
|
:param pulumi.Input[str] type: The type of the bandwidth packet. China station only supports return to basic. Valid values: `Basic`, `CrossDomain`.
|
|
717
717
|
"""
|
|
718
718
|
...
|
|
@@ -785,7 +785,7 @@ class BandwidthPackage(pulumi.CustomResource):
|
|
|
785
785
|
ratio: Optional[pulumi.Input[int]] = None,
|
|
786
786
|
renewal_status: Optional[pulumi.Input[str]] = None,
|
|
787
787
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
788
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
788
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
789
789
|
type: Optional[pulumi.Input[str]] = None,
|
|
790
790
|
__props__=None):
|
|
791
791
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -846,7 +846,7 @@ class BandwidthPackage(pulumi.CustomResource):
|
|
|
846
846
|
renewal_status: Optional[pulumi.Input[str]] = None,
|
|
847
847
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
848
848
|
status: Optional[pulumi.Input[str]] = None,
|
|
849
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
849
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
850
850
|
type: Optional[pulumi.Input[str]] = None) -> 'BandwidthPackage':
|
|
851
851
|
"""
|
|
852
852
|
Get an existing BandwidthPackage resource's state with the given name, id, and optional extra
|
|
@@ -876,7 +876,7 @@ class BandwidthPackage(pulumi.CustomResource):
|
|
|
876
876
|
- `NotRenewal`: No renewal any longer. After you specify this value, Alibaba Cloud stop sending notification of instance expiry, and only gives a brief reminder on the third day before the instance expiry.
|
|
877
877
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
878
878
|
:param pulumi.Input[str] status: The status of the Bandwidth Package.
|
|
879
|
-
:param pulumi.Input[Mapping[str,
|
|
879
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
880
880
|
:param pulumi.Input[str] type: The type of the bandwidth packet. China station only supports return to basic. Valid values: `Basic`, `CrossDomain`.
|
|
881
881
|
"""
|
|
882
882
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -1046,7 +1046,7 @@ class BandwidthPackage(pulumi.CustomResource):
|
|
|
1046
1046
|
|
|
1047
1047
|
@property
|
|
1048
1048
|
@pulumi.getter
|
|
1049
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
1049
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
1050
1050
|
"""
|
|
1051
1051
|
A mapping of tags to assign to the resource.
|
|
1052
1052
|
"""
|
|
@@ -27,7 +27,7 @@ class BasicAcceleratorArgs:
|
|
|
27
27
|
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
28
28
|
promotion_option_no: Optional[pulumi.Input[str]] = None,
|
|
29
29
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
30
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
30
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
31
31
|
"""
|
|
32
32
|
The set of arguments for constructing a BasicAccelerator resource.
|
|
33
33
|
:param pulumi.Input[bool] auto_pay: Specifies whether to enable automatic payment. Default value: `false`. Valid values:
|
|
@@ -45,7 +45,7 @@ class BasicAcceleratorArgs:
|
|
|
45
45
|
:param pulumi.Input[str] pricing_cycle: The billing cycle. Default value: `Month`. Valid values: `Month`, `Year`.
|
|
46
46
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
47
47
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
48
|
-
:param pulumi.Input[Mapping[str,
|
|
48
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
49
49
|
"""
|
|
50
50
|
if auto_pay is not None:
|
|
51
51
|
pulumi.set(__self__, "auto_pay", auto_pay)
|
|
@@ -236,14 +236,14 @@ class BasicAcceleratorArgs:
|
|
|
236
236
|
|
|
237
237
|
@property
|
|
238
238
|
@pulumi.getter
|
|
239
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
239
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
240
240
|
"""
|
|
241
241
|
A mapping of tags to assign to the resource.
|
|
242
242
|
"""
|
|
243
243
|
return pulumi.get(self, "tags")
|
|
244
244
|
|
|
245
245
|
@tags.setter
|
|
246
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
246
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
247
247
|
pulumi.set(self, "tags", value)
|
|
248
248
|
|
|
249
249
|
|
|
@@ -264,7 +264,7 @@ class _BasicAcceleratorState:
|
|
|
264
264
|
promotion_option_no: Optional[pulumi.Input[str]] = None,
|
|
265
265
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
266
266
|
status: Optional[pulumi.Input[str]] = None,
|
|
267
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
267
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
268
268
|
"""
|
|
269
269
|
Input properties used for looking up and filtering BasicAccelerator resources.
|
|
270
270
|
:param pulumi.Input[bool] auto_pay: Specifies whether to enable automatic payment. Default value: `false`. Valid values:
|
|
@@ -283,7 +283,7 @@ class _BasicAcceleratorState:
|
|
|
283
283
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
284
284
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
285
285
|
:param pulumi.Input[str] status: The status of the Basic Accelerator instance.
|
|
286
|
-
:param pulumi.Input[Mapping[str,
|
|
286
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
287
287
|
"""
|
|
288
288
|
if auto_pay is not None:
|
|
289
289
|
pulumi.set(__self__, "auto_pay", auto_pay)
|
|
@@ -488,14 +488,14 @@ class _BasicAcceleratorState:
|
|
|
488
488
|
|
|
489
489
|
@property
|
|
490
490
|
@pulumi.getter
|
|
491
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
491
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
492
492
|
"""
|
|
493
493
|
A mapping of tags to assign to the resource.
|
|
494
494
|
"""
|
|
495
495
|
return pulumi.get(self, "tags")
|
|
496
496
|
|
|
497
497
|
@tags.setter
|
|
498
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
498
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
499
499
|
pulumi.set(self, "tags", value)
|
|
500
500
|
|
|
501
501
|
|
|
@@ -517,7 +517,7 @@ class BasicAccelerator(pulumi.CustomResource):
|
|
|
517
517
|
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
518
518
|
promotion_option_no: Optional[pulumi.Input[str]] = None,
|
|
519
519
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
520
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
520
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
521
521
|
__props__=None):
|
|
522
522
|
"""
|
|
523
523
|
Provides a Global Accelerator (GA) Basic Accelerator resource.
|
|
@@ -535,13 +535,13 @@ class BasicAccelerator(pulumi.CustomResource):
|
|
|
535
535
|
import pulumi_alicloud as alicloud
|
|
536
536
|
|
|
537
537
|
default = alicloud.ga.BasicAccelerator("default",
|
|
538
|
-
bandwidth_billing_type="BandwidthPackage",
|
|
539
|
-
auto_pay=True,
|
|
540
538
|
duration=1,
|
|
541
539
|
pricing_cycle="Month",
|
|
542
|
-
auto_use_coupon="true",
|
|
543
540
|
basic_accelerator_name="tf-example-value",
|
|
544
|
-
description="tf-example-value"
|
|
541
|
+
description="tf-example-value",
|
|
542
|
+
bandwidth_billing_type="BandwidthPackage",
|
|
543
|
+
auto_pay=True,
|
|
544
|
+
auto_use_coupon="true")
|
|
545
545
|
```
|
|
546
546
|
|
|
547
547
|
## Import
|
|
@@ -569,7 +569,7 @@ class BasicAccelerator(pulumi.CustomResource):
|
|
|
569
569
|
:param pulumi.Input[str] pricing_cycle: The billing cycle. Default value: `Month`. Valid values: `Month`, `Year`.
|
|
570
570
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
571
571
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
572
|
-
:param pulumi.Input[Mapping[str,
|
|
572
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
573
573
|
"""
|
|
574
574
|
...
|
|
575
575
|
@overload
|
|
@@ -593,13 +593,13 @@ class BasicAccelerator(pulumi.CustomResource):
|
|
|
593
593
|
import pulumi_alicloud as alicloud
|
|
594
594
|
|
|
595
595
|
default = alicloud.ga.BasicAccelerator("default",
|
|
596
|
-
bandwidth_billing_type="BandwidthPackage",
|
|
597
|
-
auto_pay=True,
|
|
598
596
|
duration=1,
|
|
599
597
|
pricing_cycle="Month",
|
|
600
|
-
auto_use_coupon="true",
|
|
601
598
|
basic_accelerator_name="tf-example-value",
|
|
602
|
-
description="tf-example-value"
|
|
599
|
+
description="tf-example-value",
|
|
600
|
+
bandwidth_billing_type="BandwidthPackage",
|
|
601
|
+
auto_pay=True,
|
|
602
|
+
auto_use_coupon="true")
|
|
603
603
|
```
|
|
604
604
|
|
|
605
605
|
## Import
|
|
@@ -638,7 +638,7 @@ class BasicAccelerator(pulumi.CustomResource):
|
|
|
638
638
|
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
639
639
|
promotion_option_no: Optional[pulumi.Input[str]] = None,
|
|
640
640
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
641
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
641
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
642
642
|
__props__=None):
|
|
643
643
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
644
644
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -687,7 +687,7 @@ class BasicAccelerator(pulumi.CustomResource):
|
|
|
687
687
|
promotion_option_no: Optional[pulumi.Input[str]] = None,
|
|
688
688
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
689
689
|
status: Optional[pulumi.Input[str]] = None,
|
|
690
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
690
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'BasicAccelerator':
|
|
691
691
|
"""
|
|
692
692
|
Get an existing BasicAccelerator resource's state with the given name, id, and optional extra
|
|
693
693
|
properties used to qualify the lookup.
|
|
@@ -711,7 +711,7 @@ class BasicAccelerator(pulumi.CustomResource):
|
|
|
711
711
|
:param pulumi.Input[str] promotion_option_no: The code of the coupon. **NOTE:** The `promotion_option_no` takes effect only for accounts registered on the international site (alibabacloud.com).
|
|
712
712
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
|
|
713
713
|
:param pulumi.Input[str] status: The status of the Basic Accelerator instance.
|
|
714
|
-
:param pulumi.Input[Mapping[str,
|
|
714
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
715
715
|
"""
|
|
716
716
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
717
717
|
|
|
@@ -850,7 +850,7 @@ class BasicAccelerator(pulumi.CustomResource):
|
|
|
850
850
|
|
|
851
851
|
@property
|
|
852
852
|
@pulumi.getter
|
|
853
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
853
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
854
854
|
"""
|
|
855
855
|
A mapping of tags to assign to the resource.
|
|
856
856
|
"""
|
|
@@ -30,7 +30,7 @@ class EndpointGroupArgs:
|
|
|
30
30
|
health_check_protocol: Optional[pulumi.Input[str]] = None,
|
|
31
31
|
name: Optional[pulumi.Input[str]] = None,
|
|
32
32
|
port_overrides: Optional[pulumi.Input['EndpointGroupPortOverridesArgs']] = None,
|
|
33
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
33
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
34
34
|
threshold_count: Optional[pulumi.Input[int]] = None,
|
|
35
35
|
traffic_percentage: Optional[pulumi.Input[int]] = None):
|
|
36
36
|
"""
|
|
@@ -56,7 +56,7 @@ class EndpointGroupArgs:
|
|
|
56
56
|
:param pulumi.Input[str] name: The name of the endpoint group.
|
|
57
57
|
:param pulumi.Input['EndpointGroupPortOverridesArgs'] port_overrides: Mapping between listening port and forwarding port of boarding point. See `port_overrides` below.
|
|
58
58
|
> **NOTE:** Port mapping is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. The listening port in the port map must be consistent with the listening port of the current listening instance.
|
|
59
|
-
:param pulumi.Input[Mapping[str,
|
|
59
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
60
60
|
:param pulumi.Input[int] threshold_count: The number of consecutive failed heath checks that must occur before the endpoint is deemed unhealthy. Default value: `3`.
|
|
61
61
|
:param pulumi.Input[int] traffic_percentage: The weight of the endpoint group when the corresponding listener is associated with multiple endpoint groups.
|
|
62
62
|
"""
|
|
@@ -268,14 +268,14 @@ class EndpointGroupArgs:
|
|
|
268
268
|
|
|
269
269
|
@property
|
|
270
270
|
@pulumi.getter
|
|
271
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
271
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
272
272
|
"""
|
|
273
273
|
A mapping of tags to assign to the resource.
|
|
274
274
|
"""
|
|
275
275
|
return pulumi.get(self, "tags")
|
|
276
276
|
|
|
277
277
|
@tags.setter
|
|
278
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
278
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
279
279
|
pulumi.set(self, "tags", value)
|
|
280
280
|
|
|
281
281
|
@property
|
|
@@ -322,7 +322,7 @@ class _EndpointGroupState:
|
|
|
322
322
|
name: Optional[pulumi.Input[str]] = None,
|
|
323
323
|
port_overrides: Optional[pulumi.Input['EndpointGroupPortOverridesArgs']] = None,
|
|
324
324
|
status: Optional[pulumi.Input[str]] = None,
|
|
325
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
325
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
326
326
|
threshold_count: Optional[pulumi.Input[int]] = None,
|
|
327
327
|
traffic_percentage: Optional[pulumi.Input[int]] = None):
|
|
328
328
|
"""
|
|
@@ -350,7 +350,7 @@ class _EndpointGroupState:
|
|
|
350
350
|
:param pulumi.Input['EndpointGroupPortOverridesArgs'] port_overrides: Mapping between listening port and forwarding port of boarding point. See `port_overrides` below.
|
|
351
351
|
> **NOTE:** Port mapping is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. The listening port in the port map must be consistent with the listening port of the current listening instance.
|
|
352
352
|
:param pulumi.Input[str] status: The status of the endpoint group.
|
|
353
|
-
:param pulumi.Input[Mapping[str,
|
|
353
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
354
354
|
:param pulumi.Input[int] threshold_count: The number of consecutive failed heath checks that must occur before the endpoint is deemed unhealthy. Default value: `3`.
|
|
355
355
|
:param pulumi.Input[int] traffic_percentage: The weight of the endpoint group when the corresponding listener is associated with multiple endpoint groups.
|
|
356
356
|
"""
|
|
@@ -594,14 +594,14 @@ class _EndpointGroupState:
|
|
|
594
594
|
|
|
595
595
|
@property
|
|
596
596
|
@pulumi.getter
|
|
597
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
597
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
598
598
|
"""
|
|
599
599
|
A mapping of tags to assign to the resource.
|
|
600
600
|
"""
|
|
601
601
|
return pulumi.get(self, "tags")
|
|
602
602
|
|
|
603
603
|
@tags.setter
|
|
604
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
604
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
605
605
|
pulumi.set(self, "tags", value)
|
|
606
606
|
|
|
607
607
|
@property
|
|
@@ -648,7 +648,7 @@ class EndpointGroup(pulumi.CustomResource):
|
|
|
648
648
|
listener_id: Optional[pulumi.Input[str]] = None,
|
|
649
649
|
name: Optional[pulumi.Input[str]] = None,
|
|
650
650
|
port_overrides: Optional[pulumi.Input[Union['EndpointGroupPortOverridesArgs', 'EndpointGroupPortOverridesArgsDict']]] = None,
|
|
651
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
651
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
652
652
|
threshold_count: Optional[pulumi.Input[int]] = None,
|
|
653
653
|
traffic_percentage: Optional[pulumi.Input[int]] = None,
|
|
654
654
|
__props__=None):
|
|
@@ -743,7 +743,7 @@ class EndpointGroup(pulumi.CustomResource):
|
|
|
743
743
|
:param pulumi.Input[str] name: The name of the endpoint group.
|
|
744
744
|
:param pulumi.Input[Union['EndpointGroupPortOverridesArgs', 'EndpointGroupPortOverridesArgsDict']] port_overrides: Mapping between listening port and forwarding port of boarding point. See `port_overrides` below.
|
|
745
745
|
> **NOTE:** Port mapping is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. The listening port in the port map must be consistent with the listening port of the current listening instance.
|
|
746
|
-
:param pulumi.Input[Mapping[str,
|
|
746
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
747
747
|
:param pulumi.Input[int] threshold_count: The number of consecutive failed heath checks that must occur before the endpoint is deemed unhealthy. Default value: `3`.
|
|
748
748
|
:param pulumi.Input[int] traffic_percentage: The weight of the endpoint group when the corresponding listener is associated with multiple endpoint groups.
|
|
749
749
|
"""
|
|
@@ -850,7 +850,7 @@ class EndpointGroup(pulumi.CustomResource):
|
|
|
850
850
|
listener_id: Optional[pulumi.Input[str]] = None,
|
|
851
851
|
name: Optional[pulumi.Input[str]] = None,
|
|
852
852
|
port_overrides: Optional[pulumi.Input[Union['EndpointGroupPortOverridesArgs', 'EndpointGroupPortOverridesArgsDict']]] = None,
|
|
853
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
853
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
854
854
|
threshold_count: Optional[pulumi.Input[int]] = None,
|
|
855
855
|
traffic_percentage: Optional[pulumi.Input[int]] = None,
|
|
856
856
|
__props__=None):
|
|
@@ -915,7 +915,7 @@ class EndpointGroup(pulumi.CustomResource):
|
|
|
915
915
|
name: Optional[pulumi.Input[str]] = None,
|
|
916
916
|
port_overrides: Optional[pulumi.Input[Union['EndpointGroupPortOverridesArgs', 'EndpointGroupPortOverridesArgsDict']]] = None,
|
|
917
917
|
status: Optional[pulumi.Input[str]] = None,
|
|
918
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
918
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
919
919
|
threshold_count: Optional[pulumi.Input[int]] = None,
|
|
920
920
|
traffic_percentage: Optional[pulumi.Input[int]] = None) -> 'EndpointGroup':
|
|
921
921
|
"""
|
|
@@ -948,7 +948,7 @@ class EndpointGroup(pulumi.CustomResource):
|
|
|
948
948
|
:param pulumi.Input[Union['EndpointGroupPortOverridesArgs', 'EndpointGroupPortOverridesArgsDict']] port_overrides: Mapping between listening port and forwarding port of boarding point. See `port_overrides` below.
|
|
949
949
|
> **NOTE:** Port mapping is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. The listening port in the port map must be consistent with the listening port of the current listening instance.
|
|
950
950
|
:param pulumi.Input[str] status: The status of the endpoint group.
|
|
951
|
-
:param pulumi.Input[Mapping[str,
|
|
951
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
952
952
|
:param pulumi.Input[int] threshold_count: The number of consecutive failed heath checks that must occur before the endpoint is deemed unhealthy. Default value: `3`.
|
|
953
953
|
:param pulumi.Input[int] traffic_percentage: The weight of the endpoint group when the corresponding listener is associated with multiple endpoint groups.
|
|
954
954
|
"""
|
|
@@ -1114,7 +1114,7 @@ class EndpointGroup(pulumi.CustomResource):
|
|
|
1114
1114
|
|
|
1115
1115
|
@property
|
|
1116
1116
|
@pulumi.getter
|
|
1117
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
1117
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
1118
1118
|
"""
|
|
1119
1119
|
A mapping of tags to assign to the resource.
|
|
1120
1120
|
"""
|