@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.155Z") @Stability(value=Stable) public interface CfnComputeEnvironmentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComputeEnvironmentProps.Builder
A builder for
CfnComputeEnvironmentProps |
static class |
CfnComputeEnvironmentProps.Jsii$Proxy
An implementation for
CfnComputeEnvironmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnComputeEnvironmentProps.Builder |
builder() |
default String |
getComputeEnvironmentName()
`AWS::Batch::ComputeEnvironment.ComputeEnvironmentName`.
|
default Object |
getComputeResources()
`AWS::Batch::ComputeEnvironment.ComputeResources`.
|
default String |
getServiceRole()
`AWS::Batch::ComputeEnvironment.ServiceRole`.
|
default String |
getState()
`AWS::Batch::ComputeEnvironment.State`.
|
default Object |
getTags()
`AWS::Batch::ComputeEnvironment.Tags`.
|
String |
getType()
`AWS::Batch::ComputeEnvironment.Type`.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getComputeEnvironmentName()
@Stability(value=Stable) @Nullable default Object getComputeResources()
@Stability(value=Stable) @Nullable default String getServiceRole()
@Stability(value=Stable) @Nullable default String getState()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) static CfnComputeEnvironmentProps.Builder builder()
CfnComputeEnvironmentProps.Builder of CfnComputeEnvironmentPropsCopyright © 2021. All rights reserved.