| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnJob.Builder |
CfnJob.Builder.allocatedCapacity(Number allocatedCapacity)
The number of capacity units that are allocated to this job.
|
CfnJob.Builder |
CfnJob.Builder.command(CfnJob.JobCommandProperty command)
The code that executes a job.
|
CfnJob.Builder |
CfnJob.Builder.command(IResolvable command)
The code that executes a job.
|
CfnJob.Builder |
CfnJob.Builder.connections(CfnJob.ConnectionsListProperty connections)
The connections used for this job.
|
CfnJob.Builder |
CfnJob.Builder.connections(IResolvable connections)
The connections used for this job.
|
static CfnJob.Builder |
CfnJob.Builder.create(software.constructs.Construct scope,
String id) |
CfnJob.Builder |
CfnJob.Builder.defaultArguments(Object defaultArguments)
The default arguments for this job, specified as name-value pairs.
|
CfnJob.Builder |
CfnJob.Builder.description(String description)
A description of the job.
|
CfnJob.Builder |
CfnJob.Builder.executionProperty(CfnJob.ExecutionPropertyProperty executionProperty)
The maximum number of concurrent runs that are allowed for this job.
|
CfnJob.Builder |
CfnJob.Builder.executionProperty(IResolvable executionProperty)
The maximum number of concurrent runs that are allowed for this job.
|
CfnJob.Builder |
CfnJob.Builder.glueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
|
CfnJob.Builder |
CfnJob.Builder.logUri(String logUri)
This field is reserved for future use.
|
CfnJob.Builder |
CfnJob.Builder.maxCapacity(Number maxCapacity)
The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs.
|
CfnJob.Builder |
CfnJob.Builder.maxRetries(Number maxRetries)
The maximum number of times to retry this job after a JobRun fails.
|
CfnJob.Builder |
CfnJob.Builder.name(String name)
The name you assign to this job definition.
|
CfnJob.Builder |
CfnJob.Builder.notificationProperty(CfnJob.NotificationPropertyProperty notificationProperty)
Specifies configuration properties of a notification.
|
CfnJob.Builder |
CfnJob.Builder.notificationProperty(IResolvable notificationProperty)
Specifies configuration properties of a notification.
|
CfnJob.Builder |
CfnJob.Builder.numberOfWorkers(Number numberOfWorkers)
The number of workers of a defined `workerType` that are allocated when a job runs.
|
CfnJob.Builder |
CfnJob.Builder.role(String role)
The name or Amazon Resource Name (ARN) of the IAM role associated with this job.
|
CfnJob.Builder |
CfnJob.Builder.securityConfiguration(String securityConfiguration)
The name of the `SecurityConfiguration` structure to be used with this job.
|
CfnJob.Builder |
CfnJob.Builder.tags(Object tags)
The tags to use with this job.
|
CfnJob.Builder |
CfnJob.Builder.timeout(Number timeout)
The job timeout in minutes.
|
CfnJob.Builder |
CfnJob.Builder.workerType(String workerType)
The type of predefined worker that is allocated when a job runs.
|
Copyright © 2022. All rights reserved.