Get Enterprise Instances Plain Args
data class GetEnterpriseInstancesPlainArgs(val envType: String? = null, val instanceAliasRegex: String? = null, val instanceSource: String? = null, val instanceType: String? = null, val nameRegex: String? = null, val netType: String? = null, val outputFile: String? = null, val searchKey: String? = null, val status: String? = null, val tid: Int? = null) : ConvertibleToJava<GetEnterpriseInstancesPlainArgs>
A collection of arguments for invoking getEnterpriseInstances.
Properties
Link copied to clipboard
A regex string to filter the results by the DMS Enterprise Instance instance_alias.
Link copied to clipboard
The source of the database instance.
Link copied to clipboard
The ID of the database instance.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).