v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1469325456.8 KB

Uploads the specified certificate.

post/#X-Amz-Target=AmazonDMSv20160101.ImportCertificate

Headers

X-Amz-Target'AmazonDMSv20160101.ImportCertificate' required

Request body

CertificateIdentifierstring required

A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.

CertificatePemstring password

The contents of a <code>.pem</code> file, which contains an X.509 certificate.

CertificateWalletstring
<p>The location of an imported Oracle Wallet certificate for use with SSL. Provide the name of a <code>.sso</code> file using the <code>fileb://</code> prefix. You can't provide the certificate inline.</p> <p>Example: <code>filebase64("${path.root}/rds-ca-2019-root.sso")</code> </p>

Response

Success

Example response

{
  "Certificate": {}
}