Get Key Pair Plain Args
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.
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.