wafv2 GetWebACL support ARN #6939
Labels
closed-for-staleness
feature-request
New feature or enhancement. May require GitHub community feedback.
p3
This is a minor priority issue
response-requested
Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Describe the feature
wafv2 GetWebACL support ARN instead of requiring Name and Id
Use Case
arn:aws:wafv2:us-east-1:1111:global/webacl/Name/Id
To get CloudFront's associated WebACL, we have to split response ARN into Name and Id.
Using AWS CDK, ARN is not available in synthesize step thus cannot use the normal string split. This will help unblock aws/aws-cdk#32021, few workarounds were tried but no result.
Proposed Solution
wafv2 GetWebACL accept ARN as input. ARN and (Name + Id) should be mutually exclusive
Other Information
No response
Acknowledgements
SDK version used
latest
Environment details (OS name and version, etc.)
Ubuntu, Node 20
The text was updated successfully, but these errors were encountered: