Skip to content

MissingContext

Represents a missing piece of context.

Initializer

import { MissingContext } from '@alicloud/ros-cdk-assembly-schema'
const missingContext: MissingContext = { ... }

Properties

Name Type Description
key string The missing context key.
props 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

public readonly key: string;
  • Type: string

The missing context key.


propsRequired

public readonly props: AmiContextQuery | AvailabilityZonesContextQuery | HostedZoneContextQuery | SSMParameterContextQuery | VpcContextQuery | EndpointServiceAvailabilityZonesContextQuery;

A set of provider-specific options.


providerRequired

public readonly provider: ContextProvider;

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