GetKeyPairResult

data class GetKeyPairResult(val arn: String, val createTime: String, val filters: List<GetKeyPairFilter>? = null, val fingerprint: String, val id: String, val includePublicKey: Boolean? = null, val keyName: String? = null, val keyPairId: String? = null, val keyType: String, val publicKey: String, val tags: Map<String, String>)

A collection of values returned by getKeyPair.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Key Pair.

Link copied to clipboard

Timestamp for when the key pair was created in ISO 8601 format.

Link copied to clipboard
Link copied to clipboard

SHA-1 digest of the DER encoded private key.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val keyName: String? = null
Link copied to clipboard
val keyPairId: String? = null
Link copied to clipboard

Type of key pair.

Link copied to clipboard

Public key material.

Link copied to clipboard

Any tags assigned to the Key Pair.