| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.cloudassembly.schema |
Cloud Assembly Schema
|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.reportMissingContextKey(MissingContext report)
(experimental) Indicate that a context key was expected.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MissingContext.Jsii$Proxy
An implementation for
MissingContext |
| Modifier and Type | Method and Description |
|---|---|
MissingContext |
MissingContext.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<MissingContext> |
AssemblyManifest.getMissing()
(experimental) Missing context information.
|
List<MissingContext> |
AssemblyManifest.Jsii$Proxy.getMissing() |
| Modifier and Type | Method and Description |
|---|---|
AssemblyManifest.Builder |
AssemblyManifest.Builder.missing(List<? extends MissingContext> missing)
Sets the value of
AssemblyManifest.getMissing() |
| Constructor and Description |
|---|
Jsii$Proxy(String version,
Map<String,? extends ArtifactManifest> artifacts,
List<? extends MissingContext> missing,
RuntimeInfo runtime)
Constructor that initializes the object based on literal property values passed by the
AssemblyManifest.Builder. |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudAssemblyBuilder.addMissing(MissingContext missing)
(experimental) Reports that some context is missing in order for this cloud assembly to be fully synthesized.
|
Copyright © 2021. All rights reserved.