Constructors
constructor
- new SsmParameterPath(ssmPrefix: string, resourceType: SsmResourceType, replacements: string[]): SsmParameterPath
-
Parameters
-
ssmPrefix: string
-
-
replacements: string[]
Properties
Readonly
parameterPath
parameterPath: string
Methods
Private
transformPath
- transformPath(prefix: string, rawPath: string, replacements: string[]): string
-
Parameters
-
prefix: string
-
rawPath: string
-
replacements: string[]
Returns string
Transforms SSM path based on given prefix and replacement values
Returns