Interface BatchJobStateChange.MountPoint

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
BatchJobStateChange.MountPoint.Jsii$Proxy
Enclosing class:
BatchJobStateChange

@Stability(Experimental) public static interface BatchJobStateChange.MountPoint extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for MountPoint.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.batch.events.*;
 MountPoint mountPoint = MountPoint.builder()
         .containerPath(List.of("containerPath"))
         .readOnly(List.of("readOnly"))
         .sourceVolume(List.of("sourceVolume"))
         .build();
 
  • Method Details

    • getContainerPath

      @Stability(Experimental) @Nullable default List<String> getContainerPath()
      (experimental) containerPath property.

      Specify an array of string values to match this event if the actual value of containerPath is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getReadOnly

      @Stability(Experimental) @Nullable default List<String> getReadOnly()
      (experimental) readOnly property.

      Specify an array of string values to match this event if the actual value of readOnly is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSourceVolume

      @Stability(Experimental) @Nullable default List<String> getSourceVolume()
      (experimental) sourceVolume property.

      Specify an array of string values to match this event if the actual value of sourceVolume is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static BatchJobStateChange.MountPoint.Builder builder()
      Returns:
      a BatchJobStateChange.MountPoint.Builder of BatchJobStateChange.MountPoint