@aws-cdk_cx-api.AssemblyBuildOptions

interface AssemblyBuildOptions

LanguageType name
.NETAmazon.CDK.CXAPI.AssemblyBuildOptions
Javasoftware.amazon.awscdk.cxapi.AssemblyBuildOptions
Pythonaws_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

NameTypeDescription
runtimeInfo?⚠️RuntimeInfoInclude 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: RuntimeInfo (optional, default: if this option is not specified, runtime info will not be included)

Include the specified runtime information (module versions) in manifest.