alicloud_mongodb_audit_policies

This data source provides the Mongodb Audit Policies of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_mongodb_audit_policies" "example" {
  db_instance_id = "example_value"
}
output "mongodb_audit_policy_id_1" {
  value = data.alicloud_mongodb_audit_policies.example.policies.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

The following attributes are exported in addition to the arguments listed above: