UNPKG

@cpmech/az-cdk

Version:
6 lines (5 loc) 150 B
import { SecretValue } from '@aws-cdk/core'; export declare const ssmSecret: (input: { name: string; version: string; }) => SecretValue;