Get Secrets Plain Args
data class GetSecretsPlainArgs(val enableDetails: Boolean? = null, val fetchTags: Boolean? = null, val filters: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSecretsPlainArgs>
A collection of arguments for invoking getSecrets.
Constructors
Properties
Link copied to clipboard
Default to false
. Set it to true can output more details.
Link copied to clipboard
The secret filter. The filter consists of one or more key-value pairs. More details see API ListSecrets.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).