You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(logs): support ADC regions for infrequent access log class (#34999)
### Issue # (if applicable)
ADC regions are hardcoded as unsupported regions for Infrequent Access Log Class
### Reason for this change
In the Zero-Touch Region Build (ZTRB) compliance effort for Infrequent Access Log Class, ADC regions are a part of the supported regions.
### Description of changes
Removing logGroupClassUnsupportedRegions which include ADC regions
### Description of how you validated changes
tested locally
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Annotations.of(this).addWarningV2('@aws-cdk/aws-logs:propertyNotSupported',`The LogGroupClass property is not supported in the following regions: ${logGroupClassUnsupportedRegions}`);
0 commit comments