GetKeyPairPlainArgs

data class GetKeyPairPlainArgs(val filters: List<GetKeyPairFilter>? = null, val includePublicKey: Boolean? = null, val keyName: String? = null, val keyPairId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetKeyPairPlainArgs>

A collection of arguments for invoking getKeyPair.

Constructors

Link copied to clipboard
constructor(filters: List<GetKeyPairFilter>? = null, includePublicKey: Boolean? = null, keyName: String? = null, keyPairId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Custom filter block as described below. The arguments of this data source act as filters for querying the available Key Pairs. The given filters must match exactly one Key Pair whose data will be exported as attributes.

Link copied to clipboard

Whether to include the public key material in the response.

Link copied to clipboard
val keyName: String? = null

Key Pair name.

Link copied to clipboard
val keyPairId: String? = null

Key Pair ID.

Link copied to clipboard
val tags: Map<String, String>? = null

Any tags assigned to the Key Pair.

Functions

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