List Distributions By Vpc Origin Id
cloudfront_list_distributions_by_vpc_origin_id | R Documentation |
List CloudFront distributions by their VPC origin ID¶
Description¶
List CloudFront distributions by their VPC origin ID.
Usage¶
Arguments¶
Marker
The marker associated with the VPC origin distributions list.
MaxItems
The maximum number of items included in the list.
VpcOriginId
[required] The VPC origin ID.
Value¶
A list with the following syntax:
list(
DistributionIdList = list(
Marker = "string",
NextMarker = "string",
MaxItems = 123,
IsTruncated = TRUE|FALSE,
Quantity = 123,
Items = list(
"string"
)
)
)