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/ros/outputs.py
CHANGED
|
@@ -397,10 +397,10 @@ class TemplateScratchSourceTag(dict):
|
|
|
397
397
|
return super().get(key, default)
|
|
398
398
|
|
|
399
399
|
def __init__(__self__, *,
|
|
400
|
-
resource_tags: Mapping[str,
|
|
400
|
+
resource_tags: Mapping[str, str],
|
|
401
401
|
resource_type_filters: Optional[Sequence[str]] = None):
|
|
402
402
|
"""
|
|
403
|
-
:param Mapping[str,
|
|
403
|
+
:param Mapping[str, str] resource_tags: Source label. **NOTE:** A maximum of 10 source labels can be configured.
|
|
404
404
|
"""
|
|
405
405
|
pulumi.set(__self__, "resource_tags", resource_tags)
|
|
406
406
|
if resource_type_filters is not None:
|
|
@@ -408,7 +408,7 @@ class TemplateScratchSourceTag(dict):
|
|
|
408
408
|
|
|
409
409
|
@property
|
|
410
410
|
@pulumi.getter(name="resourceTags")
|
|
411
|
-
def resource_tags(self) -> Mapping[str,
|
|
411
|
+
def resource_tags(self) -> Mapping[str, str]:
|
|
412
412
|
"""
|
|
413
413
|
Source label. **NOTE:** A maximum of 10 source labels can be configured.
|
|
414
414
|
"""
|
|
@@ -937,7 +937,7 @@ class GetStacksStackResult(dict):
|
|
|
937
937
|
stack_policy_body: str,
|
|
938
938
|
status: str,
|
|
939
939
|
status_reason: str,
|
|
940
|
-
tags: Mapping[str,
|
|
940
|
+
tags: Mapping[str, str],
|
|
941
941
|
template_description: str,
|
|
942
942
|
timeout_in_minutes: int):
|
|
943
943
|
"""
|
|
@@ -956,7 +956,7 @@ class GetStacksStackResult(dict):
|
|
|
956
956
|
:param str stack_policy_body: The structure that contains the stack policy body.
|
|
957
957
|
:param str status: The status of Stack. Valid Values: `CREATE_COMPLETE`, `CREATE_FAILED`, `CREATE_IN_PROGRESS`, `DELETE_COMPLETE`, `DELETE_FAILED`, `DELETE_IN_PROGRESS`, `ROLLBACK_COMPLETE`, `ROLLBACK_FAILED`, `ROLLBACK_IN_PROGRESS`.
|
|
958
958
|
:param str status_reason: Status Reason.
|
|
959
|
-
:param Mapping[str,
|
|
959
|
+
:param Mapping[str, str] tags: Query the instance bound to the tag. The format of the incoming value is `json` string, including `TagKey` and `TagValue`. `TagKey` cannot be null, and `TagValue` can be empty. Format example `{"key1":"value1"}`.
|
|
960
960
|
:param str template_description: Template Description.
|
|
961
961
|
:param int timeout_in_minutes: Specifies whether to use the values that were passed last time for the parameters that you do not specify in the current request.
|
|
962
962
|
"""
|
|
@@ -1101,7 +1101,7 @@ class GetStacksStackResult(dict):
|
|
|
1101
1101
|
|
|
1102
1102
|
@property
|
|
1103
1103
|
@pulumi.getter
|
|
1104
|
-
def tags(self) -> Mapping[str,
|
|
1104
|
+
def tags(self) -> Mapping[str, str]:
|
|
1105
1105
|
"""
|
|
1106
1106
|
Query the instance bound to the tag. The format of the incoming value is `json` string, including `TagKey` and `TagValue`. `TagKey` cannot be null, and `TagValue` can be empty. Format example `{"key1":"value1"}`.
|
|
1107
1107
|
"""
|
|
@@ -1382,10 +1382,10 @@ class GetTemplateScratchesScratchSourceResourceGroupResult(dict):
|
|
|
1382
1382
|
@pulumi.output_type
|
|
1383
1383
|
class GetTemplateScratchesScratchSourceTagResult(dict):
|
|
1384
1384
|
def __init__(__self__, *,
|
|
1385
|
-
resource_tags: Mapping[str,
|
|
1385
|
+
resource_tags: Mapping[str, str],
|
|
1386
1386
|
resource_type_filters: Sequence[str]):
|
|
1387
1387
|
"""
|
|
1388
|
-
:param Mapping[str,
|
|
1388
|
+
:param Mapping[str, str] resource_tags: Source label.
|
|
1389
1389
|
:param Sequence[str] resource_type_filters: Source resource type filter list.
|
|
1390
1390
|
"""
|
|
1391
1391
|
pulumi.set(__self__, "resource_tags", resource_tags)
|
|
@@ -1393,7 +1393,7 @@ class GetTemplateScratchesScratchSourceTagResult(dict):
|
|
|
1393
1393
|
|
|
1394
1394
|
@property
|
|
1395
1395
|
@pulumi.getter(name="resourceTags")
|
|
1396
|
-
def resource_tags(self) -> Mapping[str,
|
|
1396
|
+
def resource_tags(self) -> Mapping[str, str]:
|
|
1397
1397
|
"""
|
|
1398
1398
|
Source label.
|
|
1399
1399
|
"""
|
|
@@ -1435,7 +1435,7 @@ class GetTemplatesTemplateResult(dict):
|
|
|
1435
1435
|
share_type: str,
|
|
1436
1436
|
stack_group_name: str,
|
|
1437
1437
|
stack_id: str,
|
|
1438
|
-
tags: Mapping[str,
|
|
1438
|
+
tags: Mapping[str, str],
|
|
1439
1439
|
template_body: str,
|
|
1440
1440
|
template_id: str,
|
|
1441
1441
|
template_name: str,
|
|
@@ -1447,7 +1447,7 @@ class GetTemplatesTemplateResult(dict):
|
|
|
1447
1447
|
:param str share_type: Share Type.
|
|
1448
1448
|
:param str stack_group_name: The name of the stack group. The name must be unique in a region. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.
|
|
1449
1449
|
:param str stack_id: The ID of the stack.
|
|
1450
|
-
:param Mapping[str,
|
|
1450
|
+
:param Mapping[str, str] tags: Tags.
|
|
1451
1451
|
:param str template_body: The structure that contains the template body. The template body must be 1 to 524,288 bytes in length. If the length of the template body is longer than required, we recommend that you add parameters to the HTTP POST request body to avoid request failures due to excessive length of URLs. You must specify one of the TemplateBody and TemplateURL parameters, but you cannot specify both of them.
|
|
1452
1452
|
:param str template_id: The ID of the template.
|
|
1453
1453
|
:param str template_name: The name of the template. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.
|
|
@@ -1515,7 +1515,7 @@ class GetTemplatesTemplateResult(dict):
|
|
|
1515
1515
|
|
|
1516
1516
|
@property
|
|
1517
1517
|
@pulumi.getter
|
|
1518
|
-
def tags(self) -> Mapping[str,
|
|
1518
|
+
def tags(self) -> Mapping[str, str]:
|
|
1519
1519
|
"""
|
|
1520
1520
|
Tags.
|
|
1521
1521
|
"""
|
pulumi_alicloud/ros/stack.py
CHANGED
|
@@ -30,7 +30,7 @@ class StackArgs:
|
|
|
30
30
|
stack_policy_during_update_body: Optional[pulumi.Input[str]] = None,
|
|
31
31
|
stack_policy_during_update_url: Optional[pulumi.Input[str]] = None,
|
|
32
32
|
stack_policy_url: Optional[pulumi.Input[str]] = None,
|
|
33
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
33
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
34
34
|
template_body: Optional[pulumi.Input[str]] = None,
|
|
35
35
|
template_url: Optional[pulumi.Input[str]] = None,
|
|
36
36
|
template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -52,7 +52,7 @@ class StackArgs:
|
|
|
52
52
|
:param pulumi.Input[str] stack_policy_during_update_body: The structure that contains the body of the temporary overriding stack policy. The stack policy body must be 1 to 16,384 bytes in length.
|
|
53
53
|
:param pulumi.Input[str] stack_policy_during_update_url: The URL of the file that contains the temporary overriding stack policy. The URL must point to a policy located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/stack-policy/demo and oss://ros/stack-policy/demo?RegionId=cn-hangzhou. The policy can be up to 16,384 bytes in length and the URL can be up to 1,350 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
54
54
|
:param pulumi.Input[str] stack_policy_url: The URL of the file that contains the stack policy. The URL must point to a policy located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/stack-policy/demo and oss://ros/stack-policy/demo?RegionId=cn-hangzhou. The policy can be up to 16,384 bytes in length and the URL can be up to 1,350 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
55
|
-
:param pulumi.Input[Mapping[str,
|
|
55
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
56
56
|
:param pulumi.Input[str] template_body: The structure that contains the template body. The template body must be 1 to 524,288 bytes in length. If the length of the template body is longer than required, we recommend that you add parameters to the HTTP POST request body to avoid request failures due to excessive length of URLs.
|
|
57
57
|
:param pulumi.Input[str] template_url: The URL of the file that contains the template body. The URL must point to a template located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/template/demo and oss://ros/template/demo?RegionId=cn-hangzhou. The template must be 1 to 524,288 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
58
58
|
:param pulumi.Input[str] template_version: The version of the template.
|
|
@@ -269,14 +269,14 @@ class StackArgs:
|
|
|
269
269
|
|
|
270
270
|
@property
|
|
271
271
|
@pulumi.getter
|
|
272
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
272
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
273
273
|
"""
|
|
274
274
|
A mapping of tags to assign to the resource.
|
|
275
275
|
"""
|
|
276
276
|
return pulumi.get(self, "tags")
|
|
277
277
|
|
|
278
278
|
@tags.setter
|
|
279
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
279
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
280
280
|
pulumi.set(self, "tags", value)
|
|
281
281
|
|
|
282
282
|
@property
|
|
@@ -358,7 +358,7 @@ class _StackState:
|
|
|
358
358
|
stack_policy_during_update_url: Optional[pulumi.Input[str]] = None,
|
|
359
359
|
stack_policy_url: Optional[pulumi.Input[str]] = None,
|
|
360
360
|
status: Optional[pulumi.Input[str]] = None,
|
|
361
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
361
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
362
362
|
template_body: Optional[pulumi.Input[str]] = None,
|
|
363
363
|
template_url: Optional[pulumi.Input[str]] = None,
|
|
364
364
|
template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -381,7 +381,7 @@ class _StackState:
|
|
|
381
381
|
:param pulumi.Input[str] stack_policy_during_update_url: The URL of the file that contains the temporary overriding stack policy. The URL must point to a policy located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/stack-policy/demo and oss://ros/stack-policy/demo?RegionId=cn-hangzhou. The policy can be up to 16,384 bytes in length and the URL can be up to 1,350 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
382
382
|
:param pulumi.Input[str] stack_policy_url: The URL of the file that contains the stack policy. The URL must point to a policy located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/stack-policy/demo and oss://ros/stack-policy/demo?RegionId=cn-hangzhou. The policy can be up to 16,384 bytes in length and the URL can be up to 1,350 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
383
383
|
:param pulumi.Input[str] status: The status of Stack.
|
|
384
|
-
:param pulumi.Input[Mapping[str,
|
|
384
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
385
385
|
:param pulumi.Input[str] template_body: The structure that contains the template body. The template body must be 1 to 524,288 bytes in length. If the length of the template body is longer than required, we recommend that you add parameters to the HTTP POST request body to avoid request failures due to excessive length of URLs.
|
|
386
386
|
:param pulumi.Input[str] template_url: The URL of the file that contains the template body. The URL must point to a template located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/template/demo and oss://ros/template/demo?RegionId=cn-hangzhou. The template must be 1 to 524,288 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
387
387
|
:param pulumi.Input[str] template_version: The version of the template.
|
|
@@ -613,14 +613,14 @@ class _StackState:
|
|
|
613
613
|
|
|
614
614
|
@property
|
|
615
615
|
@pulumi.getter
|
|
616
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
616
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
617
617
|
"""
|
|
618
618
|
A mapping of tags to assign to the resource.
|
|
619
619
|
"""
|
|
620
620
|
return pulumi.get(self, "tags")
|
|
621
621
|
|
|
622
622
|
@tags.setter
|
|
623
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
623
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
624
624
|
pulumi.set(self, "tags", value)
|
|
625
625
|
|
|
626
626
|
@property
|
|
@@ -703,7 +703,7 @@ class Stack(pulumi.CustomResource):
|
|
|
703
703
|
stack_policy_during_update_body: Optional[pulumi.Input[str]] = None,
|
|
704
704
|
stack_policy_during_update_url: Optional[pulumi.Input[str]] = None,
|
|
705
705
|
stack_policy_url: Optional[pulumi.Input[str]] = None,
|
|
706
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
706
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
707
707
|
template_body: Optional[pulumi.Input[str]] = None,
|
|
708
708
|
template_url: Optional[pulumi.Input[str]] = None,
|
|
709
709
|
template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -766,7 +766,7 @@ class Stack(pulumi.CustomResource):
|
|
|
766
766
|
:param pulumi.Input[str] stack_policy_during_update_body: The structure that contains the body of the temporary overriding stack policy. The stack policy body must be 1 to 16,384 bytes in length.
|
|
767
767
|
:param pulumi.Input[str] stack_policy_during_update_url: The URL of the file that contains the temporary overriding stack policy. The URL must point to a policy located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/stack-policy/demo and oss://ros/stack-policy/demo?RegionId=cn-hangzhou. The policy can be up to 16,384 bytes in length and the URL can be up to 1,350 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
768
768
|
:param pulumi.Input[str] stack_policy_url: The URL of the file that contains the stack policy. The URL must point to a policy located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/stack-policy/demo and oss://ros/stack-policy/demo?RegionId=cn-hangzhou. The policy can be up to 16,384 bytes in length and the URL can be up to 1,350 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
769
|
-
:param pulumi.Input[Mapping[str,
|
|
769
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
770
770
|
:param pulumi.Input[str] template_body: The structure that contains the template body. The template body must be 1 to 524,288 bytes in length. If the length of the template body is longer than required, we recommend that you add parameters to the HTTP POST request body to avoid request failures due to excessive length of URLs.
|
|
771
771
|
:param pulumi.Input[str] template_url: The URL of the file that contains the template body. The URL must point to a template located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/template/demo and oss://ros/template/demo?RegionId=cn-hangzhou. The template must be 1 to 524,288 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
772
772
|
:param pulumi.Input[str] template_version: The version of the template.
|
|
@@ -848,7 +848,7 @@ class Stack(pulumi.CustomResource):
|
|
|
848
848
|
stack_policy_during_update_body: Optional[pulumi.Input[str]] = None,
|
|
849
849
|
stack_policy_during_update_url: Optional[pulumi.Input[str]] = None,
|
|
850
850
|
stack_policy_url: Optional[pulumi.Input[str]] = None,
|
|
851
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
851
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
852
852
|
template_body: Optional[pulumi.Input[str]] = None,
|
|
853
853
|
template_url: Optional[pulumi.Input[str]] = None,
|
|
854
854
|
template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -911,7 +911,7 @@ class Stack(pulumi.CustomResource):
|
|
|
911
911
|
stack_policy_during_update_url: Optional[pulumi.Input[str]] = None,
|
|
912
912
|
stack_policy_url: Optional[pulumi.Input[str]] = None,
|
|
913
913
|
status: Optional[pulumi.Input[str]] = None,
|
|
914
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
914
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
915
915
|
template_body: Optional[pulumi.Input[str]] = None,
|
|
916
916
|
template_url: Optional[pulumi.Input[str]] = None,
|
|
917
917
|
template_version: Optional[pulumi.Input[str]] = None,
|
|
@@ -939,7 +939,7 @@ class Stack(pulumi.CustomResource):
|
|
|
939
939
|
:param pulumi.Input[str] stack_policy_during_update_url: The URL of the file that contains the temporary overriding stack policy. The URL must point to a policy located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/stack-policy/demo and oss://ros/stack-policy/demo?RegionId=cn-hangzhou. The policy can be up to 16,384 bytes in length and the URL can be up to 1,350 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
940
940
|
:param pulumi.Input[str] stack_policy_url: The URL of the file that contains the stack policy. The URL must point to a policy located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/stack-policy/demo and oss://ros/stack-policy/demo?RegionId=cn-hangzhou. The policy can be up to 16,384 bytes in length and the URL can be up to 1,350 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
941
941
|
:param pulumi.Input[str] status: The status of Stack.
|
|
942
|
-
:param pulumi.Input[Mapping[str,
|
|
942
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
943
943
|
:param pulumi.Input[str] template_body: The structure that contains the template body. The template body must be 1 to 524,288 bytes in length. If the length of the template body is longer than required, we recommend that you add parameters to the HTTP POST request body to avoid request failures due to excessive length of URLs.
|
|
944
944
|
:param pulumi.Input[str] template_url: The URL of the file that contains the template body. The URL must point to a template located in an HTTP or HTTPS web server or an Alibaba Cloud OSS bucket. Examples: oss://ros/template/demo and oss://ros/template/demo?RegionId=cn-hangzhou. The template must be 1 to 524,288 bytes in length. If the region of the OSS bucket is not specified, the RegionId value is used by default.
|
|
945
945
|
:param pulumi.Input[str] template_version: The version of the template.
|
|
@@ -1095,7 +1095,7 @@ class Stack(pulumi.CustomResource):
|
|
|
1095
1095
|
|
|
1096
1096
|
@property
|
|
1097
1097
|
@pulumi.getter
|
|
1098
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
1098
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
1099
1099
|
"""
|
|
1100
1100
|
A mapping of tags to assign to the resource.
|
|
1101
1101
|
"""
|
pulumi_alicloud/ros/template.py
CHANGED
|
@@ -16,14 +16,14 @@ class TemplateArgs:
|
|
|
16
16
|
def __init__(__self__, *,
|
|
17
17
|
template_name: pulumi.Input[str],
|
|
18
18
|
description: Optional[pulumi.Input[str]] = None,
|
|
19
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
19
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
20
20
|
template_body: Optional[pulumi.Input[str]] = None,
|
|
21
21
|
template_url: Optional[pulumi.Input[str]] = None):
|
|
22
22
|
"""
|
|
23
23
|
The set of arguments for constructing a Template resource.
|
|
24
24
|
:param pulumi.Input[str] template_name: The name of the template. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.
|
|
25
25
|
:param pulumi.Input[str] description: The description of the template. The description can be up to 256 characters in length.
|
|
26
|
-
:param pulumi.Input[Mapping[str,
|
|
26
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
27
27
|
:param pulumi.Input[str] template_body: The structure that contains the template body. The template body must be 1 to 524,288 bytes in length. If the length of the template body is longer than required, we recommend that you add parameters to the HTTP POST request body to avoid request failures due to excessive length of URLs. You must specify one of the TemplateBody and TemplateURL parameters, but you cannot specify both of them.
|
|
28
28
|
:param pulumi.Input[str] template_url: The template url.
|
|
29
29
|
"""
|
|
@@ -63,14 +63,14 @@ class TemplateArgs:
|
|
|
63
63
|
|
|
64
64
|
@property
|
|
65
65
|
@pulumi.getter
|
|
66
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
66
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
67
67
|
"""
|
|
68
68
|
A mapping of tags to assign to the resource.
|
|
69
69
|
"""
|
|
70
70
|
return pulumi.get(self, "tags")
|
|
71
71
|
|
|
72
72
|
@tags.setter
|
|
73
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
73
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
74
74
|
pulumi.set(self, "tags", value)
|
|
75
75
|
|
|
76
76
|
@property
|
|
@@ -102,14 +102,14 @@ class TemplateArgs:
|
|
|
102
102
|
class _TemplateState:
|
|
103
103
|
def __init__(__self__, *,
|
|
104
104
|
description: Optional[pulumi.Input[str]] = None,
|
|
105
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
105
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
106
106
|
template_body: Optional[pulumi.Input[str]] = None,
|
|
107
107
|
template_name: Optional[pulumi.Input[str]] = None,
|
|
108
108
|
template_url: Optional[pulumi.Input[str]] = None):
|
|
109
109
|
"""
|
|
110
110
|
Input properties used for looking up and filtering Template resources.
|
|
111
111
|
:param pulumi.Input[str] description: The description of the template. The description can be up to 256 characters in length.
|
|
112
|
-
:param pulumi.Input[Mapping[str,
|
|
112
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
113
113
|
:param pulumi.Input[str] template_body: The structure that contains the template body. The template body must be 1 to 524,288 bytes in length. If the length of the template body is longer than required, we recommend that you add parameters to the HTTP POST request body to avoid request failures due to excessive length of URLs. You must specify one of the TemplateBody and TemplateURL parameters, but you cannot specify both of them.
|
|
114
114
|
:param pulumi.Input[str] template_name: The name of the template. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.
|
|
115
115
|
:param pulumi.Input[str] template_url: The template url.
|
|
@@ -139,14 +139,14 @@ class _TemplateState:
|
|
|
139
139
|
|
|
140
140
|
@property
|
|
141
141
|
@pulumi.getter
|
|
142
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
142
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
143
143
|
"""
|
|
144
144
|
A mapping of tags to assign to the resource.
|
|
145
145
|
"""
|
|
146
146
|
return pulumi.get(self, "tags")
|
|
147
147
|
|
|
148
148
|
@tags.setter
|
|
149
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
149
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
150
150
|
pulumi.set(self, "tags", value)
|
|
151
151
|
|
|
152
152
|
@property
|
|
@@ -192,7 +192,7 @@ class Template(pulumi.CustomResource):
|
|
|
192
192
|
resource_name: str,
|
|
193
193
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
194
194
|
description: Optional[pulumi.Input[str]] = None,
|
|
195
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
195
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
196
196
|
template_body: Optional[pulumi.Input[str]] = None,
|
|
197
197
|
template_name: Optional[pulumi.Input[str]] = None,
|
|
198
198
|
template_url: Optional[pulumi.Input[str]] = None,
|
|
@@ -231,7 +231,7 @@ class Template(pulumi.CustomResource):
|
|
|
231
231
|
:param str resource_name: The name of the resource.
|
|
232
232
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
233
233
|
:param pulumi.Input[str] description: The description of the template. The description can be up to 256 characters in length.
|
|
234
|
-
:param pulumi.Input[Mapping[str,
|
|
234
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
235
235
|
:param pulumi.Input[str] template_body: The structure that contains the template body. The template body must be 1 to 524,288 bytes in length. If the length of the template body is longer than required, we recommend that you add parameters to the HTTP POST request body to avoid request failures due to excessive length of URLs. You must specify one of the TemplateBody and TemplateURL parameters, but you cannot specify both of them.
|
|
236
236
|
:param pulumi.Input[str] template_name: The name of the template. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.
|
|
237
237
|
:param pulumi.Input[str] template_url: The template url.
|
|
@@ -289,7 +289,7 @@ class Template(pulumi.CustomResource):
|
|
|
289
289
|
resource_name: str,
|
|
290
290
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
291
291
|
description: Optional[pulumi.Input[str]] = None,
|
|
292
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
292
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
293
293
|
template_body: Optional[pulumi.Input[str]] = None,
|
|
294
294
|
template_name: Optional[pulumi.Input[str]] = None,
|
|
295
295
|
template_url: Optional[pulumi.Input[str]] = None,
|
|
@@ -320,7 +320,7 @@ class Template(pulumi.CustomResource):
|
|
|
320
320
|
id: pulumi.Input[str],
|
|
321
321
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
322
322
|
description: Optional[pulumi.Input[str]] = None,
|
|
323
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
323
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
324
324
|
template_body: Optional[pulumi.Input[str]] = None,
|
|
325
325
|
template_name: Optional[pulumi.Input[str]] = None,
|
|
326
326
|
template_url: Optional[pulumi.Input[str]] = None) -> 'Template':
|
|
@@ -332,7 +332,7 @@ class Template(pulumi.CustomResource):
|
|
|
332
332
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
333
333
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
334
334
|
:param pulumi.Input[str] description: The description of the template. The description can be up to 256 characters in length.
|
|
335
|
-
:param pulumi.Input[Mapping[str,
|
|
335
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
336
336
|
:param pulumi.Input[str] template_body: The structure that contains the template body. The template body must be 1 to 524,288 bytes in length. If the length of the template body is longer than required, we recommend that you add parameters to the HTTP POST request body to avoid request failures due to excessive length of URLs. You must specify one of the TemplateBody and TemplateURL parameters, but you cannot specify both of them.
|
|
337
337
|
:param pulumi.Input[str] template_name: The name of the template. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.
|
|
338
338
|
:param pulumi.Input[str] template_url: The template url.
|
|
@@ -358,7 +358,7 @@ class Template(pulumi.CustomResource):
|
|
|
358
358
|
|
|
359
359
|
@property
|
|
360
360
|
@pulumi.getter
|
|
361
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
361
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
362
362
|
"""
|
|
363
363
|
A mapping of tags to assign to the resource.
|
|
364
364
|
"""
|
|
@@ -74,7 +74,7 @@ class ApplicationArgs:
|
|
|
74
74
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
75
75
|
sls_configs: Optional[pulumi.Input[str]] = None,
|
|
76
76
|
status: Optional[pulumi.Input[str]] = None,
|
|
77
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
77
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
78
78
|
termination_grace_period_seconds: Optional[pulumi.Input[int]] = None,
|
|
79
79
|
timezone: Optional[pulumi.Input[str]] = None,
|
|
80
80
|
tomcat_config: Optional[pulumi.Input[str]] = None,
|
|
@@ -149,7 +149,7 @@ class ApplicationArgs:
|
|
|
149
149
|
:param pulumi.Input[str] security_group_id: Security group ID.
|
|
150
150
|
:param pulumi.Input[str] sls_configs: SLS configuration.
|
|
151
151
|
:param pulumi.Input[str] status: The status of the resource. Valid values: `RUNNING`, `STOPPED`, `UNKNOWN`.
|
|
152
|
-
:param pulumi.Input[Mapping[str,
|
|
152
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
153
153
|
:param pulumi.Input[int] termination_grace_period_seconds: Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60. Valid values: [1,60].
|
|
154
154
|
:param pulumi.Input[str] timezone: Time zone. Default value: `Asia/Shanghai`.
|
|
155
155
|
:param pulumi.Input[str] tomcat_config: Tomcat file configuration, set to "{}" means to delete the configuration: useDefaultConfig: Whether to use a custom configuration, if it is true, it means that the custom configuration is not used; if it is false, it means that the custom configuration is used. If you do not use custom configuration, the following parameter configuration will not take effect. contextInputType: Select the access path of the application. war: No need to fill in the custom path, the access path of the application is the WAR package name. root: No need to fill in the custom path, the access path of the application is /. custom: You need to fill in the custom path in the custom path below. contextPath: custom path, this parameter only needs to be configured when the contextInputType type is custom. httpPort: The port range is 1024~65535. Ports less than 1024 need Root permission to operate. Because the container is configured with Admin permissions, please fill in a port greater than 1024. If not configured, the default is 8080. maxThreads: Configure the number of connections in the connection pool, the default size is 400. uriEncoding: Tomcat encoding format, including UTF-8, ISO-8859-1, GBK and GB2312. If not set, the default is ISO-8859-1. useBodyEncoding: Whether to use BodyEncoding for URL. Valid values: `contextInputType`, `contextPath`, `httpPort`, `maxThreads`, `uriEncoding`, `useBodyEncoding`, `useDefaultConfig`.
|
|
@@ -1038,14 +1038,14 @@ class ApplicationArgs:
|
|
|
1038
1038
|
|
|
1039
1039
|
@property
|
|
1040
1040
|
@pulumi.getter
|
|
1041
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
1041
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1042
1042
|
"""
|
|
1043
1043
|
A mapping of tags to assign to the resource.
|
|
1044
1044
|
"""
|
|
1045
1045
|
return pulumi.get(self, "tags")
|
|
1046
1046
|
|
|
1047
1047
|
@tags.setter
|
|
1048
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
1048
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1049
1049
|
pulumi.set(self, "tags", value)
|
|
1050
1050
|
|
|
1051
1051
|
@property
|
|
@@ -1233,7 +1233,7 @@ class _ApplicationState:
|
|
|
1233
1233
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
1234
1234
|
sls_configs: Optional[pulumi.Input[str]] = None,
|
|
1235
1235
|
status: Optional[pulumi.Input[str]] = None,
|
|
1236
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
1236
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1237
1237
|
termination_grace_period_seconds: Optional[pulumi.Input[int]] = None,
|
|
1238
1238
|
timezone: Optional[pulumi.Input[str]] = None,
|
|
1239
1239
|
tomcat_config: Optional[pulumi.Input[str]] = None,
|
|
@@ -1308,7 +1308,7 @@ class _ApplicationState:
|
|
|
1308
1308
|
:param pulumi.Input[str] security_group_id: Security group ID.
|
|
1309
1309
|
:param pulumi.Input[str] sls_configs: SLS configuration.
|
|
1310
1310
|
:param pulumi.Input[str] status: The status of the resource. Valid values: `RUNNING`, `STOPPED`, `UNKNOWN`.
|
|
1311
|
-
:param pulumi.Input[Mapping[str,
|
|
1311
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
1312
1312
|
:param pulumi.Input[int] termination_grace_period_seconds: Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60. Valid values: [1,60].
|
|
1313
1313
|
:param pulumi.Input[str] timezone: Time zone. Default value: `Asia/Shanghai`.
|
|
1314
1314
|
:param pulumi.Input[str] tomcat_config: Tomcat file configuration, set to "{}" means to delete the configuration: useDefaultConfig: Whether to use a custom configuration, if it is true, it means that the custom configuration is not used; if it is false, it means that the custom configuration is used. If you do not use custom configuration, the following parameter configuration will not take effect. contextInputType: Select the access path of the application. war: No need to fill in the custom path, the access path of the application is the WAR package name. root: No need to fill in the custom path, the access path of the application is /. custom: You need to fill in the custom path in the custom path below. contextPath: custom path, this parameter only needs to be configured when the contextInputType type is custom. httpPort: The port range is 1024~65535. Ports less than 1024 need Root permission to operate. Because the container is configured with Admin permissions, please fill in a port greater than 1024. If not configured, the default is 8080. maxThreads: Configure the number of connections in the connection pool, the default size is 400. uriEncoding: Tomcat encoding format, including UTF-8, ISO-8859-1, GBK and GB2312. If not set, the default is ISO-8859-1. useBodyEncoding: Whether to use BodyEncoding for URL. Valid values: `contextInputType`, `contextPath`, `httpPort`, `maxThreads`, `uriEncoding`, `useBodyEncoding`, `useDefaultConfig`.
|
|
@@ -2200,14 +2200,14 @@ class _ApplicationState:
|
|
|
2200
2200
|
|
|
2201
2201
|
@property
|
|
2202
2202
|
@pulumi.getter
|
|
2203
|
-
def tags(self) -> Optional[pulumi.Input[Mapping[str,
|
|
2203
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2204
2204
|
"""
|
|
2205
2205
|
A mapping of tags to assign to the resource.
|
|
2206
2206
|
"""
|
|
2207
2207
|
return pulumi.get(self, "tags")
|
|
2208
2208
|
|
|
2209
2209
|
@tags.setter
|
|
2210
|
-
def tags(self, value: Optional[pulumi.Input[Mapping[str,
|
|
2210
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2211
2211
|
pulumi.set(self, "tags", value)
|
|
2212
2212
|
|
|
2213
2213
|
@property
|
|
@@ -2397,7 +2397,7 @@ class Application(pulumi.CustomResource):
|
|
|
2397
2397
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
2398
2398
|
sls_configs: Optional[pulumi.Input[str]] = None,
|
|
2399
2399
|
status: Optional[pulumi.Input[str]] = None,
|
|
2400
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
2400
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2401
2401
|
termination_grace_period_seconds: Optional[pulumi.Input[int]] = None,
|
|
2402
2402
|
timezone: Optional[pulumi.Input[str]] = None,
|
|
2403
2403
|
tomcat_config: Optional[pulumi.Input[str]] = None,
|
|
@@ -2538,7 +2538,7 @@ class Application(pulumi.CustomResource):
|
|
|
2538
2538
|
:param pulumi.Input[str] security_group_id: Security group ID.
|
|
2539
2539
|
:param pulumi.Input[str] sls_configs: SLS configuration.
|
|
2540
2540
|
:param pulumi.Input[str] status: The status of the resource. Valid values: `RUNNING`, `STOPPED`, `UNKNOWN`.
|
|
2541
|
-
:param pulumi.Input[Mapping[str,
|
|
2541
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
2542
2542
|
:param pulumi.Input[int] termination_grace_period_seconds: Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60. Valid values: [1,60].
|
|
2543
2543
|
:param pulumi.Input[str] timezone: Time zone. Default value: `Asia/Shanghai`.
|
|
2544
2544
|
:param pulumi.Input[str] tomcat_config: Tomcat file configuration, set to "{}" means to delete the configuration: useDefaultConfig: Whether to use a custom configuration, if it is true, it means that the custom configuration is not used; if it is false, it means that the custom configuration is used. If you do not use custom configuration, the following parameter configuration will not take effect. contextInputType: Select the access path of the application. war: No need to fill in the custom path, the access path of the application is the WAR package name. root: No need to fill in the custom path, the access path of the application is /. custom: You need to fill in the custom path in the custom path below. contextPath: custom path, this parameter only needs to be configured when the contextInputType type is custom. httpPort: The port range is 1024~65535. Ports less than 1024 need Root permission to operate. Because the container is configured with Admin permissions, please fill in a port greater than 1024. If not configured, the default is 8080. maxThreads: Configure the number of connections in the connection pool, the default size is 400. uriEncoding: Tomcat encoding format, including UTF-8, ISO-8859-1, GBK and GB2312. If not set, the default is ISO-8859-1. useBodyEncoding: Whether to use BodyEncoding for URL. Valid values: `contextInputType`, `contextPath`, `httpPort`, `maxThreads`, `uriEncoding`, `useBodyEncoding`, `useDefaultConfig`.
|
|
@@ -2695,7 +2695,7 @@ class Application(pulumi.CustomResource):
|
|
|
2695
2695
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
2696
2696
|
sls_configs: Optional[pulumi.Input[str]] = None,
|
|
2697
2697
|
status: Optional[pulumi.Input[str]] = None,
|
|
2698
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
2698
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2699
2699
|
termination_grace_period_seconds: Optional[pulumi.Input[int]] = None,
|
|
2700
2700
|
timezone: Optional[pulumi.Input[str]] = None,
|
|
2701
2701
|
tomcat_config: Optional[pulumi.Input[str]] = None,
|
|
@@ -2860,7 +2860,7 @@ class Application(pulumi.CustomResource):
|
|
|
2860
2860
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
|
2861
2861
|
sls_configs: Optional[pulumi.Input[str]] = None,
|
|
2862
2862
|
status: Optional[pulumi.Input[str]] = None,
|
|
2863
|
-
tags: Optional[pulumi.Input[Mapping[str,
|
|
2863
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2864
2864
|
termination_grace_period_seconds: Optional[pulumi.Input[int]] = None,
|
|
2865
2865
|
timezone: Optional[pulumi.Input[str]] = None,
|
|
2866
2866
|
tomcat_config: Optional[pulumi.Input[str]] = None,
|
|
@@ -2940,7 +2940,7 @@ class Application(pulumi.CustomResource):
|
|
|
2940
2940
|
:param pulumi.Input[str] security_group_id: Security group ID.
|
|
2941
2941
|
:param pulumi.Input[str] sls_configs: SLS configuration.
|
|
2942
2942
|
:param pulumi.Input[str] status: The status of the resource. Valid values: `RUNNING`, `STOPPED`, `UNKNOWN`.
|
|
2943
|
-
:param pulumi.Input[Mapping[str,
|
|
2943
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
|
|
2944
2944
|
:param pulumi.Input[int] termination_grace_period_seconds: Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60. Valid values: [1,60].
|
|
2945
2945
|
:param pulumi.Input[str] timezone: Time zone. Default value: `Asia/Shanghai`.
|
|
2946
2946
|
:param pulumi.Input[str] tomcat_config: Tomcat file configuration, set to "{}" means to delete the configuration: useDefaultConfig: Whether to use a custom configuration, if it is true, it means that the custom configuration is not used; if it is false, it means that the custom configuration is used. If you do not use custom configuration, the following parameter configuration will not take effect. contextInputType: Select the access path of the application. war: No need to fill in the custom path, the access path of the application is the WAR package name. root: No need to fill in the custom path, the access path of the application is /. custom: You need to fill in the custom path in the custom path below. contextPath: custom path, this parameter only needs to be configured when the contextInputType type is custom. httpPort: The port range is 1024~65535. Ports less than 1024 need Root permission to operate. Because the container is configured with Admin permissions, please fill in a port greater than 1024. If not configured, the default is 8080. maxThreads: Configure the number of connections in the connection pool, the default size is 400. uriEncoding: Tomcat encoding format, including UTF-8, ISO-8859-1, GBK and GB2312. If not set, the default is ISO-8859-1. useBodyEncoding: Whether to use BodyEncoding for URL. Valid values: `contextInputType`, `contextPath`, `httpPort`, `maxThreads`, `uriEncoding`, `useBodyEncoding`, `useDefaultConfig`.
|
|
@@ -3506,7 +3506,7 @@ class Application(pulumi.CustomResource):
|
|
|
3506
3506
|
|
|
3507
3507
|
@property
|
|
3508
3508
|
@pulumi.getter
|
|
3509
|
-
def tags(self) -> pulumi.Output[Optional[Mapping[str,
|
|
3509
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
3510
3510
|
"""
|
|
3511
3511
|
A mapping of tags to assign to the resource.
|
|
3512
3512
|
"""
|
pulumi_alicloud/sae/outputs.py
CHANGED
|
@@ -2952,7 +2952,7 @@ class GetApplicationsApplicationResult(dict):
|
|
|
2952
2952
|
security_group_id: str,
|
|
2953
2953
|
sls_configs: str,
|
|
2954
2954
|
status: str,
|
|
2955
|
-
tags: Mapping[str,
|
|
2955
|
+
tags: Mapping[str, str],
|
|
2956
2956
|
termination_grace_period_seconds: int,
|
|
2957
2957
|
timezone: str,
|
|
2958
2958
|
tomcat_config: str,
|
|
@@ -3003,7 +3003,7 @@ class GetApplicationsApplicationResult(dict):
|
|
|
3003
3003
|
:param str security_group_id: Security group ID.
|
|
3004
3004
|
:param str sls_configs: SLS configuration.
|
|
3005
3005
|
:param str status: The status of the resource.
|
|
3006
|
-
:param Mapping[str,
|
|
3006
|
+
:param Mapping[str, str] tags: A mapping of tags to assign to the resource.
|
|
3007
3007
|
:param int termination_grace_period_seconds: Graceful offline timeout, the default is 30, the unit is seconds. The value range is 1~60.
|
|
3008
3008
|
:param str timezone: Time zone, the default value is Asia/Shanghai.
|
|
3009
3009
|
:param str tomcat_config: Tomcat file configuration, set to "" or "{}" means to delete the configuration: useDefaultConfig: Whether to use a custom configuration, if it is true, it means that the custom configuration is not used; if it is false, it means that the custom configuration is used. If you do not use custom configuration, the following parameter configuration will not take effect. contextInputType: Select the access path of the application. war: No need to fill in the custom path, the access path of the application is the WAR package name. root: No need to fill in the custom path, the access path of the application is /. custom: You need to fill in the custom path in the custom path below. contextPath: custom path, this parameter only needs to be configured when the contextInputType type is custom. httpPort: The port range is 1024~65535. Ports less than 1024 need Root permission to operate. Because the container is configured with Admin permissions, please fill in a port greater than 1024. If not configured, the default is 8080. maxThreads: Configure the number of connections in the connection pool, the default size is 400. uriEncoding: Tomcat encoding format, including UTF-8, ISO-8859-1, GBK and GB2312. If not set, the default is ISO-8859-1. useBodyEncoding: Whether to use BodyEncoding for URL.
|
|
@@ -3425,7 +3425,7 @@ class GetApplicationsApplicationResult(dict):
|
|
|
3425
3425
|
|
|
3426
3426
|
@property
|
|
3427
3427
|
@pulumi.getter
|
|
3428
|
-
def tags(self) -> Mapping[str,
|
|
3428
|
+
def tags(self) -> Mapping[str, str]:
|
|
3429
3429
|
"""
|
|
3430
3430
|
A mapping of tags to assign to the resource.
|
|
3431
3431
|
"""
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
from .. import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from .db_cluster import *
|
|
9
|
+
from .db_instance import *
|
|
10
|
+
from .get_db_clusters import *
|
|
11
|
+
from .get_db_instances import *
|
|
12
|
+
from ._inputs import *
|
|
13
|
+
from . import outputs
|