new AmazonEC2ContainerServiceTaskDefinitionContainerDefinitionsMountPoints()
Properties:
Name | Type | Description |
---|---|---|
ContainerPath |
String | Required: Yes. The path on the container that indicates where you want to mount the volume. |
SourceVolume |
String | Required: Yes. The name of the volume to mount. |
ReadOnly |
Boolean | Required: No. Indicates whether the container can write to the volume. If you specify true, the container has read-only access to the volume. If you specify false, the container can write to the volume. By default, the value is false. |