Interface SsmParameterPath

interface SsmParameterPath {
    description: string;
    namingPattern?: string;
    optional?: boolean;
    path: string;
}

Properties

description: string
namingPattern?: string
optional?: boolean
path: string

Generated using TypeDoc