Module dds
This page documents the language specification for the alicloud package. If you're looking for help working with the inputs, outputs, or functions of alicloud resources in a Pulumi program, please see the resource documentation for examples and API reference.
This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the
pulumi/pulumi-alicloudrepo; however, if that doesn’t turn up anything, please consult the sourceterraform-providers/terraform-provider-alicloudrepo.
Functions
Others
Functions
Function getMongoInstances
getMongoInstances(args?: GetMongoInstancesArgs, opts?: pulumi.InvokeOptions): Promise<GetMongoInstancesResult>Others
interface GetMongoInstancesArgs
interface GetMongoInstancesArgsA collection of arguments for invoking getMongoInstances.
property availabilityZone
availabilityZone?: undefined | string;property ids
ids?: string[];property instanceClass
instanceClass?: undefined | string;property instanceType
instanceType?: undefined | string;property nameRegex
nameRegex?: undefined | string;property outputFile
outputFile?: undefined | string;property tags
tags?: undefined | {[key: string]: any};interface GetMongoInstancesResult
interface GetMongoInstancesResultA collection of values returned by getMongoInstances.
property availabilityZone
availabilityZone?: undefined | string;property id
id: string;The provider-assigned unique ID for this managed resource.
property ids
ids: string[];property instanceClass
instanceClass?: undefined | string;property instanceType
instanceType?: undefined | string;property instances
instances: GetMongoInstancesInstance[];property nameRegex
nameRegex?: undefined | string;property names
names: string[];property outputFile
outputFile?: undefined | string;property tags
tags?: undefined | {[key: string]: any};