Open tariano opened 1 week ago
Hey @tariano, thanks for this feature request!
You're right that this property is currently not exposed. I'm gonna track this as an enhancement request for the provider.
As a workaround you can use the transforms resource option, which allows you to modify the configuration of resources nested in a provider.
with
Pulumi.Aws.ApiGateway.RestApi
we can set the endpoint configuration using:There is no way to do it, seemingly, with
Pulumi.AwsApiGateway.RestAPI
: it doesn't seem to have any property that facilitates this.