Get Applications Plain Args
data class GetApplicationsPlainArgs(val appName: String? = null, val enableDetails: Boolean? = null, val fieldType: String? = null, val fieldValue: String? = null, val ids: List<String>? = null, val namespaceId: String? = null, val orderBy: String? = null, val outputFile: String? = null, val reverse: Boolean? = null, val status: String? = null) : ConvertibleToJava<GetApplicationsPlainArgs>
A collection of arguments for invoking getApplications.
Properties
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
The field value.
Link copied to clipboard
SAE namespace ID. Only namespaces whose names are lowercase letters and dashes (-) are supported, and must start with a letter. The namespace can be obtained by calling the DescribeNamespaceList interface.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).