Container Args
fun ContainerArgs(blockExternalNetwork: Output<Boolean>? = null, commands: Output<List<String>>? = null, entrypoint: Output<String>? = null, imageUri: Output<String>? = null, options: Output<String>? = null, password: Output<String>? = null, username: Output<String>? = null, volumes: Output<List<String>>? = null)