pulumi-alicloud 3.59.1a1721928270__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.1a1721928270.dist-info → pulumi_alicloud-3.60.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.59.1a1721928270.dist-info → pulumi_alicloud-3.60.0.dist-info}/RECORD +395 -372
- {pulumi_alicloud-3.59.1a1721928270.dist-info → pulumi_alicloud-3.60.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.59.1a1721928270.dist-info → pulumi_alicloud-3.60.0.dist-info}/top_level.txt +0 -0
|
@@ -27,22 +27,41 @@ class AggregateDeliveryArgs:
|
|
|
27
27
|
status: Optional[pulumi.Input[int]] = None):
|
|
28
28
|
"""
|
|
29
29
|
The set of arguments for constructing a AggregateDelivery resource.
|
|
30
|
-
:param pulumi.Input[str] aggregator_id:
|
|
31
|
-
:param pulumi.Input[str] delivery_channel_target_arn: The ARN of the delivery destination.
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
:param pulumi.Input[str] delivery_channel_type: The type of the delivery
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
:param pulumi.Input[
|
|
30
|
+
:param pulumi.Input[str] aggregator_id: Aggregator ID.
|
|
31
|
+
:param pulumi.Input[str] delivery_channel_target_arn: The ARN of the delivery destination.
|
|
32
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
33
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
34
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
35
|
+
:param pulumi.Input[str] delivery_channel_type: The type of the delivery channel. Valid values:
|
|
36
|
+
- OSS: Object Storage Service (OSS)
|
|
37
|
+
- MNS: Message Service (MNS)
|
|
38
|
+
- SLS: Log Service
|
|
39
|
+
: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:
|
|
40
|
+
- true: The specified destination receives resource change logs.
|
|
41
|
+
- false: The specified destination does not receive resource change logs.
|
|
42
|
+
: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:
|
|
43
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
44
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
45
|
+
:param pulumi.Input[str] delivery_channel_condition: The rule that is attached to the delivery channel.
|
|
46
|
+
|
|
47
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
48
|
+
|
|
49
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
50
|
+
|
|
51
|
+
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.
|
|
52
|
+
|
|
53
|
+
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.
|
|
54
|
+
|
|
55
|
+
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}].
|
|
56
|
+
:param pulumi.Input[str] delivery_channel_name: The name of the delivery channel.
|
|
40
57
|
:param pulumi.Input[str] description: The description of the delivery method.
|
|
41
|
-
:param pulumi.Input[bool] non_compliant_notification:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
:param pulumi.Input[int] status: The status of the delivery method. Valid values:
|
|
58
|
+
: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:
|
|
59
|
+
- true: The specified destination receives resource non-compliance events.
|
|
60
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
61
|
+
:param pulumi.Input[str] oversized_data_oss_target_arn: The ARN of the OSS bucket to which the delivered data is transferred when the size of the data exceeds the specified upper limit of the delivery channel.
|
|
62
|
+
:param pulumi.Input[int] status: The status of the delivery method. Valid values:
|
|
63
|
+
- 0: The delivery method is disabled.
|
|
64
|
+
- 1: The delivery destination is enabled. This is the default value.
|
|
46
65
|
"""
|
|
47
66
|
pulumi.set(__self__, "aggregator_id", aggregator_id)
|
|
48
67
|
pulumi.set(__self__, "delivery_channel_target_arn", delivery_channel_target_arn)
|
|
@@ -68,7 +87,7 @@ class AggregateDeliveryArgs:
|
|
|
68
87
|
@pulumi.getter(name="aggregatorId")
|
|
69
88
|
def aggregator_id(self) -> pulumi.Input[str]:
|
|
70
89
|
"""
|
|
71
|
-
|
|
90
|
+
Aggregator ID.
|
|
72
91
|
"""
|
|
73
92
|
return pulumi.get(self, "aggregator_id")
|
|
74
93
|
|
|
@@ -80,10 +99,10 @@ class AggregateDeliveryArgs:
|
|
|
80
99
|
@pulumi.getter(name="deliveryChannelTargetArn")
|
|
81
100
|
def delivery_channel_target_arn(self) -> pulumi.Input[str]:
|
|
82
101
|
"""
|
|
83
|
-
The ARN of the delivery destination.
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
102
|
+
The ARN of the delivery destination.
|
|
103
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
104
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
105
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
87
106
|
"""
|
|
88
107
|
return pulumi.get(self, "delivery_channel_target_arn")
|
|
89
108
|
|
|
@@ -95,7 +114,10 @@ class AggregateDeliveryArgs:
|
|
|
95
114
|
@pulumi.getter(name="deliveryChannelType")
|
|
96
115
|
def delivery_channel_type(self) -> pulumi.Input[str]:
|
|
97
116
|
"""
|
|
98
|
-
The type of the delivery
|
|
117
|
+
The type of the delivery channel. Valid values:
|
|
118
|
+
- OSS: Object Storage Service (OSS)
|
|
119
|
+
- MNS: Message Service (MNS)
|
|
120
|
+
- SLS: Log Service
|
|
99
121
|
"""
|
|
100
122
|
return pulumi.get(self, "delivery_channel_type")
|
|
101
123
|
|
|
@@ -107,7 +129,9 @@ class AggregateDeliveryArgs:
|
|
|
107
129
|
@pulumi.getter(name="configurationItemChangeNotification")
|
|
108
130
|
def configuration_item_change_notification(self) -> Optional[pulumi.Input[bool]]:
|
|
109
131
|
"""
|
|
110
|
-
|
|
132
|
+
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:
|
|
133
|
+
- true: The specified destination receives resource change logs.
|
|
134
|
+
- false: The specified destination does not receive resource change logs.
|
|
111
135
|
"""
|
|
112
136
|
return pulumi.get(self, "configuration_item_change_notification")
|
|
113
137
|
|
|
@@ -119,7 +143,9 @@ class AggregateDeliveryArgs:
|
|
|
119
143
|
@pulumi.getter(name="configurationSnapshot")
|
|
120
144
|
def configuration_snapshot(self) -> Optional[pulumi.Input[bool]]:
|
|
121
145
|
"""
|
|
122
|
-
|
|
146
|
+
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:
|
|
147
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
148
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
123
149
|
"""
|
|
124
150
|
return pulumi.get(self, "configuration_snapshot")
|
|
125
151
|
|
|
@@ -131,7 +157,17 @@ class AggregateDeliveryArgs:
|
|
|
131
157
|
@pulumi.getter(name="deliveryChannelCondition")
|
|
132
158
|
def delivery_channel_condition(self) -> Optional[pulumi.Input[str]]:
|
|
133
159
|
"""
|
|
134
|
-
The rule attached to the delivery
|
|
160
|
+
The rule that is attached to the delivery channel.
|
|
161
|
+
|
|
162
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
163
|
+
|
|
164
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
165
|
+
|
|
166
|
+
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.
|
|
167
|
+
|
|
168
|
+
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.
|
|
169
|
+
|
|
170
|
+
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}].
|
|
135
171
|
"""
|
|
136
172
|
return pulumi.get(self, "delivery_channel_condition")
|
|
137
173
|
|
|
@@ -143,7 +179,7 @@ class AggregateDeliveryArgs:
|
|
|
143
179
|
@pulumi.getter(name="deliveryChannelName")
|
|
144
180
|
def delivery_channel_name(self) -> Optional[pulumi.Input[str]]:
|
|
145
181
|
"""
|
|
146
|
-
The name of the delivery
|
|
182
|
+
The name of the delivery channel.
|
|
147
183
|
"""
|
|
148
184
|
return pulumi.get(self, "delivery_channel_name")
|
|
149
185
|
|
|
@@ -167,7 +203,9 @@ class AggregateDeliveryArgs:
|
|
|
167
203
|
@pulumi.getter(name="nonCompliantNotification")
|
|
168
204
|
def non_compliant_notification(self) -> Optional[pulumi.Input[bool]]:
|
|
169
205
|
"""
|
|
170
|
-
|
|
206
|
+
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:
|
|
207
|
+
- true: The specified destination receives resource non-compliance events.
|
|
208
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
171
209
|
"""
|
|
172
210
|
return pulumi.get(self, "non_compliant_notification")
|
|
173
211
|
|
|
@@ -179,9 +217,7 @@ class AggregateDeliveryArgs:
|
|
|
179
217
|
@pulumi.getter(name="oversizedDataOssTargetArn")
|
|
180
218
|
def oversized_data_oss_target_arn(self) -> Optional[pulumi.Input[str]]:
|
|
181
219
|
"""
|
|
182
|
-
The
|
|
183
|
-
* 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.
|
|
184
|
-
* 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.
|
|
220
|
+
The ARN of the OSS bucket to which the delivered data is transferred when the size of the data exceeds the specified upper limit of the delivery channel.
|
|
185
221
|
"""
|
|
186
222
|
return pulumi.get(self, "oversized_data_oss_target_arn")
|
|
187
223
|
|
|
@@ -193,7 +229,9 @@ class AggregateDeliveryArgs:
|
|
|
193
229
|
@pulumi.getter
|
|
194
230
|
def status(self) -> Optional[pulumi.Input[int]]:
|
|
195
231
|
"""
|
|
196
|
-
The status of the delivery method. Valid values:
|
|
232
|
+
The status of the delivery method. Valid values:
|
|
233
|
+
- 0: The delivery method is disabled.
|
|
234
|
+
- 1: The delivery destination is enabled. This is the default value.
|
|
197
235
|
"""
|
|
198
236
|
return pulumi.get(self, "status")
|
|
199
237
|
|
|
@@ -219,23 +257,42 @@ class _AggregateDeliveryState:
|
|
|
219
257
|
status: Optional[pulumi.Input[int]] = None):
|
|
220
258
|
"""
|
|
221
259
|
Input properties used for looking up and filtering AggregateDelivery resources.
|
|
222
|
-
:param pulumi.Input[str] aggregator_id:
|
|
223
|
-
:param pulumi.Input[bool] configuration_item_change_notification:
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
:param pulumi.Input[
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
260
|
+
:param pulumi.Input[str] aggregator_id: Aggregator ID.
|
|
261
|
+
: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:
|
|
262
|
+
- true: The specified destination receives resource change logs.
|
|
263
|
+
- false: The specified destination does not receive resource change logs.
|
|
264
|
+
: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:
|
|
265
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
266
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
267
|
+
:param pulumi.Input[str] delivery_channel_condition: The rule that is attached to the delivery channel.
|
|
268
|
+
|
|
269
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
270
|
+
|
|
271
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
272
|
+
|
|
273
|
+
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.
|
|
274
|
+
|
|
275
|
+
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.
|
|
276
|
+
|
|
277
|
+
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}].
|
|
278
|
+
:param pulumi.Input[str] delivery_channel_id: The ID of the delivery method. This parameter is required when you modify a delivery method.
|
|
279
|
+
:param pulumi.Input[str] delivery_channel_name: The name of the delivery channel.
|
|
280
|
+
:param pulumi.Input[str] delivery_channel_target_arn: The ARN of the delivery destination.
|
|
281
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
282
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
283
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
284
|
+
:param pulumi.Input[str] delivery_channel_type: The type of the delivery channel. Valid values:
|
|
285
|
+
- OSS: Object Storage Service (OSS)
|
|
286
|
+
- MNS: Message Service (MNS)
|
|
287
|
+
- SLS: Log Service
|
|
233
288
|
:param pulumi.Input[str] description: The description of the delivery method.
|
|
234
|
-
:param pulumi.Input[bool] non_compliant_notification:
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
:param pulumi.Input[int] status: The status of the delivery method. Valid values:
|
|
289
|
+
: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:
|
|
290
|
+
- true: The specified destination receives resource non-compliance events.
|
|
291
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
292
|
+
:param pulumi.Input[str] oversized_data_oss_target_arn: The ARN of the OSS bucket to which the delivered data is transferred when the size of the data exceeds the specified upper limit of the delivery channel.
|
|
293
|
+
:param pulumi.Input[int] status: The status of the delivery method. Valid values:
|
|
294
|
+
- 0: The delivery method is disabled.
|
|
295
|
+
- 1: The delivery destination is enabled. This is the default value.
|
|
239
296
|
"""
|
|
240
297
|
if aggregator_id is not None:
|
|
241
298
|
pulumi.set(__self__, "aggregator_id", aggregator_id)
|
|
@@ -266,7 +323,7 @@ class _AggregateDeliveryState:
|
|
|
266
323
|
@pulumi.getter(name="aggregatorId")
|
|
267
324
|
def aggregator_id(self) -> Optional[pulumi.Input[str]]:
|
|
268
325
|
"""
|
|
269
|
-
|
|
326
|
+
Aggregator ID.
|
|
270
327
|
"""
|
|
271
328
|
return pulumi.get(self, "aggregator_id")
|
|
272
329
|
|
|
@@ -278,7 +335,9 @@ class _AggregateDeliveryState:
|
|
|
278
335
|
@pulumi.getter(name="configurationItemChangeNotification")
|
|
279
336
|
def configuration_item_change_notification(self) -> Optional[pulumi.Input[bool]]:
|
|
280
337
|
"""
|
|
281
|
-
|
|
338
|
+
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:
|
|
339
|
+
- true: The specified destination receives resource change logs.
|
|
340
|
+
- false: The specified destination does not receive resource change logs.
|
|
282
341
|
"""
|
|
283
342
|
return pulumi.get(self, "configuration_item_change_notification")
|
|
284
343
|
|
|
@@ -290,7 +349,9 @@ class _AggregateDeliveryState:
|
|
|
290
349
|
@pulumi.getter(name="configurationSnapshot")
|
|
291
350
|
def configuration_snapshot(self) -> Optional[pulumi.Input[bool]]:
|
|
292
351
|
"""
|
|
293
|
-
|
|
352
|
+
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:
|
|
353
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
354
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
294
355
|
"""
|
|
295
356
|
return pulumi.get(self, "configuration_snapshot")
|
|
296
357
|
|
|
@@ -302,7 +363,17 @@ class _AggregateDeliveryState:
|
|
|
302
363
|
@pulumi.getter(name="deliveryChannelCondition")
|
|
303
364
|
def delivery_channel_condition(self) -> Optional[pulumi.Input[str]]:
|
|
304
365
|
"""
|
|
305
|
-
The rule attached to the delivery
|
|
366
|
+
The rule that is attached to the delivery channel.
|
|
367
|
+
|
|
368
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
369
|
+
|
|
370
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
371
|
+
|
|
372
|
+
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.
|
|
373
|
+
|
|
374
|
+
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.
|
|
375
|
+
|
|
376
|
+
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}].
|
|
306
377
|
"""
|
|
307
378
|
return pulumi.get(self, "delivery_channel_condition")
|
|
308
379
|
|
|
@@ -314,7 +385,7 @@ class _AggregateDeliveryState:
|
|
|
314
385
|
@pulumi.getter(name="deliveryChannelId")
|
|
315
386
|
def delivery_channel_id(self) -> Optional[pulumi.Input[str]]:
|
|
316
387
|
"""
|
|
317
|
-
The ID of the delivery method.
|
|
388
|
+
The ID of the delivery method. This parameter is required when you modify a delivery method.
|
|
318
389
|
"""
|
|
319
390
|
return pulumi.get(self, "delivery_channel_id")
|
|
320
391
|
|
|
@@ -326,7 +397,7 @@ class _AggregateDeliveryState:
|
|
|
326
397
|
@pulumi.getter(name="deliveryChannelName")
|
|
327
398
|
def delivery_channel_name(self) -> Optional[pulumi.Input[str]]:
|
|
328
399
|
"""
|
|
329
|
-
The name of the delivery
|
|
400
|
+
The name of the delivery channel.
|
|
330
401
|
"""
|
|
331
402
|
return pulumi.get(self, "delivery_channel_name")
|
|
332
403
|
|
|
@@ -338,10 +409,10 @@ class _AggregateDeliveryState:
|
|
|
338
409
|
@pulumi.getter(name="deliveryChannelTargetArn")
|
|
339
410
|
def delivery_channel_target_arn(self) -> Optional[pulumi.Input[str]]:
|
|
340
411
|
"""
|
|
341
|
-
The ARN of the delivery destination.
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
412
|
+
The ARN of the delivery destination.
|
|
413
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
414
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
415
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
345
416
|
"""
|
|
346
417
|
return pulumi.get(self, "delivery_channel_target_arn")
|
|
347
418
|
|
|
@@ -353,7 +424,10 @@ class _AggregateDeliveryState:
|
|
|
353
424
|
@pulumi.getter(name="deliveryChannelType")
|
|
354
425
|
def delivery_channel_type(self) -> Optional[pulumi.Input[str]]:
|
|
355
426
|
"""
|
|
356
|
-
The type of the delivery
|
|
427
|
+
The type of the delivery channel. Valid values:
|
|
428
|
+
- OSS: Object Storage Service (OSS)
|
|
429
|
+
- MNS: Message Service (MNS)
|
|
430
|
+
- SLS: Log Service
|
|
357
431
|
"""
|
|
358
432
|
return pulumi.get(self, "delivery_channel_type")
|
|
359
433
|
|
|
@@ -377,7 +451,9 @@ class _AggregateDeliveryState:
|
|
|
377
451
|
@pulumi.getter(name="nonCompliantNotification")
|
|
378
452
|
def non_compliant_notification(self) -> Optional[pulumi.Input[bool]]:
|
|
379
453
|
"""
|
|
380
|
-
|
|
454
|
+
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:
|
|
455
|
+
- true: The specified destination receives resource non-compliance events.
|
|
456
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
381
457
|
"""
|
|
382
458
|
return pulumi.get(self, "non_compliant_notification")
|
|
383
459
|
|
|
@@ -389,9 +465,7 @@ class _AggregateDeliveryState:
|
|
|
389
465
|
@pulumi.getter(name="oversizedDataOssTargetArn")
|
|
390
466
|
def oversized_data_oss_target_arn(self) -> Optional[pulumi.Input[str]]:
|
|
391
467
|
"""
|
|
392
|
-
The
|
|
393
|
-
* 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.
|
|
394
|
-
* 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.
|
|
468
|
+
The ARN of the OSS bucket to which the delivered data is transferred when the size of the data exceeds the specified upper limit of the delivery channel.
|
|
395
469
|
"""
|
|
396
470
|
return pulumi.get(self, "oversized_data_oss_target_arn")
|
|
397
471
|
|
|
@@ -403,7 +477,9 @@ class _AggregateDeliveryState:
|
|
|
403
477
|
@pulumi.getter
|
|
404
478
|
def status(self) -> Optional[pulumi.Input[int]]:
|
|
405
479
|
"""
|
|
406
|
-
The status of the delivery method. Valid values:
|
|
480
|
+
The status of the delivery method. Valid values:
|
|
481
|
+
- 0: The delivery method is disabled.
|
|
482
|
+
- 1: The delivery destination is enabled. This is the default value.
|
|
407
483
|
"""
|
|
408
484
|
return pulumi.get(self, "status")
|
|
409
485
|
|
|
@@ -430,15 +506,17 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
430
506
|
status: Optional[pulumi.Input[int]] = None,
|
|
431
507
|
__props__=None):
|
|
432
508
|
"""
|
|
433
|
-
Provides a
|
|
509
|
+
Provides a Config Aggregate Delivery resource.
|
|
510
|
+
|
|
511
|
+
Delivery channel of aggregator.
|
|
434
512
|
|
|
435
|
-
For information about
|
|
513
|
+
For information about Config Aggregate Delivery and how to use it, see [What is Aggregate Delivery](https://www.alibabacloud.com/help/en/cloud-config/latest/api-config-2020-09-07-createaggregateconfigdeliverychannel).
|
|
436
514
|
|
|
437
515
|
> **NOTE:** Available since v1.172.0.
|
|
438
516
|
|
|
439
517
|
## Import
|
|
440
518
|
|
|
441
|
-
|
|
519
|
+
Config Aggregate Delivery can be imported using the id, e.g.
|
|
442
520
|
|
|
443
521
|
```sh
|
|
444
522
|
$ pulumi import alicloud:cfg/aggregateDelivery:AggregateDelivery example <aggregator_id>:<delivery_channel_id>
|
|
@@ -446,22 +524,41 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
446
524
|
|
|
447
525
|
:param str resource_name: The name of the resource.
|
|
448
526
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
449
|
-
:param pulumi.Input[str] aggregator_id:
|
|
450
|
-
:param pulumi.Input[bool] configuration_item_change_notification:
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
:param pulumi.Input[
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
527
|
+
:param pulumi.Input[str] aggregator_id: Aggregator ID.
|
|
528
|
+
: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:
|
|
529
|
+
- true: The specified destination receives resource change logs.
|
|
530
|
+
- false: The specified destination does not receive resource change logs.
|
|
531
|
+
: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:
|
|
532
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
533
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
534
|
+
:param pulumi.Input[str] delivery_channel_condition: The rule that is attached to the delivery channel.
|
|
535
|
+
|
|
536
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
537
|
+
|
|
538
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
539
|
+
|
|
540
|
+
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.
|
|
541
|
+
|
|
542
|
+
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.
|
|
543
|
+
|
|
544
|
+
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}].
|
|
545
|
+
:param pulumi.Input[str] delivery_channel_name: The name of the delivery channel.
|
|
546
|
+
:param pulumi.Input[str] delivery_channel_target_arn: The ARN of the delivery destination.
|
|
547
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
548
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
549
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
550
|
+
:param pulumi.Input[str] delivery_channel_type: The type of the delivery channel. Valid values:
|
|
551
|
+
- OSS: Object Storage Service (OSS)
|
|
552
|
+
- MNS: Message Service (MNS)
|
|
553
|
+
- SLS: Log Service
|
|
459
554
|
:param pulumi.Input[str] description: The description of the delivery method.
|
|
460
|
-
:param pulumi.Input[bool] non_compliant_notification:
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
:param pulumi.Input[int] status: The status of the delivery method. Valid values:
|
|
555
|
+
: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:
|
|
556
|
+
- true: The specified destination receives resource non-compliance events.
|
|
557
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
558
|
+
:param pulumi.Input[str] oversized_data_oss_target_arn: The ARN of the OSS bucket to which the delivered data is transferred when the size of the data exceeds the specified upper limit of the delivery channel.
|
|
559
|
+
:param pulumi.Input[int] status: The status of the delivery method. Valid values:
|
|
560
|
+
- 0: The delivery method is disabled.
|
|
561
|
+
- 1: The delivery destination is enabled. This is the default value.
|
|
465
562
|
"""
|
|
466
563
|
...
|
|
467
564
|
@overload
|
|
@@ -470,15 +567,17 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
470
567
|
args: AggregateDeliveryArgs,
|
|
471
568
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
472
569
|
"""
|
|
473
|
-
Provides a
|
|
570
|
+
Provides a Config Aggregate Delivery resource.
|
|
474
571
|
|
|
475
|
-
|
|
572
|
+
Delivery channel of aggregator.
|
|
573
|
+
|
|
574
|
+
For information about Config Aggregate Delivery and how to use it, see [What is Aggregate Delivery](https://www.alibabacloud.com/help/en/cloud-config/latest/api-config-2020-09-07-createaggregateconfigdeliverychannel).
|
|
476
575
|
|
|
477
576
|
> **NOTE:** Available since v1.172.0.
|
|
478
577
|
|
|
479
578
|
## Import
|
|
480
579
|
|
|
481
|
-
|
|
580
|
+
Config Aggregate Delivery can be imported using the id, e.g.
|
|
482
581
|
|
|
483
582
|
```sh
|
|
484
583
|
$ pulumi import alicloud:cfg/aggregateDelivery:AggregateDelivery example <aggregator_id>:<delivery_channel_id>
|
|
@@ -566,23 +665,42 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
566
665
|
:param str resource_name: The unique name of the resulting resource.
|
|
567
666
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
568
667
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
569
|
-
:param pulumi.Input[str] aggregator_id:
|
|
570
|
-
:param pulumi.Input[bool] configuration_item_change_notification:
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
:param pulumi.Input[
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
668
|
+
:param pulumi.Input[str] aggregator_id: Aggregator ID.
|
|
669
|
+
: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:
|
|
670
|
+
- true: The specified destination receives resource change logs.
|
|
671
|
+
- false: The specified destination does not receive resource change logs.
|
|
672
|
+
: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:
|
|
673
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
674
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
675
|
+
:param pulumi.Input[str] delivery_channel_condition: The rule that is attached to the delivery channel.
|
|
676
|
+
|
|
677
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
678
|
+
|
|
679
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
680
|
+
|
|
681
|
+
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.
|
|
682
|
+
|
|
683
|
+
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.
|
|
684
|
+
|
|
685
|
+
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}].
|
|
686
|
+
:param pulumi.Input[str] delivery_channel_id: The ID of the delivery method. This parameter is required when you modify a delivery method.
|
|
687
|
+
:param pulumi.Input[str] delivery_channel_name: The name of the delivery channel.
|
|
688
|
+
:param pulumi.Input[str] delivery_channel_target_arn: The ARN of the delivery destination.
|
|
689
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
690
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
691
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
692
|
+
:param pulumi.Input[str] delivery_channel_type: The type of the delivery channel. Valid values:
|
|
693
|
+
- OSS: Object Storage Service (OSS)
|
|
694
|
+
- MNS: Message Service (MNS)
|
|
695
|
+
- SLS: Log Service
|
|
580
696
|
:param pulumi.Input[str] description: The description of the delivery method.
|
|
581
|
-
:param pulumi.Input[bool] non_compliant_notification:
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
:param pulumi.Input[int] status: The status of the delivery method. Valid values:
|
|
697
|
+
: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:
|
|
698
|
+
- true: The specified destination receives resource non-compliance events.
|
|
699
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
700
|
+
:param pulumi.Input[str] oversized_data_oss_target_arn: The ARN of the OSS bucket to which the delivered data is transferred when the size of the data exceeds the specified upper limit of the delivery channel.
|
|
701
|
+
:param pulumi.Input[int] status: The status of the delivery method. Valid values:
|
|
702
|
+
- 0: The delivery method is disabled.
|
|
703
|
+
- 1: The delivery destination is enabled. This is the default value.
|
|
586
704
|
"""
|
|
587
705
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
588
706
|
|
|
@@ -606,23 +724,27 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
606
724
|
@pulumi.getter(name="aggregatorId")
|
|
607
725
|
def aggregator_id(self) -> pulumi.Output[str]:
|
|
608
726
|
"""
|
|
609
|
-
|
|
727
|
+
Aggregator ID.
|
|
610
728
|
"""
|
|
611
729
|
return pulumi.get(self, "aggregator_id")
|
|
612
730
|
|
|
613
731
|
@property
|
|
614
732
|
@pulumi.getter(name="configurationItemChangeNotification")
|
|
615
|
-
def configuration_item_change_notification(self) -> pulumi.Output[bool]:
|
|
733
|
+
def configuration_item_change_notification(self) -> pulumi.Output[Optional[bool]]:
|
|
616
734
|
"""
|
|
617
|
-
|
|
735
|
+
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:
|
|
736
|
+
- true: The specified destination receives resource change logs.
|
|
737
|
+
- false: The specified destination does not receive resource change logs.
|
|
618
738
|
"""
|
|
619
739
|
return pulumi.get(self, "configuration_item_change_notification")
|
|
620
740
|
|
|
621
741
|
@property
|
|
622
742
|
@pulumi.getter(name="configurationSnapshot")
|
|
623
|
-
def configuration_snapshot(self) -> pulumi.Output[bool]:
|
|
743
|
+
def configuration_snapshot(self) -> pulumi.Output[Optional[bool]]:
|
|
624
744
|
"""
|
|
625
|
-
|
|
745
|
+
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:
|
|
746
|
+
- true: The specified destination receives scheduled resource snapshots.
|
|
747
|
+
- false: The specified destination does not receive scheduled resource snapshots.
|
|
626
748
|
"""
|
|
627
749
|
return pulumi.get(self, "configuration_snapshot")
|
|
628
750
|
|
|
@@ -630,7 +752,17 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
630
752
|
@pulumi.getter(name="deliveryChannelCondition")
|
|
631
753
|
def delivery_channel_condition(self) -> pulumi.Output[Optional[str]]:
|
|
632
754
|
"""
|
|
633
|
-
The rule attached to the delivery
|
|
755
|
+
The rule that is attached to the delivery channel.
|
|
756
|
+
|
|
757
|
+
This parameter is available when you deliver data of all types to MNS or deliver snapshots to Log Service.
|
|
758
|
+
|
|
759
|
+
If you specify the risk level or resource types for subscription events, this is as follows:
|
|
760
|
+
|
|
761
|
+
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.
|
|
762
|
+
|
|
763
|
+
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.
|
|
764
|
+
|
|
765
|
+
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}].
|
|
634
766
|
"""
|
|
635
767
|
return pulumi.get(self, "delivery_channel_condition")
|
|
636
768
|
|
|
@@ -638,7 +770,7 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
638
770
|
@pulumi.getter(name="deliveryChannelId")
|
|
639
771
|
def delivery_channel_id(self) -> pulumi.Output[str]:
|
|
640
772
|
"""
|
|
641
|
-
The ID of the delivery method.
|
|
773
|
+
The ID of the delivery method. This parameter is required when you modify a delivery method.
|
|
642
774
|
"""
|
|
643
775
|
return pulumi.get(self, "delivery_channel_id")
|
|
644
776
|
|
|
@@ -646,7 +778,7 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
646
778
|
@pulumi.getter(name="deliveryChannelName")
|
|
647
779
|
def delivery_channel_name(self) -> pulumi.Output[Optional[str]]:
|
|
648
780
|
"""
|
|
649
|
-
The name of the delivery
|
|
781
|
+
The name of the delivery channel.
|
|
650
782
|
"""
|
|
651
783
|
return pulumi.get(self, "delivery_channel_name")
|
|
652
784
|
|
|
@@ -654,10 +786,10 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
654
786
|
@pulumi.getter(name="deliveryChannelTargetArn")
|
|
655
787
|
def delivery_channel_target_arn(self) -> pulumi.Output[str]:
|
|
656
788
|
"""
|
|
657
|
-
The ARN of the delivery destination.
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
789
|
+
The ARN of the delivery destination.
|
|
790
|
+
- If the value of the DeliveryChannelType parameter is OSS, the value of this parameter is the ARN of the destination OSS bucket.
|
|
791
|
+
- If the value of the DeliveryChannelType parameter is MNS, the value of this parameter is the ARN of the destination MNS topic.
|
|
792
|
+
- If the value of the DeliveryChannelType parameter is SLS, the value of this parameter is the ARN of the destination Log Service Logstore.
|
|
661
793
|
"""
|
|
662
794
|
return pulumi.get(self, "delivery_channel_target_arn")
|
|
663
795
|
|
|
@@ -665,7 +797,10 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
665
797
|
@pulumi.getter(name="deliveryChannelType")
|
|
666
798
|
def delivery_channel_type(self) -> pulumi.Output[str]:
|
|
667
799
|
"""
|
|
668
|
-
The type of the delivery
|
|
800
|
+
The type of the delivery channel. Valid values:
|
|
801
|
+
- OSS: Object Storage Service (OSS)
|
|
802
|
+
- MNS: Message Service (MNS)
|
|
803
|
+
- SLS: Log Service
|
|
669
804
|
"""
|
|
670
805
|
return pulumi.get(self, "delivery_channel_type")
|
|
671
806
|
|
|
@@ -679,9 +814,11 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
679
814
|
|
|
680
815
|
@property
|
|
681
816
|
@pulumi.getter(name="nonCompliantNotification")
|
|
682
|
-
def non_compliant_notification(self) -> pulumi.Output[bool]:
|
|
817
|
+
def non_compliant_notification(self) -> pulumi.Output[Optional[bool]]:
|
|
683
818
|
"""
|
|
684
|
-
|
|
819
|
+
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:
|
|
820
|
+
- true: The specified destination receives resource non-compliance events.
|
|
821
|
+
- false: The specified destination does not receive resource non-compliance events.
|
|
685
822
|
"""
|
|
686
823
|
return pulumi.get(self, "non_compliant_notification")
|
|
687
824
|
|
|
@@ -689,9 +826,7 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
689
826
|
@pulumi.getter(name="oversizedDataOssTargetArn")
|
|
690
827
|
def oversized_data_oss_target_arn(self) -> pulumi.Output[Optional[str]]:
|
|
691
828
|
"""
|
|
692
|
-
The
|
|
693
|
-
* 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.
|
|
694
|
-
* 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.
|
|
829
|
+
The ARN of the OSS bucket to which the delivered data is transferred when the size of the data exceeds the specified upper limit of the delivery channel.
|
|
695
830
|
"""
|
|
696
831
|
return pulumi.get(self, "oversized_data_oss_target_arn")
|
|
697
832
|
|
|
@@ -699,7 +834,9 @@ class AggregateDelivery(pulumi.CustomResource):
|
|
|
699
834
|
@pulumi.getter
|
|
700
835
|
def status(self) -> pulumi.Output[int]:
|
|
701
836
|
"""
|
|
702
|
-
The status of the delivery method. Valid values:
|
|
837
|
+
The status of the delivery method. Valid values:
|
|
838
|
+
- 0: The delivery method is disabled.
|
|
839
|
+
- 1: The delivery destination is enabled. This is the default value.
|
|
703
840
|
"""
|
|
704
841
|
return pulumi.get(self, "status")
|
|
705
842
|
|