Skip to content

Latest commit

 

History

History
85 lines (45 loc) · 2.29 KB

File metadata and controls

85 lines (45 loc) · 2.29 KB

API Reference

Constructs

RenovoS3Bucket

Initializers

import { RenovoS3Bucket } from '@renovosolutions/cdk-library-renovo-s3-bucket'

new RenovoS3Bucket(scope: Construct, id: string, props: RenovoS3BucketProps)
scopeRequired

idRequired
  • Type: string

propsRequired

Properties

bucketRequired
public readonly bucket: Bucket;

Structs

RenovoS3BucketProps

Initializer

import { RenovoS3BucketProps } from '@renovosolutions/cdk-library-renovo-s3-bucket'

const renovoS3BucketProps: RenovoS3BucketProps = { ... }
lifecycleRulesRequired
public readonly lifecycleRules: LifecycleRule[];

Rules that define how Amazon S3 manages objects during their lifetime.


nameOptional
public readonly name: string;
  • Type: string

The name of the bucket.