Get Stack Instances Plain Args
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
Properties
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
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.