Interface PluginContextQuery

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:54.701Z") @Stability(Stable) public interface PluginContextQuery extends software.amazon.jsii.JsiiSerializable
Query input for plugins.

This alternate branch is necessary because it needs to be able to escape all type checking we do on on the cloud assembly -- we cannot know the properties that will be used a priori.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cloudassembly.schema.*;
 PluginContextQuery pluginContextQuery = PluginContextQuery.builder()
         .pluginName("pluginName")
         .build();