pathParameterValues property
The list of values that correspond sequentially to any path variables in your endpoint ARN (for example arn:aws:execute-api:us-east-1:123456:myapi/*/POST/pets/*).
Implementation
final pulumi.Input<List<String>?>? pathParameterValues;