| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static JobType |
JobType.ETL
(experimental) Command for running a Glue ETL job.
|
static JobType |
JobType.PYTHON_SHELL
(experimental) Command for running a Glue python shell job.
|
static JobType |
JobType.STREAMING
(experimental) Command for running a Glue streaming job.
|
| Modifier and Type | Method and Description |
|---|---|
JobType |
JobExecutableConfig.getType()
(experimental) Specify the type of the job whether it's an Apache Spark ETL or streaming one or if it's a Python shell job.
|
JobType |
JobExecutableConfig.Jsii$Proxy.getType() |
static JobType |
JobType.of(String name)
(experimental) Custom type name.
|
| Modifier and Type | Method and Description |
|---|---|
JobExecutableConfig.Builder |
JobExecutableConfig.Builder.type(JobType type)
Sets the value of
JobExecutableConfig.getType() |
Copyright © 2022. All rights reserved.