deleteVpcOrigin
inline suspend fun CloudFrontClient.deleteVpcOrigin(crossinline block: DeleteVpcOriginRequest.Builder.() -> Unit): DeleteVpcOriginResponse
Delete an Amazon CloudFront VPC origin.
Samples
// The following command deletes a VPC origin
val resp = cloudFrontClient.deleteVpcOrigin {
id = "vo_BQwjxxQxjCaBcQLzJUFkDM"
ifMatch = "E1F83G8C2ARO7P"
}Content copied to clipboard