Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (18 loc) · 945 Bytes

API.md

File metadata and controls

41 lines (18 loc) · 945 Bytes

API Reference

Constructs

BucketNg

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.

Initializers

import { BucketNg } from 'cdk-s3bucket-ng'

new BucketNg(scope: Construct, id: string, props?: BucketProps)
scopeRequired

idRequired
  • Type: string

propsOptional