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