Skip to content

Latest commit

 

History

History
99 lines (56 loc) · 3.19 KB

File metadata and controls

99 lines (56 loc) · 3.19 KB

API Reference

Constructs

BukectObjectCreatedNotifier

Initializers

import { BukectObjectCreatedNotifier } from '@gammarers/aws-bucket-object-created-notifier'

new BukectObjectCreatedNotifier(scope: Construct, id: string)
Name Type Description
scope constructs.Construct No description.
id string No description.

scopeRequired
  • Type: constructs.Construct

idRequired
  • Type: string

Methods

Name Description
toString Returns a string representation of this construct.

toString
public toString(): string

Returns a string representation of this construct.

Static Functions

Name Description
isConstruct Checks if x is a construct.

isConstruct
import { BukectObjectCreatedNotifier } from '@gammarers/aws-bucket-object-created-notifier'

BukectObjectCreatedNotifier.isConstruct(x: any)

Checks if x is a construct.

xRequired
  • Type: any

Any object.


Properties

Name Type Description
node constructs.Node The tree node.

nodeRequired
public readonly node: Node;
  • Type: constructs.Node

The tree node.