interface PluginContextQuery
Language | Type name |
---|---|
.NET | Amazon.CDK.cloud_assembly_schema.PluginContextQuery |
Go | github.com/aws/aws-cdk-go/awscdk/v2/cloudassemblyschema#PluginContextQuery |
Java | software.amazon.awscdk.cloud_assembly_schema.PluginContextQuery |
Python | aws_cdk.cloud_assembly_schema.PluginContextQuery |
TypeScript (source) | aws-cdk-lib » 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.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { cloud_assembly_schema } from 'aws-cdk-lib';
const pluginContextQuery: cloud_assembly_schema.PluginContextQuery = {
pluginName: 'pluginName',
};
Properties
Name | Type | Description |
---|---|---|
plugin | string | The name of the plugin. |
pluginName
Type:
string
The name of the plugin.