AppIdentity: { isAppIdentity(props: any): props is AppIdentity; suffixText(appIdentity: AppIdentity, text: string): string; taggedConstruct<T extends IConstruct>( appIdentity: AppIdentity, construct: T, ): T;} Type declaration
isAppIdentity: function
suffixText: function
suffixText(appIdentity: AppIdentity, text: string): string
taggedConstruct: function
taggedConstruct<T extends IConstruct>(appIdentity: AppIdentity, construct: T): T