interface MissingContext
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CloudAssembly.Schema.MissingContext |
Java | software.amazon.awscdk.cloudassembly.schema.MissingContext |
Python | aws_cdk.cloud_assembly_schema.MissingContext |
TypeScript | @aws-cdk/cloud-assembly-schema » MissingContext |
Represents a missing piece of context.
Properties
| Name | Type | Description |
|---|---|---|
| key | string | The missing context key. |
| props | Ami | Availability | Hosted | SSMParameter | Vpc | Endpoint | Load | Load | Security | Key | Cc | Plugin | A set of provider-specific options. |
| provider | Context | The provider from which we expect this context key to be obtained. |
key
Type:
string
The missing context key.
props
Type:
Ami | Availability | Hosted | SSMParameter | Vpc | Endpoint | Load | Load | Security | Key | Cc | Plugin
A set of provider-specific options.
provider
Type:
Context
The provider from which we expect this context key to be obtained.

.NET
Java
Python
TypeScript