Class TriggerAction


  • public final class TriggerAction
    extends java.lang.Object
    • Method Detail

      • arguments

        public java.util.Map<java.lang.String,​java.lang.String> arguments()
        Returns:
        Arguments to be passed to the job. You can specify arguments here that your own job-execution script consumes, as well as arguments that AWS Glue itself consumes.
      • crawlerName

        public java.util.Optional<java.lang.String> crawlerName()
        Returns:
        The name of the crawler to be executed. Conflicts with `job_name`.
      • jobName

        public java.util.Optional<java.lang.String> jobName()
        Returns:
        The name of a job to be executed. Conflicts with `crawler_name`.
      • notificationProperty

        public java.util.Optional<TriggerActionNotificationProperty> notificationProperty()
        Returns:
        Specifies configuration properties of a job run notification. See Notification Property details below.
      • securityConfiguration

        public java.util.Optional<java.lang.String> securityConfiguration()
        Returns:
        The name of the Security Configuration structure to be used with this action.
      • timeout

        public java.util.Optional<java.lang.Integer> timeout()
        Returns:
        The job run timeout in minutes. It overrides the timeout value of the job.