I'm reading here: <visibilityConfig> &gt; This pro...
# docs
g
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
Here is equivalent terraform config
l
@gifted-gigabyte-53859 can you please file an issue here? https://github.com/pulumi/pulumi-aws/issues
g
For anyone else, I managed to get it working by guessing from the terraform config
Copy code
visibilityConfig:
  cloudwatchMetricsEnabled: True
  metricName: "ExternalACL"
  sampledRequestsEnabled: True