Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface SSHPublicKeyMetadata

Contains information about an SSH public key, without the key's body or fingerprint.

This data type is used as a response element in the ListSSHPublicKeys operation.

Hierarchy

  • SSHPublicKeyMetadata

Properties

SSHPublicKeyId: undefined | string

The unique identifier for the SSH public key.

Status: undefined | string

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.

UploadDate: undefined | Date

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

UserName: undefined | string

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