interface PluginContextQuery
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.CloudAssembly.Schema.PluginContextQuery | 
|  Java | software.amazon.awscdk.cloudassembly.schema.PluginContextQuery | 
|  Python | aws_cdk.cloud_assembly_schema.PluginContextQuery | 
|  TypeScript | @aws-cdk/cloud-assembly-schema»PluginContextQuery | 
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.
Properties
| Name | Type | Description | 
|---|---|---|
| plugin | string | The name of the plugin. | 
pluginName
Type:
string
The name of the plugin.
