IPolicyValidationPluginBeta1

class aws_cdk.IPolicyValidationPluginBeta1(*args, **kwargs)

Bases: Protocol

(deprecated) Represents a validation plugin that will be executed during synthesis.

Deprecated:

Use IPolicyValidationPlugin instead.

Stability:

deprecated

Methods

validate(context)

(deprecated) The method that will be called by the CDK framework to perform validations.

This is where the plugin will evaluate the CloudFormation templates for compliance and report and violations

Parameters:

context (IPolicyValidationContextBeta1)

Stability:

deprecated

Return type:

PolicyValidationPluginReportBeta1

Attributes

name

(deprecated) The name of the plugin that will be displayed in the validation report.

Stability:

deprecated

rule_ids

(deprecated) The list of rule IDs that the plugin will evaluate.

Used for analytics purposes.

Default:
  • No rule is reported

Stability:

deprecated

version

//semver.org/). This version is used for analytics purposes, to measure the usage of different plugins and different versions. The value of this property should be kept in sync with the actual version of the software package. If the version is not provided or is not a valid semantic version, it will be reported as 0.0.0.

Stability:

deprecated

Type:

(deprecated) The version of the plugin, following the Semantic Versioning specification (see https