getVpcOrigin

Get the details of an Amazon CloudFront VPC origin.

Samples

 fun main() { //sampleStart // The following command gets a VPC origin val resp = cloudFrontClient.getVpcOrigin { id = "vo_BQwjxxQxjCaBcQLzJUFkDM" } //sampleEnd }