Creates an SSH key pair.
lightsail_create_key_pair(keyPairName, tags)[required] The name for your new key pair.
The tag keys and optional values to add to the resource during create.
To tag a resource after it has been created, see the tag resource
operation.
svc$create_key_pair(
keyPairName = "string",
tags = list(
list(
key = "string",
value = "string"
)
)
)
The create key pair operation supports tag-based access control via
request tags. For more information, see the Lightsail Dev Guide.