pulumi / registry

The global index of everything you can do with Pulumi.
https://www.pulumi.com/registry
Apache License 2.0
26 stars 117 forks source link

Missing spec for visibilityConfig in AWS CloudWatch metrics page #3909

Closed jamest-pin closed 6 months ago

jamest-pin commented 8 months ago

File: themes/default/content/registry/packages/aws/api-docs/wafv2/webacl/_index.md

I'm reading here: visibilityConfig

This property is required. Property Map Defines and enables Amazon CloudWatch metrics and web request sample collection. See visibility_config below for details.

But there is nothing below. I have searched for 'visibility' , 'metric' , and 'sample' and no useful hits on the page.

Clicking the 'Property Map' hyperlink goes nowhere image

Here is equivalent terraform config image

Thanks

cnunciato commented 7 months ago

One thing to note on this one is that it's one of those few resources that has > 200 nested types, so it's likely this one's being omitted:

image

sean1588 commented 6 months ago

It looks like this may have resolved itself. It looks like there are now specific types defined for these supporting types and the linking is behaving correctly.

Screen Shot 2024-02-14 at 1 17 17 PM
sean1588 commented 6 months ago

going to go ahead and close this out since this seems to be resolved for the specific case called out by this issue