Resource Type: Azure > Cosmos DB > MongoDB Database
The MongoDB Database resource type is a representation of a MongoDB database that can be used to store and manage data in the form of documents and collections within the Azure Cosmos DB service.
Resource Context
MongoDB Database is a part of the Cosmos DB service.
Each MongoDB Database lives under a Database Account.
Controls
The primary controls for Azure > Cosmos DB > MongoDB Database are:
It is also targeted by these controls:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-cosmosdb#/resource/types/mongoDbDatabase
- tmod:@turbot/turbot#/resource/categories/database
- turbot graphql resource --id "tmod:@turbot/azure-cosmosdb#/resource/types/mongoDbDatabase"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-cosmosdb#/resource/types/mongoDbDatabase';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-cosmosdb#/resource/types/mongoDbDatabase"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-cosmosdb#/resource/types/mongoDbDatabase' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query