AssemblyBuildOptions
Initializer
import { AssemblyBuildOptions } from '@alicloud/ros-cdk-cxapi'
const assemblyBuildOptions: AssemblyBuildOptions = { ... }
Properties
| Name | Type | Description |
|---|---|---|
runtimeInfo |
RuntimeInfo |
Include the specified runtime information (module versions) in manifest. |
runtimeInfoOptional
public readonly runtimeInfo: RuntimeInfo;
- Type: RuntimeInfo
- Default: if this option is not specified, runtime info will not be included
Include the specified runtime information (module versions) in manifest.