lightsail_get_certificates: Returns information about one or more Amazon Lightsail...

View source: R/lightsail_operations.R

lightsail_get_certificatesR Documentation

Returns information about one or more Amazon Lightsail SSL/TLS certificates

Description

Returns information about one or more Amazon Lightsail SSL/TLS certificates.

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

Usage

lightsail_get_certificates(
  certificateStatuses = NULL,
  includeCertificateDetails = NULL,
  certificateName = NULL,
  pageToken = NULL
)

Arguments

certificateStatuses

The status of the certificates for which to return information.

For example, specify ISSUED to return only certificates with an ISSUED status.

When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.

includeCertificateDetails

Indicates whether to include detailed information about the certificates in the response.

When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.

certificateName

The name for the certificate for which to return information.

When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.

pageToken

The token to advance to the next page of results from your request.

To get a page token, perform an initial get_certificates request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.