best-egg-43882
06/09/2025, 11:33 AMaws.cloudfront.VpcOrigin
resource. It seems that the child config of vpcOriginEndpointConfig
requires the parent resources arn
. The code example in the official documentation reference _this.arn
for the TypeScript example, but _this is not defined, and I am unable to use the resource in the documented way. Is the only solution to create the VpcOrigin without an endpoint configuration, fetch the resource to get the arn
and then attempt to patch the vpcOriginEndpointConfig
after?best-egg-43882
06/09/2025, 12:07 PMthis
but instead a small reproducible demo of creating an ELB and assigning the ARN correctly. Perhaps the type definition could do with some work too as The VPC origin ARN
is ambiguous.quick-house-41860
06/10/2025, 1:58 PM