@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.863Z") @Stability(value=Stable) public interface PluginContextQuery extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
PluginContextQuery.Builder
A builder for
PluginContextQuery |
static class |
PluginContextQuery.Jsii$Proxy
An implementation for
PluginContextQuery |
| Modifier and Type | Method and Description |
|---|---|
static PluginContextQuery.Builder |
builder() |
String |
getPluginName()
The name of the plugin.
|
@Stability(value=Stable) @NotNull String getPluginName()
@Stability(value=Stable) static PluginContextQuery.Builder builder()
PluginContextQuery.Builder of PluginContextQueryCopyright © 2022. All rights reserved.