Uses of Record Class
com.cloudforge.core.local.PreflightViolation
Packages that use PreflightViolation
Package
Description
Cross-module contracts for post-synthesis local CloudFormation deployment and emulator lifecycle.
-
Uses of PreflightViolation in com.cloudforge.core.local
Methods in com.cloudforge.core.local that return types with arguments of type PreflightViolationModifier and TypeMethodDescriptionPreflightResult.blockingViolations()PreflightResult.violations()Returns the value of theviolationsrecord component.PreflightResult.warnings()Method parameters in com.cloudforge.core.local with type arguments of type PreflightViolationModifier and TypeMethodDescriptionstatic PreflightResultPreflightResult.of(DeploymentTarget target, List<PreflightViolation> violations) static voidLocalHostPortConflictChecker.validate(DeploymentTarget target, URI endpoint, String deployingLocalStackName, ApplicationSpec spec, com.fasterxml.jackson.databind.JsonNode template, List<PreflightViolation> violations) Constructor parameters in com.cloudforge.core.local with type arguments of type PreflightViolationModifierConstructorDescriptionPreflightResult(DeploymentTarget target, List<PreflightViolation> violations) Creates an instance of aPreflightResultrecord class.