@Stability(value=Stable)
public static interface CfnComputeEnvironment.UpdatePolicyProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.batch.*;
UpdatePolicyProperty updatePolicyProperty = UpdatePolicyProperty.builder()
.jobExecutionTimeoutMinutes(123)
.terminateJobsOnUpdate(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComputeEnvironment.UpdatePolicyProperty.Builder
A builder for
CfnComputeEnvironment.UpdatePolicyProperty |
static class |
CfnComputeEnvironment.UpdatePolicyProperty.Jsii$Proxy
An implementation for
CfnComputeEnvironment.UpdatePolicyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComputeEnvironment.UpdatePolicyProperty.Builder |
builder() |
default Number |
getJobExecutionTimeoutMinutes()
`CfnComputeEnvironment.UpdatePolicyProperty.JobExecutionTimeoutMinutes`.
|
default Object |
getTerminateJobsOnUpdate()
`CfnComputeEnvironment.UpdatePolicyProperty.TerminateJobsOnUpdate`.
|
@Stability(value=Stable) @Nullable default Number getJobExecutionTimeoutMinutes()
@Stability(value=Stable) @Nullable default Object getTerminateJobsOnUpdate()
@Stability(value=Stable) static CfnComputeEnvironment.UpdatePolicyProperty.Builder builder()
Copyright © 2022. All rights reserved.