listDistributionsByVpcOriginId

List CloudFront distributions by their VPC origin ID.

Samples


fun main() { 
   //sampleStart 
   // The following command lists distributions by VPC origin ID
val resp = cloudFrontClient.listDistributionsByVpcOriginId {
    vpcOriginId = "vo_BQwjxxQxjCaBcQLzJUFkDM"
} 
   //sampleEnd
}