View source: R/docdb_operations.R
docdb_describe_certificates | R Documentation |
Returns a list of certificate authority (CA) certificates provided by Amazon DocumentDB for this Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/docdb_describe_certificates/ for full documentation.
docdb_describe_certificates(
CertificateIdentifier = NULL,
Filters = NULL,
MaxRecords = NULL,
Marker = NULL
)
CertificateIdentifier |
The user-supplied certificate identifier. If this parameter is
specified, information for only the specified certificate is returned.
If this parameter is omitted, a list of up to Constraints
|
Filters |
This parameter is not currently supported. |
MaxRecords |
The maximum number of records to include in the response. If more
records exist than the specified Default: 100 Constraints:
|
Marker |
An optional pagination token provided by a previous
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.