PluginContextQuery

class aws_cdk.cloud_assembly_schema.PluginContextQuery(*, plugin_name)

Bases: object

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.

Parameters:

plugin_name (str) – The name of the plugin.

Attributes

plugin_name

The name of the plugin.