GetStackInstancesPlainArgs

data class GetStackInstancesPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val outputFile: String? = null, val stackGroupName: String, val stackInstanceAccountId: String? = null, val stackInstanceRegionId: String? = null, val status: String? = null) : ConvertibleToJava<GetStackInstancesPlainArgs>

A collection of arguments for invoking getStackInstances.

Constructors

Link copied to clipboard
constructor(enableDetails: Boolean? = null, ids: List<String>? = null, outputFile: String? = null, stackGroupName: String, stackInstanceAccountId: String? = null, stackInstanceRegionId: String? = null, status: String? = null)

Properties

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 ids: List<String>? = null

A list of Stack Instance IDs.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard

The name of the stack group.

Link copied to clipboard

The account to which the stack instance belongs.

Link copied to clipboard

The region of the stack instance.

Link copied to clipboard
val status: String? = null

The status of the stack instance. Valid values: CURRENT or OUTDATED.

Functions

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