Interface PluginContextQuery
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PluginContextQuery.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-17T21:37:40.862Z")
@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.cloud_assembly_schema.*; PluginContextQuery pluginContextQuery = PluginContextQuery.builder() .pluginName("pluginName") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forPluginContextQuery
static final class
An implementation forPluginContextQuery
-
Method Summary
Modifier and TypeMethodDescriptionstatic PluginContextQuery.Builder
builder()
The name of the plugin.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPluginName
The name of the plugin. -
builder
- Returns:
- a
PluginContextQuery.Builder
ofPluginContextQuery
-