Interface GlueDataBrewStartJobRunProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
,TaskStateBaseProps
- All Known Implementing Classes:
GlueDataBrewStartJobRunProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:17.768Z")
@Stability(Stable)
public interface GlueDataBrewStartJobRunProps
extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Properties for starting a job run with StartJobRun.
Example:
GlueDataBrewStartJobRun.Builder.create(this, "Task") .name("databrew-job") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forGlueDataBrewStartJobRunProps
static final class
An implementation forGlueDataBrewStartJobRunProps
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
Methods inherited from interface software.amazon.awscdk.services.stepfunctions.TaskStateBaseProps
getComment, getCredentials, getHeartbeat, getHeartbeatTimeout, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getStateName, getTaskTimeout, getTimeout
-
Method Details
-
getName
Glue DataBrew Job to run. -
builder
-