cdk-s3bucket-ng is an AWS CDK construct library that provides a drop-in replacement for the Bucket construct with the capability to remove non-empty S3 buckets.
import { BucketNg } from 'cdk-s3bucket-ng'
new BucketNg(scope: Construct, id: string, props?: BucketProps)
- Type:
constructs.Construct
- Type:
string