MissingContext
Backwards compatibility for when 'MissingContext' was defined here.
This is necessary because its used as an input in the stable
Initializer
import ros_cdk_cxapi
ros_cdk_cxapi.MissingContext(
key: str,
props: typing.Mapping[typing.Any],
provider: str
)
Properties
Name | Type | Description |
---|---|---|
key |
str |
The missing context key. |
props |
typing.Mapping[typing.Any] |
A set of provider-specific options. |
provider |
str |
The provider from which we expect this context key to be obtained. |
~~key
~~Required
- Deprecated: moved to package 'ros-assembly-schema'
key: str
- Type: str
The missing context key.
~~props
~~Required
- Deprecated: moved to package 'ros-assembly-schema'
props: typing.Mapping[typing.Any]
- Type: typing.Mapping[typing.Any]
A set of provider-specific options.
(This is the old untyped definition, which is necessary for backwards compatibility. See cxschema for a type definition.)
~~provider
~~Required
- Deprecated: moved to package 'ros-assembly-schema'
provider: str
- Type: str
The provider from which we expect this context key to be obtained.
(This is the old untyped definition, which is necessary for backwards compatibility. See cxschema for a type definition.)