MissingContext

class aws_cdk.cloud_assembly_schema.MissingContext(*, key, props, provider)

Bases: object

Represents a missing piece of context.

Parameters:

Attributes

key

The missing context key.

props

A set of provider-specific options.

provider

The provider from which we expect this context key to be obtained.