pulumi-alicloud 3.59.1__py3-none-any.whl → 3.60.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +150 -0
- pulumi_alicloud/_utilities.py +2 -0
- pulumi_alicloud/ackone/cluster.py +13 -13
- pulumi_alicloud/adb/lake_account.py +53 -53
- pulumi_alicloud/adb/resource_group.py +48 -20
- pulumi_alicloud/alb/_inputs.py +22 -22
- pulumi_alicloud/alb/a_script.py +5 -5
- pulumi_alicloud/alb/acl.py +5 -5
- pulumi_alicloud/alb/listener.py +30 -30
- pulumi_alicloud/alb/load_balancer.py +131 -145
- pulumi_alicloud/alb/load_balancer_security_group_attachment.py +22 -22
- pulumi_alicloud/alb/outputs.py +22 -22
- pulumi_alicloud/alb/rule.py +10 -10
- pulumi_alicloud/alb/server_group.py +71 -71
- pulumi_alicloud/aligreen/__init__.py +13 -0
- pulumi_alicloud/aligreen/audit_callback.py +422 -0
- pulumi_alicloud/aligreen/biz_type.py +398 -0
- pulumi_alicloud/aligreen/callback.py +449 -0
- pulumi_alicloud/aligreen/image_lib.py +406 -0
- pulumi_alicloud/aligreen/keyword_lib.py +615 -0
- pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
- pulumi_alicloud/amqp/binding.py +94 -102
- pulumi_alicloud/apigateway/__init__.py +2 -0
- pulumi_alicloud/apigateway/_inputs.py +221 -2
- pulumi_alicloud/apigateway/access_control_list.py +22 -14
- pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
- pulumi_alicloud/apigateway/api.py +86 -84
- pulumi_alicloud/apigateway/app_attachment.py +42 -42
- pulumi_alicloud/apigateway/get_apis.py +42 -42
- pulumi_alicloud/apigateway/group.py +51 -2
- pulumi_alicloud/apigateway/instance.py +396 -63
- pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
- pulumi_alicloud/apigateway/outputs.py +223 -2
- pulumi_alicloud/apigateway/plugin_attachment.py +42 -42
- pulumi_alicloud/apigateway/vpc_access.py +2 -2
- pulumi_alicloud/arms/dispatch_rule.py +73 -73
- pulumi_alicloud/arms/get_remote_writes.py +4 -0
- pulumi_alicloud/arms/outputs.py +2 -2
- pulumi_alicloud/arms/prometheus_alert_rule.py +10 -10
- pulumi_alicloud/arms/remote_write.py +4 -0
- pulumi_alicloud/arms/synthetic_task.py +303 -303
- pulumi_alicloud/bastionhost/instance.py +10 -10
- pulumi_alicloud/bp/studio_application.py +15 -15
- pulumi_alicloud/cddc/dedicated_propre_host.py +5 -5
- pulumi_alicloud/cdn/domain.py +21 -21
- pulumi_alicloud/cdn/domain_config.py +27 -27
- pulumi_alicloud/cdn/domain_new.py +24 -24
- pulumi_alicloud/cdn/real_time_log_delivery.py +14 -14
- pulumi_alicloud/cen/child_instance_route_entry_to_attachment.py +16 -16
- pulumi_alicloud/cen/get_transit_router_vpc_attachments.py +16 -16
- pulumi_alicloud/cen/route_entry.py +2 -2
- pulumi_alicloud/cen/transit_router_multicast_domain_association.py +8 -8
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +6 -6
- pulumi_alicloud/cen/transit_router_route_table_association.py +16 -16
- pulumi_alicloud/cen/transit_router_route_table_propagation.py +16 -16
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +21 -21
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +73 -73
- pulumi_alicloud/cen/vbr_health_check.py +1 -1
- pulumi_alicloud/cfg/aggregate_compliance_pack.py +26 -26
- pulumi_alicloud/cfg/aggregate_config_rule.py +10 -10
- pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
- pulumi_alicloud/cfg/aggregator.py +15 -15
- pulumi_alicloud/cfg/compliance_pack.py +22 -22
- pulumi_alicloud/cfg/delivery.py +259 -122
- pulumi_alicloud/cfg/rule.py +2 -2
- pulumi_alicloud/clickhouse/_inputs.py +39 -0
- pulumi_alicloud/clickhouse/db_cluster.py +71 -11
- pulumi_alicloud/clickhouse/outputs.py +50 -0
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/address_book.py +13 -13
- pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
- pulumi_alicloud/cloudfirewall/firewall_vpc_firewall.py +54 -54
- pulumi_alicloud/cloudfirewall/firewall_vpc_firewall_cen.py +11 -11
- pulumi_alicloud/cloudfirewall/nat_firewall.py +17 -17
- pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
- pulumi_alicloud/cloudmonitor/service_group_monitoring_agent_process.py +52 -52
- pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
- pulumi_alicloud/cloudsso/access_configuration.py +5 -5
- pulumi_alicloud/cloudsso/directory.py +5 -5
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
- pulumi_alicloud/cms/_inputs.py +214 -42
- pulumi_alicloud/cms/alarm.py +98 -51
- pulumi_alicloud/cms/dynamic_tag_group.py +62 -60
- pulumi_alicloud/cms/event_rule.py +49 -49
- pulumi_alicloud/cms/get_dynamic_tag_groups.py +8 -8
- pulumi_alicloud/cms/get_site_monitors.py +8 -8
- pulumi_alicloud/cms/group_metric_rule.py +38 -38
- pulumi_alicloud/cms/hybrid_monitor_sls_task.py +10 -10
- pulumi_alicloud/cms/metric_rule_black_list.py +13 -13
- pulumi_alicloud/cms/metric_rule_template.py +87 -120
- pulumi_alicloud/cms/monitor_group_instances.py +17 -17
- pulumi_alicloud/cms/outputs.py +214 -42
- pulumi_alicloud/cms/site_monitor.py +13 -13
- pulumi_alicloud/cms/sls_group.py +5 -5
- pulumi_alicloud/compute/get_nest_service_instances.py +4 -4
- pulumi_alicloud/compute/nest_service_instance.py +20 -20
- pulumi_alicloud/cr/chain.py +217 -217
- pulumi_alicloud/cr/repo.py +2 -2
- pulumi_alicloud/cs/application.py +1 -1
- pulumi_alicloud/cs/cluster.py +1 -1
- pulumi_alicloud/cs/edge_kubernetes.py +46 -46
- pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
- pulumi_alicloud/cs/kubernetes.py +21 -21
- pulumi_alicloud/cs/kubernetes_autoscaler.py +5 -5
- pulumi_alicloud/cs/kubernetes_permission.py +5 -5
- pulumi_alicloud/cs/managed_kubernetes.py +15 -15
- pulumi_alicloud/cs/node_pool.py +50 -50
- pulumi_alicloud/cs/outputs.py +2 -2
- pulumi_alicloud/cs/serverless_kubernetes.py +28 -28
- pulumi_alicloud/cs/swarm.py +1 -1
- pulumi_alicloud/das/switch_das_pro.py +8 -8
- pulumi_alicloud/databasefilesystem/instance.py +5 -5
- pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
- pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
- pulumi_alicloud/dcdn/domain.py +19 -19
- pulumi_alicloud/dcdn/domain_config.py +59 -59
- pulumi_alicloud/dcdn/er.py +25 -25
- pulumi_alicloud/dcdn/ipa_domain.py +19 -19
- pulumi_alicloud/dcdn/waf_domain.py +14 -14
- pulumi_alicloud/dcdn/waf_policy_domain_attachment.py +14 -14
- pulumi_alicloud/dcdn/waf_rule.py +52 -52
- pulumi_alicloud/ddos/basic_threshold.py +2 -2
- pulumi_alicloud/ddos/bgp_ip.py +2 -6
- pulumi_alicloud/ddos/bgp_policy.py +37 -37
- pulumi_alicloud/ddos/domain_resource.py +13 -13
- pulumi_alicloud/ddos/scheduler_rule.py +33 -33
- pulumi_alicloud/dfs/vsc_mount_point.py +2 -2
- pulumi_alicloud/dns/access_strategy.py +15 -15
- pulumi_alicloud/dns/address_pool.py +31 -31
- pulumi_alicloud/dns/custom_line.py +13 -13
- pulumi_alicloud/dns/gtm_instance.py +17 -17
- pulumi_alicloud/dns/monitor_config.py +39 -39
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +39 -39
- pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +14 -14
- pulumi_alicloud/ebs/solution_instance.py +125 -125
- pulumi_alicloud/eci/container_group.py +150 -150
- pulumi_alicloud/eci/get_container_groups.py +2 -2
- pulumi_alicloud/eci/image_cache.py +5 -5
- pulumi_alicloud/eci/open_api_image_cache.py +3 -3
- pulumi_alicloud/eci/virtual_node.py +15 -15
- pulumi_alicloud/ecs/auto_provisioning_group.py +17 -17
- pulumi_alicloud/ecs/dedicated_host.py +5 -5
- pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_image_pipeline.py +2 -2
- pulumi_alicloud/ecs/ecs_instance_set.py +17 -17
- pulumi_alicloud/ecs/ecs_invocation.py +2 -2
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_launch_template.py +88 -88
- pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_prefix_list.py +13 -13
- pulumi_alicloud/ecs/eip_association.py +4 -6
- pulumi_alicloud/ecs/get_dedicated_hosts.py +4 -4
- pulumi_alicloud/ecs/get_disks.py +2 -2
- pulumi_alicloud/ecs/get_ecs_disks.py +2 -2
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +46 -6
- pulumi_alicloud/ecs/get_instances.py +3 -3
- pulumi_alicloud/ecs/get_network_interfaces.py +5 -5
- pulumi_alicloud/ecs/image.py +14 -16
- pulumi_alicloud/ecs/image_copy.py +2 -2
- pulumi_alicloud/ecs/image_export.py +2 -2
- pulumi_alicloud/ecs/image_import.py +27 -19
- pulumi_alicloud/ecs/image_share_permission.py +2 -2
- pulumi_alicloud/ecs/instance.py +38 -38
- pulumi_alicloud/ecs/launch_template.py +43 -43
- pulumi_alicloud/ecs/outputs.py +48 -26
- pulumi_alicloud/ecs/reserved_instance.py +2 -2
- pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
- pulumi_alicloud/edas/k8s_slb_attachment.py +5 -5
- pulumi_alicloud/eds/command.py +26 -26
- pulumi_alicloud/eds/custom_property.py +11 -11
- pulumi_alicloud/eds/desktop.py +26 -26
- pulumi_alicloud/eds/ecd_policy_group.py +36 -36
- pulumi_alicloud/eds/get_commands.py +26 -26
- pulumi_alicloud/eds/get_desktops.py +26 -26
- pulumi_alicloud/eds/get_images.py +26 -26
- pulumi_alicloud/eds/get_policy_groups.py +26 -26
- pulumi_alicloud/eds/image.py +26 -26
- pulumi_alicloud/eds/outputs.py +10 -10
- pulumi_alicloud/eds/snapshot.py +26 -26
- pulumi_alicloud/ehpc/cluster.py +15 -15
- pulumi_alicloud/eipanycast/anycast_eip_address_attachment.py +5 -5
- pulumi_alicloud/emr/cluster.py +245 -245
- pulumi_alicloud/emr/get_clusters.py +66 -66
- pulumi_alicloud/emrv2/cluster.py +135 -135
- pulumi_alicloud/ens/disk_instance_attachment.py +6 -6
- pulumi_alicloud/ens/eip_instance_attachment.py +8 -8
- pulumi_alicloud/ens/image.py +6 -6
- pulumi_alicloud/ens/instance.py +10 -10
- pulumi_alicloud/ens/instance_security_group_attachment.py +6 -6
- pulumi_alicloud/ess/alarm.py +5 -5
- pulumi_alicloud/ess/alb_server_group_attachment.py +16 -16
- pulumi_alicloud/ess/eci_scaling_configuration.py +38 -38
- pulumi_alicloud/ess/scaling_configuration.py +20 -20
- pulumi_alicloud/ess/scaling_group.py +111 -17
- pulumi_alicloud/ess/scaling_group_v_server_groups.py +5 -5
- pulumi_alicloud/ess/scaling_rule.py +10 -10
- pulumi_alicloud/eventbridge/api_destination.py +19 -19
- pulumi_alicloud/eventbridge/connection.py +94 -94
- pulumi_alicloud/eventbridge/rule.py +5 -5
- pulumi_alicloud/expressconnect/get_router_interfaces.py +2 -2
- pulumi_alicloud/expressconnect/get_virtual_border_routers.py +20 -20
- pulumi_alicloud/expressconnect/router_express_connect_router.py +5 -5
- pulumi_alicloud/fc/__init__.py +7 -0
- pulumi_alicloud/fc/_inputs.py +1666 -0
- pulumi_alicloud/fc/alias.py +5 -5
- pulumi_alicloud/fc/custom_domain.py +46 -46
- pulumi_alicloud/fc/function.py +17 -17
- pulumi_alicloud/fc/function_async_invoke_config.py +21 -21
- pulumi_alicloud/fc/outputs.py +1723 -2
- pulumi_alicloud/fc/service.py +12 -12
- pulumi_alicloud/fc/trigger.py +26 -26
- pulumi_alicloud/fc/v2_function.py +18 -18
- pulumi_alicloud/fc/v3_alias.py +440 -0
- pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
- pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
- pulumi_alicloud/fc/v3_custom_domain.py +847 -0
- pulumi_alicloud/fc/v3_function.py +1391 -0
- pulumi_alicloud/fc/v3_function_version.py +313 -0
- pulumi_alicloud/fc/v3_trigger.py +663 -0
- pulumi_alicloud/ga/access_log.py +18 -18
- pulumi_alicloud/ga/acl.py +5 -5
- pulumi_alicloud/ga/acl_attachment.py +8 -8
- pulumi_alicloud/ga/basic_accelerator.py +8 -8
- pulumi_alicloud/ga/custom_routing_endpoint.py +8 -8
- pulumi_alicloud/ga/custom_routing_endpoint_group.py +8 -8
- pulumi_alicloud/ga/custom_routing_endpoint_group_destination.py +8 -8
- pulumi_alicloud/ga/custom_routing_endpoint_traffic_policy.py +21 -21
- pulumi_alicloud/ga/endpoint_group.py +38 -38
- pulumi_alicloud/ga/forwarding_rule.py +80 -80
- pulumi_alicloud/ga/get_endpoint_groups.py +26 -26
- pulumi_alicloud/ga/listener.py +23 -23
- pulumi_alicloud/governance/__init__.py +12 -0
- pulumi_alicloud/governance/_inputs.py +70 -0
- pulumi_alicloud/governance/account.py +505 -0
- pulumi_alicloud/governance/baseline.py +387 -0
- pulumi_alicloud/governance/get_baselines.py +241 -0
- pulumi_alicloud/governance/outputs.py +99 -0
- pulumi_alicloud/gpdb/account.py +6 -6
- pulumi_alicloud/gpdb/connection.py +6 -6
- pulumi_alicloud/gpdb/db_instance_plan.py +5 -5
- pulumi_alicloud/gpdb/instance.py +11 -11
- pulumi_alicloud/graphdatabase/db_instance.py +5 -5
- pulumi_alicloud/hbase/instance.py +6 -6
- pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
- pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
- pulumi_alicloud/hbr/get_backup_jobs.py +62 -62
- pulumi_alicloud/hbr/get_server_backup_plans.py +12 -12
- pulumi_alicloud/hbr/ots_backup_plan.py +38 -38
- pulumi_alicloud/hbr/policy.py +21 -21
- pulumi_alicloud/hbr/policy_binding.py +21 -21
- pulumi_alicloud/hbr/restore_job.py +5 -5
- pulumi_alicloud/hbr/server_backup_plan.py +15 -15
- pulumi_alicloud/hologram/instance.py +5 -5
- pulumi_alicloud/imp/app_template.py +5 -5
- pulumi_alicloud/kms/instance.py +5 -5
- pulumi_alicloud/kvstore/instance.py +52 -5
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/log/alert.py +296 -296
- pulumi_alicloud/log/etl.py +37 -37
- pulumi_alicloud/log/oss_export.py +5 -5
- pulumi_alicloud/log/oss_shipper.py +3 -3
- pulumi_alicloud/log/store.py +25 -25
- pulumi_alicloud/log/store_index.py +30 -30
- pulumi_alicloud/maxcompute/get_projects.py +12 -14
- pulumi_alicloud/maxcompute/get_service.py +4 -0
- pulumi_alicloud/maxcompute/outputs.py +75 -60
- pulumi_alicloud/maxcompute/project.py +22 -22
- pulumi_alicloud/mongodb/instance.py +7 -7
- pulumi_alicloud/mongodb/serverless_instance.py +15 -15
- pulumi_alicloud/mongodb/sharding_instance.py +45 -45
- pulumi_alicloud/mongodb/sharding_network_private_address.py +2 -2
- pulumi_alicloud/mongodb/sharding_network_public_address.py +32 -32
- pulumi_alicloud/mse/gateway.py +2 -2
- pulumi_alicloud/nas/access_point.py +28 -28
- pulumi_alicloud/nlb/listener.py +38 -38
- pulumi_alicloud/nlb/load_balancer.py +31 -31
- pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +16 -16
- pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +16 -16
- pulumi_alicloud/nlb/server_group.py +27 -27
- pulumi_alicloud/nlb/server_group_server_attachment.py +6 -6
- pulumi_alicloud/opensearch/app_group.py +20 -20
- pulumi_alicloud/opensearch/get_app_groups.py +10 -10
- pulumi_alicloud/oss/bucket.py +69 -69
- pulumi_alicloud/oss/bucket_cors.py +19 -19
- pulumi_alicloud/oss/bucket_replication.py +55 -55
- pulumi_alicloud/ots/search_index.py +109 -109
- pulumi_alicloud/ots/secondary_index.py +48 -48
- pulumi_alicloud/ots/table.py +58 -58
- pulumi_alicloud/ots/tunnel.py +26 -26
- pulumi_alicloud/polardb/cluster.py +12 -12
- pulumi_alicloud/polardb/outputs.py +2 -2
- pulumi_alicloud/polardb/parameter_group.py +13 -13
- pulumi_alicloud/privatelink/outputs.py +2 -2
- pulumi_alicloud/provider.py +8 -8
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/endpoint.py +5 -5
- pulumi_alicloud/pvtz/rule.py +5 -5
- pulumi_alicloud/pvtz/rule_attachment.py +5 -5
- pulumi_alicloud/pvtz/zone.py +5 -5
- pulumi_alicloud/pvtz/zone_attachment.py +37 -37
- pulumi_alicloud/quotas/application_info.py +3 -3
- pulumi_alicloud/quotas/get_application_infos.py +2 -2
- pulumi_alicloud/quotas/get_quota_alarms.py +4 -4
- pulumi_alicloud/quotas/get_quota_applications.py +4 -4
- pulumi_alicloud/quotas/get_quotas.py +4 -4
- pulumi_alicloud/quotas/get_template_applications.py +24 -24
- pulumi_alicloud/quotas/quota_alarm.py +13 -13
- pulumi_alicloud/quotas/quota_application.py +5 -5
- pulumi_alicloud/quotas/template_applications.py +7 -7
- pulumi_alicloud/quotas/template_quota.py +13 -13
- pulumi_alicloud/ram/get_policy_document.py +124 -124
- pulumi_alicloud/ram/login_profile.py +8 -8
- pulumi_alicloud/ram/policy.py +5 -5
- pulumi_alicloud/rds/db_instance_endpoint.py +13 -13
- pulumi_alicloud/rds/db_instance_endpoint_address.py +8 -8
- pulumi_alicloud/rds/ddr_instance.py +10 -10
- pulumi_alicloud/rds/get_collation_time_zones.py +4 -4
- pulumi_alicloud/rds/get_instance_class_infos.py +4 -4
- pulumi_alicloud/rds/get_instances.py +1 -1
- pulumi_alicloud/rds/instance.py +20 -20
- pulumi_alicloud/rds/rds_account.py +189 -49
- pulumi_alicloud/rds/rds_clone_db_instance.py +15 -15
- pulumi_alicloud/rds/rds_db_proxy.py +21 -21
- pulumi_alicloud/rds/rds_parameter_group.py +21 -21
- pulumi_alicloud/rds/rds_upgrade_db_instance.py +10 -10
- pulumi_alicloud/rds/read_only_instance.py +5 -5
- pulumi_alicloud/rds/read_write_splitting_connection.py +10 -2
- pulumi_alicloud/realtimecompute/vvp_instance.py +10 -10
- pulumi_alicloud/resourcemanager/resource_group.py +2 -2
- pulumi_alicloud/rocketmq/consumer_group.py +45 -45
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +15 -15
- pulumi_alicloud/rocketmq/rocket_mq_topic.py +32 -32
- pulumi_alicloud/ros/change_set.py +5 -5
- pulumi_alicloud/ros/stack.py +5 -5
- pulumi_alicloud/ros/stack_group.py +5 -5
- pulumi_alicloud/ros/stack_instance.py +29 -29
- pulumi_alicloud/ros/template_scratch.py +36 -36
- pulumi_alicloud/sae/application.py +60 -60
- pulumi_alicloud/sae/application_scaling_rule.py +92 -92
- pulumi_alicloud/sae/grey_tag_route.py +60 -60
- pulumi_alicloud/sae/ingress.py +32 -32
- pulumi_alicloud/sae/load_balancer_internet.py +15 -15
- pulumi_alicloud/sae/load_balancer_intranet.py +15 -15
- pulumi_alicloud/scdn/domain.py +24 -24
- pulumi_alicloud/scdn/domain_config.py +5 -5
- pulumi_alicloud/servicecatalog/provisioned_product.py +15 -15
- pulumi_alicloud/servicemesh/service_mesh.py +20 -20
- pulumi_alicloud/servicemesh/user_permission.py +5 -5
- pulumi_alicloud/slb/acl.py +5 -5
- pulumi_alicloud/slb/backend_server.py +5 -5
- pulumi_alicloud/slb/get_application_load_balancers.py +3 -3
- pulumi_alicloud/slb/get_load_balancers.py +3 -3
- pulumi_alicloud/slb/listener.py +13 -13
- pulumi_alicloud/slb/load_balancer.py +7 -7
- pulumi_alicloud/slb/master_slave_server_group.py +29 -29
- pulumi_alicloud/slb/outputs.py +8 -8
- pulumi_alicloud/slb/server_group.py +5 -5
- pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
- pulumi_alicloud/sls/alert.py +220 -220
- pulumi_alicloud/sls/scheduled_sql.py +58 -58
- pulumi_alicloud/threatdetection/get_honeypot_probes.py +14 -14
- pulumi_alicloud/threatdetection/honeypot_preset.py +13 -13
- pulumi_alicloud/threatdetection/honeypot_probe.py +19 -19
- pulumi_alicloud/threatdetection/sas_trail.py +2 -2
- pulumi_alicloud/vod/domain.py +15 -15
- pulumi_alicloud/vod/get_domains.py +10 -10
- pulumi_alicloud/vpc/bgp_peer.py +1 -1
- pulumi_alicloud/vpc/dhcp_options_set.py +5 -5
- pulumi_alicloud/vpc/get_networks.py +2 -2
- pulumi_alicloud/vpc/get_switches.py +27 -27
- pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
- pulumi_alicloud/vpc/network.py +2 -2
- pulumi_alicloud/vpc/network_acl.py +55 -55
- pulumi_alicloud/vpc/network_acl_attachment.py +13 -13
- pulumi_alicloud/vpc/network_acl_entries.py +54 -54
- pulumi_alicloud/vpc/outputs.py +24 -24
- pulumi_alicloud/vpc/prefix_list.py +15 -15
- pulumi_alicloud/vpc/traffic_mirror_filter.py +46 -46
- pulumi_alicloud/vpc/traffic_mirror_session.py +2 -2
- pulumi_alicloud/vpn/connection.py +129 -129
- pulumi_alicloud/vpn/gateway_vco_route.py +68 -68
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +82 -82
- pulumi_alicloud/vpn/get_gateway_vco_routes.py +68 -68
- pulumi_alicloud/vpn/ipsec_server.py +10 -10
- pulumi_alicloud/vpn/outputs.py +4 -4
- pulumi_alicloud/vpn/pbr_route_entry.py +104 -104
- pulumi_alicloud/vpn/route_entry.py +104 -104
- pulumi_alicloud/waf/domain.py +13 -13
- pulumi_alicloud/waf/protection_module.py +8 -8
- pulumi_alicloud/wafv3/domain.py +10 -10
- pulumi_alicloud/yundun/bastion_host_instance.py +6 -6
- {pulumi_alicloud-3.59.1.dist-info → pulumi_alicloud-3.60.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.59.1.dist-info → pulumi_alicloud-3.60.0.dist-info}/RECORD +395 -372
- {pulumi_alicloud-3.59.1.dist-info → pulumi_alicloud-3.60.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.59.1.dist-info → pulumi_alicloud-3.60.0.dist-info}/top_level.txt +0 -0
pulumi_alicloud/cfg/delivery.py
CHANGED
|
@@ -26,21 +26,40 @@ class DeliveryArgs:
|
|
|
26
26
|
status: Optional[pulumi.Input[int]] = None):
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a Delivery resource.
|
|
29
|
-
:param pulumi.Input[str] delivery_channel_target_arn: The ARN of the delivery destination.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
:param pulumi.Input[str] delivery_channel_type: The type of the delivery
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
:param pulumi.Input[
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
:param pulumi.Input[
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
:param pulumi.Input[
|
|
29
|
+
:param pulumi.Input[str] delivery_channel_target_arn: The ARN of the delivery destination.
|
|
30
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
31
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
32
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
33
|
+
:param pulumi.Input[str] delivery_channel_type: The type of the delivery channel. Valid values:
|
|
34
|
+
- OSS: Object Storage Service (OSS)
|
|
35
|
+
- MNS: Message Service (MNS)
|
|
36
|
+
- SLS: Log Service
|
|
37
|
+
:param pulumi.Input[bool] configuration_item_change_notification: Indicates whether the specified destination receives resource change logs. If the value of this parameter is true, Cloud Config delivers the resource change logs to OSS, Log Service, or MNS when the configurations of the resources change. Valid values:
|
|
38
|
+
- true: The specified destination receives resource change logs.
|
|
39
|
+
- false: The specified destination does not receive resource change logs.
|
|
40
|
+
:param pulumi.Input[bool] configuration_snapshot: Indicates whether the specified destination receives scheduled resource snapshots. Cloud Config delivers scheduled resource snapshots at 04:00Z and 16:00Z to OSS, MNS, or Log Service every day. The time is displayed in UTC. Valid values:
|
|
41
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
42
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
43
|
+
:param pulumi.Input[str] delivery_channel_condition: The rule that is attached to the delivery channel.
|
|
44
|
+
|
|
45
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
46
|
+
|
|
47
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
48
|
+
|
|
49
|
+
The lowest risk level of the events to which you want to subscribe is in the following format: {"filterType":"RuleRiskLevel","value":"1","multiple":false}, The value field indicates the risk level of the events to which you want to subscribe. Valid values: 1, 2, and 3. The value 1 indicates the high risk level, the value 2 indicates the medium risk level, and the value 3 indicates the low risk level.
|
|
50
|
+
|
|
51
|
+
The setting of the resource types of the events to which you want to subscribe is in the following format: {"filterType":"ResourceType","values":["ACS::ACK::Cluster","ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage"],"multiple":true}, The values field indicates the resource types of the events to which you want to subscribe. The value of the field is a JSON array.
|
|
52
|
+
|
|
53
|
+
Examples:[{"filterType":"ResourceType","values":["ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance"],"multiple":true}].
|
|
54
|
+
:param pulumi.Input[str] delivery_channel_name: The name of the delivery channel.
|
|
55
|
+
:param pulumi.Input[str] description: The description of the delivery channel.
|
|
56
|
+
:param pulumi.Input[bool] non_compliant_notification: Indicates whether the specified destination receives resource non-compliance events. If the value of this parameter is true, Cloud Config delivers resource non-compliance events to Log Service or MNS when resources are evaluated as non-compliant. Valid values:
|
|
57
|
+
- true: The specified destination receives resource non-compliance events.
|
|
58
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
59
|
+
:param pulumi.Input[str] oversized_data_oss_target_arn: The oss ARN of the delivery channel when the value data oversized limit. The value must be in one of the following formats: acs:oss:{RegionId}:{Aliuid}:{bucketName} if your delivery destination is an Object Storage Service (OSS) bucket.
|
|
60
|
+
:param pulumi.Input[int] status: The status of the delivery channel. Valid values:
|
|
61
|
+
- 0: The delivery channel is disabled.
|
|
62
|
+
- 1: The delivery channel is enabled.
|
|
44
63
|
"""
|
|
45
64
|
pulumi.set(__self__, "delivery_channel_target_arn", delivery_channel_target_arn)
|
|
46
65
|
pulumi.set(__self__, "delivery_channel_type", delivery_channel_type)
|
|
@@ -65,10 +84,10 @@ class DeliveryArgs:
|
|
|
65
84
|
@pulumi.getter(name="deliveryChannelTargetArn")
|
|
66
85
|
def delivery_channel_target_arn(self) -> pulumi.Input[str]:
|
|
67
86
|
"""
|
|
68
|
-
The ARN of the delivery destination.
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
87
|
+
The ARN of the delivery destination.
|
|
88
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
89
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
90
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
72
91
|
"""
|
|
73
92
|
return pulumi.get(self, "delivery_channel_target_arn")
|
|
74
93
|
|
|
@@ -80,7 +99,10 @@ class DeliveryArgs:
|
|
|
80
99
|
@pulumi.getter(name="deliveryChannelType")
|
|
81
100
|
def delivery_channel_type(self) -> pulumi.Input[str]:
|
|
82
101
|
"""
|
|
83
|
-
The type of the delivery
|
|
102
|
+
The type of the delivery channel. Valid values:
|
|
103
|
+
- OSS: Object Storage Service (OSS)
|
|
104
|
+
- MNS: Message Service (MNS)
|
|
105
|
+
- SLS: Log Service
|
|
84
106
|
"""
|
|
85
107
|
return pulumi.get(self, "delivery_channel_type")
|
|
86
108
|
|
|
@@ -92,7 +114,9 @@ class DeliveryArgs:
|
|
|
92
114
|
@pulumi.getter(name="configurationItemChangeNotification")
|
|
93
115
|
def configuration_item_change_notification(self) -> Optional[pulumi.Input[bool]]:
|
|
94
116
|
"""
|
|
95
|
-
|
|
117
|
+
Indicates whether the specified destination receives resource change logs. If the value of this parameter is true, Cloud Config delivers the resource change logs to OSS, Log Service, or MNS when the configurations of the resources change. Valid values:
|
|
118
|
+
- true: The specified destination receives resource change logs.
|
|
119
|
+
- false: The specified destination does not receive resource change logs.
|
|
96
120
|
"""
|
|
97
121
|
return pulumi.get(self, "configuration_item_change_notification")
|
|
98
122
|
|
|
@@ -104,7 +128,9 @@ class DeliveryArgs:
|
|
|
104
128
|
@pulumi.getter(name="configurationSnapshot")
|
|
105
129
|
def configuration_snapshot(self) -> Optional[pulumi.Input[bool]]:
|
|
106
130
|
"""
|
|
107
|
-
|
|
131
|
+
Indicates whether the specified destination receives scheduled resource snapshots. Cloud Config delivers scheduled resource snapshots at 04:00Z and 16:00Z to OSS, MNS, or Log Service every day. The time is displayed in UTC. Valid values:
|
|
132
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
133
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
108
134
|
"""
|
|
109
135
|
return pulumi.get(self, "configuration_snapshot")
|
|
110
136
|
|
|
@@ -116,7 +142,17 @@ class DeliveryArgs:
|
|
|
116
142
|
@pulumi.getter(name="deliveryChannelCondition")
|
|
117
143
|
def delivery_channel_condition(self) -> Optional[pulumi.Input[str]]:
|
|
118
144
|
"""
|
|
119
|
-
The rule attached to the delivery
|
|
145
|
+
The rule that is attached to the delivery channel.
|
|
146
|
+
|
|
147
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
148
|
+
|
|
149
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
150
|
+
|
|
151
|
+
The lowest risk level of the events to which you want to subscribe is in the following format: {"filterType":"RuleRiskLevel","value":"1","multiple":false}, The value field indicates the risk level of the events to which you want to subscribe. Valid values: 1, 2, and 3. The value 1 indicates the high risk level, the value 2 indicates the medium risk level, and the value 3 indicates the low risk level.
|
|
152
|
+
|
|
153
|
+
The setting of the resource types of the events to which you want to subscribe is in the following format: {"filterType":"ResourceType","values":["ACS::ACK::Cluster","ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage"],"multiple":true}, The values field indicates the resource types of the events to which you want to subscribe. The value of the field is a JSON array.
|
|
154
|
+
|
|
155
|
+
Examples:[{"filterType":"ResourceType","values":["ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance"],"multiple":true}].
|
|
120
156
|
"""
|
|
121
157
|
return pulumi.get(self, "delivery_channel_condition")
|
|
122
158
|
|
|
@@ -128,7 +164,7 @@ class DeliveryArgs:
|
|
|
128
164
|
@pulumi.getter(name="deliveryChannelName")
|
|
129
165
|
def delivery_channel_name(self) -> Optional[pulumi.Input[str]]:
|
|
130
166
|
"""
|
|
131
|
-
The name of the delivery
|
|
167
|
+
The name of the delivery channel.
|
|
132
168
|
"""
|
|
133
169
|
return pulumi.get(self, "delivery_channel_name")
|
|
134
170
|
|
|
@@ -140,7 +176,7 @@ class DeliveryArgs:
|
|
|
140
176
|
@pulumi.getter
|
|
141
177
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
142
178
|
"""
|
|
143
|
-
The description of the delivery
|
|
179
|
+
The description of the delivery channel.
|
|
144
180
|
"""
|
|
145
181
|
return pulumi.get(self, "description")
|
|
146
182
|
|
|
@@ -152,7 +188,9 @@ class DeliveryArgs:
|
|
|
152
188
|
@pulumi.getter(name="nonCompliantNotification")
|
|
153
189
|
def non_compliant_notification(self) -> Optional[pulumi.Input[bool]]:
|
|
154
190
|
"""
|
|
155
|
-
|
|
191
|
+
Indicates whether the specified destination receives resource non-compliance events. If the value of this parameter is true, Cloud Config delivers resource non-compliance events to Log Service or MNS when resources are evaluated as non-compliant. Valid values:
|
|
192
|
+
- true: The specified destination receives resource non-compliance events.
|
|
193
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
156
194
|
"""
|
|
157
195
|
return pulumi.get(self, "non_compliant_notification")
|
|
158
196
|
|
|
@@ -164,9 +202,7 @@ class DeliveryArgs:
|
|
|
164
202
|
@pulumi.getter(name="oversizedDataOssTargetArn")
|
|
165
203
|
def oversized_data_oss_target_arn(self) -> Optional[pulumi.Input[str]]:
|
|
166
204
|
"""
|
|
167
|
-
The oss ARN of the delivery channel when the value data oversized limit.
|
|
168
|
-
* The value must be in one of the following formats: `acs:oss:{RegionId}:{accountId}:{bucketName}`, if your delivery destination is an Object Storage Service (OSS) bucket.
|
|
169
|
-
* Only delivery channels `SLS` and `MNS` are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
|
|
205
|
+
The oss ARN of the delivery channel when the value data oversized limit. The value must be in one of the following formats: acs:oss:{RegionId}:{Aliuid}:{bucketName} if your delivery destination is an Object Storage Service (OSS) bucket.
|
|
170
206
|
"""
|
|
171
207
|
return pulumi.get(self, "oversized_data_oss_target_arn")
|
|
172
208
|
|
|
@@ -178,7 +214,9 @@ class DeliveryArgs:
|
|
|
178
214
|
@pulumi.getter
|
|
179
215
|
def status(self) -> Optional[pulumi.Input[int]]:
|
|
180
216
|
"""
|
|
181
|
-
The status of the delivery
|
|
217
|
+
The status of the delivery channel. Valid values:
|
|
218
|
+
- 0: The delivery channel is disabled.
|
|
219
|
+
- 1: The delivery channel is enabled.
|
|
182
220
|
"""
|
|
183
221
|
return pulumi.get(self, "status")
|
|
184
222
|
|
|
@@ -202,21 +240,40 @@ class _DeliveryState:
|
|
|
202
240
|
status: Optional[pulumi.Input[int]] = None):
|
|
203
241
|
"""
|
|
204
242
|
Input properties used for looking up and filtering Delivery resources.
|
|
205
|
-
:param pulumi.Input[bool] configuration_item_change_notification:
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
:param pulumi.Input[
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
243
|
+
:param pulumi.Input[bool] configuration_item_change_notification: Indicates whether the specified destination receives resource change logs. If the value of this parameter is true, Cloud Config delivers the resource change logs to OSS, Log Service, or MNS when the configurations of the resources change. Valid values:
|
|
244
|
+
- true: The specified destination receives resource change logs.
|
|
245
|
+
- false: The specified destination does not receive resource change logs.
|
|
246
|
+
:param pulumi.Input[bool] configuration_snapshot: Indicates whether the specified destination receives scheduled resource snapshots. Cloud Config delivers scheduled resource snapshots at 04:00Z and 16:00Z to OSS, MNS, or Log Service every day. The time is displayed in UTC. Valid values:
|
|
247
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
248
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
249
|
+
:param pulumi.Input[str] delivery_channel_condition: The rule that is attached to the delivery channel.
|
|
250
|
+
|
|
251
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
252
|
+
|
|
253
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
254
|
+
|
|
255
|
+
The lowest risk level of the events to which you want to subscribe is in the following format: {"filterType":"RuleRiskLevel","value":"1","multiple":false}, The value field indicates the risk level of the events to which you want to subscribe. Valid values: 1, 2, and 3. The value 1 indicates the high risk level, the value 2 indicates the medium risk level, and the value 3 indicates the low risk level.
|
|
256
|
+
|
|
257
|
+
The setting of the resource types of the events to which you want to subscribe is in the following format: {"filterType":"ResourceType","values":["ACS::ACK::Cluster","ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage"],"multiple":true}, The values field indicates the resource types of the events to which you want to subscribe. The value of the field is a JSON array.
|
|
258
|
+
|
|
259
|
+
Examples:[{"filterType":"ResourceType","values":["ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance"],"multiple":true}].
|
|
260
|
+
:param pulumi.Input[str] delivery_channel_name: The name of the delivery channel.
|
|
261
|
+
:param pulumi.Input[str] delivery_channel_target_arn: The ARN of the delivery destination.
|
|
262
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
263
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
264
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
265
|
+
:param pulumi.Input[str] delivery_channel_type: The type of the delivery channel. Valid values:
|
|
266
|
+
- OSS: Object Storage Service (OSS)
|
|
267
|
+
- MNS: Message Service (MNS)
|
|
268
|
+
- SLS: Log Service
|
|
269
|
+
:param pulumi.Input[str] description: The description of the delivery channel.
|
|
270
|
+
:param pulumi.Input[bool] non_compliant_notification: Indicates whether the specified destination receives resource non-compliance events. If the value of this parameter is true, Cloud Config delivers resource non-compliance events to Log Service or MNS when resources are evaluated as non-compliant. Valid values:
|
|
271
|
+
- true: The specified destination receives resource non-compliance events.
|
|
272
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
273
|
+
:param pulumi.Input[str] oversized_data_oss_target_arn: The oss ARN of the delivery channel when the value data oversized limit. The value must be in one of the following formats: acs:oss:{RegionId}:{Aliuid}:{bucketName} if your delivery destination is an Object Storage Service (OSS) bucket.
|
|
274
|
+
:param pulumi.Input[int] status: The status of the delivery channel. Valid values:
|
|
275
|
+
- 0: The delivery channel is disabled.
|
|
276
|
+
- 1: The delivery channel is enabled.
|
|
220
277
|
"""
|
|
221
278
|
if configuration_item_change_notification is not None:
|
|
222
279
|
pulumi.set(__self__, "configuration_item_change_notification", configuration_item_change_notification)
|
|
@@ -243,7 +300,9 @@ class _DeliveryState:
|
|
|
243
300
|
@pulumi.getter(name="configurationItemChangeNotification")
|
|
244
301
|
def configuration_item_change_notification(self) -> Optional[pulumi.Input[bool]]:
|
|
245
302
|
"""
|
|
246
|
-
|
|
303
|
+
Indicates whether the specified destination receives resource change logs. If the value of this parameter is true, Cloud Config delivers the resource change logs to OSS, Log Service, or MNS when the configurations of the resources change. Valid values:
|
|
304
|
+
- true: The specified destination receives resource change logs.
|
|
305
|
+
- false: The specified destination does not receive resource change logs.
|
|
247
306
|
"""
|
|
248
307
|
return pulumi.get(self, "configuration_item_change_notification")
|
|
249
308
|
|
|
@@ -255,7 +314,9 @@ class _DeliveryState:
|
|
|
255
314
|
@pulumi.getter(name="configurationSnapshot")
|
|
256
315
|
def configuration_snapshot(self) -> Optional[pulumi.Input[bool]]:
|
|
257
316
|
"""
|
|
258
|
-
|
|
317
|
+
Indicates whether the specified destination receives scheduled resource snapshots. Cloud Config delivers scheduled resource snapshots at 04:00Z and 16:00Z to OSS, MNS, or Log Service every day. The time is displayed in UTC. Valid values:
|
|
318
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
319
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
259
320
|
"""
|
|
260
321
|
return pulumi.get(self, "configuration_snapshot")
|
|
261
322
|
|
|
@@ -267,7 +328,17 @@ class _DeliveryState:
|
|
|
267
328
|
@pulumi.getter(name="deliveryChannelCondition")
|
|
268
329
|
def delivery_channel_condition(self) -> Optional[pulumi.Input[str]]:
|
|
269
330
|
"""
|
|
270
|
-
The rule attached to the delivery
|
|
331
|
+
The rule that is attached to the delivery channel.
|
|
332
|
+
|
|
333
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
334
|
+
|
|
335
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
336
|
+
|
|
337
|
+
The lowest risk level of the events to which you want to subscribe is in the following format: {"filterType":"RuleRiskLevel","value":"1","multiple":false}, The value field indicates the risk level of the events to which you want to subscribe. Valid values: 1, 2, and 3. The value 1 indicates the high risk level, the value 2 indicates the medium risk level, and the value 3 indicates the low risk level.
|
|
338
|
+
|
|
339
|
+
The setting of the resource types of the events to which you want to subscribe is in the following format: {"filterType":"ResourceType","values":["ACS::ACK::Cluster","ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage"],"multiple":true}, The values field indicates the resource types of the events to which you want to subscribe. The value of the field is a JSON array.
|
|
340
|
+
|
|
341
|
+
Examples:[{"filterType":"ResourceType","values":["ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance"],"multiple":true}].
|
|
271
342
|
"""
|
|
272
343
|
return pulumi.get(self, "delivery_channel_condition")
|
|
273
344
|
|
|
@@ -279,7 +350,7 @@ class _DeliveryState:
|
|
|
279
350
|
@pulumi.getter(name="deliveryChannelName")
|
|
280
351
|
def delivery_channel_name(self) -> Optional[pulumi.Input[str]]:
|
|
281
352
|
"""
|
|
282
|
-
The name of the delivery
|
|
353
|
+
The name of the delivery channel.
|
|
283
354
|
"""
|
|
284
355
|
return pulumi.get(self, "delivery_channel_name")
|
|
285
356
|
|
|
@@ -291,10 +362,10 @@ class _DeliveryState:
|
|
|
291
362
|
@pulumi.getter(name="deliveryChannelTargetArn")
|
|
292
363
|
def delivery_channel_target_arn(self) -> Optional[pulumi.Input[str]]:
|
|
293
364
|
"""
|
|
294
|
-
The ARN of the delivery destination.
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
365
|
+
The ARN of the delivery destination.
|
|
366
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
367
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
368
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
298
369
|
"""
|
|
299
370
|
return pulumi.get(self, "delivery_channel_target_arn")
|
|
300
371
|
|
|
@@ -306,7 +377,10 @@ class _DeliveryState:
|
|
|
306
377
|
@pulumi.getter(name="deliveryChannelType")
|
|
307
378
|
def delivery_channel_type(self) -> Optional[pulumi.Input[str]]:
|
|
308
379
|
"""
|
|
309
|
-
The type of the delivery
|
|
380
|
+
The type of the delivery channel. Valid values:
|
|
381
|
+
- OSS: Object Storage Service (OSS)
|
|
382
|
+
- MNS: Message Service (MNS)
|
|
383
|
+
- SLS: Log Service
|
|
310
384
|
"""
|
|
311
385
|
return pulumi.get(self, "delivery_channel_type")
|
|
312
386
|
|
|
@@ -318,7 +392,7 @@ class _DeliveryState:
|
|
|
318
392
|
@pulumi.getter
|
|
319
393
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
320
394
|
"""
|
|
321
|
-
The description of the delivery
|
|
395
|
+
The description of the delivery channel.
|
|
322
396
|
"""
|
|
323
397
|
return pulumi.get(self, "description")
|
|
324
398
|
|
|
@@ -330,7 +404,9 @@ class _DeliveryState:
|
|
|
330
404
|
@pulumi.getter(name="nonCompliantNotification")
|
|
331
405
|
def non_compliant_notification(self) -> Optional[pulumi.Input[bool]]:
|
|
332
406
|
"""
|
|
333
|
-
|
|
407
|
+
Indicates whether the specified destination receives resource non-compliance events. If the value of this parameter is true, Cloud Config delivers resource non-compliance events to Log Service or MNS when resources are evaluated as non-compliant. Valid values:
|
|
408
|
+
- true: The specified destination receives resource non-compliance events.
|
|
409
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
334
410
|
"""
|
|
335
411
|
return pulumi.get(self, "non_compliant_notification")
|
|
336
412
|
|
|
@@ -342,9 +418,7 @@ class _DeliveryState:
|
|
|
342
418
|
@pulumi.getter(name="oversizedDataOssTargetArn")
|
|
343
419
|
def oversized_data_oss_target_arn(self) -> Optional[pulumi.Input[str]]:
|
|
344
420
|
"""
|
|
345
|
-
The oss ARN of the delivery channel when the value data oversized limit.
|
|
346
|
-
* The value must be in one of the following formats: `acs:oss:{RegionId}:{accountId}:{bucketName}`, if your delivery destination is an Object Storage Service (OSS) bucket.
|
|
347
|
-
* Only delivery channels `SLS` and `MNS` are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
|
|
421
|
+
The oss ARN of the delivery channel when the value data oversized limit. The value must be in one of the following formats: acs:oss:{RegionId}:{Aliuid}:{bucketName} if your delivery destination is an Object Storage Service (OSS) bucket.
|
|
348
422
|
"""
|
|
349
423
|
return pulumi.get(self, "oversized_data_oss_target_arn")
|
|
350
424
|
|
|
@@ -356,7 +430,9 @@ class _DeliveryState:
|
|
|
356
430
|
@pulumi.getter
|
|
357
431
|
def status(self) -> Optional[pulumi.Input[int]]:
|
|
358
432
|
"""
|
|
359
|
-
The status of the delivery
|
|
433
|
+
The status of the delivery channel. Valid values:
|
|
434
|
+
- 0: The delivery channel is disabled.
|
|
435
|
+
- 1: The delivery channel is enabled.
|
|
360
436
|
"""
|
|
361
437
|
return pulumi.get(self, "status")
|
|
362
438
|
|
|
@@ -382,9 +458,11 @@ class Delivery(pulumi.CustomResource):
|
|
|
382
458
|
status: Optional[pulumi.Input[int]] = None,
|
|
383
459
|
__props__=None):
|
|
384
460
|
"""
|
|
385
|
-
Provides a
|
|
461
|
+
Provides a Config Delivery resource.
|
|
462
|
+
|
|
463
|
+
Delivery channel of current account.
|
|
386
464
|
|
|
387
|
-
For information about
|
|
465
|
+
For information about Config Delivery and how to use it, see [What is Delivery](https://www.alibabacloud.com/help/en/cloud-config/latest/api-config-2020-09-07-createconfigdeliverychannel).
|
|
388
466
|
|
|
389
467
|
> **NOTE:** Available since v1.171.0.
|
|
390
468
|
|
|
@@ -402,22 +480,22 @@ class Delivery(pulumi.CustomResource):
|
|
|
402
480
|
name = "tf-example-sls"
|
|
403
481
|
this = alicloud.get_account()
|
|
404
482
|
this_get_regions = alicloud.get_regions(current=True)
|
|
405
|
-
default = alicloud.log.Project("default",
|
|
483
|
+
default = alicloud.log.Project("default", project_name=name)
|
|
406
484
|
default_store = alicloud.log.Store("default",
|
|
407
|
-
|
|
408
|
-
|
|
485
|
+
logstore_name=name,
|
|
486
|
+
project_name=default.project_name)
|
|
409
487
|
default_delivery = alicloud.cfg.Delivery("default",
|
|
410
488
|
configuration_item_change_notification=True,
|
|
411
489
|
non_compliant_notification=True,
|
|
412
490
|
delivery_channel_name=name,
|
|
413
|
-
delivery_channel_target_arn=pulumi.Output.all(default.
|
|
491
|
+
delivery_channel_target_arn=pulumi.Output.all(default.project_name, default_store.logstore_name).apply(lambda project_name, logstore_name: f"acs:log:{this_get_regions.ids[0]}:{this.id}:project/{project_name}/logstore/{logstore_name}"),
|
|
414
492
|
delivery_channel_type="SLS",
|
|
415
493
|
description=name)
|
|
416
494
|
```
|
|
417
495
|
|
|
418
496
|
## Import
|
|
419
497
|
|
|
420
|
-
|
|
498
|
+
Config Delivery can be imported using the id, e.g.
|
|
421
499
|
|
|
422
500
|
```sh
|
|
423
501
|
$ pulumi import alicloud:cfg/delivery:Delivery example <id>
|
|
@@ -425,21 +503,40 @@ class Delivery(pulumi.CustomResource):
|
|
|
425
503
|
|
|
426
504
|
:param str resource_name: The name of the resource.
|
|
427
505
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
428
|
-
:param pulumi.Input[bool] configuration_item_change_notification:
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
:param pulumi.Input[
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
506
|
+
:param pulumi.Input[bool] configuration_item_change_notification: Indicates whether the specified destination receives resource change logs. If the value of this parameter is true, Cloud Config delivers the resource change logs to OSS, Log Service, or MNS when the configurations of the resources change. Valid values:
|
|
507
|
+
- true: The specified destination receives resource change logs.
|
|
508
|
+
- false: The specified destination does not receive resource change logs.
|
|
509
|
+
:param pulumi.Input[bool] configuration_snapshot: Indicates whether the specified destination receives scheduled resource snapshots. Cloud Config delivers scheduled resource snapshots at 04:00Z and 16:00Z to OSS, MNS, or Log Service every day. The time is displayed in UTC. Valid values:
|
|
510
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
511
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
512
|
+
:param pulumi.Input[str] delivery_channel_condition: The rule that is attached to the delivery channel.
|
|
513
|
+
|
|
514
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
515
|
+
|
|
516
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
517
|
+
|
|
518
|
+
The lowest risk level of the events to which you want to subscribe is in the following format: {"filterType":"RuleRiskLevel","value":"1","multiple":false}, The value field indicates the risk level of the events to which you want to subscribe. Valid values: 1, 2, and 3. The value 1 indicates the high risk level, the value 2 indicates the medium risk level, and the value 3 indicates the low risk level.
|
|
519
|
+
|
|
520
|
+
The setting of the resource types of the events to which you want to subscribe is in the following format: {"filterType":"ResourceType","values":["ACS::ACK::Cluster","ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage"],"multiple":true}, The values field indicates the resource types of the events to which you want to subscribe. The value of the field is a JSON array.
|
|
521
|
+
|
|
522
|
+
Examples:[{"filterType":"ResourceType","values":["ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance"],"multiple":true}].
|
|
523
|
+
:param pulumi.Input[str] delivery_channel_name: The name of the delivery channel.
|
|
524
|
+
:param pulumi.Input[str] delivery_channel_target_arn: The ARN of the delivery destination.
|
|
525
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
526
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
527
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
528
|
+
:param pulumi.Input[str] delivery_channel_type: The type of the delivery channel. Valid values:
|
|
529
|
+
- OSS: Object Storage Service (OSS)
|
|
530
|
+
- MNS: Message Service (MNS)
|
|
531
|
+
- SLS: Log Service
|
|
532
|
+
:param pulumi.Input[str] description: The description of the delivery channel.
|
|
533
|
+
:param pulumi.Input[bool] non_compliant_notification: Indicates whether the specified destination receives resource non-compliance events. If the value of this parameter is true, Cloud Config delivers resource non-compliance events to Log Service or MNS when resources are evaluated as non-compliant. Valid values:
|
|
534
|
+
- true: The specified destination receives resource non-compliance events.
|
|
535
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
536
|
+
:param pulumi.Input[str] oversized_data_oss_target_arn: The oss ARN of the delivery channel when the value data oversized limit. The value must be in one of the following formats: acs:oss:{RegionId}:{Aliuid}:{bucketName} if your delivery destination is an Object Storage Service (OSS) bucket.
|
|
537
|
+
:param pulumi.Input[int] status: The status of the delivery channel. Valid values:
|
|
538
|
+
- 0: The delivery channel is disabled.
|
|
539
|
+
- 1: The delivery channel is enabled.
|
|
443
540
|
"""
|
|
444
541
|
...
|
|
445
542
|
@overload
|
|
@@ -448,9 +545,11 @@ class Delivery(pulumi.CustomResource):
|
|
|
448
545
|
args: DeliveryArgs,
|
|
449
546
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
450
547
|
"""
|
|
451
|
-
Provides a
|
|
548
|
+
Provides a Config Delivery resource.
|
|
452
549
|
|
|
453
|
-
|
|
550
|
+
Delivery channel of current account.
|
|
551
|
+
|
|
552
|
+
For information about Config Delivery and how to use it, see [What is Delivery](https://www.alibabacloud.com/help/en/cloud-config/latest/api-config-2020-09-07-createconfigdeliverychannel).
|
|
454
553
|
|
|
455
554
|
> **NOTE:** Available since v1.171.0.
|
|
456
555
|
|
|
@@ -468,22 +567,22 @@ class Delivery(pulumi.CustomResource):
|
|
|
468
567
|
name = "tf-example-sls"
|
|
469
568
|
this = alicloud.get_account()
|
|
470
569
|
this_get_regions = alicloud.get_regions(current=True)
|
|
471
|
-
default = alicloud.log.Project("default",
|
|
570
|
+
default = alicloud.log.Project("default", project_name=name)
|
|
472
571
|
default_store = alicloud.log.Store("default",
|
|
473
|
-
|
|
474
|
-
|
|
572
|
+
logstore_name=name,
|
|
573
|
+
project_name=default.project_name)
|
|
475
574
|
default_delivery = alicloud.cfg.Delivery("default",
|
|
476
575
|
configuration_item_change_notification=True,
|
|
477
576
|
non_compliant_notification=True,
|
|
478
577
|
delivery_channel_name=name,
|
|
479
|
-
delivery_channel_target_arn=pulumi.Output.all(default.
|
|
578
|
+
delivery_channel_target_arn=pulumi.Output.all(default.project_name, default_store.logstore_name).apply(lambda project_name, logstore_name: f"acs:log:{this_get_regions.ids[0]}:{this.id}:project/{project_name}/logstore/{logstore_name}"),
|
|
480
579
|
delivery_channel_type="SLS",
|
|
481
580
|
description=name)
|
|
482
581
|
```
|
|
483
582
|
|
|
484
583
|
## Import
|
|
485
584
|
|
|
486
|
-
|
|
585
|
+
Config Delivery can be imported using the id, e.g.
|
|
487
586
|
|
|
488
587
|
```sh
|
|
489
588
|
$ pulumi import alicloud:cfg/delivery:Delivery example <id>
|
|
@@ -564,21 +663,40 @@ class Delivery(pulumi.CustomResource):
|
|
|
564
663
|
:param str resource_name: The unique name of the resulting resource.
|
|
565
664
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
566
665
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
567
|
-
:param pulumi.Input[bool] configuration_item_change_notification:
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
:param pulumi.Input[
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
666
|
+
:param pulumi.Input[bool] configuration_item_change_notification: Indicates whether the specified destination receives resource change logs. If the value of this parameter is true, Cloud Config delivers the resource change logs to OSS, Log Service, or MNS when the configurations of the resources change. Valid values:
|
|
667
|
+
- true: The specified destination receives resource change logs.
|
|
668
|
+
- false: The specified destination does not receive resource change logs.
|
|
669
|
+
:param pulumi.Input[bool] configuration_snapshot: Indicates whether the specified destination receives scheduled resource snapshots. Cloud Config delivers scheduled resource snapshots at 04:00Z and 16:00Z to OSS, MNS, or Log Service every day. The time is displayed in UTC. Valid values:
|
|
670
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
671
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
672
|
+
:param pulumi.Input[str] delivery_channel_condition: The rule that is attached to the delivery channel.
|
|
673
|
+
|
|
674
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
675
|
+
|
|
676
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
677
|
+
|
|
678
|
+
The lowest risk level of the events to which you want to subscribe is in the following format: {"filterType":"RuleRiskLevel","value":"1","multiple":false}, The value field indicates the risk level of the events to which you want to subscribe. Valid values: 1, 2, and 3. The value 1 indicates the high risk level, the value 2 indicates the medium risk level, and the value 3 indicates the low risk level.
|
|
679
|
+
|
|
680
|
+
The setting of the resource types of the events to which you want to subscribe is in the following format: {"filterType":"ResourceType","values":["ACS::ACK::Cluster","ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage"],"multiple":true}, The values field indicates the resource types of the events to which you want to subscribe. The value of the field is a JSON array.
|
|
681
|
+
|
|
682
|
+
Examples:[{"filterType":"ResourceType","values":["ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance"],"multiple":true}].
|
|
683
|
+
:param pulumi.Input[str] delivery_channel_name: The name of the delivery channel.
|
|
684
|
+
:param pulumi.Input[str] delivery_channel_target_arn: The ARN of the delivery destination.
|
|
685
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
686
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
687
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
688
|
+
:param pulumi.Input[str] delivery_channel_type: The type of the delivery channel. Valid values:
|
|
689
|
+
- OSS: Object Storage Service (OSS)
|
|
690
|
+
- MNS: Message Service (MNS)
|
|
691
|
+
- SLS: Log Service
|
|
692
|
+
:param pulumi.Input[str] description: The description of the delivery channel.
|
|
693
|
+
:param pulumi.Input[bool] non_compliant_notification: Indicates whether the specified destination receives resource non-compliance events. If the value of this parameter is true, Cloud Config delivers resource non-compliance events to Log Service or MNS when resources are evaluated as non-compliant. Valid values:
|
|
694
|
+
- true: The specified destination receives resource non-compliance events.
|
|
695
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
696
|
+
:param pulumi.Input[str] oversized_data_oss_target_arn: The oss ARN of the delivery channel when the value data oversized limit. The value must be in one of the following formats: acs:oss:{RegionId}:{Aliuid}:{bucketName} if your delivery destination is an Object Storage Service (OSS) bucket.
|
|
697
|
+
:param pulumi.Input[int] status: The status of the delivery channel. Valid values:
|
|
698
|
+
- 0: The delivery channel is disabled.
|
|
699
|
+
- 1: The delivery channel is enabled.
|
|
582
700
|
"""
|
|
583
701
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
584
702
|
|
|
@@ -598,17 +716,21 @@ class Delivery(pulumi.CustomResource):
|
|
|
598
716
|
|
|
599
717
|
@property
|
|
600
718
|
@pulumi.getter(name="configurationItemChangeNotification")
|
|
601
|
-
def configuration_item_change_notification(self) -> pulumi.Output[bool]:
|
|
719
|
+
def configuration_item_change_notification(self) -> pulumi.Output[Optional[bool]]:
|
|
602
720
|
"""
|
|
603
|
-
|
|
721
|
+
Indicates whether the specified destination receives resource change logs. If the value of this parameter is true, Cloud Config delivers the resource change logs to OSS, Log Service, or MNS when the configurations of the resources change. Valid values:
|
|
722
|
+
- true: The specified destination receives resource change logs.
|
|
723
|
+
- false: The specified destination does not receive resource change logs.
|
|
604
724
|
"""
|
|
605
725
|
return pulumi.get(self, "configuration_item_change_notification")
|
|
606
726
|
|
|
607
727
|
@property
|
|
608
728
|
@pulumi.getter(name="configurationSnapshot")
|
|
609
|
-
def configuration_snapshot(self) -> pulumi.Output[bool]:
|
|
729
|
+
def configuration_snapshot(self) -> pulumi.Output[Optional[bool]]:
|
|
610
730
|
"""
|
|
611
|
-
|
|
731
|
+
Indicates whether the specified destination receives scheduled resource snapshots. Cloud Config delivers scheduled resource snapshots at 04:00Z and 16:00Z to OSS, MNS, or Log Service every day. The time is displayed in UTC. Valid values:
|
|
732
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
733
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
612
734
|
"""
|
|
613
735
|
return pulumi.get(self, "configuration_snapshot")
|
|
614
736
|
|
|
@@ -616,7 +738,17 @@ class Delivery(pulumi.CustomResource):
|
|
|
616
738
|
@pulumi.getter(name="deliveryChannelCondition")
|
|
617
739
|
def delivery_channel_condition(self) -> pulumi.Output[Optional[str]]:
|
|
618
740
|
"""
|
|
619
|
-
The rule attached to the delivery
|
|
741
|
+
The rule that is attached to the delivery channel.
|
|
742
|
+
|
|
743
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
744
|
+
|
|
745
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
746
|
+
|
|
747
|
+
The lowest risk level of the events to which you want to subscribe is in the following format: {"filterType":"RuleRiskLevel","value":"1","multiple":false}, The value field indicates the risk level of the events to which you want to subscribe. Valid values: 1, 2, and 3. The value 1 indicates the high risk level, the value 2 indicates the medium risk level, and the value 3 indicates the low risk level.
|
|
748
|
+
|
|
749
|
+
The setting of the resource types of the events to which you want to subscribe is in the following format: {"filterType":"ResourceType","values":["ACS::ACK::Cluster","ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage"],"multiple":true}, The values field indicates the resource types of the events to which you want to subscribe. The value of the field is a JSON array.
|
|
750
|
+
|
|
751
|
+
Examples:[{"filterType":"ResourceType","values":["ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance"],"multiple":true}].
|
|
620
752
|
"""
|
|
621
753
|
return pulumi.get(self, "delivery_channel_condition")
|
|
622
754
|
|
|
@@ -624,7 +756,7 @@ class Delivery(pulumi.CustomResource):
|
|
|
624
756
|
@pulumi.getter(name="deliveryChannelName")
|
|
625
757
|
def delivery_channel_name(self) -> pulumi.Output[Optional[str]]:
|
|
626
758
|
"""
|
|
627
|
-
The name of the delivery
|
|
759
|
+
The name of the delivery channel.
|
|
628
760
|
"""
|
|
629
761
|
return pulumi.get(self, "delivery_channel_name")
|
|
630
762
|
|
|
@@ -632,10 +764,10 @@ class Delivery(pulumi.CustomResource):
|
|
|
632
764
|
@pulumi.getter(name="deliveryChannelTargetArn")
|
|
633
765
|
def delivery_channel_target_arn(self) -> pulumi.Output[str]:
|
|
634
766
|
"""
|
|
635
|
-
The ARN of the delivery destination.
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
767
|
+
The ARN of the delivery destination.
|
|
768
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
769
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
770
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
639
771
|
"""
|
|
640
772
|
return pulumi.get(self, "delivery_channel_target_arn")
|
|
641
773
|
|
|
@@ -643,7 +775,10 @@ class Delivery(pulumi.CustomResource):
|
|
|
643
775
|
@pulumi.getter(name="deliveryChannelType")
|
|
644
776
|
def delivery_channel_type(self) -> pulumi.Output[str]:
|
|
645
777
|
"""
|
|
646
|
-
The type of the delivery
|
|
778
|
+
The type of the delivery channel. Valid values:
|
|
779
|
+
- OSS: Object Storage Service (OSS)
|
|
780
|
+
- MNS: Message Service (MNS)
|
|
781
|
+
- SLS: Log Service
|
|
647
782
|
"""
|
|
648
783
|
return pulumi.get(self, "delivery_channel_type")
|
|
649
784
|
|
|
@@ -651,15 +786,17 @@ class Delivery(pulumi.CustomResource):
|
|
|
651
786
|
@pulumi.getter
|
|
652
787
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
653
788
|
"""
|
|
654
|
-
The description of the delivery
|
|
789
|
+
The description of the delivery channel.
|
|
655
790
|
"""
|
|
656
791
|
return pulumi.get(self, "description")
|
|
657
792
|
|
|
658
793
|
@property
|
|
659
794
|
@pulumi.getter(name="nonCompliantNotification")
|
|
660
|
-
def non_compliant_notification(self) -> pulumi.Output[bool]:
|
|
795
|
+
def non_compliant_notification(self) -> pulumi.Output[Optional[bool]]:
|
|
661
796
|
"""
|
|
662
|
-
|
|
797
|
+
Indicates whether the specified destination receives resource non-compliance events. If the value of this parameter is true, Cloud Config delivers resource non-compliance events to Log Service or MNS when resources are evaluated as non-compliant. Valid values:
|
|
798
|
+
- true: The specified destination receives resource non-compliance events.
|
|
799
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
663
800
|
"""
|
|
664
801
|
return pulumi.get(self, "non_compliant_notification")
|
|
665
802
|
|
|
@@ -667,9 +804,7 @@ class Delivery(pulumi.CustomResource):
|
|
|
667
804
|
@pulumi.getter(name="oversizedDataOssTargetArn")
|
|
668
805
|
def oversized_data_oss_target_arn(self) -> pulumi.Output[Optional[str]]:
|
|
669
806
|
"""
|
|
670
|
-
The oss ARN of the delivery channel when the value data oversized limit.
|
|
671
|
-
* The value must be in one of the following formats: `acs:oss:{RegionId}:{accountId}:{bucketName}`, if your delivery destination is an Object Storage Service (OSS) bucket.
|
|
672
|
-
* Only delivery channels `SLS` and `MNS` are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
|
|
807
|
+
The oss ARN of the delivery channel when the value data oversized limit. The value must be in one of the following formats: acs:oss:{RegionId}:{Aliuid}:{bucketName} if your delivery destination is an Object Storage Service (OSS) bucket.
|
|
673
808
|
"""
|
|
674
809
|
return pulumi.get(self, "oversized_data_oss_target_arn")
|
|
675
810
|
|
|
@@ -677,7 +812,9 @@ class Delivery(pulumi.CustomResource):
|
|
|
677
812
|
@pulumi.getter
|
|
678
813
|
def status(self) -> pulumi.Output[int]:
|
|
679
814
|
"""
|
|
680
|
-
The status of the delivery
|
|
815
|
+
The status of the delivery channel. Valid values:
|
|
816
|
+
- 0: The delivery channel is disabled.
|
|
817
|
+
- 1: The delivery channel is enabled.
|
|
681
818
|
"""
|
|
682
819
|
return pulumi.get(self, "status")
|
|
683
820
|
|