import { RenovoS3Bucket } from '@renovosolutions/cdk-library-renovo-s3-bucket'
new RenovoS3Bucket(scope: Construct, id: string, props: RenovoS3BucketProps)
- Type:
constructs.Construct
- Type:
string
public readonly bucket: Bucket;
import { RenovoS3BucketProps } from '@renovosolutions/cdk-library-renovo-s3-bucket'
const renovoS3BucketProps: RenovoS3BucketProps = { ... }
public readonly lifecycleRules: LifecycleRule[];
- Type:
aws-cdk-lib.aws_s3.LifecycleRule
[]
Rules that define how Amazon S3 manages objects during their lifetime.
public readonly name: string;
- Type:
string
The name of the bucket.