pulumi-aws-native-kotlin
0.82.0.0
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
)
Types
Constructors
Properties
Constructors
Get
Key
Pair
Result
Link copied to clipboard
fun
GetKeyPairResult
(
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
A short sequence of bytes used for public key verification
key
Pair
Id
Link copied to clipboard
val
keyPairId
:
String
?
=
null
An AWS generated ID for the key pair