UNPKG

@alma-cdk/cross-region-parameter

Version:

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

5 lines (4 loc) 201 B
export type DocumentType = Scalar | Structure | List; type Scalar = string | number | boolean | null; type Structure = { [member: string]: DocumentType }; interface List extends Array<DocumentType> {}