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.
lightsail_get_distribution_bundles()
A list with the following syntax:
list(
bundles = list(
list(
bundleId = "string",
name = "string",
price = 123.0,
transferPerMonthInGb = 123,
isActive = TRUE|FALSE
)
)
)
svc$get_distribution_bundles()