ListedHostKey

Returns properties of the host key that's specified.

Types

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

Properties

Link copied to clipboard
val arn: String

The unique Amazon Resource Name (ARN) of the host key.

Link copied to clipboard

The date on which the host key was added to the server.

Link copied to clipboard

The current description for the host key. You can change it by calling the UpdateHostKey operation and providing a new description.

Link copied to clipboard

The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.

Link copied to clipboard

A unique identifier for the host key.

Link copied to clipboard
val type: String?

The encryption algorithm that is used for the host key. The Type parameter is specified by using one of the following values:

Functions

Link copied to clipboard
inline fun copy(block: ListedHostKey.Builder.() -> Unit = {}): ListedHostKey
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