View source: R/acm_operations.R
acm_list_certificates | R Documentation |
Retrieves a list of certificate ARNs and domain names. By default, the API returns RSA_2048 certificates. To return all certificates in the account, include the keyType
filter with the values [RSA_1024, RSA_2048, RSA_3072, RSA_4096, EC_prime256v1, EC_secp384r1, EC_secp521r1]
.
See https://www.paws-r-sdk.com/docs/acm_list_certificates/ for full documentation.
acm_list_certificates(
CertificateStatuses = NULL,
Includes = NULL,
NextToken = NULL,
MaxItems = NULL,
SortBy = NULL,
SortOrder = NULL
)
CertificateStatuses |
Filter the certificate list by status value. |
Includes |
Filter the certificate list. For more information, see the Filters structure. |
NextToken |
Use this parameter only when paginating results and only in a subsequent
request after you receive a response with truncated results. Set it to
the value of |
MaxItems |
Use this parameter when paginating results to specify the maximum number
of items to return in the response. If additional items exist beyond the
number you specify, the |
SortBy |
Specifies the field to sort results by. If you specify |
SortOrder |
Specifies the order of sorted results. If you specify |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.