privateKey

@JvmName(name = "pjbbhpggkvbwyfeb")
suspend fun privateKey(value: Output<String>)
@JvmName(name = "ipybxcphvohfnsci")
suspend fun privateKey(value: String?)

Parameters

value

Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly