DescribedHostKey

The details for a server host key.

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) for the host key.

Link copied to clipboard

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

Link copied to clipboard

The text description for this host key.

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 tags: List<Tag>?

Key-value pairs that can be used to group and search for host keys.

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: DescribedHostKey.Builder.() -> Unit = {}): DescribedHostKey
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