Certificate
The SSL certificate that can be used to encrypt connections between the endpoints and the replication instance.
Contents
- CertificateArn
-
The Amazon Resource Name (ARN) for the certificate.
Type: String
Required: No
- CertificateCreationDate
-
The date that the certificate was created.
Type: Timestamp
Required: No
- CertificateIdentifier
-
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.
Type: String
Required: No
- CertificateOwner
-
The owner of the certificate.
Type: String
Required: No
- CertificatePem
-
The contents of a
.pem
file, which contains an X.509 certificate.Type: String
Required: No
- CertificateWallet
-
The location of an imported Oracle Wallet certificate for use with SSL. Example:
filebase64("${path.root}/rds-ca-2019-root.sso")
Type: Base64-encoded binary data object
Required: No
- KeyLength
-
The key length of the cryptographic algorithm being used.
Type: Integer
Required: No
- SigningAlgorithm
-
The signing algorithm for the certificate.
Type: String
Required: No
- ValidFromDate
-
The beginning date that the certificate is valid.
Type: Timestamp
Required: No
- ValidToDate
-
The final date that the certificate is valid.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: