@Stability(value=Stable)
public static interface CfnJobDefinition.DeviceProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-device.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJobDefinition.DeviceProperty.Builder
A builder for
CfnJobDefinition.DeviceProperty |
static class |
CfnJobDefinition.DeviceProperty.Jsii$Proxy
An implementation for
CfnJobDefinition.DeviceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJobDefinition.DeviceProperty.Builder |
builder() |
default String |
getContainerPath()
`CfnJobDefinition.DeviceProperty.ContainerPath`.
|
default String |
getHostPath()
`CfnJobDefinition.DeviceProperty.HostPath`.
|
default List<String> |
getPermissions()
`CfnJobDefinition.DeviceProperty.Permissions`.
|
@Stability(value=Stable) @Nullable default String getContainerPath()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-device.html#cfn-batch-jobdefinition-device-containerpath@Stability(value=Stable) @Nullable default String getHostPath()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-device.html#cfn-batch-jobdefinition-device-hostpath@Stability(value=Stable) @Nullable default List<String> getPermissions()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-device.html#cfn-batch-jobdefinition-device-permissions@Stability(value=Stable) static CfnJobDefinition.DeviceProperty.Builder builder()
Copyright © 2020. All rights reserved.