Learn R Programming

paws.compute (version 0.1.12)

lightsail_get_distribution_bundles: Returns the list bundles that can be applied to you Amazon Lightsail content delivery network (CDN) distributions

Description

Returns the list bundles that can be applied to you Amazon Lightsail content delivery network (CDN) distributions.

A distribution bundle specifies the monthly network transfer quota and monthly cost of your dsitribution.

Usage

lightsail_get_distribution_bundles()

Arguments

Value

A list with the following syntax:

list(
  bundles = list(
    list(
      bundleId = "string",
      name = "string",
      price = 123.0,
      transferPerMonthInGb = 123,
      isActive = TRUE|FALSE
    )
  )
)

Request syntax

svc$get_distribution_bundles()