pulumi / pulumi-aws-apigateway

Apache License 2.0
10 stars 5 forks source link

Add 'description' as Input property on aws-apigateway:index:RestAPI #116

Closed jamest-pin closed 4 months ago

jamest-pin commented 7 months ago

Hello!

Issue details

Hi, please add 'description' as an Input property on aws-apigateway:index:RestAPI. This is very helpful when trying to identify items in the AWS console. the awsx provider doesn't expose it.

Error: Property description does not exist on 'aws-apigateway:index:RestAPI'
      on Pulumi.yaml line 144:
     144:       description: ${pulumi.stack}
    Cannot assign '{stageName: string, description: string, routes: List<{localPath: string, method: string, path: string}>}' to 'aws-apigateway:index:RestAPI':
      Existing properties are: routes, stageName, swaggerString, apiKeySource, requestValidator and 2 others

Many thanks in advance James

Affected area/feature

mjeffryes commented 7 months ago

That's a great idea @jamest-pin. Feel free to suggest a PR if you'd like, otherwise I will put this in the backlog for our team.

jamest-pin commented 6 months ago

Thanks. For future readers, relates closely to #117 . If we could do both properties at once that would be great.