awsdocs / aws-cdk-guide

User guide for the AWS Cloud Development Kit (CDK).
Other
335 stars 222 forks source link

Fix incorrect import for RemovalPolicy #327

Closed elbaulp closed 3 years ago

elbaulp commented 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.

ghost commented 3 years ago

Thanks for the contribution! Merging.