interface AssemblyManifest
Language | Type name |
---|---|
![]() | Amazon.CDK.CloudAssembly.Schema.AssemblyManifest |
![]() | software.amazon.awscdk.cloudassembly.schema.AssemblyManifest |
![]() | aws_cdk.cloud_assembly_schema.AssemblyManifest |
![]() | @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. |
minimum | string | Required CLI version, if available. |
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.
minimumCliVersion?
Type:
string
(optional, default: Minimum CLI version unknown)
Required CLI version, if available.
If the manifest producer knows, it can put the minimum version of the CLI here that supports reading this assembly.
If set, it can be used to show a more informative error message to users.
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.