Get Change Sets Plain Args
data class GetChangeSetsPlainArgs(val changeSetName: String? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val stackId: String, val status: String? = null) : ConvertibleToJava<GetChangeSetsPlainArgs>
A collection of arguments for invoking getChangeSets.
Constructors
Properties
Link copied to clipboard
The name of the change set. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.
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
).