Skip to main content
For migrating past 0.17 where the feature flag for the old id generation logic was removed after being deprecated since 0.15.

Initializers

import { MigrateIds } from 'cdktn'

new MigrateIds()
NameTypeDescription

Methods

NameDescription
visitAll aspects can visit an IConstruct.

visit

public visit(node: IConstruct): void
All aspects can visit an IConstruct.

nodeRequired

  • Type: constructs.IConstruct