lightsail_get_distributions: Returns information about one or more of your Amazon...

View source: R/lightsail_operations.R

lightsail_get_distributionsR Documentation

Returns information about one or more of your Amazon Lightsail content delivery network (CDN) distributions

Description

Returns information about one or more of your Amazon Lightsail content delivery network (CDN) distributions.

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

Usage

lightsail_get_distributions(distributionName = NULL, pageToken = NULL)

Arguments

distributionName

The name of the distribution for which to return information.

When omitted, the response includes all of your distributions 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_distributions 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.