rds_modify_certificates: Override the system-default Secure Sockets Layer/Transport...

View source: R/rds_operations.R

rds_modify_certificatesR Documentation

Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances, or remove the override

Description

Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificate for Amazon RDS for new DB instances, or remove the override.

See https://www.paws-r-sdk.com/docs/rds_modify_certificates/ for full documentation.

Usage

rds_modify_certificates(
  CertificateIdentifier = NULL,
  RemoveCustomerOverride = NULL
)

Arguments

CertificateIdentifier

The new default certificate identifier to override the current one with.

To determine the valid values, use the describe-certificates CLI command or the describe_certificates API operation.

RemoveCustomerOverride

A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.