SshPublicKey

Contains information about an SSH public key.

This data type is used as a response element in the GetSSHPublicKey and UploadSSHPublicKey operations.

Types

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

Properties

Link copied to clipboard

The MD5 message digest of the SSH public key.

Link copied to clipboard

The SSH public key.

Link copied to clipboard

The unique identifier for the SSH public key.

Link copied to clipboard

The status of the SSH public key. Active means that the key can be used for authentication with an CodeCommit repository. Inactive means that the key cannot be used.

Link copied to clipboard

The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.

Link copied to clipboard

The name of the IAM user associated with the SSH public key.

Functions

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