listVpcOrigins

List the CloudFront VPC origins in your account.

Samples


fun main() { 
   //sampleStart 
   // The following command lists VPC origins
val resp = cloudFrontClient.listVpcOrigins() 
   //sampleEnd
}