| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.connections(List<? extends IConnection> connections)
(experimental) The
Connections used for this job. |
Job.Builder |
Job.Builder.continuousLogging(ContinuousLoggingProps continuousLogging)
(experimental) Enables continuous logging with the specified props.
|
static Job.Builder |
Job.Builder.create(software.constructs.Construct scope,
String id) |
Job.Builder |
Job.Builder.defaultArguments(Map<String,String> defaultArguments)
(experimental) The default arguments for this job, specified as name-value pairs.
|
Job.Builder |
Job.Builder.description(String description)
(experimental) The description of the job.
|
Job.Builder |
Job.Builder.enableProfilingMetrics(Boolean enableProfilingMetrics)
(experimental) Enables the collection of metrics for job profiling.
|
Job.Builder |
Job.Builder.executable(JobExecutable executable)
(experimental) The job's executable properties.
|
Job.Builder |
Job.Builder.jobName(String jobName)
(experimental) The name of the job.
|
Job.Builder |
Job.Builder.maxCapacity(Number maxCapacity)
(experimental) The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs.
|
Job.Builder |
Job.Builder.maxConcurrentRuns(Number maxConcurrentRuns)
(experimental) The maximum number of concurrent runs allowed for the job.
|
Job.Builder |
Job.Builder.maxRetries(Number maxRetries)
(experimental) The maximum number of times to retry this job after a job run fails.
|
Job.Builder |
Job.Builder.notifyDelayAfter(Duration notifyDelayAfter)
(experimental) The number of minutes to wait after a job run starts, before sending a job run delay notification.
|
Job.Builder |
Job.Builder.role(IRole role)
(experimental) The IAM role assumed by Glue to run this job.
|
Job.Builder |
Job.Builder.securityConfiguration(ISecurityConfiguration securityConfiguration)
(experimental) The
SecurityConfiguration to use for this job. |
Job.Builder |
Job.Builder.sparkUi(SparkUIProps sparkUi)
(experimental) Enables the Spark UI debugging and monitoring with the specified props.
|
Job.Builder |
Job.Builder.tags(Map<String,String> tags)
(experimental) The tags to add to the resources on which the job runs.
|
Job.Builder |
Job.Builder.timeout(Duration timeout)
(experimental) The maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status.
|
Job.Builder |
Job.Builder.workerCount(Number workerCount)
(experimental) The number of workers of a defined
WorkerType that are allocated when a job runs. |
Job.Builder |
Job.Builder.workerType(WorkerType workerType)
(experimental) The type of predefined worker that is allocated when a job runs.
|
Copyright © 2022. All rights reserved.