Uses of Class
software.amazon.awscdk.services.batch.Reason
Packages that use Reason
-
Uses of Reason in software.amazon.awscdk.services.batch
Fields in software.amazon.awscdk.services.batch declared as ReasonModifier and TypeFieldDescriptionstatic final ReasonReason.CANNOT_PULL_CONTAINERWill only match if the Docker container could not be pulled.static final ReasonReason.NON_ZERO_EXIT_CODEWill match any non-zero exit code.static final ReasonReason.SPOT_INSTANCE_RECLAIMEDWill only match if the Spot instance executing the job was reclaimed.Methods in software.amazon.awscdk.services.batch that return ReasonModifier and TypeMethodDescriptionstatic ReasonReason.custom(CustomReason customReasonProps) A custom Reason that can match on multiple conditions.RetryStrategy.getOn()If the job exits with this Reason it will trigger the specified Action.Methods in software.amazon.awscdk.services.batch with parameters of type ReasonConstructors in software.amazon.awscdk.services.batch with parameters of type Reason