UNPKG

@alma-cdk/cross-region-parameter

Version:

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

5 lines 172 B
import {Service} from '../service'; import {Signer} from '../cloudfront/signer'; export class CloudFrontCustomizations extends Service { static Signer: typeof Signer; }