AWSPrivateKeyType
The type of AWSPrivateKey .
Possible Values
PEM_FILE, PEM_BLOBData Type
string
Default Value
"PEM_FILE"
Remarks
This property can take one of the following values:
| PEM_FILE | Absolute path to a private key file in PEM format. |
| PEM_BLOB | A string (base64-encoded) representing a PEM-encoded private key. |