GetUserSshKeyResult

data class GetUserSshKeyResult(val encoding: String, val fingerprint: String, val id: String, val publicKey: String, val sshPublicKeyId: String, val status: String, val username: String)

A collection of values returned by getUserSshKey.

Constructors

Link copied to clipboard
constructor(encoding: String, fingerprint: String, id: String, publicKey: String, sshPublicKeyId: String, status: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

MD5 message digest of the SSH public key.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

SSH public key.

Link copied to clipboard
Link copied to clipboard

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