mirror of https://github.com/pulumi/pulumi.git
30 lines
573 B
JSON
30 lines
573 B
JSON
{
|
|
"version": "0.0.1",
|
|
"name": "mongodbatlas",
|
|
"types": {
|
|
"mongodbatlas::getCustomDbRolesResult": {
|
|
"type": "object"
|
|
}
|
|
},
|
|
"functions": {
|
|
"mongodbatlas::getCustomDbRoles": {
|
|
"inputs": {},
|
|
"outputs": {
|
|
"type": "object",
|
|
"properties": {
|
|
"result": {
|
|
"$ref": "#/types/mongodbatlas::getCustomDbRolesResult"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"language": {
|
|
"csharp": {
|
|
"projectReferences": [
|
|
"..\\..\\..\\..\\..\\..\\..\\sdk\\dotnet\\Pulumi\\Pulumi.csproj"
|
|
]
|
|
}
|
|
}
|
|
}
|