Package software.amazon.awscdk
Interface PolicyValidationStack
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PolicyValidationStack.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-07-24T11:46:38.384Z")
@Stability(Stable)
public interface PolicyValidationStack
extends software.amazon.jsii.JsiiSerializable
Information about a single stack that is being validated.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
PolicyValidationStack policyValidationStack = PolicyValidationStack.builder()
.stackConstructPath("stackConstructPath")
.templatePath("templatePath")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forPolicyValidationStackstatic final classAn implementation forPolicyValidationStack -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Stack's construct path.The path to the template file on disk.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStackConstructPath
The Stack's construct path. -
getTemplatePath
The path to the template file on disk. -
builder
- Returns:
- a
PolicyValidationStack.BuilderofPolicyValidationStack
-