Class TaskDefinitionVolumeArgs


  • public final class TaskDefinitionVolumeArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • hostPath

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> hostPath()
        Returns:
        Path on the host container instance that is presented to the container. If not set, ECS will create a nonpersistent data volume that starts empty and is deleted after the task has finished.
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        Name of the volume. This name is referenced in the `sourceVolume` parameter of container definition in the `mountPoints` section.