GetKeysPlainArgs

data class GetKeysPlainArgs(val descriptionRegex: String? = null, val enableDetails: Boolean? = null, val filters: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetKeysPlainArgs>

A collection of arguments for invoking getKeys.

Constructors

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

Properties

Link copied to clipboard

A regex string to filter the results by the KMS key description.

Link copied to clipboard
val enableDetails: Boolean? = null

Default to true. Set it to true can output more details about resource attributes.

Link copied to clipboard
val filters: String? = null

The CMK filter. The filter consists of one or more key-value pairs. You can specify a maximum of 10 key-value pairs. More details see API ListKeys.

Link copied to clipboard
val ids: List<String>? = null

A list of KMS key 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
val status: String? = null

Filter the results by status of the KMS keys. Valid values: Enabled, Disabled, PendingDeletion.

Functions

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