toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
GetKeyPairResult
Get
Key
Pair
Result
data
class
GetKeyPairResult
(
val
keyFingerprint
:
String
?
=
null
,
val
keyPairId
:
String
?
=
null
)
Members
Constructors
Get
Key
Pair
Result
Link copied to clipboard
constructor
(
keyFingerprint
:
String
?
=
null
,
keyPairId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Fingerprint
Link copied to clipboard
val
keyFingerprint
:
String
?
=
null
If you created the key pair using Amazon EC2:
key
Pair
Id
Link copied to clipboard
val
keyPairId
:
String
?
=
null
The ID of the key pair.