Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines a Secure S3 Bucket object. By default a KMS CMK is generated and associated to the bucket.

Hierarchy

  • Construct
    • Bucket

Index

Constructors

  • Parameters

    Returns Bucket

Properties

bucket: Bucket
cmk?: Key
encryptionType: BucketEncryption
node: Node

The tree node.

stability

stable

serverAccessLogsPrefix?: string

Methods

  • addValidation(): string[]
  • Returns string[]

  • getKey(): Key
  • Returns Key

  • getS3Bucket(): IBucket
  • Returns IBucket

  • toString(): string
  • Returns a string representation of this construct.

    stability

    stable

    Returns string

  • isConstruct(x: any): x is Construct
  • (deprecated) Checks if x is a construct.

    deprecated

    use x instanceof Construct instead

    Parameters

    • x: any

      Any object.

    Returns x is Construct

    true if x is an object created from a class which extends Construct.

Generated using TypeDoc