listDistributionsByVpcOriginId

List CloudFront distributions by their VPC origin ID.

Samples

// The following command lists distributions by VPC origin ID
val resp = cloudFrontClient.listDistributionsByVpcOriginId {
    vpcOriginId = "vo_BQwjxxQxjCaBcQLzJUFkDM"
}