Interface CfnTaskDefinition.HostVolumePropertiesProperty

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

@Stability(Stable) public static interface CfnTaskDefinition.HostVolumePropertiesProperty extends software.amazon.jsii.JsiiSerializable
The HostVolumeProperties property specifies details on a container instance bind mount host volume.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ecs.*;
 HostVolumePropertiesProperty hostVolumePropertiesProperty = HostVolumePropertiesProperty.builder()
         .sourcePath("sourcePath")
         .build();
 

See Also: