GetApplicationsPlainArgs

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.

Constructors

Link copied to clipboard
constructor(appName: String? = null, enableDetails: Boolean? = null, fieldType: String? = null, fieldValue: String? = null, ids: List<String>? = null, namespaceId: String? = null, orderBy: String? = null, outputFile: String? = null, reverse: Boolean? = null, status: String? = null)

Properties

Link copied to clipboard
val appName: String? = null

Application Name. Combinations of numbers, letters, and dashes (-) are allowed. It must start with a letter and the maximum length is 36 characters.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val fieldType: String? = null

The field type. Valid values:appName, appIds, slbIps, instanceIps

Link copied to clipboard
val fieldValue: String? = null

The field value.

Link copied to clipboard
val ids: List<String>? = null

A list of Application IDs.

Link copied to clipboard
val namespaceId: String? = null

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
val orderBy: String? = null

The order by.Valid values:running,instances.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val reverse: Boolean? = null

The reverse.

Link copied to clipboard
val status: String? = null

The status of the resource. Valid values: RUNNING, STOPPED,UNKNOWN.

Functions

Link copied to clipboard
open override fun toJava(): GetApplicationsPlainArgs