Interface MissingContext

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
MissingContext.Jsii$Proxy

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:27.009Z") @Stability(Deprecated) @Deprecated public interface MissingContext extends software.amazon.jsii.JsiiSerializable
Deprecated.
moved to package 'cloud-assembly-schema'
(deprecated) Backwards compatibility for when MissingContext was defined here.

This is necessary because its used as an input in the stable

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cxapi.*;
 Object props;
 MissingContext missingContext = MissingContext.builder()
         .key("key")
         .props(Map.of(
                 "propsKey", props))
         .provider("provider")
         .build();
 

See Also:
  • Method Details

    • getKey

      @Stability(Deprecated) @Deprecated @NotNull String getKey()
      Deprecated.
      (deprecated) The missing context key.
    • getProps

      @Stability(Deprecated) @Deprecated @NotNull Map<String,Object> getProps()
      Deprecated.
      (deprecated) A set of provider-specific options.

      (This is the old untyped definition, which is necessary for backwards compatibility. See cxschema for a type definition.)

    • getProvider

      @Stability(Deprecated) @Deprecated @NotNull String getProvider()
      Deprecated.
      (deprecated) 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.)

    • builder

      @Stability(Deprecated) @Deprecated static MissingContext.Builder builder()
      Deprecated.
      Returns:
      a MissingContext.Builder of MissingContext