Param
@cosmos-building-blocks/common › Globals › Param
Hierarchy
StringParameter
↳ Param
Implements
- IConstruct
- IConstruct
- IResource
- IParameter
- IStringParameter
- IParam
Index
Constructors
Properties
Constructors
constructor
+ new Param(scope
: Construct, id
: string, props
: StringParameterProps): Param
Overrides void
Defined in packages/@cosmos-building-blocks/common/src/config.ts:108
Parameters:
Name | Type |
---|---|
scope | Construct |
id | string |
props | StringParameterProps |
Returns: Param
Properties
Readonly
parameterName
• parameterName: string
Overrides void
Defined in packages/@cosmos-building-blocks/common/src/config.ts:108
Readonly
rawStringValue
• rawStringValue: string
Implementation of IParam.rawStringValue
Defined in packages/@cosmos-building-blocks/common/src/config.ts:107