UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

4 lines (3 loc) 188 B
import * as sns from '../../../aws-sns'; import type { IResource } from '../../../core'; export declare function regionFromArn(topic: sns.ITopic, resource: IResource): string | undefined;