Closed elbaulp closed 3 years ago
In the example showing how to specify a RemovalPolicy the incorrect import was being specified:
import software.amazon.awscdk.core.RemovalPolicy;
instead of
import software.amazon.awscdk.services.s3.BucketEncryption;
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Thanks for the contribution! Merging.
In the example showing how to specify a RemovalPolicy the incorrect import was being specified:
instead of
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.