interface AssemblyManifest
Language | Type name |
---|---|
.NET | Amazon.CDK.CloudAssembly.Schema.AssemblyManifest |
Java | software.amazon.awscdk.cloudassembly.schema.AssemblyManifest |
Python | aws_cdk.cloud_assembly_schema.AssemblyManifest |
TypeScript (source) | @aws-cdk/cloud-assembly-schema » AssemblyManifest |
Obtainable from
Manifest
.load()
, Manifest
.loadAssemblyManifest()
A manifest which describes the cloud assembly.
Properties
Name | Type | Description |
---|---|---|
version | string | Protocol version. |
artifacts? | { [string]: Artifact } | The set of artifacts in this assembly. |
missing? | Missing [] | Missing context information. |
runtime? | Runtime | Runtime information. |
version
Type:
string
Protocol version.
artifacts?
Type:
{ [string]:
Artifact
}
(optional, default: no artifacts.)
The set of artifacts in this assembly.
missing?
Type:
Missing
[]
(optional, default: no missing context.)
Missing context information.
If this field has values, it means that the cloud assembly is not complete and should not be deployed.
runtime?
Type:
Runtime
(optional, default: no info.)
Runtime information.