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.- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.cloud_assembly_schema as cloud_assembly_schema plugin_context_query = cloud_assembly_schema.PluginContextQuery( plugin_name="pluginName" )
Attributes
-
plugin_name
¶ The name of the plugin.
- Return type
str