DATASOURCE::CloudPhone::KeyPairs is used to query the information about key pairs.
Syntax
{
"Type": "DATASOURCE::CloudPhone::KeyPairs",
"Properties": {
"KeyPairFingerPrint": String,
"KeyPairName": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
KeyPairFingerPrint | String | No | Yes | The fingerprint of the key pair. | The message-digest algorithm 5 (MD5) is used based on the public key fingerprint format defined in RFC 4716. |
KeyPairName | String | No | Yes | The name of the key pair. | None. |
Return values
Fn::GetAtt
KeyPairs: details of the key pairs.
KeyPairNames: the names of the key pairs.
Property | Type | Description | Constraint |
KeyPairNames | List | The names of the key pairs. | None. |
KeyPairs | List | Details of the key pairs. | None. |
KeyPairFingerPrint | String | The fingerprint of the key pair. | None. |
CreateTime | String | The time when the key pair was created. | None. |
KeyPairName | String | The name of the key pair. | None. |