MissingContext
- class aws_cdk.cloud_assembly_schema.MissingContext(*, key, props, provider)
Bases:
object
Represents a missing piece of context.
- Parameters:
key (
str
) – The missing context key.props (
Union
[AmiContextQuery
,Dict
[str
,Any
],AvailabilityZonesContextQuery
,HostedZoneContextQuery
,SSMParameterContextQuery
,VpcContextQuery
,EndpointServiceAvailabilityZonesContextQuery
,LoadBalancerContextQuery
,LoadBalancerListenerContextQuery
,SecurityGroupContextQuery
,KeyContextQuery
,PluginContextQuery
]) – A set of provider-specific options.provider (
ContextProvider
) – The provider from which we expect this context key to be obtained.
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.