KeyPair class

Describes the SSH key pair.

Constructors

KeyPair({String? arn, DateTime? createdAt, String? fingerprint, ResourceLocation? location, String? name, ResourceType? resourceType, String? supportCode, List<Tag>? tags})
KeyPair.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the key pair (e.g., arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE).
final
createdAt DateTime?
The timestamp when the key pair was created (e.g., 1479816991.349).
final
fingerprint String?
The RSA fingerprint of the key pair.
final
hashCode int
The hash code for this object.
no setterinherited
location ResourceLocation?
The region name and Availability Zone where the key pair was created.
final
name String?
The friendly name of the SSH key pair.
final
resourceType ResourceType?
The resource type (usually KeyPair).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportCode String?
The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.
final
tags List<Tag>?
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited