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
,AvailabilityZonesContextQuery
,HostedZoneContextQuery
,SSMParameterContextQuery
,VpcContextQuery
,EndpointServiceAvailabilityZonesContextQuery
,LoadBalancerContextQuery
,LoadBalancerListenerContextQuery
,SecurityGroupContextQuery
]) – 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.
- Return type
str
-
props
¶ A set of provider-specific options.
-
provider
¶ The provider from which we expect this context key to be obtained.
- Return type