Package com.pulumi.aws.batch.outputs
Class GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount
- java.lang.Object
-
- com.pulumi.aws.batch.outputs.GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount
-
public final class GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount.Builder
builder()
static GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount.Builder
builder(GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount defaults)
java.lang.String
mountPath()
java.lang.String
name()
java.lang.Boolean
readOnly()
-
-
-
Method Detail
-
mountPath
public java.lang.String mountPath()
- Returns:
- The path on the container where the volume is mounted.
-
name
public java.lang.String name()
- Returns:
- The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
-
readOnly
public java.lang.Boolean readOnly()
- Returns:
- If this value is true, the container has read-only access to the volume.
-
builder
public static GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount.Builder builder()
-
builder
public static GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount.Builder builder(GetJobDefinitionEksPropertyPodPropertyContainerVolumeMount defaults)
-
-