Uses of Class
software.amazon.awscdk.services.glue.Condition
Packages that use Condition
-
Uses of Condition in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return ConditionModifier and TypeMethodDescriptionstatic ConditionCondition.crawler(ICrawlerRef crawler, CrawlerState crawlState) Create a condition on the state of a crawler.static ConditionCondition.crawler(ICrawlerRef crawler, CrawlerState crawlState, ConditionOptions options) Create a condition on the state of a crawler.static ConditionCreate a condition on the state of a job.static ConditionCondition.job(IJobRef job, JobState state, ConditionOptions options) Create a condition on the state of a job.Methods in software.amazon.awscdk.services.glue that return types with arguments of type ConditionModifier and TypeMethodDescriptionPredicate.getConditions()A list of the conditions that determine when the trigger will fire.Predicate.Jsii$Proxy.getConditions()Method parameters in software.amazon.awscdk.services.glue with type arguments of type ConditionModifier and TypeMethodDescriptionPredicate.Builder.conditions(List<? extends Condition> conditions) Sets the value ofPredicate.getConditions()