UNPKG

@alma-cdk/cross-region-parameter

Version:

Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK

5 lines 174 B
import {Service} from '../service'; import {Presigner} from '../polly/presigner'; export class PollyCustomizations extends Service { static Presigner: typeof Presigner; }