Class MiniStackDeployPreflight
java.lang.Object
com.cloudforgeci.ministack.MiniStackDeployPreflight
Blocks MiniStack deploys that will fail at CloudFormation create time.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PreflightResultvalidate(DeploymentConfig config, ApplicationSpec spec, Path canonicalTemplate) static PreflightResultvalidate(DeploymentConfig config, ApplicationSpec spec, Path canonicalTemplate, URI endpoint, String stackName)
-
Method Details
-
validate
public static PreflightResult validate(DeploymentConfig config, ApplicationSpec spec, Path canonicalTemplate) throws IOException - Throws:
IOException
-
validate
public static PreflightResult validate(DeploymentConfig config, ApplicationSpec spec, Path canonicalTemplate, URI endpoint, String stackName) throws IOException - Throws:
IOException
-