Interface IDockerComposeVolumeBinding.Jsii$Default

    • Method Detail

      • bind

        @Stability(Experimental)
        @NotNull
        default DockerComposeVolumeMount bind​(@NotNull
                                              IDockerComposeVolumeConfig volumeConfig)
        (experimental) Binds the requested volume to the docker-compose volume configuration and provide mounting instructions for synthesis.

        Specified by:
        bind in interface IDockerComposeVolumeBinding
        Parameters:
        volumeConfig - the volume configuration. This parameter is required.
        Returns:
        mounting instructions for the service.