constructor()

in integTests/secureRootUserTest/lib/secure_root_user_test-stack.ts [5:9]


  constructor(scope: cdk.Construct, id: string, props?: cdk.StackProps) {
    super(scope, id, props);

    new awsBootstrapKit.SecureRootUser(this, 'secureRootUserConfigSetup', '<YOUR EMAIL>');
  }