Package software.amazon.awscdk
Interface IPolicyValidationPluginBeta1
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPolicyValidationPluginBeta1.Jsii$Default
- All Known Implementing Classes:
IPolicyValidationPluginBeta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.128.0 (build 749b9a9)",
date="2026-05-08T13:04:58.459Z")
@Stability(Deprecated)
@Deprecated
public interface IPolicyValidationPluginBeta1
extends software.amazon.jsii.JsiiSerializable
Deprecated.
(deprecated) Represents a validation plugin that will be executed during synthesis.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.Internal default implementation forIPolicyValidationPluginBeta1.static final classDeprecated.A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated.Deprecated.default StringDeprecated.validate(IPolicyValidationContextBeta1 context) Deprecated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
Deprecated.(deprecated) The name of the plugin that will be displayed in the validation report. -
getRuleIds
Deprecated.(deprecated) The list of rule IDs that the plugin will evaluate.Used for analytics purposes.
Default: - No rule is reported
-
getVersion
Deprecated.(deprecated) The version of the plugin, following the Semantic Versioning specification (see https://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 as0.0.0. -
validate
@Stability(Deprecated) @Deprecated @NotNull PolicyValidationPluginReportBeta1 validate(@NotNull IPolicyValidationContextBeta1 context) Deprecated.(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- This parameter is required.
-
IPolicyValidationPlugininstead.