Skip to content

MissingContext

Represents a missing piece of context.

Initializer

import ros_cdk_assembly_schema
ros_cdk_assembly_schema.MissingContext(
  key: str,
  props: typing.Union[AmiContextQuery, AvailabilityZonesContextQuery, HostedZoneContextQuery, SSMParameterContextQuery, VpcContextQuery, EndpointServiceAvailabilityZonesContextQuery],
  provider: ContextProvider
)

Properties

Name Type Description
key str The missing context key.
props typing.Union[AmiContextQuery, AvailabilityZonesContextQuery, HostedZoneContextQuery, SSMParameterContextQuery, VpcContextQuery, EndpointServiceAvailabilityZonesContextQuery] A set of provider-specific options.
provider ContextProvider The provider from which we expect this context key to be obtained.

keyRequired

key: str
  • Type: str

The missing context key.


propsRequired

props: typing.Union[AmiContextQuery, AvailabilityZonesContextQuery, HostedZoneContextQuery, SSMParameterContextQuery, VpcContextQuery, EndpointServiceAvailabilityZonesContextQuery]

A set of provider-specific options.


providerRequired

provider: ContextProvider

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