interface AssemblyBuildOptions
Language | Type name |
---|---|
.NET | Amazon.CDK.CXAPI.AssemblyBuildOptions |
Java | software.amazon.awscdk.cxapi.AssemblyBuildOptions |
Python | aws_cdk.cx_api.AssemblyBuildOptions |
TypeScript (source) | @aws-cdk/cx-api » AssemblyBuildOptions |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cx_api from '@aws-cdk/cx-api';
const assemblyBuildOptions: cx_api.AssemblyBuildOptions = {
runtimeInfo: {
libraries: {
librariesKey: 'libraries',
},
},
};
Properties
Name | Type | Description |
---|---|---|
runtime | Runtime | Include the specified runtime information (module versions) in manifest. |
runtimeInfo?
⚠️ Deprecated: All template modifications that should result from this should have already been inserted into the template.
Type:
Runtime
(optional, default: if this option is not specified, runtime info will not be included)
Include the specified runtime information (module versions) in manifest.