Interface IPolicyValidationContextBeta1
Context available to the validation plugin.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPolicyValidationContextBeta1
Syntax (vb)
Public Interface IPolicyValidationContextBeta1
Synopsis
Properties
TemplatePaths | The absolute path of all templates to be processed. |
Properties
TemplatePaths
The absolute path of all templates to be processed.
string[] TemplatePaths { get; }
Property Value
System.String[]