@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.179Z") @Stability(value=Stable) public interface CfnJobProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnJobProps.Builder
A builder for
CfnJobProps |
static class |
CfnJobProps.Jsii$Proxy
An implementation for
CfnJobProps |
Modifier and Type | Method and Description |
---|---|
static CfnJobProps.Builder |
builder() |
default Number |
getAllocatedCapacity()
`AWS::Glue::Job.AllocatedCapacity`.
|
Object |
getCommand()
`AWS::Glue::Job.Command`.
|
default Object |
getConnections()
`AWS::Glue::Job.Connections`.
|
default Object |
getDefaultArguments()
`AWS::Glue::Job.DefaultArguments`.
|
default String |
getDescription()
`AWS::Glue::Job.Description`.
|
default Object |
getExecutionProperty()
`AWS::Glue::Job.ExecutionProperty`.
|
default String |
getGlueVersion()
`AWS::Glue::Job.GlueVersion`.
|
default String |
getLogUri()
`AWS::Glue::Job.LogUri`.
|
default Number |
getMaxCapacity()
`AWS::Glue::Job.MaxCapacity`.
|
default Number |
getMaxRetries()
`AWS::Glue::Job.MaxRetries`.
|
default String |
getName()
`AWS::Glue::Job.Name`.
|
default Object |
getNotificationProperty()
`AWS::Glue::Job.NotificationProperty`.
|
default Number |
getNumberOfWorkers()
`AWS::Glue::Job.NumberOfWorkers`.
|
String |
getRole()
`AWS::Glue::Job.Role`.
|
default String |
getSecurityConfiguration()
`AWS::Glue::Job.SecurityConfiguration`.
|
default Object |
getTags()
`AWS::Glue::Job.Tags`.
|
default Number |
getTimeout()
`AWS::Glue::Job.Timeout`.
|
default String |
getWorkerType()
`AWS::Glue::Job.WorkerType`.
|
@Stability(value=Stable) @NotNull Object getCommand()
@Stability(value=Stable) @NotNull String getRole()
@Stability(value=Stable) @Nullable default Number getAllocatedCapacity()
@Stability(value=Stable) @Nullable default Object getConnections()
@Stability(value=Stable) @Nullable default Object getDefaultArguments()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getExecutionProperty()
@Stability(value=Stable) @Nullable default String getGlueVersion()
@Stability(value=Stable) @Nullable default String getLogUri()
@Stability(value=Stable) @Nullable default Number getMaxCapacity()
@Stability(value=Stable) @Nullable default Number getMaxRetries()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getNotificationProperty()
@Stability(value=Stable) @Nullable default Number getNumberOfWorkers()
@Stability(value=Stable) @Nullable default String getSecurityConfiguration()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) @Nullable default Number getTimeout()
@Stability(value=Stable) @Nullable default String getWorkerType()
@Stability(value=Stable) static CfnJobProps.Builder builder()
CfnJobProps.Builder
of CfnJobProps
Copyright © 2021. All rights reserved.