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, Any>? = null) : ConvertibleToJava<GetSecretsPlainArgs>
A collection of arguments for invoking getSecrets.
Constructors
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The secret filter. The filter consists of one or more key-value pairs. More details see API ListSecrets.