AssemblyBuildOptions
- class aws_cdk.cx_api.AssemblyBuildOptions(*, runtime_info=None)
- Bases: - object- Parameters:
- runtime_info ( - Union[- RuntimeInfo,- Dict[- str,- Any],- None]) – (deprecated) Include the specified runtime information (module versions) in manifest. Default: - if this option is not specified, runtime info will not be included
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.cx_api as cx_api assembly_build_options = cx_api.AssemblyBuildOptions( runtime_info=cx_api.RuntimeInfo( libraries={ "libraries_key": "libraries" } ) ) - Attributes - runtime_info
- (deprecated) Include the specified runtime information (module versions) in manifest. - Default:
- if this option is not specified, runtime info will not be included 
 
- Deprecated:
 - All template modifications that should result from this should have already been inserted into the template. - Stability:
- deprecated