@aws-cdk_cloud-assembly-schema.PluginContextQuery

interface PluginContextQuery

LanguageType name
.NETAmazon.CDK.CloudAssembly.Schema.PluginContextQuery
Javasoftware.amazon.awscdk.cloudassembly.schema.PluginContextQuery
Pythonaws_cdk.cloud_assembly_schema.PluginContextQuery
TypeScript (source)@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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cloud_assembly_schema from '@aws-cdk/cloud-assembly-schema';
const pluginContextQuery: cloud_assembly_schema.PluginContextQuery = {
  pluginName: 'pluginName',
};

Properties

NameTypeDescription
pluginNamestringThe name of the plugin.

pluginName

Type: string

The name of the plugin.