componentVersion property
The version of the component.
Defaults to the version of the Lambda function as a semantic version. For
example, if your function version is 3
, the component version
becomes 3.0.0
.
Implementation
final String? componentVersion;