@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:37.825Z") @Stability(value=Stable) public interface CfnJobProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-command@Stability(value=Stable) @NotNull String getRole()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-role@Stability(value=Stable) @Nullable default Number getAllocatedCapacity()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-allocatedcapacity@Stability(value=Stable) @Nullable default Object getConnections()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-connections@Stability(value=Stable) @Nullable default Object getDefaultArguments()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-defaultarguments@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-description@Stability(value=Stable) @Nullable default Object getExecutionProperty()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-executionproperty@Stability(value=Stable) @Nullable default String getGlueVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-glueversion@Stability(value=Stable) @Nullable default String getLogUri()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-loguri@Stability(value=Stable) @Nullable default Number getMaxCapacity()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxcapacity@Stability(value=Stable) @Nullable default Number getMaxRetries()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-maxretries@Stability(value=Stable) @Nullable default String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-name@Stability(value=Stable) @Nullable default Object getNotificationProperty()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-notificationproperty@Stability(value=Stable) @Nullable default Number getNumberOfWorkers()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-numberofworkers@Stability(value=Stable) @Nullable default String getSecurityConfiguration()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-securityconfiguration@Stability(value=Stable) @Nullable default Object getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-tags@Stability(value=Stable) @Nullable default Number getTimeout()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-timeout@Stability(value=Stable) @Nullable default String getWorkerType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype@Stability(value=Stable) static CfnJobProps.Builder builder()
CfnJobProps.Builder of CfnJobPropsCopyright © 2020. All rights reserved.