Get Distribution Bundles
| lightsail_get_distribution_bundles | R Documentation |
Returns the bundles that can be applied to your Amazon Lightsail content delivery network (CDN) distributions¶
Description¶
Returns the bundles that can be applied to your Amazon Lightsail content delivery network (CDN) distributions.
A distribution bundle specifies the monthly network transfer quota and monthly cost of your distribution.
Usage¶
Value¶
A list with the following syntax:
list(
bundles = list(
list(
bundleId = "string",
name = "string",
price = 123.0,
transferPerMonthInGb = 123,
isActive = TRUE|FALSE
)
)
)