interface ConventionalScriptPathParams
| Language | Type name |
|---|---|
Python | aws_rfdk.ConventionalScriptPathParams |
TypeScript (source) | aws-rfdk » ConventionalScriptPathParams |
Specification of a script within the RFDK repo based on the script directory structure convention.
Properties
| Name | Type | Description |
|---|---|---|
| base | string | The basename of the script without the file's extension. |
| os | Operating | The operating system that the script is intended for. |
| root | string | The root directory that contains the script. |
baseName
Type:
string
The basename of the script without the file's extension.
osType
Type:
Operating
The operating system that the script is intended for.
rootDir
Type:
string
The root directory that contains the script.

Python
TypeScript (