KeyPairInfo

Describes a key pair.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If you used Amazon EC2 to create the key pair, this is the date and time when the key was created, in ISO 8601 date-time format, in the UTC time zone.

Link copied to clipboard

If you used CreateKeyPair to create the key pair:

Link copied to clipboard

The name of the key pair.

Link copied to clipboard

The ID of the key pair.

Link copied to clipboard

The type of key pair.

Link copied to clipboard

The public key material.

Link copied to clipboard
val tags: List<Tag>?

Any tags applied to the key pair.

Functions

Link copied to clipboard
inline fun copy(block: KeyPairInfo.Builder.() -> Unit = {}): KeyPairInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String