cloudfront_list_distributions_by_vpc_origin_id {paws.networking}R Documentation

List CloudFront distributions by their VPC origin ID

Description

List CloudFront distributions by their VPC origin ID.

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

Usage

cloudfront_list_distributions_by_vpc_origin_id(
  Marker = NULL,
  MaxItems = NULL,
  VpcOriginId
)

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.


[Package paws.networking version 0.9.0 Index]